summaryrefslogtreecommitdiff
path: root/mail/wl/patches
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2013-06-14 03:44:40 +0000
committermef <mef@pkgsrc.org>2013-06-14 03:44:40 +0000
commita6088c9eae207ce13e992c09bbbdb4d1c8ec5da4 (patch)
tree4864f0af550e5e1c96c50ee75317a79757da3db0 /mail/wl/patches
parent0a14789c85f597f4f51b47e40e6015e6e6f91c79 (diff)
downloadpkgsrc-a6088c9eae207ce13e992c09bbbdb4d1c8ec5da4.tar.gz
Add patch-utils_ptexinfmt.el to build with emacs24.
Problem reported (for exmaple) at following mail: broken packages for 2013q2 http://mail-index.netbsd.org/tech-pkg/2013/06/12/msg011548.html
Diffstat (limited to 'mail/wl/patches')
-rw-r--r--mail/wl/patches/patch-utils_ptexinfmt.el19
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/wl/patches/patch-utils_ptexinfmt.el b/mail/wl/patches/patch-utils_ptexinfmt.el
new file mode 100644
index 00000000000..a8313a0378a
--- /dev/null
+++ b/mail/wl/patches/patch-utils_ptexinfmt.el
@@ -0,0 +1,19 @@
+$NetBSD: patch-utils_ptexinfmt.el,v 1.1 2013/06/14 03:46:30 mef Exp $
+
+Loading `/usr/pkgsrc/mail/wl/work/wl-2.14.0/utils/ptexinfmt.el': old-style backquotes detected!
+Wrong number of arguments: put, 2
+INFODIR is /usr/pkgsrc/mail/wl/work/.destdir/usr/pkg/info
+
+*** [info] Error code 255
+
+--- utils/ptexinfmt.el.orig 2005-02-24 17:16:41.000000000 +0900
++++ utils/ptexinfmt.el 2013-06-14 11:50:27.000000000 +0900
+@@ -509,7 +509,7 @@
+ (goto-char texinfo-command-start))
+
+ ;; @,{c} ==> c, cedilla accent
+-(put ', 'texinfo-format 'texinfo-format-cedilla-accent)
++(put '\, 'texinfo-format 'texinfo-format-cedilla-accent)
+ (ptexinfmt-defun-if-void texinfo-format-cedilla-accent ()
+ (insert (texinfo-parse-arg-discard) ",")
+ (goto-char texinfo-command-start))