<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/sysutils/grub, branch 6-eol</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=6-eol</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=6-eol'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2010-10-16T11:52:47Z</updated>
<entry>
<title>Punt autoconf267-&gt;autoconf268</title>
<updated>2010-10-16T11:52:47Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2010-10-16T11:52:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6abd00a86bbeefe0d47fdd84e916deccf66893e3'/>
<id>urn:sha1:6abd00a86bbeefe0d47fdd84e916deccf66893e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migration of final set of working ports from automake{19,110} -&gt; 111</title>
<updated>2010-10-07T15:18:56Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2010-10-07T15:18:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=231b6073decfcdbad451c9aeb05ae4fd0afacf71'/>
<id>urn:sha1:231b6073decfcdbad451c9aeb05ae4fd0afacf71</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Autotools update.   Read ports/UPDATING 20100915 for details.</title>
<updated>2010-09-15T18:35:24Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2010-09-15T18:35:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8262a7b51d413e11ef8f67c56e862ebbc6f182de'/>
<id>urn:sha1:8262a7b51d413e11ef8f67c56e862ebbc6f182de</id>
<content type='text'>
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
</content>
</entry>
<entry>
<title>- Utilize PORTSCOUT. Version 1.x is complete different one.</title>
<updated>2008-12-25T23:03:39Z</updated>
<author>
<name>Sergey Matveychuk</name>
<email>sem@FreeBSD.org</email>
</author>
<published>2008-12-25T23:03:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e2bc6342b3b33a804ea0b8ec5237d16f99287a19'/>
<id>urn:sha1:e2bc6342b3b33a804ea0b8ec5237d16f99287a19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Give a change to use more than 8 disks.</title>
<updated>2008-12-12T18:11:25Z</updated>
<author>
<name>Sergey Matveychuk</name>
<email>sem@FreeBSD.org</email>
</author>
<published>2008-12-12T18:11:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b9219dca4dabdeb15d3a25010d0d0a6e450da739'/>
<id>urn:sha1:b9219dca4dabdeb15d3a25010d0d0a6e450da739</id>
<content type='text'>
Submitted by:	Jens Schweikhardt &lt;schweikh_at_schweikhardt.net&gt;
</content>
</entry>
<entry>
<title>- Fix broken build and unbroke</title>
<updated>2008-12-08T19:06:10Z</updated>
<author>
<name>Sergey Matveychuk</name>
<email>sem@FreeBSD.org</email>
</author>
<published>2008-12-08T19:06:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a66bf98b356fcf879cd7ec2dd1f7a24cd9236aca'/>
<id>urn:sha1:a66bf98b356fcf879cd7ec2dd1f7a24cd9236aca</id>
<content type='text'>
- While I'm here, fix pkg-message

Pointy hat to:	rafan
</content>
</entry>
<entry>
<title>Mark BROKEN: does not package.</title>
<updated>2008-12-07T19:11:37Z</updated>
<author>
<name>Erwin Lansing</name>
<email>erwin@FreeBSD.org</email>
</author>
<published>2008-12-07T19:11:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=e22c39d039c22ab90fae9cbe40123abbd9667fa1'/>
<id>urn:sha1:e22c39d039c22ab90fae9cbe40123abbd9667fa1</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>Conversion from (now defunct) autoconf-2.61 to autoconf-2.62</title>
<updated>2008-08-20T00:57:32Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2008-08-20T00:57:32Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=771ea13f4111cf3212b9c32c18ac5fc1975d483d'/>
<id>urn:sha1:771ea13f4111cf3212b9c32c18ac5fc1975d483d</id>
<content type='text'>
Tested by:	exp build run (erwin)
</content>
</entry>
<entry>
<title>- Add support for FreeBSD 8.x</title>
<updated>2008-07-09T17:59:24Z</updated>
<author>
<name>Sergey Matveychuk</name>
<email>sem@FreeBSD.org</email>
</author>
<published>2008-07-09T17:59:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=23bfae6f49bc19bfb867be2151eb87680c4af2ef'/>
<id>urn:sha1:23bfae6f49bc19bfb867be2151eb87680c4af2ef</id>
<content type='text'>
PR:		ports/125199
Submitted by:	gahr
</content>
</entry>
</feed>
