2010-07-06 16:58:18 by Matthias Drochner | Files touched by this commit (3) | |
Log message: update to 2.30.2 This switches to the gnome-2.30 release branch. |
2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673) |
Log message: Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x. |
2010-03-26 18:48:56 by Zafer Aydogan | Files touched by this commit (1) |
Log message: add LICENSE |
2009-10-21 17:53:23 by Matthias Drochner | Files touched by this commit (4) | |
Log message: update to 2.28.0 This switches to the gnome-2.28 release branch. |
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-07-09 19:48:36 by Matthias Drochner | Files touched by this commit (2) | |
Log message: update to 2.26.2.1 changes: -build system improvements -translation updates |
2009-06-14 19:49:18 by Joerg Sonnenberger | Files touched by this commit (454) |
Log message: Remove @dirrm entries from PLISTs |
2009-04-16 21:37:50 by Matthias Drochner | Files touched by this commit (2) | |
Log message: update to 2.26.1 changes: -bugfix -translation updates |
2009-03-22 20:01:42 by Thomas Klausner | Files touched by this commit (44) |
Log message: Remove msgfmtstrip scripts and targets using them, now that the infrastructure supports this properly (thanks joerg!). |
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. |