<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/net/dante, branch release/6.4.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F6.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2008-08-21T06:18:49Z</updated>
<entry>
<title>Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.</title>
<updated>2008-08-21T06:18:49Z</updated>
<author>
<name>Rong-En Fan</name>
<email>rafan@FreeBSD.org</email>
</author>
<published>2008-08-21T06:18:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=741aa714833b9bb1e9afaaf5124d3f5c60b5e49c'/>
<id>urn:sha1:741aa714833b9bb1e9afaaf5124d3f5c60b5e49c</id>
<content type='text'>
Specifically, newer autoconf (&gt; 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -&gt; HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
</content>
</entry>
<entry>
<title>- Remove unneeded dependency from gtk12/gtk20 [1]</title>
<updated>2008-04-19T17:56:05Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2008-04-19T17:56:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3e4ed01146cfe2bdca465bd0e4d199341f62a0b6'/>
<id>urn:sha1:3e4ed01146cfe2bdca465bd0e4d199341f62a0b6</id>
<content type='text'>
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
</content>
</entry>
<entry>
<title>- Add CONFLICTS because include/socks.h are included in net/dante and net/socks5 too.</title>
<updated>2006-10-31T13:40:43Z</updated>
<author>
<name>Marcus Alves Grando</name>
<email>mnag@FreeBSD.org</email>
</author>
<published>2006-10-31T13:40:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=61de56d23007fd8217143570d751f27118236615'/>
<id>urn:sha1:61de56d23007fd8217143570d751f27118236615</id>
<content type='text'>
PR:		103649
Approved by:	maintainer timeout (35 days)
</content>
</entry>
<entry>
<title>Make it buildable on RELENG_6 ater correcting 2nd argument of</title>
<updated>2006-09-17T05:08:40Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2006-09-17T05:08:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=798cb4516ff3519aa8993102596a225198bcd31a'/>
<id>urn:sha1:798cb4516ff3519aa8993102596a225198bcd31a</id>
<content type='text'>
gethostbyaddr(3) to socklen_t.

Reported by:	pointyhat via kris
Approved by:	anders (no respond for two weeks), kris (portmgr)
</content>
</entry>
<entry>
<title>Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.</title>
<updated>2006-02-20T20:47:50Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2006-02-20T20:47:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c49d1a3273d77f35b5564b3722856ca8b9dcc291'/>
<id>urn:sha1:c49d1a3273d77f35b5564b3722856ca8b9dcc291</id>
<content type='text'>
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
</content>
</entry>
<entry>
<title>- Update to 1.1.19</title>
<updated>2006-02-14T21:18:16Z</updated>
<author>
<name>Sergey Matveychuk</name>
<email>sem@FreeBSD.org</email>
</author>
<published>2006-02-14T21:18:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=327b106b2e8740d2d3054262b16ceb94a362b62d'/>
<id>urn:sha1:327b106b2e8740d2d3054262b16ceb94a362b62d</id>
<content type='text'>
- Change startup script with rcNG one

PR:		ports/92731
Submitted by:	self
Approved by:	maintainer timeout (2 weeks)
</content>
</entry>
<entry>
<title>SHA256ify</title>
<updated>2006-01-22T21:24:05Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-01-22T21:24:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dbef3380d2f58cf31f8b41f68fd06965ea63ca23'/>
<id>urn:sha1:dbef3380d2f58cf31f8b41f68fd06965ea63ca23</id>
<content type='text'>
Approved by: krion@
</content>
</entry>
<entry>
<title>At Kris's request, back out the MACHINE_ARCH spelling correction until</title>
<updated>2005-04-12T03:26:56Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-04-12T03:26:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c3d8037aeba75366ed06e02fbc981e15b46e7d0a'/>
<id>urn:sha1:c3d8037aeba75366ed06e02fbc981e15b46e7d0a</id>
<content type='text'>
after 5.4-RELEASE.
</content>
</entry>
<entry>
<title>Assist getting more ports working on AMD64 by obeying the</title>
<updated>2005-04-11T08:04:41Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2005-04-11T08:04:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f2fc2d60ae226a1b8d5411fb4aab91ea92be6f91'/>
<id>urn:sha1:f2fc2d60ae226a1b8d5411fb4aab91ea92be6f91</id>
<content type='text'>
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
</content>
</entry>
<entry>
<title>Update to 1.1.15.</title>
<updated>2005-03-16T21:14:26Z</updated>
<author>
<name>Anders Nordby</name>
<email>anders@FreeBSD.org</email>
</author>
<published>2005-03-16T21:14:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ba7eeaf25f38ef6da29af9f53ce6f1ca30e18217'/>
<id>urn:sha1:ba7eeaf25f38ef6da29af9f53ce6f1ca30e18217</id>
<content type='text'>
</content>
</entry>
</feed>
