Mark BROKEN on FreeBSD 12 and 13
Reported by: pkg-fallout MFH: 2019Q2
This commit is contained in:
parent
1cb2bf1b8e
commit
b07433e5f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=498252
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user