aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:49:15 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-05 05:49:15 +0000
commit873fc27e2bba0a29b0c58de032d4052afcf74913 (patch)
tree0e46b7728258718e1be5735c9a00cbdb487d9121 /net
parentd678e0acb6894633a42e289333b38cc68da37af4 (diff)
downloadports-873fc27e2bba0a29b0c58de032d4052afcf74913.tar.gz
ports-873fc27e2bba0a29b0c58de032d4052afcf74913.zip
MFH: r497923
Mark BROKEN on FreeBSD 12 and 13 Reported by: pkg-fallout
Notes
Notes: svn path=/branches/2019Q2/; revision=497924
Diffstat (limited to 'net')
-rw-r--r--net/ssvnc/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/net/ssvnc/Makefile b/net/ssvnc/Makefile
index 003d50db5bfc..bfd4680bf470 100644
--- a/net/ssvnc/Makefile
+++ b/net/ssvnc/Makefile
@@ -34,6 +34,13 @@ ULTRAFTP_DESC= UltraVNC File Transfer support (Java required)
ULTRAFTP_USE= JAVA=yes
ULTRAFTP_MAKE_ARGS_OFF= JSRC=""
+.include <bsd.port.pre.mk>
+
+.if ${SSL_DEFAULT} == base
+BROKEN_FreeBSD_12= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
+BROKEN_FreeBSD_13= variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct evp_cipher_ctx_st')
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|netstat -ant|netstat -an|' \
${WRKSRC}/scripts/util/ss_vncviewer
@@ -44,4 +51,4 @@ do-configure:
(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
${MAKE_CMD} ${MAKE_ARGS} config)
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>