pkgsrc/lang/python25
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 Remove "-Wno-long-double" from the Darwin C compiler flags as suggested 2008-12-17 12:49:51 +00:00
ALTERNATIVES
buildlink3.mk Simply and speed up buildlink3.mk files and processing. 2009-03-20 19:23:50 +00:00
DESCR
distinfo Remove "-Wno-long-double" from the Darwin C compiler flags as suggested 2008-12-17 12:49:51 +00:00
Makefile Reduce maintaince cost by using our libffi. Bump revision. 2009-03-20 18:19:20 +00:00
MESSAGE.SunOS * Add a note about SunOS and needing to have SUNWaudh installed to 2008-09-13 09:59:35 +00:00
PLIST.common Fix PLIST for systems that have builtin OpenSSL < 0.9.8, such as NetBSD-3. 2008-04-25 11:51:13 +00:00
PLIST.common_end
PLIST.Darwin Apply patch by Brian de Alwis to fix build problems under Mac OS X Leopard. 2008-06-27 19:57:49 +00:00
PLIST.IRIX
PLIST.Linux Fix Linux PLIST. 2008-05-17 22:46:34 +00:00
PLIST.SunOS * Add a note about SunOS and needing to have SUNWaudh installed to 2008-09-13 09:59:35 +00:00