2010-01-16 18:57:38 by Thomas Klausner | Files touched by this commit (22) |
Log message: Remove workaround for compiler bug in gcc2 on sparc64. |
2010-01-16 10:15:25 by Adam Ciarcinski | Files touched by this commit (15) |
Log message: Changes 0.95.2: * Bug fix release. |
2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321) |
Log message: Remove @dirrm entries from PLISTs |
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. |
2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message: Mark as destdir ready. |
2008-05-24 17:01:38 by Tobias Nygren | Files touched by this commit (1) |
Log message: ABI depends lower than API depends is not allowed. |
2008-05-06 22:19:14 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: Include libXext's buildlink3.mk. The libXm library directly uses libXext. Noticed when building Ted. |
2007-08-07 12:25:12 by Tobias Nygren | Files touched by this commit (1) |
Log message: 0.95.0nb1 did introduce a small API change, belatedly fix in bl3.mk |
2007-06-26 12:39:44 by Tobias Nygren | Files touched by this commit (3) |
Log message: Patch c / c++ linkage problem in lesstif headers that causes the build of x11/xpdf to fail when MOTIF_TYPE=lesstif and using gcc4. Patch borrowed from Arch Linux. PKGREVISION++ |
2007-04-26 16:31:48 by Jeremy C. Reed | Files touched by this commit (1) |
Log message: Just remove a space at end of a line. |