Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2019 06:09:01 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490820 - head/cad/opencascade
Message-ID:  <201901210609.x0L691dQ020299@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Mon Jan 21 06:09:00 2019
New Revision: 490820
URL: https://svnweb.freebsd.org/changeset/ports/490820

Log:
  cad/opencascade: Do not set VIS_CMAKE_ON twice
  
  Given no feedback to the contrary do the most sensible thing and
  merge the two VIS_CMAKE_ON together.
  
  PR:		234700
  Approved by:	thierry (maintainer timeout, 2 weeks)

Modified:
  head/cad/opencascade/Makefile

Modified: head/cad/opencascade/Makefile
==============================================================================
--- head/cad/opencascade/Makefile	Mon Jan 21 06:04:06 2019	(r490819)
+++ head/cad/opencascade/Makefile	Mon Jan 21 06:09:00 2019	(r490820)
@@ -3,7 +3,7 @@
 
 PORTNAME=	opencascade
 PORTVERSION=	7.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	cad science
 MASTER_SITES=	LOCAL/thierry
 
@@ -66,14 +66,12 @@ FFMPEG_CMAKE_OFF=	-DUSE_FFMPEG:BOOL=OFF
 FFMPEG_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg
 
 VIS_CMAKE_ON=		-DUSE_FREEIMAGE:BOOL=ON -DUSE_GL2PS:BOOL=ON	\
-			-DUSE_FREETYPE:BOOL=ON
+			-DUSE_FREETYPE:BOOL=ON -D3RDPARTY_FREETYPE_DIR=${LOCALBASE}
 VIS_CMAKE_OFF=		-DUSE_FREEIMAGE:BOOL=OFF -DUSE_GL2PS:BOOL=OFF	\
 			-DUSE_FREETYPE:BOOL=OFF
 VIS_LIB_DEPENDS=	libftgl.so:graphics/ftgl		\
 			libgl2ps.so:print/gl2ps		\
 			libfreeimageplus.so:graphics/freeimage
-
-VIS_CMAKE_ON=	-D3RDPARTY_FREETYPE_DIR=${LOCALBASE}
 
 DOXYGEN_IMPLIES=	DOCS
 DOXYGEN_USE=	TEX=latex:build



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901210609.x0L691dQ020299>