Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2005 12:02:12 +0400 (MSD)
From:      Andrej Zverev <az@inec.ru>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        chip-set@mail.ru
Subject:   ports/81046: [update] sysutils/zisofs-tools to 1.0.6
Message-ID:  <200505150802.j4F82CCv069065@waterwall.inec.ru>
Resent-Message-ID: <200505150810.j4F8A4Zg096745@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         81046
>Category:       ports
>Synopsis:       [update] sysutils/zisofs-tools to 1.0.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 15 08:10:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrej Zverev
>Release:        FreeBSD 5.4-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD az.inec.ru 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #0: Thu Mar 31 12:08:50 MSD 2005 az@az.inec.ru:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Changes:
	Portability improvements.
	Further portability fixes; use subsecond resolution if available.

	Port Changes:
	files/patch-walk.c - removed

	Maintainer CC's.

	
>How-To-Repeat:
	
>Fix:
	Use this patch
	Thanks 
	

--- zisofs-tools.diff begins here ---
diff -Nru zisofs-tools.orig/Makefile zisofs-tools/Makefile
--- zisofs-tools.orig/Makefile	Tue Mar  9 13:04:15 2004
+++ zisofs-tools/Makefile	Sun May 15 11:54:08 2005
@@ -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,11 +16,13 @@
 
 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
 
diff -Nru zisofs-tools.orig/distinfo zisofs-tools/distinfo
--- zisofs-tools.orig/distinfo	Tue Mar  9 13:04:15 2004
+++ zisofs-tools/distinfo	Fri May 13 21:20:00 2005
@@ -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 -Nru zisofs-tools.orig/files/patch-compress.c zisofs-tools/files/patch-compress.c
--- zisofs-tools.orig/files/patch-compress.c	Mon Dec  8 01:11:23 2003
+++ zisofs-tools/files/patch-compress.c	Fri May 13 21:20:00 2005
@@ -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 -Nru zisofs-tools.orig/files/patch-walk.c zisofs-tools/files/patch-walk.c
--- zisofs-tools.orig/files/patch-walk.c	Mon Dec  8 01:11:23 2003
+++ zisofs-tools/files/patch-walk.c	Thu Jan  1 03:00:00 1970
@@ -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>
--- zisofs-tools.diff ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505150802.j4F82CCv069065>