diff options
author | rh <rh@pkgsrc.org> | 1999-12-22 19:46:23 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 1999-12-22 19:46:23 +0000 |
commit | 969cd3088042ff54061e81f798534e3cca01adba (patch) | |
tree | 2cd66ba9f21e7ce214906cc5350d62dec029e852 /archivers/liblzo | |
parent | 0e693c38beb199956e07bcb95739e7f346a4be20 (diff) | |
download | pkgsrc-969cd3088042ff54061e81f798534e3cca01adba.tar.gz |
Update liblzo to 1.06.
Changes include:
* Updated the configure system to use Autoconf 2.13, Automake 1.4 and
Libtool 1.3.3.
* enhanced example programs a little bit
* no changes to the compression code - LZO has proven to be stable
Diffstat (limited to 'archivers/liblzo')
-rw-r--r-- | archivers/liblzo/Makefile | 8 | ||||
-rw-r--r-- | archivers/liblzo/files/md5 | 4 | ||||
-rw-r--r-- | archivers/liblzo/files/patch-sum | 4 | ||||
-rw-r--r-- | archivers/liblzo/patches/patch-aa | 28 |
4 files changed, 22 insertions, 22 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile index 9483a7ed091..9f619d9e2fd 100644 --- a/archivers/liblzo/Makefile +++ b/archivers/liblzo/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/08/16 15:29:37 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/12/22 19:46:23 rh Exp $ # -DISTNAME= lzo-1.04 -PKGNAME= liblzo-1.04 +DISTNAME= lzo-1.06 +PKGNAME= liblzo-1.06 CATEGORIES= archivers MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ \ ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ \ ftp://metalab.unc.edu/pub/Linux/libs/compression/ \ ftp://ftp.elf.stuba.sk/pub/pc/pack/ -MAINTAINER= packages@netbsd.org +MAINTAINER= rh@netbsd.org HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html GNU_CONFIGURE= YES diff --git a/archivers/liblzo/files/md5 b/archivers/liblzo/files/md5 index 42b83ac50da..1959813a87a 100644 --- a/archivers/liblzo/files/md5 +++ b/archivers/liblzo/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/08/16 15:29:37 rh Exp $ +$NetBSD: md5,v 1.2 1999/12/22 19:46:23 rh Exp $ -MD5 (lzo-1.04.tar.gz) = 550966692dbc93f31dc078b13c175afa +MD5 (lzo-1.06.tar.gz) = 01a56f80a9186383d2183f917e9fe4e9 diff --git a/archivers/liblzo/files/patch-sum b/archivers/liblzo/files/patch-sum index f39a2f33ba6..21767553044 100644 --- a/archivers/liblzo/files/patch-sum +++ b/archivers/liblzo/files/patch-sum @@ -1,3 +1,3 @@ -$NetBSD: patch-sum,v 1.1 1999/08/16 15:41:01 rh Exp $ +$NetBSD: patch-sum,v 1.2 1999/12/22 19:46:23 rh Exp $ -MD5 (patch-aa) = 1c601e106f7a26b2faec20c99387483a +MD5 (patch-aa) = db9cfdab42dba833d1268cc90224d110 diff --git a/archivers/liblzo/patches/patch-aa b/archivers/liblzo/patches/patch-aa index d718a455746..b6ecdc4756b 100644 --- a/archivers/liblzo/patches/patch-aa +++ b/archivers/liblzo/patches/patch-aa @@ -1,24 +1,24 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/08/16 15:29:37 rh Exp $ +$NetBSD: patch-aa,v 1.2 1999/12/22 19:46:24 rh Exp $ ---- configure.orig Sun Mar 15 16:26:21 1998 -+++ configure Mon Aug 16 15:31:55 1999 -@@ -1760,6 +1760,7 @@ - echo "$ac_t""no" 1>&6 - fi +--- configure.orig Mon Nov 29 18:37:24 1999 ++++ configure Wed Dec 22 20:33:48 1999 +@@ -2099,6 +2099,7 @@ + rm -f confcache + +if false; then + # Actually configure libtool. ac_aux_dir is where install-sh is found. + CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ + LD="$LD" LDFLAGS="$LDFLAGS" LIBS="$LIBS" \ +@@ -2123,6 +2124,7 @@ + # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' - -@@ -1805,6 +1806,7 @@ - ${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig \ - $libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } +fi - - if test "$USE_MAINTAINER_MODE" = yes; then -@@ -3707,10 +3709,12 @@ + # Redirect the config.log output again, so that the ltconfig log is not + # clobbered by the next message. +@@ -4050,10 +4052,12 @@ top_srcdir="$ac_dots$ac_given_srcdir" ;; esac |