summaryrefslogtreecommitdiff
path: root/x11/libXext/buildlink3.mk
AgeCommit message (Collapse)AuthorFilesLines
2018-03-07xorgproto: use xorgproto instead of separate *proto packageswiz1-2/+2
Remove now obsolete packages.
2018-01-07Fix indentation in buildlink3.mk files.rillig1-3/+3
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2014-03-10Search for pkgconfig files in lib${LIBABISUFFIX} and share directoriesjperkin1-2/+4
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
2012-10-23As drochner remarks, the problem with missing xextproto is, once again,wiz1-3/+2
that libXext/bl3.mk doesn't include xextproto/bl3.mk. Since the supposed gains for this are minimal and the annoyances are high, do include xextproto/bl3.mk in libXext/bl3.mk.
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.