summaryrefslogtreecommitdiff
path: root/x11/libXext/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-04-10revert bl3.mk changes since there were problems with native X11.tnn1-2/+2
2010-04-09Update to libXext-1.1.1.tnn1-2/+2
Following the xextproto cleanup, the client-side header files previouly in xextproto have now moved to libXext.
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-16Detect builtin "libXext" e.g. under Mac OS X Leopard.tron1-2/+2
2007-02-02On joerg's request, revert the previous (inclusion of xextproto/bl3).drochner1-2/+3
Add a node instead for pkgconfig users.
2007-02-01the .pc file rewuires xextproto, so we need to bl3 itdrochner1-1/+2
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 libXext-1.0.2 from pkgsrc-wip:joerg1-0/+21
This package contains the X Extension library from the modular X.org X11 project.