| 2010-02-10 20:34:08 by Joerg Sonnenberger | Files touched by this commit (31) |
Log message: Bump revision for change of PostgreSQL default version. |
| 2010-01-16 18:57:38 by Thomas Klausner | Files touched by this commit (22) |
Log message: Remove workaround for compiler bug in gcc2 on sparc64. |
| 2009-06-14 19:43:27 by Joerg Sonnenberger | Files touched by this commit (120) |
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. |
| 2008-07-14 14:56:20 by Joerg Sonnenberger | Files touched by this commit (563) |
Log message: Mark as destdir ready. |
| 2008-03-13 18:38:49 by Joerg Sonnenberger | Files touched by this commit (29) |
Log message: Make PostgreSQL 8.2 the default version. Bump all packages using it. Remove PostgreSQL 8.0 as choice. |
| 2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721) |
Log message: Whitespace cleanup, courtesy of pkglint. Patch provided by Sergey Svishchev in private mail. |
| 2006-12-28 13:12:59 by Joerg Sonnenberger | Files touched by this commit (30) |
Log message: Change PostgreSQL default version to 8.1 and bump revision of all packages which have it active by default. |