Commit graph

11 commits

Author SHA1 Message Date
heinz
d653ce6a74 Added LICENSE information. 2010-01-24 17:11:17 +00:00
rillig
ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00
wiz
225b18c56c Fix build on -current with strnlen().
From dieter roelants in PR 41344.
2009-05-03 21:35:38 +00:00
hasso
80daf0cc45 Make it build on DragonFly master. 2009-04-24 01:07:18 +00:00
wiz
1e8dcdfc89 Update to 0.81.1: FreeBSD fix. 2009-03-22 20:31:11 +00:00
joerg
2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
2009-03-20 19:23:50 +00:00
jmcneill
0664c95ed0 to pkgsrc-users 2009-03-18 13:29:32 +00:00
dbj
eb26bf17cf convert to use libtool
additional fixes to compile on osx
2009-01-04 23:10:06 +00:00
hasso
613ac2ee8f DESTDIR support. 2008-11-26 07:47:56 +00:00
hasso
91ae2d068e Make it compile in DragonFly. 2008-11-23 16:07:16 +00:00
jmcneill
04b5ef02d6 Import libvolume_id version 0.81.0.
Libvolume_id is an API for obtaining many file system related attributes
(such as type, label, uuid, etc.) given an open file handle to a block
special device.
2008-11-22 13:48:23 +00:00