diff options
| author | Matthias Andree <mandree@FreeBSD.org> | 2011-05-10 20:10:21 +0000 |
|---|---|---|
| committer | Matthias Andree <mandree@FreeBSD.org> | 2011-05-10 20:10:21 +0000 |
| commit | a254d72056bf969b6b8c65117c98b2b4f0a40597 (patch) | |
| tree | f258a9da3da6657b0c03d9b5a392107c095cd7ec /archivers/lzo2/files/patch-silence-lzotest.c | |
| parent | Update to 3.10.3 (diff) | |
Update to lzo 2.05.
Add LICENSE.
Pass --docdir through CONFIGURE_ARGS to install into the right places.
Disable the libc malloc() alignment test according to consultation of the
upstream author, Marcus F. X. J. Oberhumer. He advised that the test were
too strict and would be changed for 2.06.
Refresh patches.
PR: ports/156931
Diffstat (limited to 'archivers/lzo2/files/patch-silence-lzotest.c')
| -rw-r--r-- | archivers/lzo2/files/patch-silence-lzotest.c | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/archivers/lzo2/files/patch-silence-lzotest.c b/archivers/lzo2/files/patch-silence-lzotest.c deleted file mode 100644 index 1a518bf87dca..000000000000 --- a/archivers/lzo2/files/patch-silence-lzotest.c +++ /dev/null @@ -1,27 +0,0 @@ ---- 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; -@@ -1928,6 +1928,7 @@ - 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", - lzo_version_string(), lzo_version_date()); -@@ -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 - - - /* |
