diff options
author | jrm <jrm@FreeBSD.org> | 2017-01-24 23:27:06 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-01-24 23:27:06 +0800 |
commit | 80f344d6ea968b9fd35ab526117c5cca068d5d91 (patch) | |
tree | 4e988074e67c3c566252249eb5f9ad69a1e684d8 /editors/emacs-devel/files | |
parent | db0d821df946431e794984a5d0dbb62c53fbf802 (diff) | |
download | freebsd-ports-gnome-80f344d6ea968b9fd35ab526117c5cca068d5d91.tar.gz freebsd-ports-gnome-80f344d6ea968b9fd35ab526117c5cca068d5d91.tar.zst freebsd-ports-gnome-80f344d6ea968b9fd35ab526117c5cca068d5d91.zip |
editors/emacs-devel: Update to latest commit on master branch.
- Switch to using the supplied autoconf.sh, because it is required on 10.3 to
create nt/gnulib.mk.
- Patch to accept makeinfo versions as far back as 4.8, which is the version in
10.3 base.
Approved by: ashish (maintainer) swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9287
Diffstat (limited to 'editors/emacs-devel/files')
-rw-r--r-- | editors/emacs-devel/files/patch-configure.ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/emacs-devel/files/patch-configure.ac b/editors/emacs-devel/files/patch-configure.ac new file mode 100644 index 000000000000..82865a1c0fd2 --- /dev/null +++ b/editors/emacs-devel/files/patch-configure.ac @@ -0,0 +1,12 @@ +--- configure.ac.orig 2017-01-22 02:35:42 UTC ++++ configure.ac +@@ -1225,7 +1225,8 @@ if test "$MAKEINFO" != "no"; then + MAKEINFO=makeinfo + fi + 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;; |