2013-04-06 14:04:02 by Blue Rats | Files touched by this commit (17) |
Log message: "Use of DOWNLOADED_DISTFILE is deprecated. Use the shell variable $$extract_file instead." |
2012-10-03 13:43:48 by Aleksej Saushev | Files touched by this commit (150) |
Log message: Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
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. |
2010-01-29 20:56:45 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: DESTDIR support |
2009-06-30 02:07:26 by Joerg Sonnenberger | Files touched by this commit (159) |
Log message: Mark packages as MAKE_JOBS_SAFE=no that failed in a bulk build with MAKE_JOBS=2 and worked without. |
2009-06-14 19:50:28 by Joerg Sonnenberger | Files touched by this commit (75) |
Log message: Remove @dirrm entries from PLISTs |
2009-06-12 21:09:39 by Roland Illig | Files touched by this commit (36) |
Log message: Removed redundant .gz suffix for man pages. |
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-03-24 20:21:34 by Joerg Sonnenberger | Files touched by this commit (124) |
Log message: Prepare for switching to NO_MTREE=yes. |
2007-01-31 00:10:52 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: No need for x11.b3.mk here, Xt is enough. |