2012-01-11 15:20:21 by Hans Rosenfeld | Files touched by this commit (2) |
Log message:
Fix build with gcc46.
|
2011-11-20 01:57:38 by John Marino | Files touched by this commit (2) | |
Log message:
archivers/szip: update distinfo
This package has a history of repacking the tarball, but checking the
same name. Apparently, it has happened twice before, and this a third
time. Regenerating the distinfo allows the package to build again,
whereas before the distinfo file was unretreivable.
|
2011-10-14 00:34:56 by David A. Holland | Files touched by this commit (2) |
Log message:
Upstream has once again released (or "relased") a new version without
a new version number. New DIST_SUBDIR, bump PKGREVISION to 2.
------
Relase notes for SZIP 2.1
July 14, 2010
Bug fixes:
-- None.
New features:
-- CMake support added, which allows for shared or static builds.
|
2010-02-06 23:06:21 by Greg Troxel | Files touched by this commit (1) |
Log message:
fix homepage
|
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-01-16 10:18:30 by OBATA Akio | Files touched by this commit (2) |
Log message:
It seems that DISTFILE was replaced with same name, no information.
Bump PKGREVISION for safe.
|
2008-09-08 10:59:22 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
Changes 2.1:
Bug fixes:
- On some platforms configure didn't add -lm flag; fixed.
New features:
-- Configure was updated to use GNU autotools version 1.5.14.
|
2008-06-20 03:09:45 by Joerg Sonnenberger | Files touched by this commit (993) |
Log message:
Add DESTDIR support.
|
2007-06-05 07:59:23 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Switch to new master site, use provided .tar.gz instead of previous .tar
and adapt distinfo.
Change between .tar and .tar.gz:
diff -r tar/szip-2.0/config/gnu-flags targz/szip-2.0/config/gnu-flags
129c129
< CFLAGS="$CFLAGS $ARCH -ansi -pedantic -Wall -W -Wundef -Wshadow \
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings \
-Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs \
-Winline"
---
> CFLAGS="$CFLAGS -ansi -pedantic -Wall -W -Wundef -Wshadow \
-Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings \
-Wconversion -Wsign-compare -Waggregate-return -Wstrict-prototypes \
-Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs \
-Winline"
Only in targz/szip-2.0/config: gnu-flags.old
|