summaryrefslogtreecommitdiff
path: root/x11/libXt/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
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.
2007-12-17Detect builtin "libXt" e.g. under Mac OS X Leopard.tron1-2/+2
2007-02-28Update the BUILDLINK_API_DEPENDS.libXt to at least the firstreed1-2/+2
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.)
2006-11-05First step to making modular transparent:joerg1-1/+9
Redirect from the individual modular libraries to the old libs or mk/x11.buildlink3.mk.
2006-11-03Import libXt-1.0.3 from pkgrsc-wip:joerg1-0/+23
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.