2009-07-22 11:39:21 by Thomas Klausner | Files touched by this commit (1) |
Log message: regen so pkglint is happy. |
2009-07-22 11:39:15 by Thomas Klausner | Files touched by this commit (2) |
Log message: Remove empty PLIST.pre. |
2009-06-15 00:13:25 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Remove @dirrm logic. |
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-20 18:30:14 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message: Include pyversion.mk include the protected part of the buildlink3.mk files, not over and over again. |
2009-02-09 22:09:23 by Joerg Sonnenberger | Files touched by this commit (71) |
Log message: Remove Python 2.1 support. |
2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message: Add DESTDIR support. |
2008-04-26 17:35:09 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Python 2.1 version required for chat/fugu. |
2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message: Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail. |
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message: Change the format of BUILDLINK_ORDER to contain depth information as well, and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto |