Date: Thu, 17 Jan 2008 20:51:12 GMT From: Felippe de Meirelles Motta <lippemail@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/119762: [UPDATE] sysutils/zisofs-tools Message-ID: <200801172051.m0HKpCxk028419@www.freebsd.org> Resent-Message-ID: <200801172100.m0HL06oS067534@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 119762 >Category: ports >Synopsis: [UPDATE] sysutils/zisofs-tools >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: Thu Jan 17 21:00:06 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Felippe de Meirelles Motta >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 7.0-PRERELEASE #0: Thu Jan 10 01:55:37 BRST 2008 lippe@shire.freebsd.org:/usr/obj/usr/src/sys/GENERIC >Description: - Updated to 1.0.8; - Rebuild patch existing to updated file. >How-To-Repeat: >Fix: Patch attached with submission follows: ? work Index: Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/zisofs-tools/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 30 Sep 2007 04:47:27 -0000 1.7 +++ Makefile 17 Jan 2008 19:22:56 -0000 @@ -6,15 +6,14 @@ # PORTNAME= zisofs-tools -PORTVERSION= 1.0.7 -PORTREVISION= 1 +PORTVERSION= 1.0.8 CATEGORIES= sysutils MASTER_SITES= http://www.kernel.org/pub/linux/utils/fs/zisofs/ MAINTAINER= chip-set@mail.ru COMMENT= User utilities for zisofs -PORTDOCS= README CHANGES INSTALL +PORTDOCS= CHANGES COPYING INSTALL MRULES README USE_AUTOTOOLS= autoconf:261 USE_BZIP2= yes @@ -28,12 +27,16 @@ PLIST_FILES= bin/mkzftree +OPTIONS= LFS "Enable Large Files Support" on + +.if defined(WITHOUT_LFS) +CONFIGURE_ARGS+= --disable-largefile +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} -.endfor + ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif .include <bsd.port.mk> Index: distinfo =================================================================== RCS file: /home/ncvs/ports/sysutils/zisofs-tools/distinfo,v retrieving revision 1.5 diff -u -r1.5 distinfo --- distinfo 6 Mar 2007 20:04:02 -0000 1.5 +++ distinfo 17 Jan 2008 19:22:56 -0000 @@ -1,3 +1,3 @@ -MD5 (zisofs-tools-1.0.7.tar.bz2) = ce2abdd5bd139242b4a3e0abb42928d4 -SHA256 (zisofs-tools-1.0.7.tar.bz2) = b2b4b5eb2facf06963a1c871e2d3157b18fbf202311f26893d35c379b9c27dc9 -SIZE (zisofs-tools-1.0.7.tar.bz2) = 53176 +MD5 (zisofs-tools-1.0.8.tar.bz2) = 2d0ed8c9a1f60b45f949b136f9be1f6c +SHA256 (zisofs-tools-1.0.8.tar.bz2) = ae4e53e4914934d41660248fb59d3c8761f1f1fd180d5ec993c17ddb3afd04f3 +SIZE (zisofs-tools-1.0.8.tar.bz2) = 52968 Index: files/patch-compress.c =================================================================== RCS file: /home/ncvs/ports/sysutils/zisofs-tools/files/patch-compress.c,v retrieving revision 1.2 diff -u -r1.2 patch-compress.c --- files/patch-compress.c 15 May 2005 18:29:01 -0000 1.2 +++ files/patch-compress.c 17 Jan 2008 19:22:56 -0000 @@ -1,6 +1,6 @@ ---- compress.c.orig Tue Jul 31 07:20:52 2001 -+++ compress.c Fri May 13 21:17:02 2005 -@@ -13,7 +13,7 @@ +--- compress.c.old 2008-01-17 17:19:55.000000000 -0200 ++++ compress.c 2008-01-17 17:20:09.000000000 -0200 +@@ -15,7 +15,7 @@ #include <stdlib.h> #include <stdio.h> @@ -8,4 +8,4 @@ +#include <time.h> #include <unistd.h> #include <zlib.h> - #include "mkzftree.h" + >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801172051.m0HKpCxk028419>