2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
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. |
2009-03-20 18:30:14 by Joerg Sonnenberger | Files touched by this commit (42) |
Log message: Include pyversion.mk include the protected part of the buildlink3.mk files, not over and over again. |
2009-02-09 22:09:23 by Joerg Sonnenberger | Files touched by this commit (71) |
Log message: Remove Python 2.1 support. |
2008-04-25 22:39:14 by Joerg Sonnenberger | Files touched by this commit (170) |
Log message: Update PYTHON_VERSIONS_COMPATIBLE - assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals. |
2007-04-30 13:12:35 by Klaus Heinz | Files touched by this commit (1) |
Log message: The package supports installation to DESTDIR. This is pure python module, so USE_LANGUAGES should be empty. |
2007-01-10 11:44:46 by Matthias Drochner | Files touched by this commit (1) |
Log message: add one |
2006-06-07 14:48:44 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Needs Python 2.1+ |
2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082) |
Log message: Recursive revision bump / recommended bump for gettext ABI change. |
2006-01-24 08:33:02 by Thomas Klausner | Files touched by this commit (1164) |
Log message: Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because of the shlib major bump. PKGREVISION++ for the dependencies. |