svn commit: r497923 - head/net/ssvnc

Antoine Brodin antoine at FreeBSD.org
Fri Apr 5 05:48:58 UTC 2019


Author: antoine
Date: Fri Apr  5 05:48:57 2019
New Revision: 497923
URL: https://svnweb.freebsd.org/changeset/ports/497923

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/net/ssvnc/Makefile

Modified: head/net/ssvnc/Makefile
==============================================================================
--- head/net/ssvnc/Makefile	Fri Apr  5 05:39:47 2019	(r497922)
+++ head/net/ssvnc/Makefile	Fri Apr  5 05:48:57 2019	(r497923)
@@ -34,6 +34,13 @@ ULTRAFTP_DESC=		UltraVNC File Transfer support (Java r
 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>


More information about the svn-ports-head mailing list