Commit Graph

11 Commits

Author SHA1 Message Date
Baptiste Daroussin
9346b215f0 new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
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)
2012-07-26 05:40:22 +00:00
Jason Helfman
8060e798d4 Update MASTER_SITES to take advantage of latest CHEESESHOP mirrors and add MASTER_SITE_SUBDIR
Submitted by:	jgh
Approved by:	David Naylor (maintainer via email) , crees (mentor)
2011-12-21 19:34:14 +00:00
Wen Heping
ffecfabdf4 - Fix build with python-2.7
PR:		ports/157300
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
2011-06-08 08:26:45 +00:00
Martin Wilke
65e190c0f0 - Get Rid MD5 support
With hat:	portmgr (myself)
2011-03-18 17:59:50 +00:00
Christian Weisgerber
dab3be2b8b Increment PORTREVISION after liblzma major version change in archivers/xz. 2010-11-09 18:58:25 +00:00
Martin Wilke
304169c110 - Update to 0.5.3
PR:		148110
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
Feature safe:	yes
2010-06-27 04:50:29 +00:00
Christian Weisgerber
26e0343990 The xz utils and lzma library have been imported into base, so make
the dependency on the archivers/xz port conditional on OSVERSION.
2010-05-21 16:23:46 +00:00
Wen Heping
6f4e19674e - Change maintainer's email address
PR:		ports/139655
Submitted by:	David Naylor <naylor.b.david@gmail.com> (maintainer)
Approved by:	miwi(mentor)
2009-10-16 14:00:34 +00:00
Christian Weisgerber
3473e13849 lzmautils-devel -> xz
Feature safe:	yes
2009-09-21 14:27:37 +00:00
Beat Gaetzi
0c29a5eb0b - Update to 0.5.2
PR:		ports/132224
Submitted by:	David Naylor <naylor.b.david AT gmail.com> (maintainer)
Approved by:	miwi (mentor)
2009-03-02 19:56:51 +00:00
Martin Wilke
0af29caee8 Python module implementing LZMA Utils' liblzma API
PylibLZMA provides a python interface for the liblzma
library to read and write data that has been compressed
or can be decompressed by Lasse Collin's LZMA Utils.

WWW: http://launchpad.net/pyliblzma

PR:		ports/129560
Submitted by:	David Naylor <dragonsa at highveldmail.co.za>
2009-02-15 20:09:41 +00:00