2012-11-19 03:58:12 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Don't use inline as it doesn't work with a C99 compiler that way. |
2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2011-02-28 15:53:10 by Thomas Klausner | Files touched by this commit (169) |
Log message: Reset maintainer for retired developers. |
2010-02-10 20:34:08 by Joerg Sonnenberger | Files touched by this commit (31) |
Log message: Bump revision for change of PostgreSQL default version. |
2009-06-14 20:09:49 by Joerg Sonnenberger | Files touched by this commit (291) |
Log message: Remove @dirrm entries from PLISTs |
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-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message: Mark as destdir ready. |
2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370) |
Log message: Convert to use PLIST_VARS instead of manually passing "@comment " through PLIST_SUBST to the plist module. |
2007-07-29 23:34:31 by Stoned Elipot | Files touched by this commit (1) |
Log message: Add buildlink3 file. |
2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412) |
Log message: Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with ${PREFIX}/${PKGMANDIR}. Fixes PR 35265, although I did not use the patch provided therein. |