svn commit: r378584 - in head/archivers/lzo2: . files
Matthias Andree
mandree at FreeBSD.org
Sat Feb 7 12:08:10 UTC 2015
Author: mandree
Date: Sat Feb 7 12:08:08 2015
New Revision: 378584
URL: https://svnweb.freebsd.org/changeset/ports/378584
QAT: https://qat.redports.org/buildarchive/r378584/
Log:
Upgrade to new release 2.09
Contains workaround for GCC instruction generating bug on some architectures
such as ARM 4, 5, SPARC.
Deleted:
head/archivers/lzo2/files/patch-util__check.sh
Modified:
head/archivers/lzo2/Makefile
head/archivers/lzo2/distinfo
head/archivers/lzo2/files/patch-lzotest__lzotest.c
Modified: head/archivers/lzo2/Makefile
==============================================================================
--- head/archivers/lzo2/Makefile Sat Feb 7 10:50:11 2015 (r378583)
+++ head/archivers/lzo2/Makefile Sat Feb 7 12:08:08 2015 (r378584)
@@ -2,8 +2,7 @@
# $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
Modified: head/archivers/lzo2/distinfo
==============================================================================
--- head/archivers/lzo2/distinfo Sat Feb 7 10:50:11 2015 (r378583)
+++ head/archivers/lzo2/distinfo Sat Feb 7 12:08:08 2015 (r378584)
@@ -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
Modified: head/archivers/lzo2/files/patch-lzotest__lzotest.c
==============================================================================
--- head/archivers/lzo2/files/patch-lzotest__lzotest.c Sat Feb 7 10:50:11 2015 (r378583)
+++ head/archivers/lzo2/files/patch-lzotest__lzotest.c Sat Feb 7 12:08:08 2015 (r378584)
@@ -1,6 +1,6 @@
---- ./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
**************************************************************************/
@@ -9,18 +9,14 @@
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
More information about the svn-ports-all
mailing list