svn commit: r549753 - in branches/2020Q3/graphics/vv: . files

Yuri Victorovich yuri at FreeBSD.org
Wed Sep 23 17:03:23 UTC 2020


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 at FreeBSD.org
@@ -35,7 +35,13 @@ CMAKE_ARGS=	-DVTK_DIR:PATH=${LOCALBASE}/lib/vtk-8.2/cm
 
 PLIST_FILES=	bin/vv
 
+.include <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>

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


More information about the svn-ports-all mailing list