aboutsummaryrefslogtreecommitdiff
path: root/security/isakmpd
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-07 06:17:12 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-07 06:17:12 +0000
commit704ee0fab1ee3eeda5e4be61ae30e77a59a36645 (patch)
tree0cbf557b0d923f74ca977aa89067c7030b9bf0f9 /security/isakmpd
parentb07433e5f124b4ba0049be710bc3846b207a4030 (diff)
downloadports-704ee0fab1ee3eeda5e4be61ae30e77a59a36645.tar.gz
ports-704ee0fab1ee3eeda5e4be61ae30e77a59a36645.zip
Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
Notes
Notes: svn path=/head/; revision=498254
Diffstat (limited to 'security/isakmpd')
-rw-r--r--security/isakmpd/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/isakmpd/Makefile b/security/isakmpd/Makefile
index bba4868b2626..ee53ee208cac 100644
--- a/security/isakmpd/Makefile
+++ b/security/isakmpd/Makefile
@@ -27,6 +27,11 @@ MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
+BROKEN_FreeBSD_13= variable has incomplete type 'X509_STORE_CTX' (aka 'struct x509_store_ctx_st')
+.endif
+
OPENSSLINC?= /usr/include
OPENSSLLIB?= /usr/lib
MAKE_ENV+= OPENSSLINC="${OPENSSLINC}" OPENSSLLIB="${OPENSSLLIB}"