Date: Sun, 15 Jun 2014 14:08:52 +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: r357886 - in head/net/cyphesis: . files Message-ID: <201406151408.s5FE8qCV062079@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> +.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 <algorithm> + #include <wfmath/axisbox.h> + #include <wfmath/point.h> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406151408.s5FE8qCV062079>