Commit graph

7 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
Doug Barton
ce7d0b1f2e For the ports that are maintained by ports@ that have pkgconfig as their
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.
2012-07-22 23:23:59 +00:00
Dennis Herrmann
25b1e24e6b - Update to 0.6.6
PR:		ports/160081
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-08-31 21:43:16 +00:00
Baptiste Daroussin
543787f915 reset maintainer
Submitted by:	maintainer (by mail)
2011-06-12 14:06:28 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Dmitry Marakasov
601b636d68 - Add forgotten USE_LDCONFIG 2008-11-26 22:20:20 +00:00
Dmitry Marakasov
a924787103 SLV2 is a library to make the use of LV2 plugins as simple as
possible for applications.

WWW: http://drobilla.net/software/slv2/

PR:		129158
Submitted by:	xaimus <xaimus at gmail dot com>
2008-11-26 22:16:08 +00:00