Age | Commit message (Collapse) | Author | Files | Lines |
|
Remove now obsolete packages.
|
|
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.
|
|
as appropriate. This is required for X11_TYPE=native on Red Hat Linux.
|
|
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.
|
|
|
|
Following the xextproto cleanup, the client-side header files previouly in
xextproto have now moved to libXext.
|
|
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.
|
|
|
|
Add a node instead for pkgconfig users.
|
|
|
|
Redirect from the individual modular libraries to the old libs or
mk/x11.buildlink3.mk.
|
|
This package contains the X Extension library from the modular
X.org X11 project.
|