Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Dec 2020 09:11:53 +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: r559222 - head/devel/libhyve-remote
Message-ID:  <202012250911.0BP9BrrM078134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Dec 25 09:11:53 2020
New Revision: 559222
URL: https://svnweb.freebsd.org/changeset/ports/559222

Log:
  Mark BROKEN
  
  vncserver.c:234:51: error: implicit declaration of function 'inet_addr' is invalid in C99 [-Werror,-Wimplicit-function-declaration]
  
  Reported by:	pkg-fallout

Modified:
  head/devel/libhyve-remote/Makefile

Modified: head/devel/libhyve-remote/Makefile
==============================================================================
--- head/devel/libhyve-remote/Makefile	Fri Dec 25 09:09:42 2020	(r559221)
+++ head/devel/libhyve-remote/Makefile	Fri Dec 25 09:11:53 2020	(r559222)
@@ -10,6 +10,8 @@ COMMENT=	Library to abstract vnc, rdp and spice protoc
 LICENSE=	BSD2CLAUSE GPLv2
 LICENSE_COMB=	dual
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	libvncserver.so:net/libvncserver
 
 OPTIONS_DEFINE=	BHYVE



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