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-07-05 17:44:08 by Matthias Drochner | Files touched by this commit (11) | ![]() |
Log message: more PKGREV bumps for gnutls update |
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-07-05 07:02:10 by David A. Holland | Files touched by this commit (3) |
Log message: Fix broken build. Needs explicit -lgcrypt. Add comment to patch-aa. |
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-12-09 06:28:13 by OBATA Akio | Files touched by this commit (1) |
Log message: * user-destdir ready * no need to hard build depend on bison in pkgsrc, USE_TOOLS+=bison instead. |
2009-07-17 20:00:26 by Adrian Portelli | Files touched by this commit (126) |
Log message: Give up MAINTAINER |
2009-06-14 23:21:16 by Joerg Sonnenberger | Files touched by this commit (8) |
Log message: Convert @exec/@unexec to @pkgdir or drop it. |
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. |