update to 2.0.5; small changes which appear to result in nearly 2x
the compression speed on recent-ish amd64 boxes. ok benoit@
This commit is contained in:
parent
088fe66707
commit
e97f165195
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.2 2010/11/01 11:20:46 benoit Exp $
|
||||
# $OpenBSD: Makefile,v 1.3 2011/04/25 21:46:48 sthen Exp $
|
||||
|
||||
COMMENT= portable speedy lossless data compression library
|
||||
|
||||
DISTNAME= lzo-2.04
|
||||
DISTNAME= lzo-2.05
|
||||
PKGNAME= ${DISTNAME:S/lzo/lzo2/}
|
||||
CATEGORIES= archivers devel
|
||||
MASTER_SITES= ${HOMEPAGE}download/
|
||||
@ -19,7 +19,8 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
SEPARATE_BUILD= simple
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||
CONFIGURE_ARGS+= --enable-static
|
||||
CONFIGURE_ARGS+= --enable-static \
|
||||
--disable-silent-rules
|
||||
|
||||
REGRESS_TARGET= test
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (lzo-2.04.tar.gz) = o4PHBVoxDipxuezRnP6iOA==
|
||||
RMD160 (lzo-2.04.tar.gz) = j8/NRRRNY9s5fvHosb1RQORW/a8=
|
||||
SHA1 (lzo-2.04.tar.gz) = 9b9ceuQRbmBRPleI0VbveJRmd+c=
|
||||
SHA256 (lzo-2.04.tar.gz) = TuOgQPrPOVYfE+TvKrmaiG/WglGjXWEkhu0GJcxqtCg=
|
||||
SIZE (lzo-2.04.tar.gz) = 604424
|
||||
MD5 (lzo-2.05.tar.gz) = xnzaX6GRurdhx8sG/gkeNg==
|
||||
RMD160 (lzo-2.05.tar.gz) = IG7Pmy0aqtqXJo+/QiQ53iHvPRU=
|
||||
SHA1 (lzo-2.05.tar.gz) = Iwe80NE/HVO2I6VAlMM7cDVEERw=
|
||||
SHA256 (lzo-2.05.tar.gz) = RJ+YGG12uiUs0X/xJByiqWt/YuDT5HZviHMNqw6l8zM=
|
||||
SIZE (lzo-2.05.tar.gz) = 587694
|
||||
|
Loading…
x
Reference in New Issue
Block a user