aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zisofs-tools
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-05-15 18:29:01 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-05-15 18:29:01 +0000
commit2077670da565d762a0b7015ac1ec3517a30293f7 (patch)
tree9898b2ba177b3adfc09257d21bdc1754e23844ed /sysutils/zisofs-tools
parent8ede27ba7084edc6b344b2adcb45f299bf1dd6c2 (diff)
downloadports-2077670da565d762a0b7015ac1ec3517a30293f7.tar.gz
ports-2077670da565d762a0b7015ac1ec3517a30293f7.zip
Notes
Diffstat (limited to 'sysutils/zisofs-tools')
-rw-r--r--sysutils/zisofs-tools/Makefile8
-rw-r--r--sysutils/zisofs-tools/distinfo4
-rw-r--r--sysutils/zisofs-tools/files/patch-compress.c9
-rw-r--r--sysutils/zisofs-tools/files/patch-walk.c10
4 files changed, 12 insertions, 19 deletions
diff --git a/sysutils/zisofs-tools/Makefile b/sysutils/zisofs-tools/Makefile
index f4f30310a33d..96851a256394 100644
--- a/sysutils/zisofs-tools/Makefile
+++ b/sysutils/zisofs-tools/Makefile
@@ -6,8 +6,8 @@
#
PORTNAME= zisofs-tools
-PORTVERSION= 1.0.4
-PORTREVISION= 1
+PORTVERSION= 1.0.6
+PORTREVISION= 0
CATEGORIES= sysutils
MASTER_SITES= http://www.kernel.org/pub/linux/utils/fs/zisofs/
@@ -16,12 +16,14 @@ COMMENT= User utilities for zisofs
PORTDOCS= README CHANGES INSTALL
-USE_AUTOCONF_VER= 253
+USE_AUTOCONF_VER= 259
USE_BZIP2= yes
USE_GMAKE= yes
USE_GETOPT_LONG= yes
GNU_CONFIGURE= yes
+MAKE_ARGS+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
+
MAN1= mkzftree.1
PLIST_FILES= bin/mkzftree
diff --git a/sysutils/zisofs-tools/distinfo b/sysutils/zisofs-tools/distinfo
index a2ea4a9ce9f7..a47b417ef2f0 100644
--- a/sysutils/zisofs-tools/distinfo
+++ b/sysutils/zisofs-tools/distinfo
@@ -1,2 +1,2 @@
-MD5 (zisofs-tools-1.0.4.tar.bz2) = 2a208a774245074223146a87dc94e550
-SIZE (zisofs-tools-1.0.4.tar.bz2) = 40951
+MD5 (zisofs-tools-1.0.6.tar.bz2) = b1439812746bd6176401fcdac82eeabf
+SIZE (zisofs-tools-1.0.6.tar.bz2) = 53138
diff --git a/sysutils/zisofs-tools/files/patch-compress.c b/sysutils/zisofs-tools/files/patch-compress.c
index 1c7066e22da3..87824b47494e 100644
--- a/sysutils/zisofs-tools/files/patch-compress.c
+++ b/sysutils/zisofs-tools/files/patch-compress.c
@@ -1,10 +1,11 @@
---- compress.c.orig Mon Nov 24 13:26:57 2003
-+++ compress.c Mon Nov 24 13:27:06 2003
-@@ -13,6 +13,7 @@
+--- compress.c.orig Tue Jul 31 07:20:52 2001
++++ compress.c Fri May 13 21:17:02 2005
+@@ -13,7 +13,7 @@
#include <stdlib.h>
#include <stdio.h>
+-#include <utime.h>
+#include <time.h>
- #include <utime.h>
#include <unistd.h>
#include <zlib.h>
+ #include "mkzftree.h"
diff --git a/sysutils/zisofs-tools/files/patch-walk.c b/sysutils/zisofs-tools/files/patch-walk.c
deleted file mode 100644
index 268545311cc2..000000000000
--- a/sysutils/zisofs-tools/files/patch-walk.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- walk.c.orig Mon Nov 24 13:25:24 2003
-+++ walk.c Mon Nov 24 13:25:40 2003
-@@ -20,6 +20,7 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <limits.h>
-+#include <time.h>
- #include <utime.h>
- #include <string.h>
- #include <errno.h>