Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 11:53:58 +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: r483995 - head/net/x2goclient
Message-ID:  <201811041153.wA4Brw5i064815@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sun Nov  4 11:53:57 2018
New Revision: 483995
URL: https://svnweb.freebsd.org/changeset/ports/483995

Log:
  Mark BROKEN: fails to build
  
  src/sshprocess.cpp:146:71: error: invalid operands to binary expression ('__bind<unsigned int &, sockaddr *, unsigned long>' and 'int')
      if (bind(serverSocket,(struct sockaddr*) &address,sizeof(address))!=0)
          ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^ ~
  
  Reported by:	pkg-fallout

Modified:
  head/net/x2goclient/Makefile

Modified: head/net/x2goclient/Makefile
==============================================================================
--- head/net/x2goclient/Makefile	Sun Nov  4 11:50:55 2018	(r483994)
+++ head/net/x2goclient/Makefile	Sun Nov  4 11:53:57 2018	(r483995)
@@ -12,6 +12,8 @@ COMMENT=	Qt client for the X2Go system
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN=		fails to build
+
 # Avoid clash with libssh from base
 BUILD_DEPENDS=	${LOCALBASE}/lib/libssh.so:security/libssh
 LIB_DEPENDS=	libcups.so:print/cups \



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