Commit graph

18 commits

Author SHA1 Message Date
Baptiste Daroussin
992586fa08 Finish converting the whole ports tree to USES=pkgconfig 2013-04-23 14:20:25 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +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
Sylvio Cesar Teixeira
da244d49bf - Update to version 0.4.9.2
Remove file:
files/patch-Makefile.in

PR:		ports/168605
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-05 21:01:51 +00:00
Martin Wilke
a9481afc8a - Get Rid MD5 support 2011-03-19 12:38:54 +00:00
Beech Rintoul
1b76a5a8ee - Add depend for libSM to USE_XORG
Reported by: pointyhat
2008-03-25 21:35:07 +00:00
Beech Rintoul
a7f96ee2b4 - Remove USE_X_PREFIX
- Add USE_XORG= (modules)
- Bump portrevision
2008-03-24 17:10:12 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Mark Linimon
80ac176c46 Reset hendrik@scholz.net due to a number of timeouts.
Hat:		portmgr
2006-12-13 12:43:14 +00:00
Frank J. Laszlo
fed84b4e92 Really respect X11BASE this time.
Reported by:	rafan
Approved by:	maintainer (implicit)
2006-12-11 13:46:11 +00:00
Frank J. Laszlo
f7120dbb8c Respect X11BASE
PR:		ports/106162
Approved by:	maintainer (implicit)
2006-12-09 13:19:13 +00:00
Rong-En Fan
af8599e5d3 - Update to 0.4.5
- Use PLIST_FILES
- Use REINPLACE_CMD to achieve files/patch-xo:Makefile.in
- Rename files/patch-xo::stats.h to files/patch-xo-stats.h (portlint)

PR:		ports/100099
Submitted by:	chinsan <chinsan.tw@gmail.com>
Approved by:	maintainer
2006-07-19 21:06:02 +00:00
Edwin Groothuis
84b1517c16 SHA256ify
Approved by: krion@
2006-01-24 03:16:52 +00:00
Volker Stolz
1995920028 Unbreak:
- Add dependency on bison
- build-fix on 4.X (me)

PR:		ports/74722
Submitted by:	maintainer
2004-12-09 14:43:22 +00:00
Kris Kennaway
cb8910f7b7 BROKEN: Build fails 2004-12-04 02:00:48 +00:00
Edwin Groothuis
d3920adf24 new port: x11-clocks/buici-clock
new port of buici-clock which shows - as a clock is supposed
	to - the current time in a nice manner.

PR:		ports/74235
Submitted by:	Hendrik Scholz <hendrik@scholz.net>
2004-11-27 06:02:49 +00:00