From owner-svn-ports-all@freebsd.org Tue Mar 1 10:08:47 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8A5C7ABE318; Tue, 1 Mar 2016 10:08:47 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 64696145B; Tue, 1 Mar 2016 10:08:47 +0000 (UTC) (envelope-from theraven@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u21A8kZO025122; Tue, 1 Mar 2016 10:08:46 GMT (envelope-from theraven@FreeBSD.org) Received: (from theraven@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u21A8kSf025118; Tue, 1 Mar 2016 10:08:46 GMT (envelope-from theraven@FreeBSD.org) Message-Id: <201603011008.u21A8kSf025118@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: theraven set sender to theraven@FreeBSD.org using -f From: David Chisnall Date: Tue, 1 Mar 2016 10:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409857 - head/devel/cherivis-devel 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.20 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: Tue, 01 Mar 2016 10:08:47 -0000 Author: theraven Date: Tue Mar 1 10:08:45 2016 New Revision: 409857 URL: https://svnweb.freebsd.org/changeset/ports/409857 Log: Update CheriVis to the latest version. This also switches CheriVis to depending on CHERI-LLVM (via cheritrace), allowing it to correctly handle CHERI (not just MIPS) instructions. Modified: head/devel/cherivis-devel/Makefile head/devel/cherivis-devel/distinfo head/devel/cherivis-devel/pkg-descr head/devel/cherivis-devel/pkg-plist Modified: head/devel/cherivis-devel/Makefile ============================================================================== --- head/devel/cherivis-devel/Makefile Tue Mar 1 10:06:53 2016 (r409856) +++ head/devel/cherivis-devel/Makefile Tue Mar 1 10:08:45 2016 (r409857) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cherivis-devel -PORTVERSION= 0.1 -PORTREVISION= 3 +PORTVERSION= 0.4 CATEGORIES= devel gnustep MAINTAINER= theraven@FreeBSD.org @@ -16,13 +15,10 @@ USES= gnustep USE_GITHUB= yes GH_ACCOUNT= CTSRD-CHERI GH_PROJECT= CheriVis -GH_TAGNAME= 525aeb4 +GH_TAGNAME= 98c6c04 -LLVM_VERSION?= 34 -BUILD_DEPENDS+= llvm-config${LLVM_VERSION}:${PORTSDIR}/devel/llvm${LLVM_VERSION} -LIB_DEPENDS+= libdispatch.so:${PORTSDIR}/devel/libdispatch +LIB_DEPENDS+= libcheritrace.so:${PORTSDIR}/devel/cheritrace-devel -MAKE_FLAGS+= LLVM_CONFIG=llvm-config${LLVM_VERSION} USE_GNUSTEP= back build USE_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} Modified: head/devel/cherivis-devel/distinfo ============================================================================== --- head/devel/cherivis-devel/distinfo Tue Mar 1 10:06:53 2016 (r409856) +++ head/devel/cherivis-devel/distinfo Tue Mar 1 10:08:45 2016 (r409857) @@ -1,2 +1,2 @@ -SHA256 (CTSRD-CHERI-CheriVis-0.1-525aeb4_GH0.tar.gz) = aed37be21f1f5dcd90a0da5317de45d2b0842f6bbf207b6ad529eecd41bd9325 -SIZE (CTSRD-CHERI-CheriVis-0.1-525aeb4_GH0.tar.gz) = 531498 +SHA256 (CTSRD-CHERI-CheriVis-0.4-98c6c04_GH0.tar.gz) = 3afb838b16c968eab98b3e7b2c2f00678d5d4f7b1087431273dc92a6a568cd38 +SIZE (CTSRD-CHERI-CheriVis-0.4-98c6c04_GH0.tar.gz) = 519466 Modified: head/devel/cherivis-devel/pkg-descr ============================================================================== --- head/devel/cherivis-devel/pkg-descr Tue Mar 1 10:06:53 2016 (r409856) +++ head/devel/cherivis-devel/pkg-descr Tue Mar 1 10:08:45 2016 (r409857) @@ -2,6 +2,4 @@ A tool for viewing streamtraces from the International and the University of Cambridge. CheriVis uses LLVM to read object code and to disassemble MIPS instructions. -The current version of the port only understands traditional MIPS instructions. - WWW: https://github.com/CTSRD-CHERI/CheriVis Modified: head/devel/cherivis-devel/pkg-plist ============================================================================== --- head/devel/cherivis-devel/pkg-plist Tue Mar 1 10:06:53 2016 (r409856) +++ head/devel/cherivis-devel/pkg-plist Tue Mar 1 10:08:45 2016 (r409857) @@ -1,9 +1,8 @@ GNUstep/System/Applications/CheriVis.app/CheriVis GNUstep/System/Applications/CheriVis.app/Resources/CheriVis.desktop -GNUstep/System/Applications/CheriVis.app/Resources/CheriVis.gorm/data.classes -GNUstep/System/Applications/CheriVis.app/Resources/CheriVis.gorm/data.info -GNUstep/System/Applications/CheriVis.app/Resources/CheriVis.gorm/objects.gorm GNUstep/System/Applications/CheriVis.app/Resources/CheriVis.tiff +GNUstep/System/Applications/CheriVis.app/Resources/Document.xib GNUstep/System/Applications/CheriVis.app/Resources/Info-gnustep.plist +GNUstep/System/Applications/CheriVis.app/Resources/MainMenu.xib GNUstep/System/Applications/CheriVis.app/stamp.make GNUstep/System/Tools/CheriVis