summaryrefslogtreecommitdiff
path: root/x11/libXi/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 libXi-1.3.tnn1-2/+2
Most notable change is that this brings XI2 support, matching changes noted in the inputproto-2.0 update.
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-01-23Now that libX11 doesn't explicitly pull in inputproto, do it in libXi.joerg1-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 libXi-1.0.0 from pkgsrc:joerg1-0/+23
This package contains the Xi extension. This is the X Input extension library. This is part of the X Libraries and Protocol Headers Project at freedesktop.org.