2013-04-29 23:13:30 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message: When checking for C++ features, use valid C++. Expect libc++ to provide the wchar traits. |
2012-09-12 02:24:46 by Aleksej Saushev | Files touched by this commit (110) |
Log message: "user-destdir" is default these days |
2011-11-01 16:11:18 by Hans Rosenfeld | Files touched by this commit (1) |
Log message: Fix build on SunOS >= 5.10 with gcc >= 4.6 |
2010-08-23 01:20:57 by OBATA Akio | Files touched by this commit (2) |
Log message: One more gcc-4.3 compliant patch for PR#43783. |
2010-08-22 11:25:29 by Thomas Klausner | Files touched by this commit (7) |
Log message: Fix typo in comment. |
2010-08-22 09:47:56 by OBATA Akio | Files touched by this commit (7) |
Log message: Add patches for gcc-4.3, taken from upstream. Functionally same as PR#43783. |
2010-05-20 23:12:13 by Matthias Drochner | Files touched by this commit (3) |
Log message: the library needs libz, link against it to force a dependency bump PKGREVISION |
2009-06-14 19:32:26 by Joerg Sonnenberger | Files touched by this commit (250) |
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. |