Commit graph

7 commits

Author SHA1 Message Date
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
cube
d49befb95d Builtinify libXtst. 2008-12-04 04:16:41 +00:00
tnn
9f2a42bc6b Switch master site to MASTER_SITE_XORG. 2008-05-24 21:45:14 +00:00
wiz
c8865719cc Update to 1.0.3:
Version bump: 1.0.3

    libXtst man pages generation fails if srcdir != builddir
2008-01-15 23:24:33 +00:00
joerg
afd4426b6a Update to libXtst-1.0.1: Fix a memory leak after failing allocations
and add man pages.
2007-07-12 13:40:33 +00:00
joerg
b7853208fd Cleanup and redirect to mk/x11.b3.mk for non-modular case. 2006-12-17 18:05:13 +00:00
joerg
20bdde31c3 Import libXtst-1.0.1.
This package provides the X Tst Library from the modular X.org X11
project.

Approved during freeze by agc@ and schmonz@.
2006-12-17 18:03:55 +00:00