From owner-svn-ports-all@FreeBSD.ORG Thu May 21 16:09:51 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A776E5C; Thu, 21 May 2015 16:09:51 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38DB411CC; Thu, 21 May 2015 16:09:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4LG9pD2080786; Thu, 21 May 2015 16:09:51 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4LG9pB2080785; Thu, 21 May 2015 16:09:51 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505211609.t4LG9pB2080785@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Thu, 21 May 2015 16:09:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386942 - head/net/x2goclient X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 May 2015 16:09:51 -0000 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 \