svn commit: r498253 - branches/2019Q2/security/ike

Antoine Brodin antoine at FreeBSD.org
Sun Apr 7 06:15:01 UTC 2019


Author: antoine
Date: Sun Apr  7 06:15:00 2019
New Revision: 498253
URL: https://svnweb.freebsd.org/changeset/ports/498253

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

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

Modified: branches/2019Q2/security/ike/Makefile
==============================================================================
--- branches/2019Q2/security/ike/Makefile	Sun Apr  7 06:14:39 2019	(r498252)
+++ branches/2019Q2/security/ike/Makefile	Sun Apr  7 06:15:00 2019	(r498253)
@@ -36,6 +36,13 @@ LDAP_USE=	OPENLDAP=yes
 LDAP_CMAKE_ON=	-DLDAP=YES
 NATT_CMAKE_ON=	-DNATT=YES
 
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12=	variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
+BROKEN_FreeBSD_13=	variable has incomplete type 'EVP_CIPHER_CTX' (aka 'evp_cipher_ctx_st')
+.endif
+
 post-install:
 	@if ! ${SYSCTL} -a | ${GREP} -q ipsec; then \
 	${ECHO_MSG} "===> -------------------------------------------------------------------------"; \
@@ -51,4 +58,4 @@ post-install-NATT-on:
 	@${ECHO_MSG} "===>   options IPSEC_NAT_T"
 	@${ECHO_MSG} "===> -------------------------------------------------------------------------"
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>


More information about the svn-ports-all mailing list