svn commit: r472279 - head/editors/emacs-devel/files

Joseph Mingrone jrm at FreeBSD.org
Wed Jun 13 02:23:31 UTC 2018


Author: jrm
Date: Wed Jun 13 02:23:30 2018
New Revision: 472279
URL: https://svnweb.freebsd.org/changeset/ports/472279

Log:
  editors/emacs-devel: Restore configure patch to accept base makeinfo
  
  The configure patch was removed in r472261, because I incorrectly thought
  /usr/bin/makeinfo had been removed from base in 10.4.
  
  Pointy-hat: jrm

Added:
  head/editors/emacs-devel/files/patch-configure.ac   (contents, props changed)

Added: head/editors/emacs-devel/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/emacs-devel/files/patch-configure.ac	Wed Jun 13 02:23:30 2018	(r472279)
@@ -0,0 +1,12 @@
+--- configure.ac.orig	2017-09-03 12:54:18 UTC
++++ configure.ac
+@@ -1251,7 +1251,8 @@ AC_SUBST([PAXCTL_notdumped])
+ ## Require makeinfo >= 4.13 (last of the 4.x series) to build the manuals.
+ if test "${MAKEINFO:=makeinfo}" != "no"; then
+   case `($MAKEINFO --version) 2>/dev/null` in
+-    *' (GNU texinfo) '4.1[[3-9]]* | \
++    *' (GNU texinfo) '4.[[8-9]]* | \  
++    *' (GNU texinfo) '4.1[[0-9]]* | \
+     *' (GNU texinfo) '[[5-9]]* | \
+     *' (GNU texinfo) '[[1-9][0-9]]* ) ;;
+     *) MAKEINFO=no;;


More information about the svn-ports-all mailing list