diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-11-12 13:09:06 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2005-11-12 13:09:06 +0000 |
commit | 873d90098cdc6d2aa32555e9abab93ddfc1ced8b (patch) | |
tree | c78562f8f6996aa45b7454f6e658cb9844d5083a /archivers | |
parent | 5435e516040233db1fccc87d5e2adf323b970022 (diff) | |
download | ports-873d90098cdc6d2aa32555e9abab93ddfc1ced8b.tar.gz ports-873d90098cdc6d2aa32555e9abab93ddfc1ced8b.zip |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/zoo/Makefile | 1 | ||||
-rw-r--r-- | archivers/zoo/files/patch-zooext.c | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 55ecfa98dea1..49a579521ca9 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -7,6 +7,7 @@ PORTNAME= zoo PORTVERSION= 2.10.1 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ftp://ftp.kiarchive.ru/pub/unix/arcers/ DISTNAME= zoo-2.10pl1 diff --git a/archivers/zoo/files/patch-zooext.c b/archivers/zoo/files/patch-zooext.c new file mode 100644 index 000000000000..51217b8b6669 --- /dev/null +++ b/archivers/zoo/files/patch-zooext.c @@ -0,0 +1,12 @@ +--- zooext.c~ Sat May 1 05:58:50 1993 ++++ zooext.c Sat Nov 12 14:04:17 2005 +@@ -184,7 +184,8 @@ + this_file = STDOUT; /* standard output */ + + while (1) { +- frd_dir (&direntry, zoo_file); ++ if (frd_dir (&direntry, zoo_file) < 0) ++ prterror('f', bad_directory); + if (direntry.zoo_tag != ZOO_TAG) { + long currpos, zoolength; + prterror ('F', invalid_header); |