From 3cb246682f28b75689c85870b686a29b45b6b32f Mon Sep 17 00:00:00 2001 From: Boris Samorodov Date: Sun, 20 Dec 2009 20:19:24 +0000 Subject: Changes to editors/emacs and Mk/bsd.emacs.mk were taken from PR/137956 by Ashish SHUKLA (thanks!). [1] Those ports which define EMACS_PORT_NAME to be "emacs21" were not touched (this time). They may be converted to the new world order by removing the above mentioned assignment. Four ports were marked as BROKEN with EMACS_PORT_NAME=emacs23 (they do not compile): . lang/bigloo; . mail/wanderlust; . mail/wanderlust-devel; . www/emacs-w3m. Three ports were marked as IGNORE with EMACS_PORT_NAME=emacs23: . japanese/egg-canna (the port version is dated as of 2001, does not compile with Emacs 23 and seems it cannot be fixed); . deskutils/remember.el (was incorporated into Emacs 23); . editors/nxml (was incorporated into Emacs 23). Changes that were made after (and as a result of) exp run. For those ports: . japanese/migemo-emacs21; . japanese/migemo-emacs22 EMACS_PORT_NAME?= was changed to EMACS_PORT_NAME= to the apropriate emacs port name. PR: ports/137956 [1], ports/141369 [2] Submitted by: Ashish SHUKLA [1], bsam (me) [2] Exp-run by: miwi --- editors/emacs/files/patch-doc-misc-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 editors/emacs/files/patch-doc-misc-Makefile.in (limited to 'editors/emacs/files/patch-doc-misc-Makefile.in') diff --git a/editors/emacs/files/patch-doc-misc-Makefile.in b/editors/emacs/files/patch-doc-misc-Makefile.in new file mode 100644 index 000000000000..8626784b0f4e --- /dev/null +++ b/editors/emacs/files/patch-doc-misc-Makefile.in @@ -0,0 +1,11 @@ +--- doc/misc/Makefile.in.orig Tue Jun 23 07:39:39 2009 +0300 ++++ doc/misc/Makefile.in Tue Jun 23 07:39:41 2009 +0300 +@@ -34,7 +34,7 @@ + + # The makeinfo program is part of the Texinfo distribution. + # Use --force so that it generates output even if there are errors. +-MAKEINFO = makeinfo --force ++MAKEINFO = makeinfo --force --no-split + + # Also add new entries to INFO_FILES in the top-level Makefile.in. + INFO_TARGETS = \ -- cgit v1.2.3