summaryrefslogtreecommitdiff
path: root/misc/mc/patches
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-03-14 20:58:55 +0000
committertron <tron@pkgsrc.org>1999-03-14 20:58:55 +0000
commitafa97738a567c6fba349526075a3a2ba54aa7e5c (patch)
tree0217bc24c4faa45a93be3730a942894ff8208ce1 /misc/mc/patches
parent771e65c947c5df1ae850da9b68ea6915866eae75 (diff)
downloadpkgsrc-afa97738a567c6fba349526075a3a2ba54aa7e5c.tar.gz
Move "mc" package to "sysutils" category.
Diffstat (limited to 'misc/mc/patches')
-rw-r--r--misc/mc/patches/patch-aa21
-rw-r--r--misc/mc/patches/patch-ab43
-rw-r--r--misc/mc/patches/patch-ac21
-rw-r--r--misc/mc/patches/patch-ad30
-rw-r--r--misc/mc/patches/patch-ae10
-rw-r--r--misc/mc/patches/patch-af13
6 files changed, 0 insertions, 138 deletions
diff --git a/misc/mc/patches/patch-aa b/misc/mc/patches/patch-aa
deleted file mode 100644
index 4940faaffb2..00000000000
--- a/misc/mc/patches/patch-aa
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-aa,v 1.6 1998/10/04 18:22:31 tv Exp $
-
---- configure.orig Mon May 25 06:16:04 1998
-+++ configure Sun Oct 4 13:10:51 1998
-@@ -3073,7 +3073,7 @@
- USE_INCLUDED_LIBINTL=yes
- CATOBJEXT=.cat
- INSTOBJEXT=.cat
-- DATADIRNAME=lib
-+ DATADIRNAME=share
- INTLDEPS='$(top_builddir)/intl/libintl.a'
- INTLLIBS=$INTLDEPS
- LIBS=`echo $LIBS | sed -e 's/-lintl//'`
-@@ -11280,6 +11280,7 @@
- s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
- $ac_vpsub
- $extrasub
-+s%@PACKAGE@%$PACKAGE%g
- s%@CFLAGS@%$CFLAGS%g
- s%@CPPFLAGS@%$CPPFLAGS%g
- s%@CXXFLAGS@%$CXXFLAGS%g
diff --git a/misc/mc/patches/patch-ab b/misc/mc/patches/patch-ab
deleted file mode 100644
index 2c6292dbb67..00000000000
--- a/misc/mc/patches/patch-ab
+++ /dev/null
@@ -1,43 +0,0 @@
-$NetBSD: patch-ab,v 1.5 1998/10/04 18:22:31 tv Exp $
-
---- vfs/Makefile.in.orig Mon May 25 06:16:04 1998
-+++ vfs/Makefile.in Sun Oct 4 09:07:34 1998
-@@ -91,25 +91,25 @@
-
- install: @mcserv@ install.extfs
- -(if test x@mcserv@ != x; then \
-- $(INSTALL_PROGRAM) mcserv $(DESTDIR)$(bindir)/$(binprefix)mcserv; \
-+ $(INSTALL_PROGRAM) mcserv $(DESTDIR)$(sbindir)/$(binprefix)mcserv; \
- fi)
-
- install.extfs:
- $(INSTALL_DATA) $(srcdir)/extfs/README $(DESTDIR)$(libdir)/extfs/README
- $(INSTALL_DATA) $(srcdir)/extfs/extfs.ini $(DESTDIR)$(libdir)/extfs/extfs.ini
-- $(INSTALL_PROGRAM) $(srcdir)/extfs/a $(DESTDIR)$(libdir)/extfs/a
-- $(INSTALL_PROGRAM) $(srcdir)/extfs/arfs $(DESTDIR)$(libdir)/extfs/arfs
-- $(INSTALL_PROGRAM) $(srcdir)/extfs/rpm $(DESTDIR)$(libdir)/extfs/rpm
-- $(INSTALL_PROGRAM) $(srcdir)/extfs/hp48 $(DESTDIR)$(libdir)/extfs/hp48
-+ $(INSTALL_DATA) $(srcdir)/extfs/a $(DESTDIR)$(libdir)/extfs/a
-+ $(INSTALL_DATA) $(srcdir)/extfs/arfs $(DESTDIR)$(libdir)/extfs/arfs
-+ $(INSTALL_DATA) $(srcdir)/extfs/rpm $(DESTDIR)$(libdir)/extfs/rpm
-+ $(INSTALL_DATA) $(srcdir)/extfs/hp48 $(DESTDIR)$(libdir)/extfs/hp48
-
-- $(INSTALL_PROGRAM) extfs/cpio $(DESTDIR)$(libdir)/extfs/cpio
-- $(INSTALL_PROGRAM) extfs/deb $(DESTDIR)$(libdir)/extfs/deb
-- $(INSTALL_PROGRAM) extfs/ftplist $(DESTDIR)$(libdir)/extfs/ftplist
-- $(INSTALL_PROGRAM) extfs/lslR $(DESTDIR)$(libdir)/extfs/lslR
-- $(INSTALL_PROGRAM) extfs/lha $(DESTDIR)$(libdir)/extfs/lha
-- $(INSTALL_PROGRAM) extfs/rar $(DESTDIR)$(libdir)/extfs/rar
-- $(INSTALL_PROGRAM) extfs/zip $(DESTDIR)$(libdir)/extfs/zip
-- $(INSTALL_PROGRAM) extfs/zoo $(DESTDIR)$(libdir)/extfs/zoo
-+ $(INSTALL_DATA) extfs/cpio $(DESTDIR)$(libdir)/extfs/cpio
-+ $(INSTALL_DATA) extfs/deb $(DESTDIR)$(libdir)/extfs/deb
-+ $(INSTALL_DATA) extfs/ftplist $(DESTDIR)$(libdir)/extfs/ftplist
-+ $(INSTALL_DATA) extfs/lslR $(DESTDIR)$(libdir)/extfs/lslR
-+ $(INSTALL_DATA) extfs/lha $(DESTDIR)$(libdir)/extfs/lha
-+ $(INSTALL_DATA) extfs/rar $(DESTDIR)$(libdir)/extfs/rar
-+ $(INSTALL_DATA) extfs/zip $(DESTDIR)$(libdir)/extfs/zip
-+ $(INSTALL_DATA) extfs/zoo $(DESTDIR)$(libdir)/extfs/zoo
-
- uninstall:
- -$(RMF) $(DESTDIR)$(libdir)/extfs/rpm
diff --git a/misc/mc/patches/patch-ac b/misc/mc/patches/patch-ac
deleted file mode 100644
index 3ee16a2c3b2..00000000000
--- a/misc/mc/patches/patch-ac
+++ /dev/null
@@ -1,21 +0,0 @@
-$NetBSD: patch-ac,v 1.4 1998/10/04 18:22:32 tv Exp $
-
---- Make.common.in.orig Mon May 25 06:16:04 1998
-+++ Make.common.in Sun Oct 4 09:09:45 1998
-@@ -17,6 +17,7 @@
-
- builddir = @builddir@
- bindir = $(exec_prefix)/bin
-+sbindir = $(exec_prefix)/sbin
- libdir = $(exec_prefix)/lib/mc
- suppbindir = $(libdir)/bin
- tidir = $(libdir)/term
-@@ -51,7 +52,7 @@
- # No way, to make make happy (except GNU), we cannot use := to append
- # something to these, so that's why there is a leading _
- XCFLAGS = @CFLAGS@
--XCPPFLAGS = @CPPFLAGS@ -I.. -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\"
-+XCPPFLAGS = @CPPFLAGS@ -I.. -DSBINDIR=\""$(sbindir)/"\" -DBINDIR=\""$(bindir)/"\" -DLIBDIR=\""$(libdir)/"\" -DICONDIR=\""$(icondir)/"\" $(XINC) -DLOCALEDIR=\""$(localedir)/"\"
- XLDFLAGS = @LDFLAGS@
- XDEFS = @DEFS@
- XLIBS = @LIBS@
diff --git a/misc/mc/patches/patch-ad b/misc/mc/patches/patch-ad
deleted file mode 100644
index 7ddef989be1..00000000000
--- a/misc/mc/patches/patch-ad
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ad,v 1.4 1998/10/04 17:16:22 tv Exp $
-
---- intl/xopen-msg.sed.orig Thu Jun 18 13:21:49 1998
-+++ intl/xopen-msg.sed Thu Jun 18 13:32:08 1998
-@@ -81,6 +81,8 @@
- G
- s/^[^\n]*$/& /
- s/\(.*\)\n\([0-9]*\)/\2 \1/
-+# Change escaped quotes into regular quotes.
-+ s/\\"/"/g
- # Clear flag from last substitution.
- tb
- # Append the next line.
-@@ -90,12 +92,16 @@
- s/\(.*\n\)"\(.*\)"/\1\2/
- # Yes, then branch.
- ta
-+# Comment out if no message exists.
-+ s/^\([0-9]* *\n\)/$ \1/
- P
- D
- # Note that `D' includes a jump to the start!!
- # We found a continuation line. But before printing insert '\'.
- :a
- s/\(.*\)\(\n.*\)/\1\\\2/
-+# Change escaped quotes into regular quotes.
-+ s/\\"/"/g
- P
- # We cannot use the sed command `D' here
- s/.*\n\(.*\)/\1/
diff --git a/misc/mc/patches/patch-ae b/misc/mc/patches/patch-ae
deleted file mode 100644
index d60cfc9b23e..00000000000
--- a/misc/mc/patches/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: patch-ae,v 1.4 1998/10/04 18:22:32 tv Exp $
-
---- mcfn_install.in.orig Mon May 25 06:16:04 1998
-+++ mcfn_install.in Sun Oct 4 09:11:40 1998
-@@ -1,4 +1,4 @@
--#/bin/sh
-+#!/bin/sh
- #
- prefix=@prefix@
- if test -n `echo $prefix | grep prefix`; then
diff --git a/misc/mc/patches/patch-af b/misc/mc/patches/patch-af
deleted file mode 100644
index dccf324bad8..00000000000
--- a/misc/mc/patches/patch-af
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-af,v 1.4 1998/10/04 18:22:32 tv Exp $
-
---- Makefile.in.orig Mon May 25 06:16:04 1998
-+++ Makefile.in Sun Oct 4 09:11:43 1998
-@@ -43,7 +43,7 @@
- install: installdirs @vcs@
- @for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
- $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ
-- $(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
-+ $(INSTALL_DATA) 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)"