summaryrefslogtreecommitdiff
path: root/editors/emacs21/patches
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2003-04-11 01:07:44 +0000
committeruebayasi <uebayasi@pkgsrc.org>2003-04-11 01:07:44 +0000
commitfeffa7147665d31a6946a166c55f87cd43b612a8 (patch)
treed9fb08f4f43f8ec203c219642f83ab68ecd6a504 /editors/emacs21/patches
parentca5abc0b55a7c9b9446b7e88bfd6c9bab2947c43 (diff)
downloadpkgsrc-feffa7147665d31a6946a166c55f87cd43b612a8.tar.gz
Bye bye old places.
Diffstat (limited to 'editors/emacs21/patches')
-rw-r--r--editors/emacs21/patches/patch-aa34
-rw-r--r--editors/emacs21/patches/patch-ad7
-rw-r--r--editors/emacs21/patches/patch-ae52
-rw-r--r--editors/emacs21/patches/patch-ak40
-rw-r--r--editors/emacs21/patches/patch-xx27
5 files changed, 0 insertions, 160 deletions
diff --git a/editors/emacs21/patches/patch-aa b/editors/emacs21/patches/patch-aa
deleted file mode 100644
index 69389249e75..00000000000
--- a/editors/emacs21/patches/patch-aa
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2002/04/24 17:27:41 drochner Exp $
-
---- man/Makefile.in.orig Wed Apr 24 16:54:15 2002
-+++ man/Makefile.in Wed Apr 24 16:55:45 2002
-@@ -34,7 +34,7 @@
- MAKEINFO = makeinfo
- INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \
- ../info/dired-x ../info/ediff ../info/forms ../info/gnus \
-- ../info/info ../info/message ../info/mh-e ../info/reftex \
-+ ../info/message ../info/mh-e ../info/reftex \
- ../info/sc ../info/vip ../info/viper ../info/widget \
- ../info/efaq ../info/ada-mode ../info/autotype \
- ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
-@@ -100,6 +100,7 @@
- ${srcdir}/glossary.texi \
- ${srcdir}/ack.texi
-
-+all: info
- info: $(INFO_TARGETS)
-
- dvi: $(DVI_TARGETS)
-@@ -112,12 +113,6 @@
- # The following target uses an explicit -o switch to work around
- # the @setfilename directive in info.texi, which is required for
- # the Texinfo distribution.
--
--../info/info: ${INFOSOURCES}
-- cd $(srcdir); $(MAKEINFO) --no-split info.texi -o $@
--
--info.dvi: ${INFOSOURCES}
-- $(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi
-
- ../info/emacs: ${EMACSSOURCES}
- cd $(srcdir); $(MAKEINFO) emacs.texi
diff --git a/editors/emacs21/patches/patch-ad b/editors/emacs21/patches/patch-ad
deleted file mode 100644
index d2168d09bcf..00000000000
--- a/editors/emacs21/patches/patch-ad
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: patch-ad,v 1.1.1.1 2002/04/24 17:27:41 drochner Exp $
-
---- etc/ctags.1.orig Sun Oct 3 14:14:21 1999
-+++ etc/ctags.1 Wed Apr 24 16:57:49 2002
-@@ -1 +1 @@
--.so man1/etags.1
-+.so man1/emacs-etags.1
diff --git a/editors/emacs21/patches/patch-ae b/editors/emacs21/patches/patch-ae
deleted file mode 100644
index 4799d713f3d..00000000000
--- a/editors/emacs21/patches/patch-ae
+++ /dev/null
@@ -1,52 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2003/01/13 13:00:30 uebayasi Exp $
-
---- Makefile.in.orig Mon Jan 13 21:24:28 2003
-+++ Makefile.in
-@@ -429,28 +429,24 @@
- chmod a+r ${infodir}/dir); \
- fi; \
- cd ${srcdir}/info ; \
-- for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* emacs* eshell* eudc* forms* gnus* idlwave* info* message* mh-e* pcl-cvs* reftex* sc* speedbar* vip* widget* woman*; do \
-+ for f in ada-mode* autotype* ccmode* cl* dired-x* ebrowse* ediff* efaq* emacs* eshell* eudc* forms* gnus* idlwave* message* mh-e* pcl-cvs* reftex* sc* speedbar* vip* widget* woman*; do \
- (cd $${thisdir}; \
-- ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f; \
-- chmod a+r ${infodir}/$$f); \
-+ ${INSTALL_DATA} ${srcdir}/info/$$f ${infodir}/$$f); \
- done); \
- else true; fi
- -unset CDPATH; \
-- thisdir=`/bin/pwd`; \
-- if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd ${infodir} && /bin/pwd)` ]; \
-- then \
-- for f in ada-mode autotype ccmode cl dired-x ebrowse ediff efaq emacs emacs-mime eshell eudc forms gnus idlwave info message mh-e pcl-cvs reftex sc speedbar vip viper widget woman; do \
-- (cd $${thisdir}; \
-- ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/$$f); \
-- done; \
-- else true; fi
-- -chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir}
-+ chmod -R a+r ${datadir}/emacs ${COPYDESTS} ${infodir}
- thisdir=`/bin/pwd`; \
- cd ${srcdir}/etc; \
- for page in emacs etags ctags gfdl ; do \
- (cd $${thisdir}; \
-- ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/$${page}${manext}; \
-- chmod a+r ${man1dir}/$${page}${manext}); \
-+ if [ $${page} = emacs ]; then \
-+ ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/$${page}${manext}; \
-+ chmod a+r ${man1dir}/$${page}${manext}; \
-+ else \
-+ ${INSTALL_DATA} ${srcdir}/etc/$${page}.1 ${man1dir}/emacs-$${page}${manext}; \
-+ chmod a+r ${man1dir}/emacs-$${page}${manext}; \
-+ fi) \
- done
-
- ### Install LEIM files. Although they are machine-independent, we
-@@ -505,7 +501,7 @@
- done
- (cd ${archlibdir} && rm -f fns-*)
- -rm -rf ${libexecdir}/emacs/${version}
-- (cd ${infodir} && rm -f cl* ada-mode* autotype* ccmode* ebrowse* efaq* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* widget* woman* dired-x* ediff* emacs* forms* gnus* info* mh-e* sc* vip*)
-+ (cd ${infodir} && rm -f cl* ada-mode* autotype* ccmode* ebrowse* efaq* eshell* eudc* idlwave* message* pcl-cvs* reftex* speedbar* widget* woman* dired-x* ediff* emacs* forms* gnus* mh-e* sc* vip*)
- (cd ${man1dir} && rm -f emacs.1 etags.1 ctags.1)
- (cd ${bindir} && rm -f emacs-${version} $(EMACS))
-
diff --git a/editors/emacs21/patches/patch-ak b/editors/emacs21/patches/patch-ak
deleted file mode 100644
index 2c2553c21f1..00000000000
--- a/editors/emacs21/patches/patch-ak
+++ /dev/null
@@ -1,40 +0,0 @@
-$NetBSD: patch-ak,v 1.2 2002/05/02 20:21:32 drochner Exp $
-
---- lib-src/Makefile.in.orig Fri Oct 19 02:31:27 2001
-+++ lib-src/Makefile.in Thu May 2 20:53:52 2002
-@@ -85,6 +85,7 @@
- INSTALL = @INSTALL@
- INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
-+INSTALL_SCRIPT = @INSTALL_SCRIPT@
- # By default, we uphold the dignity of our programs.
- INSTALL_STRIP =
-
-@@ -288,7 +289,7 @@
- if [ `(cd ${archlibdir} && /bin/pwd)` \
- != `(cd ${srcdir} && /bin/pwd)` ]; then \
- for file in ${SCRIPTS}; do \
-- $(INSTALL_PROGRAM) ${srcdir}/$$file ${archlibdir}/$$file; \
-+ $(INSTALL_SCRIPT) ${srcdir}/$$file ${archlibdir}/$$file; \
- done ; \
- fi
-
-@@ -296,12 +297,14 @@
- @echo
- @echo "Installing utilities for users to run."
- for file in ${INSTALLABLES} ; do \
-- $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} ${bindir}/$${file} ; \
-- chmod a+rx ${bindir}/$${file}; \
-+ if [ $${file} = emacsclient ] ; then \
-+ $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} ${bindir}/$${file} ; \
-+ else \
-+ $(INSTALL_PROGRAM) $(INSTALL_STRIP) $${file} ${bindir}/emacs-$${file} ; \
-+ fi ; \
- done
- for file in ${INSTALLABLE_SCRIPTS} ; do \
-- $(INSTALL_PROGRAM) ${srcdir}/$${file} ${bindir}/$${file} ; \
-- chmod a+rx ${bindir}/$${file}; \
-+ $(INSTALL_SCRIPT) ${srcdir}/$${file} ${bindir}/emacs-$${file} ; \
- done
-
- uninstall:
diff --git a/editors/emacs21/patches/patch-xx b/editors/emacs21/patches/patch-xx
deleted file mode 100644
index 26c7576c8cc..00000000000
--- a/editors/emacs21/patches/patch-xx
+++ /dev/null
@@ -1,27 +0,0 @@
-$NetBSD: patch-xx,v 1.1 2002/05/02 20:21:32 drochner Exp $
-
---- src/s/netbsd.h.orig Fri Apr 26 14:42:37 2002
-+++ src/s/netbsd.h Fri Apr 26 14:43:34 2002
-@@ -72,22 +72,6 @@
-
- #define AMPERSAND_FULL_NAME
-
--#ifdef __ELF__
--/* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option
-- says where to find X windows at run time. We convert it to a -rpath option
-- which is what OSF1 uses. */
--#define LD_SWITCH_SYSTEM_tmp `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'`
--#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -L/usr/pkg/lib -L/usr/local/lib
--
--/* The following is needed to make `configure' find Xpm, Xaw3d and
-- image include and library files if using /usr/bin/gcc. That
-- compiler seems to be modified to not find headers in
-- /usr/local/include or libs in /usr/local/lib by default. */
--
--#define C_SWITCH_SYSTEM -I/usr/X11R6/include -I/usr/pkg/include -I/usr/local/include -L/usr/pkg/lib -L/usr/local/lib
--
--#endif /* __ELF__ */
--
- /* On post 1.3 releases of NetBSD, gcc -nostdlib also clears
- the library search parth, i.e. it won't search /usr/lib
- for libc and friends. Using -nostartfiles instead avoids