svn commit: r483996 - branches/2018Q4/net/x2goclient

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 11:54:31 UTC 2018


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 \


More information about the svn-ports-branches mailing list