svn commit: r386942 - head/net/x2goclient

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 21 16:09:51 UTC 2015


Author: amdmi3
Date: Thu May 21 16:09:50 2015
New Revision: 386942
URL: https://svnweb.freebsd.org/changeset/ports/386942

Log:
  - Mark BROKEN: build fails after libssh update:
  
      undefined reference to `ssh_forward_listen'
  
  Related upstream bug: http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=870

Modified:
  head/net/x2goclient/Makefile

Modified: head/net/x2goclient/Makefile
==============================================================================
--- head/net/x2goclient/Makefile	Thu May 21 16:08:08 2015	(r386941)
+++ head/net/x2goclient/Makefile	Thu May 21 16:09:50 2015	(r386942)
@@ -11,6 +11,9 @@ COMMENT=	Qt client for the X2Go system
 
 LICENSE=	GPLv2
 
+# http://bugs.x2go.org/cgi-bin/bugreport.cgi?bug=870
+BROKEN=		does not build with new libssh: undefined reference to `ssh_forward_listen'
+
 # Avoid clash with libssh from base
 BUILD_DEPENDS=	${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh
 LIB_DEPENDS=	libcups.so:${PORTSDIR}/print/cups-client \


More information about the svn-ports-all mailing list