svn commit: r390557 - head/devel/cherivis-devel

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 25 11:12:58 UTC 2015


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
-


More information about the svn-ports-all mailing list