<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/devel/log4cpp, branch release/7.1.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.1.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F7.1.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>- Update to 1.0</title>
<updated>2008-04-15T02:54:38Z</updated>
<author>
<name>Cheng-Lung Sung</name>
<email>clsung@FreeBSD.org</email>
</author>
<published>2008-04-15T02:54:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8863403bd0bcc8bcf4995d414000de9318158f7d'/>
<id>urn:sha1:8863403bd0bcc8bcf4995d414000de9318158f7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Welcome X.org 7.2 \o/.</title>
<updated>2007-05-19T20:36:56Z</updated>
<author>
<name>Florent Thoumie</name>
<email>flz@FreeBSD.org</email>
</author>
<published>2007-05-19T20:36:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=d4f0d0048a8755106a4b0445221a19761e746984'/>
<id>urn:sha1:d4f0d0048a8755106a4b0445221a19761e746984</id>
<content type='text'>
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
</content>
</entry>
<entry>
<title>Use libtool15 port instead of included version to avoid objformat a.out botch</title>
<updated>2007-02-10T06:05:06Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2007-02-10T06:05:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=60b3a84279e0657b047e05ed4f622cf401e2376b'/>
<id>urn:sha1:60b3a84279e0657b047e05ed4f622cf401e2376b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 0.3.5rc3</title>
<updated>2006-12-17T20:46:56Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2006-12-17T20:46:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1ac6e82c7d492b5bffa04e88cf374de738e52f65'/>
<id>urn:sha1:1ac6e82c7d492b5bffa04e88cf374de738e52f65</id>
<content type='text'>
PR:		ports/106499
Submitted by:	Yuri Karaban &lt;tech@askold.net&gt;
</content>
</entry>
<entry>
<title>- s,INSTALLS_SHLIB,USE_LDCONFIG,g</title>
<updated>2006-08-14T22:55:18Z</updated>
<author>
<name>Cheng-Lung Sung</name>
<email>clsung@FreeBSD.org</email>
</author>
<published>2006-08-14T22:55:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4de56a776b06e3e1141de9f8098f35898c845484'/>
<id>urn:sha1:4de56a776b06e3e1141de9f8098f35898c845484</id>
<content type='text'>
- these include comms/ converters/ databases/ devel/ maintained by ports@

PR:		ports/101916
Submitted by:	Gea-Suan Lin &lt;gslin_AT_gslin dot org&gt;
</content>
</entry>
<entry>
<title>Correct plist for NOPORTDOCS case.</title>
<updated>2006-06-07T09:14:10Z</updated>
<author>
<name>Xin LI</name>
<email>delphij@FreeBSD.org</email>
</author>
<published>2006-06-07T09:14:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=90d87dc6816d3cafda42e977444a38cbb10e6f4c'/>
<id>urn:sha1:90d87dc6816d3cafda42e977444a38cbb10e6f4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove USE_REINPLACE from all categories starting with D</title>
<updated>2006-05-04T21:41:12Z</updated>
<author>
<name>Edwin Groothuis</name>
<email>edwin@FreeBSD.org</email>
</author>
<published>2006-05-04T21:41:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=2406d49a61ea8765af0e4569254f5dca9b0a54c7'/>
<id>urn:sha1:2406d49a61ea8765af0e4569254f5dca9b0a54c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix build if doxygen is on the system, and thus the documentation is</title>
<updated>2005-11-29T17:27:32Z</updated>
<author>
<name>Simon Barner</name>
<email>barner@FreeBSD.org</email>
</author>
<published>2005-11-29T17:27:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f8db9aa290c9be094d1c183011efc3498322158a'/>
<id>urn:sha1:f8db9aa290c9be094d1c183011efc3498322158a</id>
<content type='text'>
  is built and installed. Also adjust plist for this case.

- Add support for NOPORTDOCS (disables dependency on doxygen)

Reported by:	Yann Golanski &lt;yann@kierun.org&gt;
PR:		ports/89726
</content>
</entry>
<entry>
<title>- Add some SHA256 checksums</title>
<updated>2005-11-24T15:40:04Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2005-11-24T15:40:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=22fea9c3dfa6943b272f4231c93b39137ca5ad4a'/>
<id>urn:sha1:22fea9c3dfa6943b272f4231c93b39137ca5ad4a</id>
<content type='text'>
</content>
</entry>
</feed>
