summaryrefslogtreecommitdiff
path: root/sysutils/mc/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-04-04 23:00:40 +0000
committertron <tron@pkgsrc.org>1999-04-04 23:00:40 +0000
commitd61fa13e1fbef4185f5cebf13b323ddb2eeb5aa0 (patch)
tree282ceba2ca04929591bee87b407da0312d60ca67 /sysutils/mc/patches
parent8c83afaacd356d84a8fb351e8ec1ff4dbaaa45c9 (diff)
downloadpkgsrc-d61fa13e1fbef4185f5cebf13b323ddb2eeb5aa0.tar.gz
Update "mc" package to version 4.5.29.
Diffstat (limited to 'sysutils/mc/patches')
-rw-r--r--sysutils/mc/patches/patch-ab14
-rw-r--r--sysutils/mc/patches/patch-af22
2 files changed, 18 insertions, 18 deletions
diff --git a/sysutils/mc/patches/patch-ab b/sysutils/mc/patches/patch-ab
index 976d58e921a..1631b39b9c7 100644
--- a/sysutils/mc/patches/patch-ab
+++ b/sysutils/mc/patches/patch-ab
@@ -1,18 +1,18 @@
-$NetBSD: patch-ab,v 1.7 1999/03/14 23:07:55 tron Exp $
+$NetBSD: patch-ab,v 1.8 1999/04/04 23:00:41 tron Exp $
---- vfs/Make-mc.in.orig Sat Mar 13 03:02:30 1999
-+++ vfs/Make-mc.in Sun Mar 14 23:25:48 1999
-@@ -192,11 +192,11 @@
- $(DESTDIR)$(libdir)/extfs/$$I; \
+--- vfs/Make-mc.in.orig Tue Mar 30 08:34:34 1999
++++ vfs/Make-mc.in Mon Apr 5 00:41:09 1999
+@@ -194,11 +194,11 @@
+ $(DESTDIR)$(extfsdir)/$$I; \
done
for I in $(EXTFS_CONST) ; do \
- $(INSTALL_PROGRAM) $(srcdir)/extfs/$$I \
+ $(INSTALL_SCRIPT) $(srcdir)/extfs/$$I \
- $(DESTDIR)$(libdir)/extfs/$$I; \
+ $(DESTDIR)$(extfsdir)/$$I; \
done
for I in $(EXTFS_OUT) ; do \
- $(INSTALL_PROGRAM) $(builddir)/vfs/extfs/$$I \
+ $(INSTALL_SCRIPT) $(builddir)/vfs/extfs/$$I \
- $(DESTDIR)$(libdir)/extfs/$$I; \
+ $(DESTDIR)$(extfsdir)/$$I; \
done
diff --git a/sysutils/mc/patches/patch-af b/sysutils/mc/patches/patch-af
index e23ef1f65ea..de75c9202e1 100644
--- a/sysutils/mc/patches/patch-af
+++ b/sysutils/mc/patches/patch-af
@@ -1,33 +1,33 @@
-$NetBSD: patch-af,v 1.6 1999/03/14 23:07:55 tron Exp $
+$NetBSD: patch-af,v 1.7 1999/04/04 23:00:41 tron Exp $
---- Makefile.in.orig Sun Mar 14 23:55:56 1999
-+++ Makefile.in Sun Mar 14 23:56:19 1999
+--- Makefile.in.orig Tue Mar 30 08:34:33 1999
++++ Makefile.in Mon Apr 5 00:47:35 1999
@@ -5,7 +5,7 @@
@MCFGR@@MCF@
foreigndirs=pc
--codedirs=vfs lib doc slang gtkedit edit src gnome new_icons icons idl
-+codedirs=vfs lib doc slang gtkedit edit src new_icons icons
+-codedirs=vfs lib doc slang gtkedit edit src gnome new_icons icons idl syntax
++codedirs=vfs lib doc slang gtkedit edit src new_icons icons syntax
unixdirs=intl $(codedirs) @POSUB@
alldirs=$(unixdirs) $(foreigndirs)
subdirs=$(alldirs)
@@ -46,7 +46,7 @@
install: installdirs
@for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
- $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ
+ $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(mclibdir)/FAQ
- $(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
-+ $(INSTALL_DATA) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
++ $(INSTALL_SCRIPT) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
chmod +x $(DESTDIR)$(suppbindir)/mcfn_install
@echo "Please verify that the configuration values are correctly"
- @echo "set in the mc.ext file in $(libdir)"
+ @echo "set in the mc.ext file in $(mclibdir)"
@@ -58,9 +58,8 @@
installdirs:
- $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(libdir)
+ $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mclibdir)
$(MKINSTALLDIRS) $(DESTDIR)$(mandir) $(DESTDIR)$(man8dir)
- $(MKINSTALLDIRS) $(DESTDIR)$(icondir) $(DESTDIR)$(suppbindir)
-+ $(MKINSTALLDIRS) $(DESTDIR)$(suppbindir)
++ $(MKINSTALLDIRS) $(DESTDIR)$(suppbindir) $(DESTDIR)$(syntaxdir)
$(MKINSTALLDIRS) $(DESTDIR)$(tidir) $(DESTDIR)$(extfsdir)
-- $(MKINSTALLDIRS) $(DESTDIR)$(idldir)
+- $(MKINSTALLDIRS) $(DESTDIR)$(idldir) $(DESTDIR)$(syntaxdir)
mcfninstall:
-/bin/sh ./mcfn_install