2013-04-06 16:58:21 by Blue Rats | Files touched by this commit (25) |
Log message: 'Please use ${ECHO} instead of "echo".' 'Please use ${ECHO_N} instead of "echo -n".' |
2012-11-11 23:30:09 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Fix GNU inline usage. |
2012-10-02 22:11:57 by Aleksej Saushev | Files touched by this commit (187) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2010-09-28 06:36:41 by OBATA Akio | Files touched by this commit (1) |
Log message: LICENSE=modified-bsd |
2010-01-29 19:52:09 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Use copy and manual messing with the package.conf in the DESTDIR case. XXX Needs a better way to do this |
2009-06-15 00:58:11 by Joerg Sonnenberger | Files touched by this commit (129) |
Log message: Remove @dirrm related logic. |
2009-06-14 20:03:45 by Joerg Sonnenberger | Files touched by this commit (167) |
Log message: Remove @dirrm entries from PLISTs |
2009-05-20 02:58:30 by Thomas Klausner | Files touched by this commit (277) | |
Log message: Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlib major change. Reported by Robert Elz in PR 41345. |
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. |
2009-03-05 22:04:27 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Regen in canonical form. |