Index: head/archivers/zoo/Makefile =================================================================== --- head/archivers/zoo/Makefile (revision 540947) +++ head/archivers/zoo/Makefile (revision 540948) @@ -1,25 +1,25 @@ # Created by: jmz # $FreeBSD$ PORTNAME= zoo PORTVERSION= 2.10.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ \ LOCAL/ehaupt DISTNAME= zoo-2.10pl1 MAINTAINER= ports@FreeBSD.org COMMENT= Manipulate archives of files in compressed form NO_WRKSUBDIR= yes ALL_TARGET= bsdansi MAKEFILE= makefile do-install: .for f in fiz zoo ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${f}.1 ${STAGEDIR}${MANPREFIX}/man/man1 .endfor .include Index: head/archivers/zoo/files/patch-zoodel.c =================================================================== --- head/archivers/zoo/files/patch-zoodel.c (nonexistent) +++ head/archivers/zoo/files/patch-zoodel.c (revision 540948) @@ -0,0 +1,14 @@ +--- zoodel.c.orig 1991-07-16 15:58:46 UTC ++++ zoodel.c +@@ -138,7 +138,11 @@ if (*option == 'g') { + + /* read archive header */ + frd_zooh (&zoo_header, zoo_file); ++#ifdef __LP64__ ++ if ((int)(zoo_header.zoo_start + zoo_header.zoo_minus) != 0) ++#else + if ((zoo_header.zoo_start + zoo_header.zoo_minus) != 0L) ++#endif + prterror ('f', failed_consistency); + if (ver_too_high (&zoo_header)) + prterror ('f', wrong_version, zoo_header.major_ver, zoo_header.minor_ver); Property changes on: head/archivers/zoo/files/patch-zoodel.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/archivers/zoo/files/patch-zoopack.c =================================================================== --- head/archivers/zoo/files/patch-zoopack.c (nonexistent) +++ head/archivers/zoo/files/patch-zoopack.c (revision 540948) @@ -0,0 +1,14 @@ +--- zoopack.c.orig 1993-05-01 03:59:21 UTC ++++ zoopack.c +@@ -139,7 +139,11 @@ if (zoo_file == NOFILE) + /* Read the header of the old archive. */ + frd_zooh(&old_zoo_header, zoo_file); + ++#ifdef __LP64__ ++if ((int)(old_zoo_header.zoo_start + old_zoo_header.zoo_minus) != 0) { ++#else + if ((old_zoo_header.zoo_start + old_zoo_header.zoo_minus) != 0L) { ++#endif + prterror ('w', failed_consistency); + ++bad_header; /* remember for future error message */ + } Property changes on: head/archivers/zoo/files/patch-zoopack.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property