Date: Thu, 25 Jun 2015 11:12:57 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390557 - head/devel/cherivis-devel Message-ID: <201506251112.t5PBCvue012360@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 25 11:12:56 2015 New Revision: 390557 URL: https://svnweb.freebsd.org/changeset/ports/390557 Log: - Mark BROKEN on FreeBSD 9.x: /usr/local/llvm34/include/llvm/ADT/SmallVector.h:188:15: error: no member named 'move' in namespace 'std'; did you mean simply 'move'? - While here, remove blank line at the end of pkg-descr to pet portlint Approved by: portmgr blanket Submitted by: pkg-fallout Modified: head/devel/cherivis-devel/Makefile head/devel/cherivis-devel/pkg-descr Modified: head/devel/cherivis-devel/Makefile ============================================================================== --- head/devel/cherivis-devel/Makefile Thu Jun 25 11:12:43 2015 (r390556) +++ head/devel/cherivis-devel/Makefile Thu Jun 25 11:12:56 2015 (r390557) @@ -10,6 +10,8 @@ COMMENT= Visualisation tool for CHERI / LICENSE= MIT +BROKEN_FreeBSD_9= does not build on FreeBSD 9.x + USES= gnustep USE_GITHUB= yes GH_ACCOUNT= CTSRD-CHERI Modified: head/devel/cherivis-devel/pkg-descr ============================================================================== --- head/devel/cherivis-devel/pkg-descr Thu Jun 25 11:12:43 2015 (r390556) +++ head/devel/cherivis-devel/pkg-descr Thu Jun 25 11:12:56 2015 (r390557) @@ -5,4 +5,3 @@ object code and to disassemble MIPS inst The current version of the port only understands traditional MIPS instructions. WWW: https://github.com/CTSRD-CHERI/CheriVis -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506251112.t5PBCvue012360>