summaryrefslogtreecommitdiff
path: root/sysutils/mc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-03-02 22:16:59 +0000
committerwiz <wiz@pkgsrc.org>2000-03-02 22:16:59 +0000
commit67271edeacc62ff7ae6da7eef12548c18370b82f (patch)
tree2129b0f18eb481f45f0e86b4af670d8dacef908b /sysutils/mc
parentb4256a3e970ff6982e1e54eee2794a8e5c6265bb (diff)
downloadpkgsrc-67271edeacc62ff7ae6da7eef12548c18370b82f.tar.gz
make mc use pkgsrc's unzip and unrar, if installed, instead of only
looking in /usr/bin.
Diffstat (limited to 'sysutils/mc')
-rw-r--r--sysutils/mc/files/patch-sum4
-rw-r--r--sysutils/mc/patches/patch-ag13
-rw-r--r--sysutils/mc/patches/patch-ah13
3 files changed, 29 insertions, 1 deletions
diff --git a/sysutils/mc/files/patch-sum b/sysutils/mc/files/patch-sum
index 297a62f8562..3b5790bc869 100644
--- a/sysutils/mc/files/patch-sum
+++ b/sysutils/mc/files/patch-sum
@@ -1,7 +1,9 @@
-$NetBSD: patch-sum,v 1.4 1999/10/23 11:52:06 tron Exp $
+$NetBSD: patch-sum,v 1.5 2000/03/02 22:16:59 wiz Exp $
MD5 (patch-aa) = 2892d6861d5fb067447401db2a0f594e
MD5 (patch-ab) = 38eb63b2947645ec67c9010ffd7f9cf8
MD5 (patch-ac) = 64c125193b94340f449cdcdff23170d5
MD5 (patch-ad) = 990a7730d8115426662d2d678a99860e
MD5 (patch-af) = 3eea71e3c84e0352e6b3989e1a6a415c
+MD5 (patch-ag) = cb78ad169b22ae5ae49bed93d88f4ff7
+MD5 (patch-ah) = 753d6c07a3918e92a4d4903650827f91
diff --git a/sysutils/mc/patches/patch-ag b/sysutils/mc/patches/patch-ag
new file mode 100644
index 00000000000..b8381fa434d
--- /dev/null
+++ b/sysutils/mc/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.6 2000/03/02 22:17:00 wiz Exp $
+
+--- ./vfs/extfs/uzip.in.orig Tue Dec 7 00:49:56 1999
++++ ./vfs/extfs/uzip.in Thu Mar 2 22:25:30 2000
+@@ -7,7 +7,7 @@
+ #
+ #
+
+-DZIP=/usr/bin
++DZIP=@prefix@/bin
+ XZIP="$DZIP/zip -g"
+ XDZIP="$DZIP/zip -d"
+ XUNZIP="$DZIP/unzip"
diff --git a/sysutils/mc/patches/patch-ah b/sysutils/mc/patches/patch-ah
new file mode 100644
index 00000000000..b9e88c08761
--- /dev/null
+++ b/sysutils/mc/patches/patch-ah
@@ -0,0 +1,13 @@
+$NetBSD: patch-ah,v 1.1 2000/03/02 22:17:00 wiz Exp $
+
+--- ./vfs/extfs/urar.in.orig Tue Dec 7 00:49:56 1999
++++ ./vfs/extfs/urar.in Thu Mar 2 22:29:44 2000
+@@ -5,7 +5,7 @@
+ # Updated by christian.gennerat@alcatel.fr 1999
+ # beta version 2.0
+ #
+-DRAR=/usr/bin
++DRAR=@prefix@/bin
+ RAR=$DRAR/rar
+ UNRAR=$DRAR/unrar # Prefer unrar (freeware)
+ #