<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/sqlite2, branch 2014Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2014Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2014Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2013-09-25T09:32:09Z</updated>
<entry>
<title>- Convert to USES+=tcl</title>
<updated>2013-09-25T09:32:09Z</updated>
<author>
<name>Pietro Cerutti</name>
<email>gahr@FreeBSD.org</email>
</author>
<published>2013-09-25T09:32:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4cfe5a185aa7bbe17f24b26e389291a84056241e'/>
<id>urn:sha1:4cfe5a185aa7bbe17f24b26e389291a84056241e</id>
<content type='text'>
- Fix package provide
</content>
</entry>
<entry>
<title>Add NO_STAGE all over the place in preparation for the staging support (cat: databases)</title>
<updated>2013-09-20T16:13:47Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-09-20T16:13:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=36117d709704f772dbc3d305cda6923741791598'/>
<id>urn:sha1:36117d709704f772dbc3d305cda6923741791598</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rely on bsdtar to autodetermine the format of the distfiles when possible</title>
<updated>2013-04-29T08:57:12Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-04-29T08:57:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5271da855f0c5946ff1f3aa58fbe806871df2f87'/>
<id>urn:sha1:5271da855f0c5946ff1f3aa58fbe806871df2f87</id>
<content type='text'>
For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
</content>
</entry>
<entry>
<title>Finish converting the whole ports tree to USES=pkgconfig</title>
<updated>2013-04-23T14:20:25Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-04-23T14:20:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=992586fa0863f8346a19cbcdfbba376c5c4dfd43'/>
<id>urn:sha1:992586fa0863f8346a19cbcdfbba376c5c4dfd43</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Remove lang/tcl83 and x11-toolkits/tk83 (expired)</title>
<updated>2013-04-23T11:51:52Z</updated>
<author>
<name>Pietro Cerutti</name>
<email>gahr@FreeBSD.org</email>
</author>
<published>2013-04-23T11:51:52Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=fef02240eadfe71a1e40b737f40b3d44c610f203'/>
<id>urn:sha1:fef02240eadfe71a1e40b737f40b3d44c610f203</id>
<content type='text'>
- Remove references to Tcl/Tk 8.3 from bsd.tcl.mk
- Update ports that required 8.3+ to require 8.4+ (since 8.5 is the
  default, I don't expect this change to cause much trouble)
</content>
</entry>
<entry>
<title>Fix conversion to new options framework</title>
<updated>2013-02-12T11:22:02Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2013-02-12T11:22:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=260b1fcdba4e3fdff274f85e08f115c437ed27ee'/>
<id>urn:sha1:260b1fcdba4e3fdff274f85e08f115c437ed27ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config</title>
<updated>2012-07-26T05:40:22Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-07-26T05:40:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=9346b215f04cc84bbb7125ff2fcf03978f859a21'/>
<id>urn:sha1:9346b215f04cc84bbb7125ff2fcf03978f859a21</id>
<content type='text'>
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility

This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG

it can take the following arguments:
 - yes (meaning build only dep)
 - build (meaning build only dep)
 - run (meaning run only dep)
 - both (meaning run and build dep)

From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.

While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config

With Hat:	portmgr
Exp-runs by:	bapt (pointhat-west), beat (pointyhat)
</content>
</entry>
<entry>
<title>For the ports that are maintained by ports@ that have pkgconfig as their</title>
<updated>2012-07-22T23:23:59Z</updated>
<author>
<name>Doug Barton</name>
<email>dougb@FreeBSD.org</email>
</author>
<published>2012-07-22T23:23:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ce7d0b1f2e20766f2a2bf8a739f73122e2c86c0c'/>
<id>urn:sha1:ce7d0b1f2e20766f2a2bf8a739f73122e2c86c0c</id>
<content type='text'>
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in.
</content>
</entry>
<entry>
<title>Convert to new options framework</title>
<updated>2012-06-12T06:44:14Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-06-12T06:44:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=954c1faffa55fcd3510c0a9967b8ac3001df353f'/>
<id>urn:sha1:954c1faffa55fcd3510c0a9967b8ac3001df353f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Reassign to the heap</title>
<updated>2012-02-01T15:53:08Z</updated>
<author>
<name>Thomas Abthorpe</name>
<email>tabthorpe@FreeBSD.org</email>
</author>
<published>2012-02-01T15:53:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=978fe5634d7221048a082397bbd201ad0df69986'/>
<id>urn:sha1:978fe5634d7221048a082397bbd201ad0df69986</id>
<content type='text'>
</content>
</entry>
</feed>
