mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Update to 1.0.6.
PR: 81046 Submitted by: Andrej Zverev <az@inec.ru> Approved by: maintainer
This commit is contained in:
parent
8ede27ba70
commit
2077670da5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135301
@ -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
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user