Commit graph

5 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
tron
bdd9c78fce Detect builtin "libXt" e.g. under Mac OS X Leopard. 2007-12-17 15:02:26 +00:00
reed
4b01cb391e Update the BUILDLINK_API_DEPENDS.libXt to at least the first
official modular Xorg release of libXt.

This is so the xt.pc pkg-config file will have "appdefaultdir"
defined.

(I am guessing I am the only person in the pkgsrc world with this problem
since I have systems with libXt from xlibs days.)
2007-02-28 03:19:09 +00:00
joerg
68ff4729c6 First step to making modular transparent:
Redirect from the individual modular libraries to the old libs or
mk/x11.buildlink3.mk.
2006-11-05 16:55:28 +00:00
joerg
5a2cac636d Import libXt-1.0.3 from pkgrsc-wip:
This is the X Toolkit Intrinsics library. Xt Intrinsics is a library
of C routines (based on Xlib) used for designing user interfaces
with widgets. It also provides functions for handling events,
initializing windows, and interpreting resource files.

This is from the modular X.org project.
2006-11-03 20:50:11 +00:00