Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Nov 2018 11:54:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r483996 - branches/2018Q4/net/x2goclient
Message-ID:  <201811041154.wA4BsUC3064955@repo.freebsd.org>

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

Log:
  MFH: r483995
  
  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:
  branches/2018Q4/net/x2goclient/Makefile
Directory Properties:
  branches/2018Q4/   (props changed)

Modified: branches/2018Q4/net/x2goclient/Makefile
==============================================================================
--- branches/2018Q4/net/x2goclient/Makefile	Sun Nov  4 11:53:57 2018	(r483995)
+++ branches/2018Q4/net/x2goclient/Makefile	Sun Nov  4 11:54:30 2018	(r483996)
@@ -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?201811041154.wA4BsUC3064955>