<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/sqlite2, 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 NOPORT* build</title>
<updated>2009-03-23T23:38:18Z</updated>
<author>
<name>Marcus Alves Grando</name>
<email>mnag@FreeBSD.org</email>
</author>
<published>2009-03-23T23:38:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9c36a15274c775ba004d6193986d802c6e0e7ddc'/>
<id>urn:sha1:9c36a15274c775ba004d6193986d802c6e0e7ddc</id>
<content type='text'>
Reported by:	QAT
</content>
</entry>
<entry>
<title>- Change hard coded TCL dependancy to USE_TCL</title>
<updated>2009-03-23T05:31:39Z</updated>
<author>
<name>Marcus Alves Grando</name>
<email>mnag@FreeBSD.org</email>
</author>
<published>2009-03-23T05:31:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=b93c8d444f1c9e41aaaaf4ccd447bf8ccb97c860'/>
<id>urn:sha1:b93c8d444f1c9e41aaaaf4ccd447bf8ccb97c860</id>
<content type='text'>
PR:		132381
Submitted by:	Scot W. Hetzel &lt;swhetzel___gmail.com&gt;
</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>- 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>- Move from versioned tcl/tk CATEGORIES to simple tcl and tk categories</title>
<updated>2008-04-09T13:42:26Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2008-04-09T13:42:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=92b220fa9c42a6c193337144b12ad0856cacbdeb'/>
<id>urn:sha1:92b220fa9c42a6c193337144b12ad0856cacbdeb</id>
<content type='text'>
With hat:	portmgr
</content>
</entry>
<entry>
<title>Fix up PORTREVISION breakage</title>
<updated>2006-02-23T15:32:54Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2006-02-23T15:32:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0f26085429702d084bbb63572b07a43bbc2389fb'/>
<id>urn:sha1:0f26085429702d084bbb63572b07a43bbc2389fb</id>
<content type='text'>
Approved by:	portmgr (implicit)
</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>- Migrate all knobs to OPTIONS</title>
<updated>2006-02-13T14:57:51Z</updated>
<author>
<name>Marcus Alves Grando</name>
<email>mnag@FreeBSD.org</email>
</author>
<published>2006-02-13T14:57:51Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=7e622c6803dc8636d40a2c3aa8080e9a9fd641a1'/>
<id>urn:sha1:7e622c6803dc8636d40a2c3aa8080e9a9fd641a1</id>
<content type='text'>
- Add threads support [1] (mostly part)
- Reorganize Makefile
- Bump PORTREVISION

PR:		93101 [1]
Submitted by:	Henry Miller &lt;hank@millerfarm.com&gt; [1]
</content>
</entry>
<entry>
<title>Update to 2.8.17</title>
<updated>2006-01-06T21:16:41Z</updated>
<author>
<name>Marcus Alves Grando</name>
<email>mnag@FreeBSD.org</email>
</author>
<published>2006-01-06T21:16:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=1e4fb786aec0eb2caf852ef60125d2e0ed4156d4'/>
<id>urn:sha1:1e4fb786aec0eb2caf852ef60125d2e0ed4156d4</id>
<content type='text'>
Use PORTDOCS
Reorganize Makefile

Notified by:	edwin Version Check
</content>
</entry>
</feed>
