From a9c79d494ab47317b978f3946a649ad12993cba0 Mon Sep 17 00:00:00 2001 From: mjl Date: Thu, 22 Aug 2002 23:51:13 +0000 Subject: Update to 1.08, since the original distribution site vanished (ah the joys of student access machines). * much better support for cross compiling * straighten out ANSI-conforming compiler checks * avoid harmless compiler warnings reported by -Wcast-align * fixed some sign extension problems on rather exotic machines where sizeof(size_t) < sizeof(ptrdiff_t) and sizeof(lzo_uint) == sizeof(size_t) * updated the configure system to use the latest Autoconf, Automake and Libtool versions --- archivers/liblzo/Makefile | 13 ++++++------- archivers/liblzo/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'archivers') diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile index 7b63961dd32..21b4eeaaf46 100644 --- a/archivers/liblzo/Makefile +++ b/archivers/liblzo/Makefile @@ -1,23 +1,22 @@ -# $NetBSD: Makefile,v 1.8 2001/10/22 01:13:11 mjl Exp $ +# $NetBSD: Makefile,v 1.9 2002/08/22 23:51:13 mjl Exp $ # -VERS= 1.07 +VERS= 1.08 DISTNAME= lzo-${VERS} PKGNAME= liblzo-${VERS} CATEGORIES= archivers -MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ \ - ftp://wildsau.idv.uni-linz.ac.at/pub/mfx/lzo/ \ +MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ ${MASTER_SITE_SUNSITE:=libs/compression/} \ ftp://ftp.elf.stuba.sk/pub/pc/pack/ MAINTAINER= rh@netbsd.org -HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html +HOMEPAGE= http://www.oberhumer.com/opensource/lzo/ COMMENT= Portable lossless data compression library written in ANSI C USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined -USE_LIBTOOL= # defined -LTCONFIG_OVERRIDE= ${WRKSRC}/acconfig/ltconfig +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool # Don't spuriously detect zlib, as it's not needed for the library. CONFIGURE_ENV+= ac_cv_lib_z_gzputs=no diff --git a/archivers/liblzo/distinfo b/archivers/liblzo/distinfo index b4d7a06ce18..ab6afa4c9c3 100644 --- a/archivers/liblzo/distinfo +++ b/archivers/liblzo/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/10/22 01:13:11 mjl Exp $ +$NetBSD: distinfo,v 1.4 2002/08/22 23:51:13 mjl Exp $ -SHA1 (lzo-1.07.tar.gz) = b47208b1aa0e734adecd396d7ab123a5e20e5808 -Size (lzo-1.07.tar.gz) = 333763 bytes +SHA1 (lzo-1.08.tar.gz) = ad1b458cf9d5d49153665d2adc25bd6129028221 +Size (lzo-1.08.tar.gz) = 426692 bytes -- cgit v1.2.3