2012-09-15 12:07:21 by OBATA Akio | Files touched by this commit (1789) | |
Log message: recursive bump from libffi shlib major bump (additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update) |
2012-05-15 09:18:04 by OBATA Akio | Files touched by this commit (1) |
Log message: Bump PKGREVISION, last patches for latest glib2 affect to installed header files, it is required to build depending packages. |
2012-05-06 19:53:45 by David A. Holland | Files touched by this commit (19) |
Log message: Fix build with latest glib2. Based on patches from David Shao in PR 46392. |
2012-05-06 19:53:22 by David A. Holland | Files touched by this commit (1) |
Log message: Set LICENSE (gnu-gpl-v2) |
2012-04-16 00:01:05 by Thomas Klausner | Files touched by this commit (64) |
Log message: Reset maintainer, developer has left the building |
2012-03-03 01:14:27 by Thomas Klausner | Files touched by this commit (1657) |
Log message: Recursive bump for pcre-8.30* (shlib major change) |
2012-02-06 13:42:32 by Thomas Klausner | Files touched by this commit (1812) | |
Log message: Revbump for a) tiff update to 4.0 (shlib major change) b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk) Enjoy. |
2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234) |
Log message: recursive bump from gettext-lib shlib bump. |
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. |