<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/math/plplot, 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-25T00:15:59Z</updated>
<entry>
<title>- Fix plist for NOPORTDOCS and WITH_TCLTK cases (WITH_PYTHON build still broken)</title>
<updated>2008-08-25T00:15:59Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2008-08-25T00:15:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=71c757a64bf50df3f18984860fcccee68e17064a'/>
<id>urn:sha1:71c757a64bf50df3f18984860fcccee68e17064a</id>
<content type='text'>
Reported by:	QAT
</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>- 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>Now we use USE_FORTRAN=yes to use FORTRAN compiler.</title>
<updated>2007-07-14T09:51:49Z</updated>
<author>
<name>Maho Nakata</name>
<email>maho@FreeBSD.org</email>
</author>
<published>2007-07-14T09:51:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=269ae10910a62a93f60a11dce840dc72f5e6856a'/>
<id>urn:sha1:269ae10910a62a93f60a11dce840dc72f5e6856a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>maho has mistakingly committed 1st patch instead of 2nd patch...</title>
<updated>2007-07-09T02:49:37Z</updated>
<author>
<name>Maho Nakata</name>
<email>maho@FreeBSD.org</email>
</author>
<published>2007-07-09T02:49:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5aec51a29d453dd1619671d5678341e2a18c2436'/>
<id>urn:sha1:5aec51a29d453dd1619671d5678341e2a18c2436</id>
<content type='text'>
Submitted by:	Pedro F. Giffuni
</content>
</entry>
<entry>
<title>- Added a dependency to devel/lasi to build the psttf driver on X.</title>
<updated>2007-07-06T03:50:15Z</updated>
<author>
<name>Maho Nakata</name>
<email>maho@FreeBSD.org</email>
</author>
<published>2007-07-06T03:50:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c0034bd853f926acfd9a863d3cae6d9ff29f5d65'/>
<id>urn:sha1:c0034bd853f926acfd9a863d3cae6d9ff29f5d65</id>
<content type='text'>
- reorder the pkg-plist a bit
- Buimped the PORTREVISION

BTW: WITH_GNOME part is temporary commented out: it is automatically
detected and not easy to remove.
Submitted by:	Pedro F. Giffuni
PR: 114273
</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>- Remove FreeBSD 4.X support from unmaintained ports in categories starting</title>
<updated>2007-04-18T11:46:10Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2007-04-18T11:46:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c44fa33a5e74f28fd77012aba7e3a9c8d633e36a'/>
<id>urn:sha1:c44fa33a5e74f28fd77012aba7e3a9c8d633e36a</id>
<content type='text'>
  with letter i-m
</content>
</entry>
<entry>
<title>fix pkg-plist</title>
<updated>2007-01-22T14:17:12Z</updated>
<author>
<name>Maho Nakata</name>
<email>maho@FreeBSD.org</email>
</author>
<published>2007-01-22T14:17:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b8a6a014189d81ccbcd0da4eb80d809952f827d4'/>
<id>urn:sha1:b8a6a014189d81ccbcd0da4eb80d809952f827d4</id>
<content type='text'>
Submitted by:	pointyhat
</content>
</entry>
</feed>
