Commit graph

8 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
Martin Wilke
ec967cc0a1 - Update to 6.0
PR:		162829
Submitted by:	ports fury
2012-01-14 21:55:14 +00:00
Emanuel Haupt
2a7842eb44 - Add MAKE_JOBS_SAFE
- Strip binaries

PR:		161603
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-10-18 13:03:57 +00:00
Sylvio Cesar Teixeira
be94be4801 - Update to 4.0 2011-08-16 17:32:22 +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
Martin Wilke
fdc7c90471 LV2 is a standard for plugins and matching host applications, mainly targeted at
audio processing and generation.
LV2 is a simple but extensible successor of LADSPA, intended to address the
limitations of LADSPA which many applications have outgrown.

WWW: http://lv2plug.in/

PR:		ports/129026
Submitted by:	xaimus <xaimus at gmail.com>
2008-11-23 22:52:44 +00:00