aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-05-16 02:29:01 +0800
committernovel <novel@FreeBSD.org>2005-05-16 02:29:01 +0800
commit3e8c2e9328db01ec0d3a27ca6832e8e6b5dc6d7a (patch)
tree57ae834532ee8a31110514482042e9c237ec031e /sysutils
parentb34eb017383da51284cb77237f1ca89745b00539 (diff)
downloadfreebsd-ports-graphics-3e8c2e9328db01ec0d3a27ca6832e8e6b5dc6d7a.tar.gz
freebsd-ports-graphics-3e8c2e9328db01ec0d3a27ca6832e8e6b5dc6d7a.tar.zst
freebsd-ports-graphics-3e8c2e9328db01ec0d3a27ca6832e8e6b5dc6d7a.zip
Update to 1.0.6.
PR: 81046 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer
Diffstat (limited to 'sysutils')
-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 f4f30310a33..96851a25639 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 a2ea4a9ce9f..a47b417ef2f 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 1c7066e22da..87824b47494 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 268545311cc..00000000000
--- 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>