ports/152183: [PATCH] archivers/lzo2: update to 2.04
Martin Matuska
mm at FreeBSD.org
Sat Nov 13 00:40:10 UTC 2010
>Number: 152183
>Category: ports
>Synopsis: [PATCH] archivers/lzo2: update to 2.04
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Sat Nov 13 00:40:10 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Martin Matuska
>Release: FreeBSD 8.1-STABLE amd64
>Organization:
>Environment:
System: FreeBSD neo.vx.sk 8.1-STABLE FreeBSD 8.1-STABLE #0 r215048M: Thu Nov 11 13:36:47 CET
>Description:
- Update to 2.04
Port maintainer (mandree at FreeBSD.org) is cc'd.
Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:
--- lzo2-2.04.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/archivers/lzo2/Makefile,v
retrieving revision 1.49
diff -u -r1.49 Makefile
--- Makefile 13 Jun 2010 11:57:32 -0000 1.49
+++ Makefile 13 Nov 2010 00:37:14 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= lzo2
-PORTVERSION= 2.03
-PORTREVISION= 2
+PORTVERSION= 2.04
CATEGORIES= archivers devel
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \
http://fresh.t-systems-sfr.com/unix/src/misc/ \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/archivers/lzo2/distinfo,v
retrieving revision 1.12
diff -u -r1.12 distinfo
--- distinfo 30 May 2008 15:39:24 -0000 1.12
+++ distinfo 13 Nov 2010 00:37:14 -0000
@@ -1,3 +1,2 @@
-MD5 (lzo-2.03.tar.gz) = 0c3d078c2e8ea5a88971089a2f02a726
-SHA256 (lzo-2.03.tar.gz) = 8b1b0da8f757b9ac318e1c15a0eac8bdb56ca902a2dd25beda06c0f265f22591
-SIZE (lzo-2.03.tar.gz) = 626042
+SHA256 (lzo-2.04.tar.gz) = 4ee3a040facf39561f13e4ef2ab99a886fd68251a35d612486ed0625cc6ab428
+SIZE (lzo-2.04.tar.gz) = 604424
Index: files/patch-silence-lzotest.c
===================================================================
RCS file: /home/pcvs/ports/archivers/lzo2/files/patch-silence-lzotest.c,v
retrieving revision 1.1
diff -u -r1.1 patch-silence-lzotest.c
--- files/patch-silence-lzotest.c 20 Jun 2008 18:38:52 -0000 1.1
+++ files/patch-silence-lzotest.c 13 Nov 2010 00:37:14 -0000
@@ -1,27 +1,27 @@
-This test reduces the lzotest verbosity so that it doesn't print anything
-on success.
-
---- lzotest/lzotest.c.orig 2008-06-01 10:01:36.000000000 +0200
-+++ lzotest/lzotest.c 2008-06-01 10:03:10.000000000 +0200
-@@ -226,7 +226,7 @@
-
- struct corpus_entry_t;
+--- lzotest/lzotest.c.orig 2010-10-31 18:21:28.000000000 +0100
++++ lzotest/lzotest.c 2010-11-13 00:37:17.279807378 +0100
+@@ -233,7 +233,7 @@
+ // command line options
+ **************************************************************************/
-int opt_verbose = 2;
+int opt_verbose = 1;
long opt_c_loops = 0;
long opt_d_loops = 0;
-@@ -1910,10 +1910,12 @@
- #elif defined(LZOTEST_USE_DYNLOAD)
- # include "dynload/init.ch"
- #else
+@@ -1928,6 +1928,7 @@
+ if ((*s == '/' || *s == '\\') && s[1])
+ progname = s + 1;
+
+#if 0
- printf("\nLZO real-time data compression library (v%s, %s).\n",
+ #if defined(__LZO_PROFESSIONAL__)
+ printf("\nLZO Professional real-time data compression library (v%s, %s).\n",
lzo_version_string(), lzo_version_date());
- printf("Copyright (C) 1996-2008 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n");
-+#endif
+@@ -1937,6 +1938,7 @@
+ lzo_version_string(), lzo_version_date());
+ printf("Copyright (C) 1996-2010 Markus Franz Xaver Johannes Oberhumer\nAll Rights Reserved.\n\n");
#endif
++#endif
/*
--- lzo2-2.04.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list