aboutsummaryrefslogtreecommitdiff
path: root/security/botan110
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-09-25 00:08:16 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-09-25 00:08:16 +0000
commit98eb11b2f0e873c1d18153e250f15cb2c32e1521 (patch)
treebb7ad747880e8b73ba67e7537e487c63a9b9aed7 /security/botan110
parent374bede045bbf2b2db40c478d2e9ca6181ede75a (diff)
downloadports-98eb11b2f0e873c1d18153e250f15cb2c32e1521.tar.gz
ports-98eb11b2f0e873c1d18153e250f15cb2c32e1521.zip
devel/boost-*: update to 1.65.1
Changes: http://www.boost.org/users/history/version_1_65_1.html PR: 218835 Approved by: maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month) Tested by: jhibbits (on powerpc64, earlier version) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D11582
Notes
Notes: svn path=/head/; revision=450560
Diffstat (limited to 'security/botan110')
-rw-r--r--security/botan110/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/botan110/Makefile b/security/botan110/Makefile
index 5ca6af6c899d..ae5b8f0017da 100644
--- a/security/botan110/Makefile
+++ b/security/botan110/Makefile
@@ -3,7 +3,7 @@
PORTNAME= botan
PORTVERSION= 1.10.13
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= http://botan.randombit.net/releases/
PKGNAMESUFFIX= 110
@@ -47,6 +47,7 @@ MAKE_ARGS+= LDFLAGS="-L${LOCALBASE}/lib"
.endif
.if ${PORT_OPTIONS:MECC}
+BROKEN= fails to build with boost 1.65, see bug 220760
BUILD_DEPENDS+= ${LOCALBASE}/include/boost/tr1/memory.hpp:devel/boost-libs
CONFIGURE_ARGS+=--with-tr1-implementation=boost
CXXFLAGS+= -I${LOCALBASE}/include