2009-06-09 02:24:02 by OBATA Akio | Files touched by this commit (1) |
Log message: Recover checksum for jce_policy file, it had been lost updating to u14. |
2009-06-02 18:31:26 by Christos Zoulas | Files touched by this commit (3) | |
Log message: update to u14, u12 has security issues. Please read the release notes for u14 particularly with respect to the new G1 garbage collector. |
2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383) |
Log message: Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT block). Uncomment some commented out LICENSE lines while here. |
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-06 17:22:55 by David Brownlee | Files touched by this commit (3) |
Log message: More pkglint |
2009-03-06 17:18:04 by David Brownlee | Files touched by this commit (3) |
Log message: pkglint, use ${PLIST.x11} instead of PLIST_SUBST |
2009-03-03 12:09:03 by David Brownlee | Files touched by this commit (1) |
Log message: Fix DESTDIR support when building native linux |
2009-02-20 15:37:58 by David Brownlee | Files touched by this commit (1) |
Log message: move registration.xml fix to pre-install and WRCSRC - suggested by obache@ |
2009-02-20 12:56:55 by David Brownlee | Files touched by this commit (2) |
Log message: since registration.xml is only generated the first time a package is built on a box, just remove it in post-install so we can have a consistent package build |
2009-02-19 17:27:26 by David Brownlee | Files touched by this commit (1) |
Log message: +java/sun-6/lib/servicetag/registration.xml |