diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-02-17 01:52:50 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-02-17 01:52:50 +0800 |
commit | 7f845647f9978868063bf3c37065f564650941c6 (patch) | |
tree | 94ac9d5e64301b767c5660fd3292d23bb4b31957 /comms | |
parent | d3fa7b0ced9932cf6a3db287695019800a809318 (diff) | |
download | freebsd-ports-graphics-7f845647f9978868063bf3c37065f564650941c6.tar.gz freebsd-ports-graphics-7f845647f9978868063bf3c37065f564650941c6.tar.zst freebsd-ports-graphics-7f845647f9978868063bf3c37065f564650941c6.zip |
BROKEN_SSL: Add REASON for breakage
Reported by: matwq
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kermit/Makefile | 1 | ||||
-rw-r--r-- | comms/trustedqsl/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index f6b9901b28b..accab30f1e9 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -13,6 +13,7 @@ COMMENT= Portable scriptable network and serial communication program LICENSE= BSD3CLAUSE BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct x509_store_ctx_st' USES= ssl NO_WRKSUBDIR= yes diff --git a/comms/trustedqsl/Makefile b/comms/trustedqsl/Makefile index b71334e247a..972b9fc1704 100644 --- a/comms/trustedqsl/Makefile +++ b/comms/trustedqsl/Makefile @@ -17,6 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt LICENSE_PERMS= dist-mirror pkg-mirror auto-accept BROKEN_SSL= openssl-devel +BROKEN_SSL_REASON_openssl-devel= member access into incomplete type 'EVP_PKEY' (aka 'evp_pkey_st') LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 |