diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-27 12:14:37 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-27 12:14:37 +0000 |
commit | 9d86e32f2df407a2dee5dd6ac91f9b9a5645b9c1 (patch) | |
tree | 8d23c50179e379168dc29b05aa2ec3d88dfb97af /security | |
parent | 4e806f9235ae162328a233e8365a6df4975f878e (diff) | |
download | freebsd-ports-9d86e32f2df407a2dee5dd6ac91f9b9a5645b9c1.zip |
Mark those as not building with openssl-devel.
Sponsored by: Absolight
Diffstat (limited to 'security')
-rw-r--r-- | security/apache-xml-security-c/Makefile | 3 | ||||
-rw-r--r-- | security/openssh-portable/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/security/apache-xml-security-c/Makefile b/security/apache-xml-security-c/Makefile index a9635e7969df..900b14c9d2ee 100644 --- a/security/apache-xml-security-c/Makefile +++ b/security/apache-xml-security-c/Makefile @@ -20,4 +20,7 @@ USES= gmake libtool tar:bzip2 ssl USE_LDCONFIG= yes CONFIGURE_ARGS+=--with-openssl=${OPENSSLBASE} +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= field has incomplete type HMAC_CTX (aka hmac_ctx_st) + .include <bsd.port.mk> diff --git a/security/openssh-portable/Makefile b/security/openssh-portable/Makefile index 5fd07db8c05b..e7439332bff8 100644 --- a/security/openssh-portable/Makefile +++ b/security/openssh-portable/Makefile @@ -24,6 +24,9 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --with-md5-passwords \ --without-zlib-version-check --with-ssl-engine ETCOLD= ${PREFIX}/etc +BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= incomplete definition of type struct rsa_st + OPTIONS_DEFINE= PAM TCP_WRAPPERS LIBEDIT BSM \ HPN X509 KERB_GSSAPI \ OVERWRITE_BASE SCTP LDNS NONECIPHER |