2009-07-26 23:13:35 by Min Sik Kim | Files touched by this commit (1) |
Log message:
Set BUILDLINK_ABI_DEPENDS.zziplib because of major number change.
|
2009-07-26 21:31:02 by Matthias Drochner | Files touched by this commit (2) |
Log message:
disable a makefile rule which creates nonsense symlinks,
as /usr/pkg/lib/libzzip*.so.10 -> libzzip*.so.13
|
2009-07-26 12:29:08 by Min Sik Kim | Files touched by this commit (6) |
Log message:
Update zziplib to 0.13.56.
Major change since 0.10.x:
There were some problematic zip files out there that can trigger
segfaults in 0.10.x. Later zzip file decoders have extra checks and
helper routines for that.
|
2009-06-14 19:28:19 by Joerg Sonnenberger | Files touched by this commit (29) |
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.
|
2007-09-02 22:32:56 by Jaromir Dolecek | Files touched by this commit (2) |
Log message:
add patch so that this builds on Mac OS X 10.4.10 (missing sys/types.h
for ssize_t et.al.)
|
2007-05-06 02:28:57 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Add a patch to prevent possible buffer overflow by using strcpy()
in zzip_open_shared_io(), it was reported as CVE-2007-1614.
Bump PKGREVISION.
|
2006-08-11 14:50:40 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Make this package compile with gcc-4.
Bump PKGREVISION.
|
2006-07-09 01:11:17 by Johnny C. Lam | Files touched by this commit (877) |
Log message:
Change the format of BUILDLINK_ORDER to contain depth information as well,
and add a new helper target and script, "show-buildlink3", that outputs
a listing of the buildlink3.mk files included as well as the depth at
which they are included.
For example, "make show-buildlink3" in fonts/Xft2 displays:
zlib
fontconfig
iconv
zlib
freetype2
expat
freetype2
Xrender
renderproto
|