Index: head/archivers/lzo2/Makefile =================================================================== --- head/archivers/lzo2/Makefile (revision 378583) +++ head/archivers/lzo2/Makefile (revision 378584) @@ -1,44 +1,43 @@ # Created by: giffunip@asme.org # $FreeBSD$ PORTNAME= lzo2 -PORTVERSION= 2.08 -PORTREVISION= 1 +PORTVERSION= 2.09 CATEGORIES= archivers devel MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \ LOCAL/mandree DISTNAME= lzo-${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX} MAINTAINER= mandree@FreeBSD.org COMMENT= Portable speedy, lossless data compression library LICENSE= GPLv2 USES= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --docdir=${DOCSDIR} USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS EXAMPLES DOCS_INSTALL_TARGET_OFF= install-exec install-pkgincludeHEADERS post-build: .if !defined(WITHOUT_CHECKS) @${ECHO_MSG} "===> Running self-tests for ${PKGNAME} (can take a few minutes)" @#: override MALLOC_OPTIONS, else tests take excessively long cd ${WRKSRC} && ${SETENV} MALLOC_OPTIONS=jz ${MAKE} check test SHELL="${SH} -x" .endif post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblzo2.so.2 ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${REINPLACE_CMD} -e 's,doc/,,' NEWS README .for i in AUTHORS BUGS COPYING NEWS README THANKS ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/ .endfor ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}/ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/[a-z]*.[ch] ${STAGEDIR}${EXAMPLESDIR}/ .include Index: head/archivers/lzo2/distinfo =================================================================== --- head/archivers/lzo2/distinfo (revision 378583) +++ head/archivers/lzo2/distinfo (revision 378584) @@ -1,2 +1,2 @@ -SHA256 (lzo-2.08.tar.gz) = ac1b3e4dee46febe9fd28737eb7f5692d3232ef1a01da10444394c3d47536614 -SIZE (lzo-2.08.tar.gz) = 589045 +SHA256 (lzo-2.09.tar.gz) = f294a7ced313063c057c504257f437c8335c41bfeed23531ee4e6a2b87bcb34c +SIZE (lzo-2.09.tar.gz) = 594855 Index: head/archivers/lzo2/files/patch-util__check.sh =================================================================== --- head/archivers/lzo2/files/patch-util__check.sh (revision 378583) +++ head/archivers/lzo2/files/patch-util__check.sh (nonexistent) @@ -1,11 +0,0 @@ ---- ./util/check.sh.orig 2011-04-23 12:55:35.000000000 +0200 -+++ ./util/check.sh 2011-05-10 21:45:44.000000000 +0200 -@@ -19,7 +19,7 @@ - - TMPFILE="/tmp/lzo_$$.tmp" - rm -f $TMPFILE --(find $dir/ -type f -print > $TMPFILE) || true -+find $dir/ -type f -print | tee $TMPFILE - - ## methods=`$LZOTEST -m | sed -n 's/^ *-m\([0-9]*\).*/\1/p'` - ## methods="9721 9722 9723 9724 9725 9726 9727 9728 9729" Property changes on: head/archivers/lzo2/files/patch-util__check.sh ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/archivers/lzo2/files/patch-lzotest__lzotest.c =================================================================== --- head/archivers/lzo2/files/patch-lzotest__lzotest.c (revision 378583) +++ head/archivers/lzo2/files/patch-lzotest__lzotest.c (revision 378584) @@ -1,27 +1,23 @@ ---- ./lzotest/lzotest.c.orig 2011-04-23 12:55:35.000000000 +0200 -+++ ./lzotest/lzotest.c 2011-05-10 21:47:16.000000000 +0200 -@@ -234,7 +234,7 @@ +--- lzotest/lzotest.c.orig 2015-02-04 11:24:51 UTC ++++ lzotest/lzotest.c +@@ -206,7 +206,7 @@ enum { // command line options **************************************************************************/ -int opt_verbose = 2; +int opt_verbose = 1; long opt_c_loops = 0; long opt_d_loops = 0; -@@ -1929,6 +1931,7 @@ +@@ -1902,9 +1902,11 @@ int __lzo_cdecl_main main(int argc, char if ((*s == '/' || *s == '\\') && s[1]) progname = s + 1; +#if 0 - #if defined(__LZO_PROFESSIONAL__) - printf("\nLZO Professional real-time data compression library (v%s, %s).\n", + printf("\nLZO real-time data compression library (v%s, %s).\n", lzo_version_string(), lzo_version_date()); -@@ -1938,6 +1941,7 @@ - lzo_version_string(), lzo_version_date()); - printf("Copyright (C) 1996-2011 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n"); - #endif + printf("Copyright (C) 1996-2015 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n"); +#endif /*