diff options
author | tron <tron@pkgsrc.org> | 1999-10-23 11:52:05 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-10-23 11:52:05 +0000 |
commit | f1b299ac3daaaf146630debe9c4ac8e72c314fa4 (patch) | |
tree | c591bf72a763ff16c5507c2101c7753dc31b3019 /sysutils/mc/patches | |
parent | 8e90d81d05aed5884d6ee6561806ec5b7512dfd2 (diff) | |
download | pkgsrc-f1b299ac3daaaf146630debe9c4ac8e72c314fa4.tar.gz |
Update "mc" package to version 4.5.40 included in GNOME 1.0.53 release.
Diffstat (limited to 'sysutils/mc/patches')
-rw-r--r-- | sysutils/mc/patches/patch-ab | 16 | ||||
-rw-r--r-- | sysutils/mc/patches/patch-ac | 21 | ||||
-rw-r--r-- | sysutils/mc/patches/patch-af | 20 |
3 files changed, 47 insertions, 10 deletions
diff --git a/sysutils/mc/patches/patch-ab b/sysutils/mc/patches/patch-ab index 1631b39b9c7..7d35765f0fe 100644 --- a/sysutils/mc/patches/patch-ab +++ b/sysutils/mc/patches/patch-ab @@ -1,8 +1,16 @@ -$NetBSD: patch-ab,v 1.8 1999/04/04 23:00:41 tron Exp $ +$NetBSD: patch-ab,v 1.9 1999/10/23 11:52:07 tron Exp $ ---- 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 @@ +--- vfs/Make-mc.in.orig Wed Sep 29 22:39:34 1999 ++++ vfs/Make-mc.in Sat Oct 23 13:36:10 1999 +@@ -16,6 +16,7 @@ + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ -m 755 + INSTALL_DATA = @INSTALL_DATA@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + AR = @AR@ + + # +@@ -336,11 +337,11 @@ $(DESTDIR)$(extfsdir)/$$I; \ done for I in $(EXTFS_CONST) ; do \ diff --git a/sysutils/mc/patches/patch-ac b/sysutils/mc/patches/patch-ac new file mode 100644 index 00000000000..4012d167e12 --- /dev/null +++ b/sysutils/mc/patches/patch-ac @@ -0,0 +1,21 @@ +$NetBSD: patch-ac,v 1.7 1999/10/23 11:54:35 tron Exp $ + +--- lib/Makefile.in.orig Wed Sep 29 22:39:38 1999 ++++ lib/Makefile.in Sat Oct 23 13:29:19 1999 +@@ -7,6 +7,7 @@ + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + + # + # Distribution variables +@@ -62,7 +63,7 @@ + for I in $(LIBFILES_OUT); \ + do $(INSTALL_DATA) $(builddir)/lib/$$I $(DESTDIR)$(mclibdir)/$$I; done + for I in $(SUPPBIN_OUT); \ +- do $(INSTALL_PROGRAM) -m 755 $(builddir)/lib/$$I $(DESTDIR)$(suppbindir)//$$I; done ++ do $(INSTALL_SCRIPT) -m 755 $(builddir)/lib/$$I $(DESTDIR)$(suppbindir)//$$I; done + for I in $(TIFILES); \ + do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(tidir)/$$I; done + $(MKINSTALLDIRS) $(DESTDIR)$(confdir) diff --git a/sysutils/mc/patches/patch-af b/sysutils/mc/patches/patch-af index 60ce1849d18..464a475b7db 100644 --- a/sysutils/mc/patches/patch-af +++ b/sysutils/mc/patches/patch-af @@ -1,8 +1,8 @@ -$NetBSD: patch-af,v 1.9 1999/09/03 19:44:36 tron Exp $ +$NetBSD: patch-af,v 1.10 1999/10/23 11:52:07 tron Exp $ ---- Makefile.in.orig Thu Sep 2 18:49:35 1999 -+++ Makefile.in Fri Sep 3 18:48:19 1999 -@@ -5,7 +5,7 @@ +--- Makefile.in.orig Wed Sep 29 22:39:33 1999 ++++ Makefile.in Sat Oct 23 13:25:35 1999 +@@ -5,14 +5,15 @@ @MCFGR@@MCF@ foreigndirs=pc @@ -12,7 +12,15 @@ $NetBSD: patch-af,v 1.9 1999/09/03 19:44:36 tron Exp $ +unixdirs=intl $(codedirs) @POSUB@ alldirs=$(unixdirs) $(foreigndirs) subdirs=$(alldirs) -@@ -45,7 +45,7 @@ + + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ ++INSTALL_SCRIPT = @INSTALL_SCRIPT@ + + DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \ + Makefile.in FAQ COPYING create_vcs install-sh \ +@@ -45,7 +46,7 @@ install: installdirs @for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(mclibdir)/FAQ @@ -21,7 +29,7 @@ $NetBSD: patch-af,v 1.9 1999/09/03 19:44:36 tron Exp $ chmod +x $(DESTDIR)$(suppbindir)/mcfn_install @echo "Please verify that the configuration values are correctly" @echo "set in the mc.ext file in $(mclibdir)" -@@ -57,9 +57,8 @@ +@@ -57,9 +58,8 @@ installdirs: $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mclibdir) $(MKINSTALLDIRS) $(DESTDIR)$(mandir) $(DESTDIR)$(man8dir) |