<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/audio/mp3wrap, branch pkg-install-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=pkg-install-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2014-07-28T14:12:36Z</updated>
<entry>
<title>Rename audio/ patch-xy patches to reflect the files they modify.</title>
<updated>2014-07-28T14:12:36Z</updated>
<author>
<name>Adam Weinberger</name>
<email>adamw@FreeBSD.org</email>
</author>
<published>2014-07-28T14:12:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6df3e23245b2c3793f24e4c42dd330d59419494c'/>
<id>urn:sha1:6df3e23245b2c3793f24e4c42dd330d59419494c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support staging</title>
<updated>2014-02-12T21:53:21Z</updated>
<author>
<name>Emanuel Haupt</name>
<email>ehaupt@FreeBSD.org</email>
</author>
<published>2014-02-12T21:53:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2d104b37ed55ae7f6e623c75e7a457e4653b4949'/>
<id>urn:sha1:2d104b37ed55ae7f6e623c75e7a457e4653b4949</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: audio)</title>
<updated>2013-09-20T14:36:35Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T14:36:35Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=183c2ed74f9ba597bfdcd691c599804d7f5a3e4c'/>
<id>urn:sha1:183c2ed74f9ba597bfdcd691c599804d7f5a3e4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Get Rid MD5 support</title>
<updated>2011-03-19T12:38:54Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2011-03-19T12:38:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a9481afc8a0f5aa4e5d5068981f6ef1b38b5d336'/>
<id>urn:sha1:a9481afc8a0f5aa4e5d5068981f6ef1b38b5d336</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to my @FreeBSD.org address</title>
<updated>2010-05-31T07:45:28Z</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2010-05-31T07:45:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=650bdbbf626fa770f4c40b12f87fd78b0640ab88'/>
<id>urn:sha1:650bdbbf626fa770f4c40b12f87fd78b0640ab88</id>
<content type='text'>
- Add distfile mirror to single source MASTER_SITES
- Also update no longer working addresses
</content>
</entry>
<entry>
<title>- Switch SourceForge ports to the new File Release System: categories starting with A</title>
<updated>2009-08-22T00:13:26Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2009-08-22T00:13:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a07aa037a1d811308d584e576ce019f0a3f1541c'/>
<id>urn:sha1:a07aa037a1d811308d584e576ce019f0a3f1541c</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>- Update maintainer's email address</title>
<updated>2006-05-29T20:46:13Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2006-05-29T20:46:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b66e9c955a40a6b4efc43392c0b039b23732c482'/>
<id>urn:sha1:b66e9c955a40a6b4efc43392c0b039b23732c482</id>
<content type='text'>
PR:		ports/98102
Submitted by:	Ulrich Spoerlein &lt;uspoerlein@gmail.com&gt; (maintainer)
</content>
</entry>
<entry>
<title>SHA256ify</title>
<updated>2006-01-22T08:13:12Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-01-22T08:13:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=980092624a4bb2309b9ccfb3cf26d502e8254146'/>
<id>urn:sha1:980092624a4bb2309b9ccfb3cf26d502e8254146</id>
<content type='text'>
Approved by:		krion@
</content>
</entry>
<entry>
<title>Change maintainer address.</title>
<updated>2005-05-13T20:17:27Z</updated>
<author>
<name>Thierry Thomas</name>
<email>thierry@FreeBSD.org</email>
</author>
<published>2005-05-13T20:17:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1354f668ae93ae4b8b4f361e954318a7fd3ac141'/>
<id>urn:sha1:1354f668ae93ae4b8b4f361e954318a7fd3ac141</id>
<content type='text'>
PR:		ports/80973
Submitted by:	Ulrich Spoerlein &lt;q (at) galgenberg.net&gt;
</content>
</entry>
</feed>
