Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jan 2019 06:01:06 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r489944 - branches/2019Q1/graphics/pfstools
Message-ID:  <201901110601.x0B616kY032971@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Fri Jan 11 06:01:05 2019
New Revision: 489944
URL: https://svnweb.freebsd.org/changeset/ports/489944

Log:
  MFH: r489818
  
  graphics/pfstools: Do not set VIEW_USE twice
  
  Merge the two VIEW_USE together and unbreak the non-default VIEW
  option.  Without it some build dependencies are missing.
  
  - Add USES=gl while here
  
  Approved by:	ports-secteam build fix blanket

Modified:
  branches/2019Q1/graphics/pfstools/Makefile
Directory Properties:
  branches/2019Q1/   (props changed)

Modified: branches/2019Q1/graphics/pfstools/Makefile
==============================================================================
--- branches/2019Q1/graphics/pfstools/Makefile	Fri Jan 11 06:00:26 2019	(r489943)
+++ branches/2019Q1/graphics/pfstools/Makefile	Fri Jan 11 06:01:05 2019	(r489944)
@@ -83,12 +83,12 @@ ALIGN_LIB_DEPENDS=	libopencv_nonfree.so:graphics/openc
 
 GLVIEW_CMAKE_BOOL=	WITH_pfsglview
 GLVIEW_CMAKE_ON=	-DGLUT_INCLUDE_DIRS=${LOCALBASE}/include
+GLVIEW_USES=		gl
 GLVIEW_USE=		GL=glut GL=gl,glu
 
 VIEW_CMAKE_BOOL=	WITH_QT
-VIEW_USES=		qt:5
-VIEW_USE=		QT=buildtools_build,qmake_build,widgets
-VIEW_USE=		GL=glut GL=gl,glu QT=core,gui,widgets
+VIEW_USES=		gl qt:5
+VIEW_USE=		GL=glut GL=gl,glu QT=core,gui,widgets,buildtools_build,qmake_build
 
 OPENMP_USES=		compiler:openmp
 



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