Commit graph

14 commits

Author SHA1 Message Date
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Danilo Egea Gondolfo
521d90b8ee - Convert USE_GMAKE to USES
- Add stage support
2013-11-05 01:08:11 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Baptiste Daroussin
737bed6923 Convert g* to USES=pkgconfig 2013-04-23 10:47:02 +00:00
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
dde5af1a53 - Update to 0.138
PR:		ports/155810
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2011-03-23 17:43:16 +00:00
Ying-Chieh Liao
49b798d030 upgrade to 0.136 2009-09-07 17:04:40 +00:00
Ying-Chieh Liao
7af4521e64 upgrade to 0.135
drop maintainership
2009-05-01 14:01:47 +00:00
Pav Lucistnik
9fc1c4fe89 - Remove USE_GETOPT_LONG which is a no-op since March 2007 2008-03-20 09:56:52 +00:00
Ying-Chieh Liao
b91c3c7a41 upgrade to 0.134 2007-10-12 02:19:32 +00:00
Ying-Chieh Liao
bbb70ea3c9 add missing dependency
Submitted by:	pointyhat via kris
2007-01-11 01:34:29 +00:00
Ying-Chieh Liao
840ee4a79c add poker-eval
A C library to evaluate poker hands
2006-12-14 15:57:52 +00:00