<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/textproc/dbacl, 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-02-09T00:22:45Z</updated>
<entry>
<title>Fix plist.</title>
<updated>2014-02-09T00:22:45Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2014-02-09T00:22:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3cd691f6843dc98b40e8016a905e622f5013dc15'/>
<id>urn:sha1:3cd691f6843dc98b40e8016a905e622f5013dc15</id>
<content type='text'>
Noticed by:	antoine via pkg-fallout
Pointy hat to:	mat
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Convert to staging.</title>
<updated>2014-01-26T12:27:12Z</updated>
<author>
<name>Mathieu Arnold</name>
<email>mat@FreeBSD.org</email>
</author>
<published>2014-01-26T12:27:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=3fa7680efec2c89dc36cbaca5eefdd848c3cb149'/>
<id>urn:sha1:3fa7680efec2c89dc36cbaca5eefdd848c3cb149</id>
<content type='text'>
Sponsored by:	Absolight
</content>
</entry>
<entry>
<title>Fix properties on pkg-plist</title>
<updated>2014-01-21T23:40:21Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-01-21T23:40:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e04b632220192cfe7e48d0972ddf8dfe85f16729'/>
<id>urn:sha1:e04b632220192cfe7e48d0972ddf8dfe85f16729</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: textproc)</title>
<updated>2013-09-20T23:17:30Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T23:17:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0068f2d47fabca8b05218243fb099000a6413c86'/>
<id>urn:sha1:0068f2d47fabca8b05218243fb099000a6413c86</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Update to 1.14.1</title>
<updated>2013-06-28T03:54:13Z</updated>
<author>
<name>Cheng-Lung Sung</name>
<email>clsung@FreeBSD.org</email>
</author>
<published>2013-06-28T03:54:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9dc2c9518f52b29c480ece559767cd496015b97b'/>
<id>urn:sha1:9dc2c9518f52b29c480ece559767cd496015b97b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-remove MD5</title>
<updated>2011-07-03T14:40:25Z</updated>
<author>
<name>Olli Hauer</name>
<email>ohauer@FreeBSD.org</email>
</author>
<published>2011-07-03T14:40:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fc03c837e2e849faa3873b8a4328656db892b376'/>
<id>urn:sha1:fc03c837e2e849faa3873b8a4328656db892b376</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Switch SourceForge ports to the new File Release System: categories starting with T,U,V</title>
<updated>2009-08-22T00:37:17Z</updated>
<author>
<name>Dmitry Marakasov</name>
<email>amdmi3@FreeBSD.org</email>
</author>
<published>2009-08-22T00:37:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b2b01422b8094e49e8087974c453acbe6fc5512a'/>
<id>urn:sha1:b2b01422b8094e49e8087974c453acbe6fc5512a</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>- Remove the DESTDIR modifications from individual ports as we have a new,</title>
<updated>2007-08-04T11:41:30Z</updated>
<author>
<name>Gabor Kovesdan</name>
<email>gabor@FreeBSD.org</email>
</author>
<published>2007-08-04T11:41:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=42542fb07642b8336e808272918f3ae46aa67e0b'/>
<id>urn:sha1:42542fb07642b8336e808272918f3ae46aa67e0b</id>
<content type='text'>
  fully chrooted DESTDIR, which does not need such any more.

Sponsored by:	Google Summer of Code 2007
Approved by:	portmgr (pav)
</content>
</entry>
</feed>
