summaryrefslogtreecommitdiff
path: root/archivers/lrzip
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-01-14 19:12:09 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-01-14 19:12:09 +0000
commita6aed7b86e432a39bd5bc228e87b333c1a113449 (patch)
treec17f7e1d061d5d5bbe69434f51717aca88dfa436 /archivers/lrzip
parent- Update to 1.6.7.1 (diff)
- Update to 0.608
PR: 164117 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
Notes
Notes: svn path=/head/; revision=289211
Diffstat (limited to 'archivers/lrzip')
-rw-r--r--archivers/lrzip/Makefile6
-rw-r--r--archivers/lrzip/distinfo4
-rw-r--r--archivers/lrzip/files/patch-stream.diff11
3 files changed, 5 insertions, 16 deletions
diff --git a/archivers/lrzip/Makefile b/archivers/lrzip/Makefile
index 4b495045d27f..215e327f3f9a 100644
--- a/archivers/lrzip/Makefile
+++ b/archivers/lrzip/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= lrzip
-PORTVERSION= 0.606
+PORTVERSION= 0.608
CATEGORIES= archivers
MASTER_SITES= http://ck.kolivas.org/apps/lrzip/ \
http://files.gslin.org/Software/
@@ -14,11 +14,11 @@ MASTER_SITES= http://ck.kolivas.org/apps/lrzip/ \
MAINTAINER= gslin@gslin.org
COMMENT= Long Range ZIP or Lzma RZIP
+LICENSE= GPLv2
+
BUILD_DEPENDS= nasm>=0:${PORTSDIR}/devel/nasm
LIB_DEPENDS= lzo2:${PORTSDIR}/archivers/lzo2
-LICENSE= GPLv2
-
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+= --enable-asm
diff --git a/archivers/lrzip/distinfo b/archivers/lrzip/distinfo
index 834b11260e7c..67119965f361 100644
--- a/archivers/lrzip/distinfo
+++ b/archivers/lrzip/distinfo
@@ -1,2 +1,2 @@
-SHA256 (lrzip-0.606.tar.bz2) = 136d365f67c4a197fd9f90bc247a92640d681bac9d2075dd141c19e48fc61d0f
-SIZE (lrzip-0.606.tar.bz2) = 433671
+SHA256 (lrzip-0.608.tar.bz2) = e7970e19fe09ecd21b2b15cab89692ccc32ba31381026fd521a371422aea6810
+SIZE (lrzip-0.608.tar.bz2) = 435697
diff --git a/archivers/lrzip/files/patch-stream.diff b/archivers/lrzip/files/patch-stream.diff
deleted file mode 100644
index 2e87b6fd02f2..000000000000
--- a/archivers/lrzip/files/patch-stream.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- stream.c.orig 2011-04-08 11:12:25.000000000 +0800
-+++ stream.c 2011-04-08 11:12:53.000000000 +0800
-@@ -58,7 +58,7 @@
- #include "lrzip.h"
-
-
--#ifdef __APPLE__
-+#if defined(__APPLE__) || defined(__FreeBSD__)
- # define fmemopen fake_fmemopen
- # define open_memstream fake_open_memstream
- # define memstream_update_buffer fake_open_memstream_update_buffer