2012-05-07 03:54:16 by David A. Holland | Files touched by this commit (473) |
Log message: Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=) It turns out there were a lot of these. |
2012-01-18 15:48:33 by Adam Ciarcinski | Files touched by this commit (1) | |
Log message: Revbump after db5 update |
2011-08-04 13:45:20 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Deal with C99 vs GNU89 inline semantics |
2010-02-20 15:58:46 by Joerg Sonnenberger | Files touched by this commit (29) |
Log message: DESTDIR support for various Apache modules. |
2010-02-09 08:22:06 by David A. Holland | Files touched by this commit (2) |
Log message: Update to 1.3.42, fixing CVE-2010-0010. Note: this package is now EOL upstream. The next security bug probably won't get patched, so if you're still using this, it's time to migrate to 2.x. |
2009-07-25 21:55:11 by Roy Marples | Files touched by this commit (4) |
Log message: Avoid collision with system getline(3). |
2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316) |
Log message: Convert @exec/@unexec to @pkgdir or drop it. |
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-02-23 06:26:01 by OBATA Akio | Files touched by this commit (1) |
Log message: Add DESTDIR support. |
2008-02-17 21:15:07 by Tobias Nygren | Files touched by this commit (1) |
Log message: Fix use of obsolete tail(1) syntax which coreutils 6.10 doesn't grok. |