summaryrefslogtreecommitdiff
path: root/editors/emacs/patches
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs/patches')
-rw-r--r--editors/emacs/patches/patch-aa8
-rw-r--r--editors/emacs/patches/patch-ab6
-rw-r--r--editors/emacs/patches/patch-ac15
-rw-r--r--editors/emacs/patches/patch-ad10
-rw-r--r--editors/emacs/patches/patch-ae8
-rw-r--r--editors/emacs/patches/patch-af37
-rw-r--r--editors/emacs/patches/patch-aj6
-rw-r--r--editors/emacs/patches/patch-ak6
-rw-r--r--editors/emacs/patches/patch-am6
-rw-r--r--editors/emacs/patches/patch-an6
-rw-r--r--editors/emacs/patches/patch-ao4
-rw-r--r--editors/emacs/patches/patch-ap6
-rw-r--r--editors/emacs/patches/patch-aq6
-rw-r--r--editors/emacs/patches/patch-ar6
-rw-r--r--editors/emacs/patches/patch-as6
-rw-r--r--editors/emacs/patches/patch-at4
-rw-r--r--editors/emacs/patches/patch-au6
-rw-r--r--editors/emacs/patches/patch-av4
-rw-r--r--editors/emacs/patches/patch-aw32
-rw-r--r--editors/emacs/patches/patch-xx4
20 files changed, 52 insertions, 134 deletions
diff --git a/editors/emacs/patches/patch-aa b/editors/emacs/patches/patch-aa
index 5b81981029b..48a2d4d50db 100644
--- a/editors/emacs/patches/patch-aa
+++ b/editors/emacs/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.13 2007/06/11 13:57:17 markd Exp $
+$NetBSD: patch-aa,v 1.14 2008/10/11 09:56:38 uebayasi Exp $
---- man/Makefile.in.orig 2007-06-09 15:11:07.000000000 +1200
+--- man/Makefile.in.orig 2008-10-10 10:35:49.000000000 +0900
+++ man/Makefile.in
@@ -36,7 +36,7 @@ MAKEINFO = makeinfo --force
INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.13 2007/06/11 13:57:17 markd Exp $
../info/sc ../info/vip ../info/viper ../info/widget \
../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
-@@ -119,6 +119,7 @@ EMACSSOURCES= \
+@@ -120,6 +120,7 @@ EMACSSOURCES= \
${srcdir}/kmacro.texi \
$(EMACS_XTRA)
@@ -19,7 +19,7 @@ $NetBSD: patch-aa,v 1.13 2007/06/11 13:57:17 markd Exp $
info: $(top_srcdir)/info $(INFO_TARGETS)
$(top_srcdir)/info:
-@@ -135,12 +136,6 @@ dvi: $(DVI_TARGETS)
+@@ -136,12 +137,6 @@ dvi: $(DVI_TARGETS)
# the @setfilename directive in info.texi, which is required for
# the Texinfo distribution.
diff --git a/editors/emacs/patches/patch-ab b/editors/emacs/patches/patch-ab
index 07a6d8a7dc5..bf7db64de5a 100644
--- a/editors/emacs/patches/patch-ab
+++ b/editors/emacs/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.25 2007/06/11 13:57:18 markd Exp $
+$NetBSD: patch-ab,v 1.26 2008/10/11 09:56:38 uebayasi Exp $
---- configure.orig 2007-05-26 00:43:29.000000000 +1200
+--- configure.orig 2008-10-10 10:35:49.000000000 +0900
+++ configure
@@ -1809,7 +1809,7 @@ archlibdir='${libexecdir}/emacs/${versio
docdir='${datadir}/emacs/${version}/etc'
@@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.25 2007/06/11 13:57:18 markd Exp $
# Check whether --with-gcc was given.
-@@ -3128,6 +3128,7 @@ _ACEOF
+@@ -3142,6 +3142,7 @@ _ACEOF
*-sysv5uw* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
*-sysv5OpenUNIX* ) opsys=unixware; NON_GNU_CPP=/lib/cpp ;;
*-386bsd* ) opsys=386bsd ;;
diff --git a/editors/emacs/patches/patch-ac b/editors/emacs/patches/patch-ac
deleted file mode 100644
index f8eba546d74..00000000000
--- a/editors/emacs/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.16 2008/04/29 12:54:56 tonnerre Exp $
-
---- lisp/files.el.orig 2007-05-25 13:43:31.000000000 +0100
-+++ lisp/files.el 2008-04-29 12:41:52.000000000 +0100
-@@ -2736,8 +2736,8 @@
- ;; If caller wants only the safe variables,
- ;; install only them.
- (dolist (elt result)
-- (unless (or (memq (car elt) unsafe-vars)
-- (memq (car elt) risky-vars))
-+ (unless (or (member elt unsafe-vars)
-+ (member elt risky-vars))
- (hack-one-local-variable (car elt) (cdr elt))))
- ;; Query, except in the case where all are known safe
- ;; if the user wants no quuery in that case.
diff --git a/editors/emacs/patches/patch-ad b/editors/emacs/patches/patch-ad
index 77860760a8e..00589290fa2 100644
--- a/editors/emacs/patches/patch-ad
+++ b/editors/emacs/patches/patch-ad
@@ -1,7 +1,9 @@
-$NetBSD: patch-ad,v 1.6 2003/04/12 10:16:40 uebayasi Exp $
+$NetBSD: patch-ad,v 1.7 2008/10/11 09:56:38 uebayasi Exp $
---- etc/ctags.1.orig Sun Oct 3 14:14:21 1999
-+++ etc/ctags.1 Wed Apr 24 16:57:49 2002
-@@ -1 +1 @@
+--- etc/ctags.1.orig 2008-10-10 10:35:49.000000000 +0900
++++ etc/ctags.1
+@@ -1,3 +1,3 @@
-.so man1/etags.1
+.so man1/emacs-etags.1
+
+ .\" arch-tag: 54d4579b-9d66-4ba5-9fda-f01ec83612ad
diff --git a/editors/emacs/patches/patch-ae b/editors/emacs/patches/patch-ae
index 8aeab45d5f2..822d9c64517 100644
--- a/editors/emacs/patches/patch-ae
+++ b/editors/emacs/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.11 2007/06/11 13:57:18 markd Exp $
+$NetBSD: patch-ae,v 1.12 2008/10/11 09:56:38 uebayasi Exp $
---- Makefile.in.orig 2007-06-10 09:22:56.000000000 +1200
+--- Makefile.in.orig 2008-10-10 10:35:49.000000000 +0900
+++ Makefile.in
-@@ -140,7 +140,7 @@ man1dir=$(mandir)/man1
+@@ -141,7 +141,7 @@ man1dir=$(mandir)/man1
infodir=@infodir@
INFO_FILES=ada-mode autotype calc ccmode cl dired-x ebrowse ediff efaq \
elisp eintr emacs emacs-mime eshell eudc flymake \
@@ -11,7 +11,7 @@ $NetBSD: patch-ae,v 1.11 2007/06/11 13:57:18 markd Exp $
pgg reftex sc ses sieve speedbar tramp vip viper widget \
woman smtpmail url rcirc erc
-@@ -514,27 +514,23 @@ install-arch-indep: mkdir info
+@@ -515,27 +515,23 @@ install-arch-indep: mkdir info
for elt in $(INFO_FILES); do \
for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \
${INSTALL_DATA} $$f $(DESTDIR)${infodir}/$$f; \
diff --git a/editors/emacs/patches/patch-af b/editors/emacs/patches/patch-af
deleted file mode 100644
index 9942d5b628d..00000000000
--- a/editors/emacs/patches/patch-af
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-af,v 1.11 2008/04/29 12:54:56 tonnerre Exp $
-
---- lib-src/vcdiff.orig 2007-01-21 04:49:26.000000000 +0000
-+++ lib-src/vcdiff 2008-04-29 12:48:03.000000000 +0100
-@@ -4,13 +4,13 @@
- # This version is more compatible with rcsdiff(1).
- #
- # Copyright (C) 1992, 1993, 1995, 1997, 2001, 2002, 2003, 2004,
--# 2005, 2006, 2007 Free Software Foundation, Inc.
-+# 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
- #
- # This file is part of GNU Emacs.
- #
- # GNU Emacs is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
--# the Free Software Foundation; either version 2, or (at your option)
-+# the Free Software Foundation; either version 3, or (at your option)
- # any later version.
- #
- # GNU Emacs is distributed in the hope that it will be useful,
-@@ -84,14 +84,14 @@
- case $f in
- s.* | */s.*)
- if
-- rev1=/tmp/geta$$
-+ rev1=`mktemp /tmp/geta.XXXXXXXX`
- get -s -p -k $sid1 "$f" > $rev1 &&
- case $sid2 in
- '')
- workfile=`expr " /$f" : '.*/s.\(.*\)'`
- ;;
- *)
-- rev2=/tmp/getb$$
-+ rev2=`mktemp /tmp/getb.XXXXXXXX`
- get -s -p -k $sid2 "$f" > $rev2
- workfile=$rev2
- esac
diff --git a/editors/emacs/patches/patch-aj b/editors/emacs/patches/patch-aj
index c235148a4b8..74e8d8aacc3 100644
--- a/editors/emacs/patches/patch-aj
+++ b/editors/emacs/patches/patch-aj
@@ -1,8 +1,8 @@
-$NetBSD: patch-aj,v 1.11 2007/06/11 13:57:19 markd Exp $
+$NetBSD: patch-aj,v 1.12 2008/10/11 09:56:38 uebayasi Exp $
---- lib-src/emacsclient.c.orig 2007-06-10 09:40:19.000000000 +1200
+--- lib-src/emacsclient.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ lib-src/emacsclient.c
-@@ -384,7 +384,6 @@ main (argc, argv)
+@@ -498,7 +498,6 @@ main (argc, argv)
#define SEND_BUFFER_SIZE 4096
extern char *strerror ();
diff --git a/editors/emacs/patches/patch-ak b/editors/emacs/patches/patch-ak
index c72d7b10f39..564e366e959 100644
--- a/editors/emacs/patches/patch-ak
+++ b/editors/emacs/patches/patch-ak
@@ -1,8 +1,8 @@
-$NetBSD: patch-ak,v 1.6 2007/06/11 13:57:19 markd Exp $
+$NetBSD: patch-ak,v 1.7 2008/10/11 09:56:38 uebayasi Exp $
---- lib-src/Makefile.in.orig 2007-02-27 02:21:16.000000000 +1300
+--- lib-src/Makefile.in.orig 2008-10-10 10:35:49.000000000 +0900
+++ lib-src/Makefile.in
-@@ -332,12 +332,14 @@ install: $(DESTDIR)${archlibdir}
+@@ -335,12 +335,14 @@ install: $(DESTDIR)${archlibdir}
@echo
@echo "Installing utilities for users to run."
for file in ${INSTALLABLES} ; do \
diff --git a/editors/emacs/patches/patch-am b/editors/emacs/patches/patch-am
index a4484358027..1af630947ad 100644
--- a/editors/emacs/patches/patch-am
+++ b/editors/emacs/patches/patch-am
@@ -1,8 +1,8 @@
-$NetBSD: patch-am,v 1.6 2007/06/11 13:57:20 markd Exp $
+$NetBSD: patch-am,v 1.7 2008/10/11 09:56:38 uebayasi Exp $
---- src/xterm.c.orig 2007-05-26 00:43:35.000000000 +1200
+--- src/xterm.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/xterm.c
-@@ -307,8 +307,6 @@ extern Lisp_Object Vx_no_window_manager;
+@@ -309,8 +309,6 @@ extern Lisp_Object Vx_no_window_manager;
extern Lisp_Object Qeql;
diff --git a/editors/emacs/patches/patch-an b/editors/emacs/patches/patch-an
index d69a6610e99..f5c51210156 100644
--- a/editors/emacs/patches/patch-an
+++ b/editors/emacs/patches/patch-an
@@ -1,8 +1,8 @@
-$NetBSD: patch-an,v 1.3 2005/12/29 13:56:51 joerg Exp $
+$NetBSD: patch-an,v 1.4 2008/10/11 09:56:38 uebayasi Exp $
---- src/emacs.c.orig 2005-12-29 13:27:49.000000000 +0000
+--- src/emacs.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/emacs.c
-@@ -712,9 +712,6 @@ main (argc, argv, envp)
+@@ -809,9 +809,6 @@ main (argc, argv
char stack_bottom_variable;
int do_initial_setlocale;
int skip_args = 0;
diff --git a/editors/emacs/patches/patch-ao b/editors/emacs/patches/patch-ao
index 94663ae44d9..32602ecd9a6 100644
--- a/editors/emacs/patches/patch-ao
+++ b/editors/emacs/patches/patch-ao
@@ -1,6 +1,6 @@
-$NetBSD: patch-ao,v 1.4 2007/06/11 13:57:20 markd Exp $
+$NetBSD: patch-ao,v 1.5 2008/10/11 09:56:38 uebayasi Exp $
---- src/keyboard.c.orig 2007-04-02 09:54:54.000000000 +1200
+--- src/keyboard.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/keyboard.c
@@ -83,10 +83,6 @@ Boston, MA 02110-1301, USA. */
#include "macterm.h"
diff --git a/editors/emacs/patches/patch-ap b/editors/emacs/patches/patch-ap
index b607a76ddb9..8d492099671 100644
--- a/editors/emacs/patches/patch-ap
+++ b/editors/emacs/patches/patch-ap
@@ -1,8 +1,8 @@
-$NetBSD: patch-ap,v 1.4 2007/06/11 13:57:20 markd Exp $
+$NetBSD: patch-ap,v 1.5 2008/10/11 09:56:38 uebayasi Exp $
---- src/buffer.c.orig 2007-06-01 13:57:42.000000000 +1200
+--- src/buffer.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/buffer.c
-@@ -28,11 +28,6 @@ Boston, MA 02110-1301, USA. */
+@@ -29,11 +29,6 @@ Boston, MA 02110-1301, USA. */
#include <errno.h>
#include <stdio.h>
diff --git a/editors/emacs/patches/patch-aq b/editors/emacs/patches/patch-aq
index 596729bb3b3..ddc6e4b4227 100644
--- a/editors/emacs/patches/patch-aq
+++ b/editors/emacs/patches/patch-aq
@@ -1,8 +1,8 @@
-$NetBSD: patch-aq,v 1.3 2005/12/29 13:56:51 joerg Exp $
+$NetBSD: patch-aq,v 1.4 2008/10/11 09:56:38 uebayasi Exp $
---- src/fileio.c.orig 2005-12-29 13:30:15.000000000 +0000
+--- src/fileio.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/fileio.c
-@@ -64,12 +64,6 @@ Boston, MA 02111-1307, USA. */
+@@ -61,12 +61,6 @@ Boston, MA 02110-1301, USA. */
#include <errno.h>
diff --git a/editors/emacs/patches/patch-ar b/editors/emacs/patches/patch-ar
index 971374bb6ac..80d6630bc42 100644
--- a/editors/emacs/patches/patch-ar
+++ b/editors/emacs/patches/patch-ar
@@ -1,8 +1,8 @@
-$NetBSD: patch-ar,v 1.3 2005/12/29 13:56:51 joerg Exp $
+$NetBSD: patch-ar,v 1.4 2008/10/11 09:56:38 uebayasi Exp $
---- src/floatfns.c.orig 2005-12-29 13:31:17.000000000 +0000
+--- src/floatfns.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/floatfns.c
-@@ -107,9 +107,6 @@ extern double logb ();
+@@ -108,9 +108,6 @@ extern double logb ();
#ifdef FLOAT_CHECK_ERRNO
# include <errno.h>
diff --git a/editors/emacs/patches/patch-as b/editors/emacs/patches/patch-as
index 341ce790139..5e2df1215f3 100644
--- a/editors/emacs/patches/patch-as
+++ b/editors/emacs/patches/patch-as
@@ -1,8 +1,8 @@
-$NetBSD: patch-as,v 1.3 2005/12/29 13:56:51 joerg Exp $
+$NetBSD: patch-as,v 1.4 2008/10/11 09:56:38 uebayasi Exp $
---- src/lread.c.orig 2005-12-29 13:32:39.000000000 +0000
+--- src/lread.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/lread.c
-@@ -72,10 +72,6 @@ Boston, MA 02111-1307, USA. */
+@@ -78,10 +78,6 @@ Boston, MA 02110-1301, USA. */
#define file_tell ftell
#endif
diff --git a/editors/emacs/patches/patch-at b/editors/emacs/patches/patch-at
index c3ace0207eb..2fd2f8f1fae 100644
--- a/editors/emacs/patches/patch-at
+++ b/editors/emacs/patches/patch-at
@@ -1,6 +1,6 @@
-$NetBSD: patch-at,v 1.4 2007/06/11 13:57:20 markd Exp $
+$NetBSD: patch-at,v 1.5 2008/10/11 09:56:38 uebayasi Exp $
---- src/process.c.orig 2007-05-15 02:56:31.000000000 +1200
+--- src/process.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/process.c
@@ -203,9 +203,6 @@ extern Lisp_Object QCfilter;
diff --git a/editors/emacs/patches/patch-au b/editors/emacs/patches/patch-au
index e498ca97b3c..aa4dd8e3de9 100644
--- a/editors/emacs/patches/patch-au
+++ b/editors/emacs/patches/patch-au
@@ -1,8 +1,8 @@
-$NetBSD: patch-au,v 1.3 2005/12/29 13:56:51 joerg Exp $
+$NetBSD: patch-au,v 1.4 2008/10/11 09:56:38 uebayasi Exp $
---- src/callproc.c.orig 2005-12-29 13:34:29.000000000 +0000
+--- src/callproc.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/callproc.c
-@@ -25,10 +25,6 @@ Boston, MA 02111-1307, USA. */
+@@ -26,10 +26,6 @@ Boston, MA 02110-1301, USA. */
#include <errno.h>
#include <stdio.h>
diff --git a/editors/emacs/patches/patch-av b/editors/emacs/patches/patch-av
index ec4920717e1..3db0dcf7135 100644
--- a/editors/emacs/patches/patch-av
+++ b/editors/emacs/patches/patch-av
@@ -1,6 +1,6 @@
-$NetBSD: patch-av,v 1.4 2007/06/11 13:57:20 markd Exp $
+$NetBSD: patch-av,v 1.5 2008/10/11 09:56:38 uebayasi Exp $
---- src/dispnew.c.orig 2007-04-17 04:21:18.000000000 +1200
+--- src/dispnew.c.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/dispnew.c
@@ -6167,9 +6167,6 @@ window_change_signal (signalnum) /* If w
int signalnum; /* some compilers complain in signal calls. */
diff --git a/editors/emacs/patches/patch-aw b/editors/emacs/patches/patch-aw
deleted file mode 100644
index 0550b65ec19..00000000000
--- a/editors/emacs/patches/patch-aw
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-aw,v 1.4 2008/06/02 21:09:48 markd Exp $
-
-fix for CVE-2008-2142 from post 22.2 cvs.
-
---- lisp/obsolete/fast-lock.el.orig 2007-01-21 16:53:09.000000000 +1300
-+++ lisp/obsolete/fast-lock.el
-@@ -286,7 +286,7 @@ for buffers in Rmail mode, and size is i
- (integer :tag "size")))))
- :group 'fast-lock)
-
--(defcustom fast-lock-cache-directories '("." "~/.emacs-flc")
-+(defcustom fast-lock-cache-directories '("~/.emacs-flc")
- ; - `internal', keep each file's Font Lock cache file in the same file.
- ; - `external', keep each file's Font Lock cache file in the same directory.
- "*Directories in which Font Lock cache files are saved and read.
-@@ -304,12 +304,15 @@ For example:
- ((\"^/your/true/home/directory/\" . \".\") \"~/.emacs-flc\")
-
- would cause a file's current directory to be used if the file is under your
--home directory hierarchy, or otherwise the absolute directory `~/.emacs-flc'."
-+home directory hierarchy, or otherwise the absolute directory `~/.emacs-flc'.
-+For security reasons, it is not advisable to use the file's current directory
-+to avoid the possibility of using the cache of another user."
- :type '(repeat (radio (directory :tag "directory")
- (cons :tag "Matching"
- (regexp :tag "regexp")
- (directory :tag "directory"))))
- :group 'fast-lock)
-+(put 'fast-lock-cache-directories 'risky-local-variable t)
-
- (defcustom fast-lock-save-events '(kill-buffer kill-emacs)
- "*Events under which caches will be saved.
diff --git a/editors/emacs/patches/patch-xx b/editors/emacs/patches/patch-xx
index 4e1b8aab5ac..71c93e22e2a 100644
--- a/editors/emacs/patches/patch-xx
+++ b/editors/emacs/patches/patch-xx
@@ -1,10 +1,10 @@
-$NetBSD: patch-xx,v 1.7 2007/06/11 13:57:21 markd Exp $
+$NetBSD: patch-xx,v 1.8 2008/10/11 09:56:38 uebayasi Exp $
Following breaks gtk option as prefers /usr/X11R6 libs to those in /usr/pkg,
and is not needed as these get set in enough other places - at least for
pkgsrc.
---- src/s/netbsd.h.orig 2007-06-11 08:57:06.000000000 +1200
+--- src/s/netbsd.h.orig 2008-10-10 10:35:49.000000000 +0900
+++ src/s/netbsd.h
@@ -102,12 +102,6 @@ Boston, MA 02110-1301, USA. */
#define AMPERSAND_FULL_NAME