diff options
author | tijl <tijl@FreeBSD.org> | 2015-01-24 02:54:01 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-01-24 02:54:01 +0800 |
commit | b9bb9ed1d2712daf597be4109db93177904dfc3d (patch) | |
tree | 3c9652b1bff3b592d560e6ff9b93b49f9325dbf8 /Mk/bsd.autotools.mk | |
parent | 02d2201c78b0442a3cfec5aa051e2bcfd3ce214c (diff) | |
download | freebsd-ports-gnome-b9bb9ed1d2712daf597be4109db93177904dfc3d.tar.gz freebsd-ports-gnome-b9bb9ed1d2712daf597be4109db93177904dfc3d.tar.zst freebsd-ports-gnome-b9bb9ed1d2712daf597be4109db93177904dfc3d.zip |
- Update devel/automake to 1.15
- Update devel/gettext to 0.19.4
- Update devel/libtool and devel/libltdl to 2.4.5
- This version of libtool has been fixed to pass -fstack-protector to the
compiler during linking. Add the same fix to USES=libtool. This should
improve SSP support on FreeBSD/i386 8 and 9.
- databases/libmemcached, security/sssd: patch configure.ac so
AC_CONFIG_AUX_DIR appears earlier.
For databases/libmemcached changing configure.ac causes manpages to be
regenerated which requires extra dependencies so patch a makefile to
prevent that.
- devel/xfce4-dev-tools: only depend on recent versions of autoconf and
automake
PR: 196938
Exp-run by: antoine
Approved by: portmgr (antoine)
Diffstat (limited to 'Mk/bsd.autotools.mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index f304d8a0b8eb..b6e68d8ebad0 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -104,8 +104,8 @@ GNU_CONFIGURE= yes .endif .if defined(_AUTOTOOL_automake) -AUTOMAKE_VERSION= 1.14 -AUTOMAKE_APIVER= 1.14 +AUTOMAKE_VERSION= 1.15 +AUTOMAKE_APIVER= 1.15 AUTOMAKE_PORT= devel/automake . if ${_AUTOTOOL_automake} == "yes" |