svn commit: r498254 - head/security/isakmpd

Antoine Brodin antoine at FreeBSD.org
Sun Apr 7 06:17:13 UTC 2019


Author: antoine
Date: Sun Apr  7 06:17:12 2019
New Revision: 498254
URL: https://svnweb.freebsd.org/changeset/ports/498254

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/security/isakmpd/Makefile

Modified: head/security/isakmpd/Makefile
==============================================================================
--- head/security/isakmpd/Makefile	Sun Apr  7 06:15:00 2019	(r498253)
+++ head/security/isakmpd/Makefile	Sun Apr  7 06:17:12 2019	(r498254)
@@ -27,6 +27,11 @@ MAKE_ENV+=	BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/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}"


More information about the svn-ports-head mailing list