2009-08-28 07:24:34 by Hasso Tepper | Files touched by this commit (3) |
Log message: Add the fix for CVE-2009-1885 - nested DTD structure XML parsing remote denial of service vulnerability. While there fix MASTER_SITES as recommended by pkglint. Bump PKGREVISION. |
2009-06-14 20:17:35 by Joerg Sonnenberger | Files touched by this commit (218) |
Log message: Remove @dirrm entries from PLISTs |
2009-05-22 19:59:41 by Zafer Aydogan | Files touched by this commit (1) | |
Log message: update mirrors and homepage. |
2009-05-10 13:24:27 by Hasso Tepper | Files touched by this commit (8) |
Log message: Update to 2.8.0. It is interface-compatible with Xerces-C++ 2.7.0 and contains a large number of bug fixes as well as improvements to the build system. For the compete list of upstream changes see: http://xerces.apache.org/xerces-c/releases_archive.html#Release280 |
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-01-18 11:22:47 by OBATA Akio | Files touched by this commit (1) |
Log message: MAKE_JOBS_SAFE=no |
2008-04-23 22:23:47 by David Brownlee | Files touched by this commit (1) |
Log message: Fix PLIST - bump PKGREVISION |
2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370) |
Log message: Convert to use PLIST_VARS instead of manually passing "@comment " through PLIST_SUBST to the plist module. |
2007-11-03 05:29:13 by Yuji Yamano | Files touched by this commit (1) |
Log message: Make this build on Darwin. |
2007-08-16 02:15:56 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message: Add DESTDIR support. |