2012-09-12 01:19:40 by Aleksej Saushev | Files touched by this commit (60) |
Log message: "user-destdir" is default these days |
2010-01-13 16:27:52 by Thomas Klausner | Files touched by this commit (2) |
Log message: Teach createbuildlink to ignore graphics/hicolor-icon-theme/buildlink3.mk. Idea from joerg. PKGVERSION++ |
2009-06-15 00:40:45 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message: Drop @dirrm logic. Bump version. |
2009-04-09 02:48:18 by Joerg Sonnenberger | Files touched by this commit (109) |
Log message: Remove redundant NO_CHECKSUM and EXTRACT_ONLY definitions. |
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-07-10 17:27:58 by Joerg Sonnenberger | Files touched by this commit (5) |
Log message: Avoid embedding $NetBSD\$ and similiar constructs in-tree files. The strings would be picked up for +BUILD_VERSION and create mismatches when using ident on the same files. |
2007-06-30 14:58:59 by Tobias Nygren | Files touched by this commit (1) |
Log message: Use REPLACE_SH to make this work on SunOS |
2006-11-02 19:02:08 by Joerg Sonnenberger | Files touched by this commit (4) |
Log message: DESTDIR support. |
2006-07-12 15:29:03 by Thomas Klausner | Files touched by this commit (2) |
Log message: 3.13: add BUILDLINK_ORDER lines. |
2006-05-13 13:29:46 by Roland Illig | Files touched by this commit (2) |
Log message: Changed two lines in the generated buildlink3.mk files. For quite a long time, the !empty(BUILDLINK_DEPTH:M+) lines confused me, so I changed them to be ${BUILDLINK_DEPTH} == "+", which has the same effect. Changed the version number to 3.12. |