svn commit: r483995 - head/net/x2goclient

Antoine Brodin antoine at FreeBSD.org
Sun Nov 4 11:53:59 UTC 2018


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 \


More information about the svn-ports-all mailing list