aboutsummaryrefslogtreecommitdiff
path: root/archivers/lzo2
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-08-24 11:24:02 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-08-24 11:24:02 +0000
commite2d213985f38f6b16191feb2dd3f700ac581eb22 (patch)
tree929b040e9444e543ecebb332ef79752aea0d5ea8 /archivers/lzo2
parente9cbeb5fad601df88650f8e183e262c8d58257be (diff)
downloadports-e2d213985f38f6b16191feb2dd3f700ac581eb22.tar.gz
ports-e2d213985f38f6b16191feb2dd3f700ac581eb22.zip
Notes
Diffstat (limited to 'archivers/lzo2')
-rw-r--r--archivers/lzo2/Makefile2
-rw-r--r--archivers/lzo2/distinfo4
-rw-r--r--archivers/lzo2/files/patch-lzotest__lzotest.c13
3 files changed, 3 insertions, 16 deletions
diff --git a/archivers/lzo2/Makefile b/archivers/lzo2/Makefile
index 414083a6b308..02eeb043c142 100644
--- a/archivers/lzo2/Makefile
+++ b/archivers/lzo2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lzo2
-PORTVERSION= 2.05
+PORTVERSION= 2.06
CATEGORIES= archivers devel
MASTER_SITES= http://www.oberhumer.com/opensource/lzo/download/ \
LOCAL/mandree
diff --git a/archivers/lzo2/distinfo b/archivers/lzo2/distinfo
index 211887d136d8..dcaddaa34a23 100644
--- a/archivers/lzo2/distinfo
+++ b/archivers/lzo2/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lzo-2.05.tar.gz) = 449f98186d76ba252cd17ff1241ca2a96b7f62e0d3e4766f88730dab0ea5f333
-SIZE (lzo-2.05.tar.gz) = 587694
+SHA256 (lzo-2.06.tar.gz) = ff79e6f836d62d3f86ef6ce893ed65d07e638ef4d3cb952963471b4234d43e73
+SIZE (lzo-2.06.tar.gz) = 583045
diff --git a/archivers/lzo2/files/patch-lzotest__lzotest.c b/archivers/lzo2/files/patch-lzotest__lzotest.c
index 7a2c5cc84561..edee28fcb4ea 100644
--- a/archivers/lzo2/files/patch-lzotest__lzotest.c
+++ b/archivers/lzo2/files/patch-lzotest__lzotest.c
@@ -9,19 +9,6 @@
long opt_c_loops = 0;
long opt_d_loops = 0;
-@@ -380,10 +380,12 @@
- fprintf(stderr, "%s: out of memory (wanted %lu bytes)\n", progname, (unsigned long)mb->alloc_len);
- exit(EXIT_MEM);
- }
-+#if 0
- if (__lzo_align_gap(mb->alloc_ptr, (lzo_uint) sizeof(lzo_align_t)) != 0) {
- fprintf(stderr, "%s: C library problem: malloc() returned mis-aligned pointer!\n", progname);
- exit(EXIT_MEM);
- }
-+#endif
-
- mb->ptr = mb->alloc_ptr + extra_bottom;
- mb->len = mb->saved_len = len;
@@ -1929,6 +1931,7 @@
if ((*s == '/' || *s == '\\') && s[1])
progname = s + 1;