View | Details | Raw Unified | Return to bug 164117
Collapse All | Expand All

(-)/home/staff/gslin/work/ports/lrzip/Makefile (-3 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	lrzip
8
PORTNAME=	lrzip
9
PORTVERSION=	0.606
9
PORTVERSION=	0.608
10
CATEGORIES=	archivers
10
CATEGORIES=	archivers
11
MASTER_SITES=	http://ck.kolivas.org/apps/lrzip/ \
11
MASTER_SITES=	http://ck.kolivas.org/apps/lrzip/ \
12
		http://files.gslin.org/Software/
12
		http://files.gslin.org/Software/
Lines 14-24 Link Here
14
MAINTAINER=	gslin@gslin.org
14
MAINTAINER=	gslin@gslin.org
15
COMMENT=	Long Range ZIP or Lzma RZIP
15
COMMENT=	Long Range ZIP or Lzma RZIP
16
16
17
LICENSE=	GPLv2
18
17
BUILD_DEPENDS=	nasm>=0:${PORTSDIR}/devel/nasm
19
BUILD_DEPENDS=	nasm>=0:${PORTSDIR}/devel/nasm
18
LIB_DEPENDS=	lzo2:${PORTSDIR}/archivers/lzo2
20
LIB_DEPENDS=	lzo2:${PORTSDIR}/archivers/lzo2
19
21
20
LICENSE=	GPLv2
21
22
CFLAGS+=	-I${LOCALBASE}/include
22
CFLAGS+=	-I${LOCALBASE}/include
23
LDFLAGS+=	-L${LOCALBASE}/lib
23
LDFLAGS+=	-L${LOCALBASE}/lib
24
CONFIGURE_ARGS+=	--enable-asm
24
CONFIGURE_ARGS+=	--enable-asm
(-)/home/staff/gslin/work/ports/lrzip/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (lrzip-0.606.tar.bz2) = 136d365f67c4a197fd9f90bc247a92640d681bac9d2075dd141c19e48fc61d0f
1
SHA256 (lrzip-0.608.tar.bz2) = e7970e19fe09ecd21b2b15cab89692ccc32ba31381026fd521a371422aea6810
2
SIZE (lrzip-0.606.tar.bz2) = 433671
2
SIZE (lrzip-0.608.tar.bz2) = 435697
(-)/home/staff/gslin/work/ports/lrzip/files/patch-stream.diff (-11 lines)
Lines 1-11 Link Here
1
--- stream.c.orig	2011-04-08 11:12:25.000000000 +0800
2
+++ stream.c	2011-04-08 11:12:53.000000000 +0800
3
@@ -58,7 +58,7 @@
4
 #include "lrzip.h"
5
 
6
 
7
-#ifdef __APPLE__
8
+#if defined(__APPLE__) || defined(__FreeBSD__)
9
 # define fmemopen fake_fmemopen
10
 # define open_memstream fake_open_memstream
11
 # define memstream_update_buffer fake_open_memstream_update_buffer

Return to bug 164117