summaryrefslogtreecommitdiff
path: root/editors/emacs-snapshot/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'editors/emacs-snapshot/patches/patch-ac')
-rw-r--r--editors/emacs-snapshot/patches/patch-ac36
1 files changed, 34 insertions, 2 deletions
diff --git a/editors/emacs-snapshot/patches/patch-ac b/editors/emacs-snapshot/patches/patch-ac
index 0cb9d6085ae..a861147b8d0 100644
--- a/editors/emacs-snapshot/patches/patch-ac
+++ b/editors/emacs-snapshot/patches/patch-ac
@@ -1,7 +1,16 @@
-$NetBSD: patch-ac,v 1.1.1.1 2009/06/05 02:57:57 minskim Exp $
+$NetBSD: patch-ac,v 1.2 2010/01/18 19:34:20 minskim Exp $
---- Makefile.in 2009-05-04 01:13:20.000000000 +0000
+--- Makefile.in.orig 2009-12-14 19:02:43.000000000 -0800
+++ Makefile.in
+@@ -141,7 +141,7 @@ MAN_PAGES=b2m.1 ctags.1 ebrowse.1 emacs.
+ infodir=@infodir@
+ INFO_FILES=ada-mode auth autotype calc ccmode cl dbus dired-x ebrowse \
+ ede ediff edt eieio efaq eintr elisp emacs emacs-mime epa erc \
+- eshell eudc flymake forms gnus idlwave info mairix-el \
++ eshell eudc flymake forms gnus idlwave mairix-el \
+ message mh-e newsticker nxml-mode org pcl-cvs pgg rcirc \
+ reftex remember sasl sc semantic ses sieve smtpmail speedbar \
+ tramp url vip viper widget woman
@@ -403,7 +403,7 @@ $(srcdir)/src/stamp-h.in: $(AUTOCONF_INP
install: all install-arch-indep install-arch-dep install-leim blessmail
@true
@@ -11,3 +20,26 @@ $NetBSD: patch-ac,v 1.1.1.1 2009/06/05 02:57:57 minskim Exp $
### Install the executables that were compiled specifically for this machine.
### It would be nice to do something for a parallel make
+@@ -574,21 +574,11 @@ install-arch-indep: mkdir info install-e
+ test "$(MAKEINFO)" = "off" && ! test -e $$elt && continue; \
+ for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \
+ ${INSTALL_DATA} $$f $(DESTDIR)${infodir}/$$f; \
+- chmod a+r $(DESTDIR)${infodir}/$$f; \
+ done; \
+ done); \
+ else true; fi
+ -unset CDPATH; \
+- thisdir=`/bin/pwd`; \
+- if [ `(cd ${srcdir}/info && /bin/pwd)` != `(cd $(DESTDIR)${infodir} && /bin/pwd)` ]; \
+- then \
+- for elt in $(INFO_FILES); do \
+- test "$(MAKEINFO)" = "off" && ! test -e $$elt && continue; \
+- (cd $${thisdir}; \
+- ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt); \
+- done; \
+- else true; fi
+- -chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS}
++ chmod -R a+r $(DESTDIR)${datadir}/emacs/${version} ${COPYDESTS}
+ thisdir=`/bin/pwd`; \
+ cd ${mansrcdir}; \
+ for page in ${MAN_PAGES}; do \