<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/security/mcrypt, branch release/8.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2009-08-22T02:23:49Z</updated>
<entry>
<title>- Fix broken makefiles introduced with translation to new SF File Release System</title>
<updated>2009-08-22T02:23:49Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2009-08-22T02:23:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a2472d09d8f5a8d7115d74108c3a5972b01c408d'/>
<id>urn:sha1:a2472d09d8f5a8d7115d74108c3a5972b01c408d</id>
<content type='text'>
Reported by:	dan
Pointyhat to:	myself
</content>
</entry>
<entry>
<title>- Switch SourceForge ports to the new File Release System: categories starting with P,R,S</title>
<updated>2009-08-22T00:35:32Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2009-08-22T00:35:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3eb168f46b2ba49b62efa711ffbdd0a1047a5e5b'/>
<id>urn:sha1:3eb168f46b2ba49b62efa711ffbdd0a1047a5e5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update to 2.6.8</title>
<updated>2008-11-22T17:16:41Z</updated>
<author>
<name>Johan van Selst</name>
<email>johans@FreeBSD.org</email>
</author>
<published>2008-11-22T17:16:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=56f64457f3c1694c69a632fea01aabb48ef6306e'/>
<id>urn:sha1:56f64457f3c1694c69a632fea01aabb48ef6306e</id>
<content type='text'>
</content>
</entry>
<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>Bump portrevision due to upgrade of devel/gettext.</title>
<updated>2008-06-06T14:17:21Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2008-06-06T14:17:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=090059a2104b9f20d6996143c0d726aaf861788d'/>
<id>urn:sha1:090059a2104b9f20d6996143c0d726aaf861788d</id>
<content type='text'>
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
</content>
</entry>
<entry>
<title>Bump portrevision, forgotten in previous commit (dependency changed)</title>
<updated>2008-03-12T18:10:35Z</updated>
<author>
<name>Johan van Selst</name>
<email>johans@FreeBSD.org</email>
</author>
<published>2008-03-12T18:10:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4f5a49925bb67a306ea00b38400ebed87c8310ca'/>
<id>urn:sha1:4f5a49925bb67a306ea00b38400ebed87c8310ca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing slash that breaks dependency registation</title>
<updated>2008-03-12T18:06:10Z</updated>
<author>
<name>Johan van Selst</name>
<email>johans@FreeBSD.org</email>
</author>
<published>2008-03-12T18:06:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d1b3e4617282aec78e78c635cad545598421626f'/>
<id>urn:sha1:d1b3e4617282aec78e78c635cad545598421626f</id>
<content type='text'>
PR:		ports/121647
Submitted by:	MOROHOSHI Akihiko
</content>
</entry>
<entry>
<title>- Update to 2.6.7</title>
<updated>2007-12-15T16:32:19Z</updated>
<author>
<name>Johan van Selst</name>
<email>johans@FreeBSD.org</email>
</author>
<published>2007-12-15T16:32:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9b704e84e8b4773a4a044b7a464044b7d36269b8'/>
<id>urn:sha1:9b704e84e8b4773a4a044b7a464044b7d36269b8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 2.6.6 (requires a small patch)</title>
<updated>2007-06-09T10:49:47Z</updated>
<author>
<name>Johan van Selst</name>
<email>johans@FreeBSD.org</email>
</author>
<published>2007-06-09T10:49:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2fa4c561a2d10987b526687d4066eed874974e23'/>
<id>urn:sha1:2fa4c561a2d10987b526687d4066eed874974e23</id>
<content type='text'>
- Become port maintainer
</content>
</entry>
<entry>
<title>- Update to 2.6.5</title>
<updated>2007-03-27T08:01:59Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2007-03-27T08:01:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b1d1e9601978d09e4bf6964dfb7936519aff037c'/>
<id>urn:sha1:b1d1e9601978d09e4bf6964dfb7936519aff037c</id>
<content type='text'>
PR:             110820
Submitted by:   KATO Tsuguru &lt;tkato432@yahoo.com&gt;
</content>
</entry>
</feed>
