pkgsrc/print/ghostscript
joerg 2d1ba244e9 Simply and speed up buildlink3.mk files and processing.
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.
2009-03-20 19:23:50 +00:00
..
patches replace BSD/Linux specific "qd" printf format specifier by "lld", 2009-02-16 16:31:30 +00:00
buildlink3.mk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
DESCR Fix >80 column line, and stray word. Pointed out by dsainty@ 2007-10-23 12:22:48 +00:00
distinfo replace BSD/Linux specific "qd" printf format specifier by "lld", 2009-02-16 16:31:30 +00:00
hacks.mk fix Darwin build, from Ian McWilliam on pkgsrc-users 2009-02-16 12:23:14 +00:00
Makefile add a comment that the DOS-linefeed issue is fixed upstream, 2009-02-18 17:52:58 +00:00
options.mk Build libgs as a shared library as increasingly other packages expect it 2008-09-03 21:31:12 +00:00
PLIST update to 8.64 2009-02-12 19:51:08 +00:00