Commit graph

8 commits

Author SHA1 Message Date
joerg
b02a0f888e Remove @dirrm entries from PLISTs 2009-06-14 18:24:43 +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
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
wiz
e48981c7ac Update to 1.0.5:
Alan Coopersmith:
      Version bump: 1.0.5

Daniel Drake:
      Bug #11094: libxkbfile COPYING file

James Cloos:
      Replace static ChangeLog with dist-hook to generate from git log
2008-04-17 21:14:56 +00:00
joerg
9d1c6bd57d Non-modular Xorg support. 2007-01-11 09:22:50 +00:00
joerg
0a9f38d517 Regen. 2006-11-08 13:17:37 +00:00
joerg
37a91d42c9 Update path for pkgsrc. 2006-11-07 17:22:27 +00:00
joerg
3bb577cbe5 Import libxbfile-1.0.4 from pkgsrc-wip. 2006-11-07 17:18:15 +00:00