svn commit: r559222 - head/devel/libhyve-remote

Antoine Brodin antoine at FreeBSD.org
Fri Dec 25 09:11:53 UTC 2020


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


More information about the svn-ports-head mailing list