<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/oracle_odbc_driver, branch release/8.0.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=release%2F8.0.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2009-08-02T19:36:34Z</updated>
<entry>
<title>-Repocopy devel/libtool15 -&gt; libtool22 and libltdl15 -&gt; libltdl22.</title>
<updated>2009-08-02T19:36:34Z</updated>
<author>
<name>Jeremy Messenger</name>
<email>mezz@FreeBSD.org</email>
</author>
<published>2009-08-02T19:36:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=789d75c728ef23566a07bf5b9bc2190bf34ff4f1'/>
<id>urn:sha1:789d75c728ef23566a07bf5b9bc2190bf34ff4f1</id>
<content type='text'>
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain TartiÃ¨re" &lt;romain@blogreen.org&gt;, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
</content>
</entry>
<entry>
<title>Fix build with unixODBC 2.2.14.</title>
<updated>2009-03-02T19:59:19Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2009-03-02T19:59:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=bd2aeea50de656dec25cbe66da9559a3c9202757'/>
<id>urn:sha1:bd2aeea50de656dec25cbe66da9559a3c9202757</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 to 0.5.6</title>
<updated>2007-07-03T16:23:15Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2007-07-03T16:23:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8881424bf595a8329223c4d05e947bf1b4497263'/>
<id>urn:sha1:8881424bf595a8329223c4d05e947bf1b4497263</id>
<content type='text'>
- Fix objformat issue [1]

Submitted by:	miwi [1]
</content>
</entry>
<entry>
<title>Do not use RUN_DEPENDS=${BUILD_DEPENDS}. While it is safe now it may</title>
<updated>2006-11-28T18:51:57Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2006-11-28T18:51:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c4e65252293d229859c78f63d02e77bd34c7c95a'/>
<id>urn:sha1:c4e65252293d229859c78f63d02e77bd34c7c95a</id>
<content type='text'>
cause unexpected run dependencies to appear in future.
</content>
</entry>
<entry>
<title>Fix build on FreeBSD 4.x</title>
<updated>2006-08-21T05:23:01Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2006-08-21T05:23:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=edf8bebd035ce623a93ee2193e4bc450a9d0bfd3'/>
<id>urn:sha1:edf8bebd035ce623a93ee2193e4bc450a9d0bfd3</id>
<content type='text'>
Pointed out by:	kris
</content>
</entry>
<entry>
<title>Conversion to a single libtool environment.</title>
<updated>2006-02-23T10:40:44Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2006-02-23T10:40:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8503536d3896846d823f7f76be54e0a99da8d8b6'/>
<id>urn:sha1:8503536d3896846d823f7f76be54e0a99da8d8b6</id>
<content type='text'>
Approved by:	portmgr (kris)
</content>
</entry>
<entry>
<title>Add SHA256 checksum.</title>
<updated>2005-11-17T19:11:10Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2005-11-17T19:11:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b55b971ee3ccbae57dd19670ab7868db86ed6347'/>
<id>urn:sha1:b55b971ee3ccbae57dd19670ab7868db86ed6347</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix MASTER_SITES and WWW (old site no longer reachable).</title>
<updated>2005-11-15T20:22:00Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2005-11-15T20:22:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=6ae82235519154067318b397989d7fa029fd59b9'/>
<id>urn:sha1:6ae82235519154067318b397989d7fa029fd59b9</id>
<content type='text'>
Reported by:	kris (via pointyhat)
</content>
</entry>
<entry>
<title>- This port does not build with iODBC yet -- remove WITH_UNIXODBC/IODBC</title>
<updated>2005-09-13T11:49:07Z</updated>
<author>
<name>Max Khon</name>
<email>fjoe@FreeBSD.org</email>
</author>
<published>2005-09-13T11:49:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=61c1edcf8f8bd3d583d583bcdeda8022ac6b9104'/>
<id>urn:sha1:61c1edcf8f8bd3d583d583bcdeda8022ac6b9104</id>
<content type='text'>
options
- Bump PORTREVISION
</content>
</entry>
</feed>
