From bb2e6e9dcdd9f0265897a9c29df8f8f8293eeb5c Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Tue, 8 Sep 2009 11:36:21 +0000 Subject: . backout previous commit (revert editors/emacs to version 22.3) since the commit broke dependencies and the ports infrastructure was not fully prepared (a new emacs/editors22 port is needed for compatibility reasons); . bump PORTEPOCH. Reported by: Jan Henrik Sylvester , kostik Pointy hat to: bsam (me) --- editors/emacs23/files/patch-Makefile.in | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'editors/emacs23/files/patch-Makefile.in') diff --git a/editors/emacs23/files/patch-Makefile.in b/editors/emacs23/files/patch-Makefile.in index fd303bd3a231..e9bba5c55c8a 100644 --- a/editors/emacs23/files/patch-Makefile.in +++ b/editors/emacs23/files/patch-Makefile.in @@ -1,8 +1,8 @@ ---- Makefile.in.orig Tue Jun 23 07:41:36 2009 +0300 -+++ Makefile.in Tue Jun 23 07:39:33 2009 +0300 -@@ -461,14 +461,6 @@ - - install-arch-indep: mkdir info install-etc +--- Makefile.in.orig 2008-09-07 05:23:59.000000000 +0300 ++++ Makefile.in 2008-09-07 05:23:59.000000000 +0300 +@@ -419,14 +419,6 @@ + ## That flag is also used in leim/Makefile.in + install-arch-indep: mkdir info -set ${COPYDESTS} ; \ - unset CDPATH; \ - for dir in ${COPYDIR} ; do \ @@ -15,10 +15,10 @@ mkdir ${COPYDESTS} ; \ chmod ugo+rx ${COPYDESTS} ; \ unset CDPATH; \ -@@ -570,9 +562,9 @@ +@@ -513,9 +505,9 @@ + fi; \ cd ${srcdir}/info ; \ for elt in $(INFO_FILES); do \ - 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; \ @@ -28,9 +28,9 @@ done; \ done); \ else true; fi -@@ -583,7 +575,7 @@ +@@ -525,7 +517,7 @@ + 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); \ + ${INSTALL_INFO} --info-dir=$(DESTDIR)${infodir} $(DESTDIR)${infodir}/$$elt.info); \ -- cgit v1.2.3