2013-10-17 17:36:34 by Roy Marples | Files touched by this commit (1) |
Log message: Fix |
2013-10-17 17:32:22 by Roy Marples | Files touched by this commit (3) |
Log message: Works fine with system curses |
2013-04-06 22:27:30 by Blue Rats | Files touched by this commit (94) |
Log message: Resolves: "INFO_FILES should be set to YES or yes." "Packages that install info files should set INFO_FILES." Makefile and PLIST warning, respectively. |
2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
2010-01-24 18:11:19 by Klaus Heinz | Files touched by this commit (20) |
Log message: Added LICENSE information. |
2009-03-22 05:53:40 by Emmanuel Dreyfus | Files touched by this commit (16) |
Log message: Leave over maintainership to pkgsrc-users |
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. |
2007-05-30 10:54:31 by Roland Illig | Files touched by this commit (22) |
Log message: Removed some code duplication from the buildlink3 files by using the new pkg-build-options.mk procedure. |
2006-11-06 12:26:31 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Switch to modular buildlinks. |
2006-10-09 14:52:36 by Joerg Sonnenberger | Files touched by this commit (47) |
Log message: Flag a number of packages I use as supporting (user-)destdir. apg is a bit special as it has some hardcoded ownership, so mark that as "destdir". |