From owner-svn-ports-all@FreeBSD.ORG Sun Jun 15 14:08:53 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23F014C8; Sun, 15 Jun 2014 14:08:53 +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 111362DAD; Sun, 15 Jun 2014 14:08:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FE8qf3062082; Sun, 15 Jun 2014 14:08:52 GMT (envelope-from oliver@svn.freebsd.org) Received: (from oliver@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5FE8qCV062079; Sun, 15 Jun 2014 14:08:52 GMT (envelope-from oliver@svn.freebsd.org) Message-Id: <201406151408.s5FE8qCV062079@svn.freebsd.org> From: Oliver Lehmann Date: Sun, 15 Jun 2014 14:08:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357886 - in head/net/cyphesis: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 14:08:53 -0000 Author: oliver Date: Sun Jun 15 14:08:52 2014 New Revision: 357886 URL: http://svnweb.freebsd.org/changeset/ports/357886 QAT: https://qat.redports.org/buildarchive/r357886/ Log: mark as BROKEN on FreeBSD 10 only Added: head/net/cyphesis/files/patch-physics-BBox.cpp (contents, props changed) Modified: head/net/cyphesis/Makefile Modified: head/net/cyphesis/Makefile ============================================================================== --- head/net/cyphesis/Makefile Sun Jun 15 14:04:12 2014 (r357885) +++ head/net/cyphesis/Makefile Sun Jun 15 14:08:52 2014 (r357886) @@ -22,8 +22,6 @@ 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 @@ -40,6 +38,10 @@ OPTIONS_DEFINE= DOCS .include +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000 +BROKEN= Does not compile with clang +.endif + post-patch: @${REINPLACE_CMD} -e 's| install-dist_docDATA | |g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's| install-confbackupDATA | |g' \ Added: head/net/cyphesis/files/patch-physics-BBox.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/cyphesis/files/patch-physics-BBox.cpp Sun Jun 15 14:08:52 2014 (r357886) @@ -0,0 +1,11 @@ +--- physics/BBox.cpp.orig 2014-06-15 17:53:14.000000000 +0200 ++++ physics/BBox.cpp 2014-06-15 17:51:40.000000000 +0200 +@@ -19,7 +19,7 @@ + #include "BBox.h" + + #include "common/const.h" +- ++#include + #include + #include +