<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/security/bro, 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 duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV</title>
<updated>2008-07-25T12:48:47Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2008-07-25T12:48:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2f35b73926abf3d3de21382a8a16414200fa2d5b'/>
<id>urn:sha1:2f35b73926abf3d3de21382a8a16414200fa2d5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add CONFLICTS for sysutils/lbl-cf sysutils/lbl-hf</title>
<updated>2008-05-14T19:53:00Z</updated>
<author>
<name>Thomas Abthorpe</name>
<email>tabthorpe@FreeBSD.org</email>
</author>
<published>2008-05-14T19:53:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5594cb0d5b01fb95678b05cab0db776f90b6cba4'/>
<id>urn:sha1:5594cb0d5b01fb95678b05cab0db776f90b6cba4</id>
<content type='text'>
PR:		ports/123681
Submitted by:	tabthorpe
Approved by:	Paul Schmehl &lt;pauls utdallas.edu&gt; (maintainer)
</content>
</entry>
<entry>
<title>Migration from bison 1.x to 2.x</title>
<updated>2007-10-17T10:13:01Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2007-10-17T10:13:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=dbd39ca660cafa3d1f2acebf05c86bf17a035ff8'/>
<id>urn:sha1:dbd39ca660cafa3d1f2acebf05c86bf17a035ff8</id>
<content type='text'>
PR:		117086
Tested by:	-exp runs
</content>
</entry>
<entry>
<title>Undo changes to the header.</title>
<updated>2007-09-11T20:50:54Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2007-09-11T20:50:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=78892e719dd4574746871692756414c964156aaf'/>
<id>urn:sha1:78892e719dd4574746871692756414c964156aaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>security/bro, port upgrade to version 1.2.1, take over maintainership</title>
<updated>2007-09-10T13:28:12Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2007-09-10T13:28:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=13b2aeec3d5ed1e4dfa26683fe7a510e5d707b6f'/>
<id>urn:sha1:13b2aeec3d5ed1e4dfa26683fe7a510e5d707b6f</id>
<content type='text'>
	This is an upgrade of the security/bro port to the current
	stable version.  The port is very complex, so it needs to
	be tested carefully to make sure that I'm not screwing
	anything up or using wrong conventions. Also, I'm willing
	to take over maintainership of the port if it's accepted
	into the tree.

	Please note, there are several files that need to be removed
	from the port and quite a few that need to be added. All
	these files are in FILESDIR.  I have provided blank patches
	for the files that need to be removed, so the patches will
	create blank files.

Added IS_INTERACTIVE to the port
Left original freebsd header comments in it.
Next time please use one big patch-file instead of lots of little ones :-)

PR:		ports/114999
Submitted by:	Paul Schmehl &lt;pauls@utdallas.edu&gt;
</content>
</entry>
<entry>
<title>Fix build with gcc41</title>
<updated>2006-12-21T12:42:16Z</updated>
<author>
<name>Tilman Keskinoz</name>
<email>arved@FreeBSD.org</email>
</author>
<published>2006-12-21T12:42:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2b626a4c3b7cc1deeccdba75256a24e6238a2766'/>
<id>urn:sha1:2b626a4c3b7cc1deeccdba75256a24e6238a2766</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove USE_REINPLACE from all categories starting with S</title>
<updated>2006-05-13T04:15:53Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-05-13T04:15:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=28dd10dcb401c431386390d9b259d3f7330f6f2b'/>
<id>urn:sha1:28dd10dcb401c431386390d9b259d3f7330f6f2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add SHA256</title>
<updated>2005-11-25T18:01:15Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2005-11-25T18:01:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d679262e6cff00b256f13f004503e20ea38cc9ae'/>
<id>urn:sha1:d679262e6cff00b256f13f004503e20ea38cc9ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert back to devel/bison</title>
<updated>2005-09-04T19:36:50Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2005-09-04T19:36:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a817a3eaa8c6df623a269b4868713364613bba0c'/>
<id>urn:sha1:a817a3eaa8c6df623a269b4868713364613bba0c</id>
<content type='text'>
</content>
</entry>
</feed>
