svn commit: r498255 - branches/2019Q2/security/isakmpd

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


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

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

Modified:
  branches/2019Q2/security/isakmpd/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/security/isakmpd/Makefile
==============================================================================
--- branches/2019Q2/security/isakmpd/Makefile	Sun Apr  7 06:17:12 2019	(r498254)
+++ branches/2019Q2/security/isakmpd/Makefile	Sun Apr  7 06:17:42 2019	(r498255)
@@ -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-all mailing list