Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 05:49:16 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r497924 - branches/2019Q2/net/ssvnc
Message-ID:  <201904050549.x355nGcJ027967@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Apr  5 05:49:15 2019
New Revision: 497924
URL: https://svnweb.freebsd.org/changeset/ports/497924

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

Modified:
  branches/2019Q2/net/ssvnc/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net/ssvnc/Makefile
==============================================================================
--- branches/2019Q2/net/ssvnc/Makefile	Fri Apr  5 05:48:57 2019	(r497923)
+++ branches/2019Q2/net/ssvnc/Makefile	Fri Apr  5 05:49:15 2019	(r497924)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904050549.x355nGcJ027967>