2005-10-15 21:51:17 by Klaus Heinz | Files touched by this commit (2) |
Log message:
Updated to version 1.41.
No pkgsrc changes.
Changes since version 1.35
==========================
1.41 - 4 October 2005
* added hints/mpeix.pl file supplied by Ken Hirsch
1.40 - 23 September 2005
* Fixed failure of 03examples.t for some windows systems.
1.39 - 15 September 2005
* Fixed dTHX macro for 5.00503 on FreeBSD
1.38 - 6 September 2005
* Integrate core change 25304 -- Symbian Update
* Added libscan to Makefile.PL
1.37 - 12 August 2005
* Change to t/03examples.t for VMS from Abe Timmerman
1.36 - 3 August 2005
* Renamed zlib-src-1.2.3 to zlib-src to help VMS
* Fixed Makefile.PL for VMS
* Fixed t/03examples.t for VMS
* Added a couple of notes about incompatibility with Unix compress.
|
2005-08-06 08:19:41 by Johnny C. Lam | Files touched by this commit (634) | |
Log message:
Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
|
2005-07-13 20:01:49 by Johnny C. Lam | Files touched by this commit (578) |
Log message:
Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}. There is no change to the binary
packages.
|
2005-05-30 23:09:44 by Jan Schaumann | Files touched by this commit (2) |
Log message:
Don't use "-R/foo", but use COMPILER_RPATH_FLAG instead.
Should fix problems seen in IRIX bulk-builds.
|
2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|
2005-02-26 18:22:21 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.34:
1.34 - 30 January 2005
* Fixed typo in the README
* Fixed examples.t on Win32 where paths have embedded whitespace.
* Fix for Cygwin and core integration from Jos I. Boumans
* Upgrade zlib source to 1.2.2
|
2005-02-23 23:24:35 by Alistair G. Crooks | Files touched by this commit (505) |
Log message:
Add RMD160 digests.
|
2004-12-20 12:31:14 by grant beattie | Files touched by this commit (467) |
Log message:
since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
|
2004-10-03 02:13:34 by Todd Vierling | Files touched by this commit (908) |
Log message:
Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
2004-02-22 17:35:39 by Klaus Heinz | Files touched by this commit (3) | |
Log message:
Updated to version 1.33
Interesting changes since 1.21
==============================
* memGunzip has very slow on FreeBSD. Turns out to be down to
the way realloc works on FreeBSD. Changed both inflate & deflate
to use exponentially increasing buffer sizes when they need to
realloc. Thanks to Peter Jeremy for the lowdown on FreeBSD
memory allocation.
* Fixed a bug in the inflate method where the input buffer is an
lvalue (via substr). Problem & solution reported by Salvador Fandiqo.
* Tightened up the logic in Makefile.PL when BUILD_ZLIB is
True. Issue spotted by Ralf S. Engelschall.
* Added prototypes to the subs in Zlib.pm that didn't already have
them. Patch from Ed Avis.
* Documentation for some of the gz functions updated.
* Fix to allow intermingling of gzread & gzreadline - patch
supplied by Doug Perham.
* memGunzip will silently now work if the gzip trailer is
missing. Some HTTP Origin Servers seem to leave it out.
|