2009-03-30 12:57:03 by Mark Davies | Files touched by this commit (2) |
Log message:
Fix build on NetBSD 5.x using same patch Joerg applied to gcc3.
|
2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
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.
|
2008-07-28 11:48:48 by OBATA Akio | Files touched by this commit (1) |
Log message:
Fixes pkgname of BUILDLINK_DEPMETHOD, it caused unwanted full dependency,
pointed out in PR 39234.
|
2007-10-25 23:04:26 by Johnny C. Lam | Files touched by this commit (13) |
Log message:
Move code that generates a dynamic PLIST from the {pre,do,post}-install
targets and into a GENERATE_PLIST variable definition. Remove some
unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
|
2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980) |
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
|
2007-10-09 21:19:17 by Martti Kuparinen | Files touched by this commit (44) |
Log message:
Remove trailing spaces.
|
2007-04-08 00:23:01 by Dan McMahill | Files touched by this commit (1) |
Log message:
_ULIMIT_CMD already includes a trailing ";" so don't follow that with
"&&" as some shells do not like this.
|
2007-02-05 07:46:11 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Apply resource limits for ADA build, too.
|
2007-02-04 23:54:13 by Matthias Scheler | Files touched by this commit (1) |
Log message:
Unlimit datasize to fix build under (at least) NetBSD-i386 3.3.1 using
NetBSD's GCC 3.3.3.
|
2007-01-17 04:11:19 by Roland Illig | Files touched by this commit (20) |
Log message:
Renamed BUILDLINK_TRANSFORM.* to BUILDLINK_FNAME_TRANSFORM.*, to make
clear that these variables are completely unrelated to
BUILDLINK_TRANSFORM.
Added a legacy check that catches appearances of BUILDLINK_TRANSFORM.*.
XXX: Where should incompatible changes in pkgsrc be documented?
|