aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorbrnrd <brnrd@FreeBSD.org>2018-02-17 01:52:50 +0800
committerbrnrd <brnrd@FreeBSD.org>2018-02-17 01:52:50 +0800
commit7f845647f9978868063bf3c37065f564650941c6 (patch)
tree94ac9d5e64301b767c5660fd3292d23bb4b31957 /comms
parentd3fa7b0ced9932cf6a3db287695019800a809318 (diff)
downloadfreebsd-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/Makefile1
-rw-r--r--comms/trustedqsl/Makefile1
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