svn commit: r463587 - head/net/coda6_server

Antoine Brodin antoine at FreeBSD.org
Sun Mar 4 16:58:31 UTC 2018


Author: antoine
Date: Sun Mar  4 16:58:30 2018
New Revision: 463587
URL: https://svnweb.freebsd.org/changeset/ports/463587

Log:
  Mark BROKEN: fails to build
  
  In file included from cml.multi.c:3:
  ./cml.h:1:2: error: unterminated conditional directive
  #ifndef _CML_
   ^
  
  Reported by:	pkg-fallout

Modified:
  head/net/coda6_server/Makefile

Modified: head/net/coda6_server/Makefile
==============================================================================
--- head/net/coda6_server/Makefile	Sun Mar  4 16:53:36 2018	(r463586)
+++ head/net/coda6_server/Makefile	Sun Mar  4 16:58:30 2018	(r463587)
@@ -14,6 +14,8 @@ PKGNAMESUFFIX=	-${CODA_SUITE}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Server programs for a replicated high-performance network file system
 
+BROKEN=		fails to build
+
 LIB_DEPENDS=	liblwp.so:devel/lwp \
 		librpc2.so:devel/rpc2 \
 		librvmlwp.so:devel/rvm


More information about the svn-ports-all mailing list