svn commit: r498252 - head/security/ike

Antoine Brodin antoine at FreeBSD.org
Sun Apr 7 06:14:40 UTC 2019


Author: antoine
Date: Sun Apr  7 06:14:39 2019
New Revision: 498252
URL: https://svnweb.freebsd.org/changeset/ports/498252

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

Modified:
  head/security/ike/Makefile

Modified: head/security/ike/Makefile
==============================================================================
--- head/security/ike/Makefile	Sun Apr  7 06:12:49 2019	(r498251)
+++ head/security/ike/Makefile	Sun Apr  7 06:14:39 2019	(r498252)
@@ -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