From owner-svn-ports-head@FreeBSD.ORG Sat Jun 14 11:11:12 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 693AE17B; Sat, 14 Jun 2014 11:11:12 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 56289263B; Sat, 14 Jun 2014 11:11:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5EBBCpK016095; Sat, 14 Jun 2014 11:11:12 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5EBBCgV016094; Sat, 14 Jun 2014 11:11:12 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201406141111.s5EBBCgV016094@svn.freebsd.org> From: Oliver Lehmann Date: Sat, 14 Jun 2014 11:11:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357767 - head/net/cyphesis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jun 2014 11:11:12 -0000 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