diff options
Diffstat (limited to 'editors/emacs/patches')
-rw-r--r-- | editors/emacs/patches/patch-aa | 2 | ||||
-rw-r--r-- | editors/emacs/patches/patch-ad | 2 | ||||
-rw-r--r-- | editors/emacs/patches/patch-ae | 8 | ||||
-rw-r--r-- | editors/emacs/patches/patch-ak | 2 | ||||
-rw-r--r-- | editors/emacs/patches/patch-xx | 8 |
5 files changed, 11 insertions, 11 deletions
diff --git a/editors/emacs/patches/patch-aa b/editors/emacs/patches/patch-aa index 1f8bff090c8..bd852b6130a 100644 --- a/editors/emacs/patches/patch-aa +++ b/editors/emacs/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.11 2003/04/11 00:56:32 uebayasi Exp $ +$NetBSD: patch-aa,v 1.12 2003/04/12 10:16:40 uebayasi Exp $ --- man/Makefile.in.orig Wed Apr 24 16:54:15 2002 +++ man/Makefile.in Wed Apr 24 16:55:45 2002 diff --git a/editors/emacs/patches/patch-ad b/editors/emacs/patches/patch-ad index 667833ceea7..77860760a8e 100644 --- a/editors/emacs/patches/patch-ad +++ b/editors/emacs/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.5 2003/04/11 00:56:32 uebayasi Exp $ +$NetBSD: patch-ad,v 1.6 2003/04/12 10:16:40 uebayasi Exp $ --- etc/ctags.1.orig Sun Oct 3 14:14:21 1999 +++ etc/ctags.1 Wed Apr 24 16:57:49 2002 diff --git a/editors/emacs/patches/patch-ae b/editors/emacs/patches/patch-ae index 26dc8332c0f..3c04a937e8b 100644 --- a/editors/emacs/patches/patch-ae +++ b/editors/emacs/patches/patch-ae @@ -1,8 +1,8 @@ -$NetBSD: patch-ae,v 1.9 2003/04/11 00:56:32 uebayasi Exp $ +$NetBSD: patch-ae,v 1.10 2003/04/12 10:16:40 uebayasi Exp $ ---- Makefile.in.orig Mon Jan 13 21:24:28 2003 +--- Makefile.in.orig Sat Oct 19 10:21:01 2002 +++ Makefile.in -@@ -429,28 +429,24 @@ +@@ -430,28 +430,24 @@ chmod a+r ${infodir}/dir); \ fi; \ cd ${srcdir}/info ; \ @@ -41,7 +41,7 @@ $NetBSD: patch-ae,v 1.9 2003/04/11 00:56:32 uebayasi Exp $ done ### Install LEIM files. Although they are machine-independent, we -@@ -505,7 +501,7 @@ +@@ -506,7 +502,7 @@ done (cd ${archlibdir} && rm -f fns-*) -rm -rf ${libexecdir}/emacs/${version} diff --git a/editors/emacs/patches/patch-ak b/editors/emacs/patches/patch-ak index 36f75a2d490..7ad50678b58 100644 --- a/editors/emacs/patches/patch-ak +++ b/editors/emacs/patches/patch-ak @@ -1,4 +1,4 @@ -$NetBSD: patch-ak,v 1.4 2003/04/11 00:56:32 uebayasi Exp $ +$NetBSD: patch-ak,v 1.5 2003/04/12 10:16:40 uebayasi Exp $ --- lib-src/Makefile.in.orig Fri Oct 19 02:31:27 2001 +++ lib-src/Makefile.in Thu May 2 20:53:52 2002 diff --git a/editors/emacs/patches/patch-xx b/editors/emacs/patches/patch-xx index 205e96ae2b3..64f67955a39 100644 --- a/editors/emacs/patches/patch-xx +++ b/editors/emacs/patches/patch-xx @@ -1,7 +1,7 @@ -$NetBSD: patch-xx,v 1.3 2003/04/11 00:56:32 uebayasi Exp $ +$NetBSD: patch-xx,v 1.4 2003/04/12 10:16:40 uebayasi Exp $ ---- src/s/netbsd.h.orig Fri Apr 26 14:42:37 2002 -+++ src/s/netbsd.h Fri Apr 26 14:43:34 2002 +--- src/s/netbsd.h.orig Sat Jun 1 01:29:02 2002 ++++ src/s/netbsd.h @@ -72,22 +72,6 @@ #define AMPERSAND_FULL_NAME @@ -11,7 +11,7 @@ $NetBSD: patch-xx,v 1.3 2003/04/11 00:56:32 uebayasi Exp $ - 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 +-#define LD_SWITCH_SYSTEM LD_SWITCH_SYSTEM_tmp -Wl,-rpath,/usr/pkg/lib -L/usr/pkg/lib -Wl,-rpath,/usr/local/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 |