Date: Sat, 14 Jun 2014 11:11:12 +0000 (UTC) From: Oliver Lehmann <oliver@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357767 - head/net/cyphesis Message-ID: <201406141111.s5EBBCgV016094@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406141111.s5EBBCgV016094>