diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-23 18:54:01 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-01-23 18:54:01 +0000 |
commit | 86c6fc4c0de209ab3c7f9eb61e3dddf9f03a5929 (patch) | |
tree | 3c9652b1bff3b592d560e6ff9b93b49f9325dbf8 /devel/autotools | |
parent | 4eb0c493e8014c4409ed406cb8dfa0e8301505d9 (diff) |
- 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)
Notes
Notes:
svn path=/head/; revision=377757
Diffstat (limited to 'devel/autotools')
-rw-r--r-- | devel/autotools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/autotools/Makefile b/devel/autotools/Makefile index 1d62f20e813d..17753f2fe4e6 100644 --- a/devel/autotools/Makefile +++ b/devel/autotools/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= libtoolize:${PORTSDIR}/devel/libtool \ autoconf-2.13:${PORTSDIR}/devel/autoconf213 \ autoconf-2.69:${PORTSDIR}/devel/autoconf \ automake-1.4:${PORTSDIR}/devel/automake14 \ - automake-1.14:${PORTSDIR}/devel/automake + automake-1.15:${PORTSDIR}/devel/automake PLIST_FILES= share/${PORTNAME} NO_BUILD= yes |