summaryrefslogtreecommitdiffstats
path: root/archivers/rpm/files
diff options
context:
space:
mode:
authornakai <nakai@FreeBSD.org>2000-10-25 10:30:11 +0000
committernakai <nakai@FreeBSD.org>2000-10-25 10:30:11 +0000
commitb948c87a4dde1304d20e495d1a5775ef529d5410 (patch)
tree5f296ba7c15e6b5de46751ebd31c08cf015c4e9e /archivers/rpm/files
parenta9976e276afe436ded3264f17ae97bb58ad6a89e (diff)
downloadFreeBSD-ports-b948c87a4dde1304d20e495d1a5775ef529d5410.zip
FreeBSD-ports-b948c87a4dde1304d20e495d1a5775ef529d5410.tar.gz
Add patch for rpm2cpio.
PR: ports/22257 Submitted by: Scott Renfro <scott@renfro.org>
Diffstat (limited to 'archivers/rpm/files')
-rw-r--r--archivers/rpm/files/patch-bh11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/rpm/files/patch-bh b/archivers/rpm/files/patch-bh
new file mode 100644
index 0000000..527ef4c
--- /dev/null
+++ b/archivers/rpm/files/patch-bh
@@ -0,0 +1,11 @@
+--- rpm2cpio.c.orig Wed Oct 25 19:26:40 2000
++++ rpm2cpio.c Wed Oct 25 19:26:59 2000
+@@ -55,7 +55,7 @@
+ }
+
+ gzdi = Fdopen(fdi, rpmio_flags); /* XXX gzdi == fdi */
+- if (gzdi == NULL || Ferror(gzdi)) {
++ if (gzdi == NULL) {
+ fprintf(stderr, _("cannot re-open payload: %s\n"), Fstrerror(gzdi));
+ exit(EXIT_FAILURE);
+ }
OpenPOWER on IntegriCloud