- Update to 0.608
PR: 164117 Submitted by: Gea-Suan Lin <gslin@gslin.org> (maintainer)
This commit is contained in:
parent
649156a6e2
commit
a6aed7b86e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289211
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user