Date: Wed, 13 Jun 2018 02:23:30 +0000 (UTC) From: Joseph Mingrone <jrm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472279 - head/editors/emacs-devel/files Message-ID: <201806130223.w5D2NU4G094344@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806130223.w5D2NU4G094344>