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

(-)zisofs-tools/Makefile (-3 / +5 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	zisofs-tools
8
PORTNAME=	zisofs-tools
9
PORTVERSION=	1.0.4
9
PORTVERSION=	1.0.6
10
PORTREVISION=	1
10
PORTREVISION=	0
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	http://www.kernel.org/pub/linux/utils/fs/zisofs/
12
MASTER_SITES=	http://www.kernel.org/pub/linux/utils/fs/zisofs/
13
13
Lines 16-26 Link Here
16
16
17
PORTDOCS=	README CHANGES INSTALL
17
PORTDOCS=	README CHANGES INSTALL
18
18
19
USE_AUTOCONF_VER=	253
19
USE_AUTOCONF_VER=	259
20
USE_BZIP2=	yes
20
USE_BZIP2=	yes
21
USE_GMAKE=	yes
21
USE_GMAKE=	yes
22
USE_GETOPT_LONG=	yes
22
USE_GETOPT_LONG=	yes
23
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
24
25
MAKE_ARGS+=	CFLAGS="${CFLAGS} -I${LOCALBASE}/include"
24
26
25
MAN1=		mkzftree.1
27
MAN1=		mkzftree.1
26
28
(-)zisofs-tools/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (zisofs-tools-1.0.4.tar.bz2) = 2a208a774245074223146a87dc94e550
1
MD5 (zisofs-tools-1.0.6.tar.bz2) = b1439812746bd6176401fcdac82eeabf
2
SIZE (zisofs-tools-1.0.4.tar.bz2) = 40951
2
SIZE (zisofs-tools-1.0.6.tar.bz2) = 53138
(-)zisofs-tools/files/patch-compress.c (-4 / +5 lines)
Lines 1-10 Link Here
1
--- compress.c.orig	Mon Nov 24 13:26:57 2003
1
--- compress.c.orig	Tue Jul 31 07:20:52 2001
2
+++ compress.c	Mon Nov 24 13:27:06 2003
2
+++ compress.c	Fri May 13 21:17:02 2005
3
@@ -13,6 +13,7 @@
3
@@ -13,7 +13,7 @@
4
 
4
 
5
 #include <stdlib.h>
5
 #include <stdlib.h>
6
 #include <stdio.h>
6
 #include <stdio.h>
7
-#include <utime.h>
7
+#include <time.h>
8
+#include <time.h>
8
 #include <utime.h>
9
 #include <unistd.h>
9
 #include <unistd.h>
10
 #include <zlib.h>
10
 #include <zlib.h>
11
 #include "mkzftree.h"
(-)zisofs-tools/files/patch-walk.c (-10 lines)
Lines 1-10 Link Here
1
--- walk.c.orig	Mon Nov 24 13:25:24 2003
2
+++ walk.c	Mon Nov 24 13:25:40 2003
3
@@ -20,6 +20,7 @@
4
 #include <stdlib.h>
5
 #include <stdio.h>
6
 #include <limits.h>
7
+#include <time.h>
8
 #include <utime.h>
9
 #include <string.h>
10
 #include <errno.h>

Return to bug 81046