svn commit: r357767 - head/net/cyphesis

Oliver Lehmann oliver at FreeBSD.org
Sat Jun 14 11:11:12 UTC 2014


Author: oliver
Date: Sat Jun 14 11:11:11 2014
New Revision: 357767
URL: http://svnweb.freebsd.org/changeset/ports/357767
QAT: https://qat.redports.org/buildarchive/r357767/

Log:
  mark as BROKEN (Does not compile with clang)

Modified:
  head/net/cyphesis/Makefile

Modified: head/net/cyphesis/Makefile
==============================================================================
--- head/net/cyphesis/Makefile	Sat Jun 14 10:48:12 2014	(r357766)
+++ head/net/cyphesis/Makefile	Sat Jun 14 11:11:11 2014	(r357767)
@@ -10,6 +10,8 @@ MASTER_SITES=	SF/worldforge/${PORTNAME}%
 MAINTAINER=	oliver at FreeBSD.org
 COMMENT=	Server for WorldForge games
 
+LICENSE=	GPLv2
+
 LIB_DEPENDS=	libAtlas-0.6.so:${PORTSDIR}/devel/atlas-devel \
 		libvarconf-1.0.so:${PORTSDIR}/devel/varconf \
 		libwfmath-1.0.so:${PORTSDIR}/math/wfmath \
@@ -20,6 +22,8 @@ LIB_DEPENDS=	libAtlas-0.6.so:${PORTSDIR}
 
 CONFIGURE_ARGS=	--with-python=${LOCALBASE}
 
+BROKEN=		Does not compile with clang
+
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
 USES=		gmake pathfix pkgconfig compiler:c++11-lib
@@ -61,8 +65,8 @@ post-install:
 .for file in README COPYING AUTHORS THANKS NEWS ChangeLog TODO FIXME
 	@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
-.for file in acorn.xml basic.xml cyphesis.vconf mason.xml werewolf.xml
-	@${INSTALL_DATA} ${WRKSRC}/data/${file} ${STAGEDIR}${DOCSDIR}/conf
+.for xmlfile in acorn.xml basic.xml cyphesis.vconf mason.xml werewolf.xml
+	@${INSTALL_DATA} ${WRKSRC}/data/${xmlfile} ${STAGEDIR}${DOCSDIR}/conf
 .endfor
 .endif
 


More information about the svn-ports-head mailing list