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-02-25 08:54:07 by Jens Rehsack | Files touched by this commit (1) |
Log message:
Without x11 set in PKG_OPTIONS tell configure to configure without x11
to avoid build errors because of missing libraries in buildlink
|
2009-01-04 03:25:27 by Min Sik Kim | Files touched by this commit (2) |
Log message:
Fix PLIST when the x11 option is disabled.
|
2008-11-10 18:21:40 by Thomas Klausner | Files touched by this commit (147) |
Log message:
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
|
2008-05-26 04:13:26 by Joerg Sonnenberger | Files touched by this commit (274) |
Log message:
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
|
2008-02-16 14:19:56 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Include gettext-lib/bl3.mk for FreeBSD.
|
2008-02-11 19:53:39 by Blair Sadewitz | Files touched by this commit (5) |  |
Log message:
Update to version 5.1.2. Patches removed above are no longer needed,
as they appear to have been incorporated upstream. Additionally, the
following changes apply:
December 2006: t1lib-5.1.1:
---------------------------
- DESTDIR support was missing and has been addded in install-target i
for type1afm.
- A bug fix in Anti-Aliasing subsampling code, which could make t1lib crash
under certain conditions.
- Small number of further fixes, in particular with respect to the build
mechanism.
December 2007: t1lib-5.1.2:
---------------------------
- Small number of fixes reported by users. The fixes pertain to a
vulnerability issue, memory access issues.
- More decent handling if Encoding and / or FontBBox specification are
missing (which is invalid with respect to the specification,
but recoverable).
|
2007-11-02 01:41:05 by Masao Uebayashi | Files touched by this commit (2) |
Log message:
Optionalize X11 support. Requested & tested by Fredrik Ljung.
Reviewed By: abs
|
2007-09-28 10:42:08 by Matthias Drochner | Files touched by this commit (3) |
Log message:
add a patch from Ubuntu to fix CVE-2007-4033 (buffer overflow in
path handling), bump PKGREVISION
(from Martti Kuparinen)
|
2007-08-16 15:12:37 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix up quoting so that it works for NetBSD/macppc.
|