aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzo2/files
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2010-11-13 20:59:16 +0000
committerMatthias Andree <mandree@FreeBSD.org>2010-11-13 20:59:16 +0000
commit5a1576904b5b3bc9e0040b611c0fbbfd6c2e94a8 (patch)
tree70ee82d6d3b78a184300020df819de55d3937468 /archivers/lzo2/files
parent0219eb0c5a55ebe3eec63f32db8e03f154ba76ff (diff)
downloadports-5a1576904b5b3bc9e0040b611c0fbbfd6c2e94a8.tar.gz
ports-5a1576904b5b3bc9e0040b611c0fbbfd6c2e94a8.zip
Notes
Diffstat (limited to 'archivers/lzo2/files')
-rw-r--r--archivers/lzo2/files/patch-silence-lzotest.c30
1 files changed, 15 insertions, 15 deletions
diff --git a/archivers/lzo2/files/patch-silence-lzotest.c b/archivers/lzo2/files/patch-silence-lzotest.c
index 921bf7c6a5c3..1a518bf87dca 100644
--- a/archivers/lzo2/files/patch-silence-lzotest.c
+++ b/archivers/lzo2/files/patch-silence-lzotest.c
@@ -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
/*