Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 May 2015 16:09:51 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r386942 - head/net/x2goclient
Message-ID:  <201505211609.t4LG9pB2080785@svn.freebsd.org>

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



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