2009-08-27 20:53:38 by Thomas Klausner | Files touched by this commit (13) |
Log message: Fix fallout from recursive jpeg shlib bump. The man page says that you should check the diff before committing, especially for the case that went wrong here (PYPKGPREFIX -> py25). Hi sno! |
2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | |
Log message: bump revision because of graphics/jpeg update |
2009-08-19 13:37:39 by Tobias Nygren | Files touched by this commit (1) |
Log message: not for python-2.4, because support was dropped from py-gtk2 |
2009-06-14 20:16:23 by Joerg Sonnenberger | Files touched by this commit (225) |
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-11 15:23:32 by Joerg Sonnenberger | Files touched by this commit (16) |
Log message: Sort PYTHON_VERSIONS_ACCEPTED. |
2008-11-18 13:46:52 by Matthias Drochner | Files touched by this commit (9) |
Log message: make this work with python-2.4 again |
2008-11-15 09:15:06 by Hasso Tepper | Files touched by this commit (1) |
Log message: Remove python24 from accepted versions since x11/py-gtk2 doesn't support it any more. |
2008-04-25 22:18:21 by Tobias Nygren | Files touched by this commit (1) |
Log message: - Supports DESTDIR - Accept Python 2.5 |