Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2019 05:48:57 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497923 - head/net/ssvnc
Message-ID:  <201904050548.x355mvho027821@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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