From owner-svn-ports-all@freebsd.org Wed Sep 23 17:03:23 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 142F53FF33E; Wed, 23 Sep 2020 17:03:23 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BxPdQ6p3Vz3cnd; Wed, 23 Sep 2020 17:03:22 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CDA1413EF8; Wed, 23 Sep 2020 17:03:22 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08NH3Mm5054054; Wed, 23 Sep 2020 17:03:22 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08NH3MMO054052; Wed, 23 Sep 2020 17:03:22 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202009231703.08NH3MMO054052@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 23 Sep 2020 17:03:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r549753 - in branches/2020Q3/graphics/vv: . files X-SVN-Group: ports-branches X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in branches/2020Q3/graphics/vv: . files X-SVN-Commit-Revision: 549753 X-SVN-Commit-Repository: ports 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.33 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: Wed, 23 Sep 2020 17:03:23 -0000 Author: yuri Date: Wed Sep 23 17:03:22 2020 New Revision: 549753 URL: https://svnweb.freebsd.org/changeset/ports/549753 Log: MFH: r549040 r549751 graphics/vv: Update 1.4.0-377 -> 1.4.0-383 graphics/vv: Fix build on some systems by adding the workaround for the bug in science/InsightToolkit Reported by: fallout Approved by: ports-secteam (fluffy) Added: branches/2020Q3/graphics/vv/files/ - copied from r549040, head/graphics/vv/files/ Modified: branches/2020Q3/graphics/vv/Makefile branches/2020Q3/graphics/vv/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/graphics/vv/Makefile ============================================================================== --- branches/2020Q3/graphics/vv/Makefile Wed Sep 23 16:56:18 2020 (r549752) +++ branches/2020Q3/graphics/vv/Makefile Wed Sep 23 17:03:22 2020 (r549753) @@ -2,9 +2,9 @@ PORTNAME= vv DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0-377 -DISTVERSIONSUFFIX= -g7c3a1ed4 -PORTREVISION= 3 +DISTVERSION= 1.4.0-383 +DISTVERSIONSUFFIX= -g7a783a8b +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org @@ -35,7 +35,13 @@ CMAKE_ARGS= -DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-8.2/cm PLIST_FILES= bin/vv +.include + +.if ${ARCH} == i386A || ${ARCH} == amd64 +CXXFLAGS+= -msse2 # workaround for https://github.com/open-vv/vv/issues/83 & https://github.com/InsightSoftwareConsortium/ITK/issues/2011 +.endif + post-configure: # workaround for "error: unable to find library -lGTest::GTest", see https://github.com/open-vv/vv/issues/74 @${REINPLACE_CMD} -E 's/ -lGTest::(GTest|Main) / /g' ${BUILD_WRKSRC}/build.ninja -.include +.include Modified: branches/2020Q3/graphics/vv/distinfo ============================================================================== --- branches/2020Q3/graphics/vv/distinfo Wed Sep 23 16:56:18 2020 (r549752) +++ branches/2020Q3/graphics/vv/distinfo Wed Sep 23 17:03:22 2020 (r549753) @@ -1,3 +1,3 @@ -TIMESTAMP = 1578717444 -SHA256 (open-vv-vv-v1.4.0-377-g7c3a1ed4_GH0.tar.gz) = 70412e06200c2049a02b500ceadf46e039b18e4f3b45ca61ab3c9e0cca804707 -SIZE (open-vv-vv-v1.4.0-377-g7c3a1ed4_GH0.tar.gz) = 4860892 +TIMESTAMP = 1600492328 +SHA256 (open-vv-vv-v1.4.0-383-g7a783a8b_GH0.tar.gz) = dfa80f7036297e859bf5c6b18b2b187fc05dc50a17f0b074d909e96fa8c2acbb +SIZE (open-vv-vv-v1.4.0-383-g7a783a8b_GH0.tar.gz) = 4860982