<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/mysql++, 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>- Resolve LATEST_LINK conflict</title>
<updated>2009-05-31T20:31:08Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2009-05-31T20:31:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=aa952fd48fe9143007307348e16bccf3b9f95ca9'/>
<id>urn:sha1:aa952fd48fe9143007307348e16bccf3b9f95ca9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Fix build</title>
<updated>2009-02-07T21:55:08Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2009-02-07T21:55:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=da0177b4eb0e4ac1c1c76351cdca95325bc970dc'/>
<id>urn:sha1:da0177b4eb0e4ac1c1c76351cdca95325bc970dc</id>
<content type='text'>
Reported by:	erwinbot
</content>
</entry>
<entry>
<title>- Update to 2.1.1</title>
<updated>2009-01-14T16:00:22Z</updated>
<author>
<name>Martin Wilke</name>
<email>miwi@FreeBSD.org</email>
</author>
<published>2009-01-14T16:00:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=da8adf524aa450101f2b64875be1053baa5d94fc'/>
<id>urn:sha1:da8adf524aa450101f2b64875be1053baa5d94fc</id>
<content type='text'>
PR:		130471
Submitted by:	Ports Fury
</content>
</entry>
<entry>
<title>- Remove conditional checks relevant only on FreeBSD 5.x and older</title>
<updated>2009-01-05T17:27:29Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2009-01-05T17:27:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c4d4cacd63490d4b63e844ae298880332a388ba7'/>
<id>urn:sha1:c4d4cacd63490d4b63e844ae298880332a388ba7</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>Return laszlof's ports to the pool due to lack of time.</title>
<updated>2008-08-19T09:18:37Z</updated>
<author>
<name>Mark Linimon</name>
<email>linimon@FreeBSD.org</email>
</author>
<published>2008-08-19T09:18:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=238940659fef9d2215986549df4157f1a1c130f8'/>
<id>urn:sha1:238940659fef9d2215986549df4157f1a1c130f8</id>
<content type='text'>
Hat:		portmgr
</content>
</entry>
<entry>
<title>Update my email address in all ports that I maintain.</title>
<updated>2006-11-07T15:37:06Z</updated>
<author>
<name>Frank J. Laszlo</name>
<email>laszlof@FreeBSD.org</email>
</author>
<published>2006-11-07T15:37:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=40d889badc4f18cb02157a73fc50c48fce95991e'/>
<id>urn:sha1:40d889badc4f18cb02157a73fc50c48fce95991e</id>
<content type='text'>
Approved by:	flz (mentor)
</content>
</entry>
<entry>
<title>- unbraek the port</title>
<updated>2006-11-02T06:33:14Z</updated>
<author>
<name>Cheng-Lung Sung</name>
<email>clsung@FreeBSD.org</email>
</author>
<published>2006-11-02T06:33:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8733917642ad606b3086a5d15cb32f229b4aaa62'/>
<id>urn:sha1:8733917642ad606b3086a5d15cb32f229b4aaa62</id>
<content type='text'>
- add NOT_FOR_ARCHS=amd64 sparc64
- pass maintainership

PR:		ports/104477
Submitted by:	Frank J dot  Laszlo &lt;laszlof_AT_vonostingroup dot com&gt;
Approved by:	maintainer (Sergey Prikhodko)
</content>
</entry>
<entry>
<title>BROKEN: Does not compile</title>
<updated>2006-09-17T01:28:07Z</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2006-09-17T01:28:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fdad3a3ecd027894030328db7b715c8e578b0749'/>
<id>urn:sha1:fdad3a3ecd027894030328db7b715c8e578b0749</id>
<content type='text'>
</content>
</entry>
</feed>
