Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jan 2019 13:16:52 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489780 - head/graphics/cloudcompare
Message-ID:  <201901091316.x09DGqwE034614@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Wed Jan  9 13:16:52 2019
New Revision: 489780
URL: https://svnweb.freebsd.org/changeset/ports/489780

Log:
  graphics/cloudcompare: use updated patch
  
  Make linguisttools build dep only [1]
  
  While here, remove redundant USES=qt:5
  
  PR:		234750
  Reported by:	tobik [1]
  Pointyhat to:	swills [1]

Modified:
  head/graphics/cloudcompare/Makefile   (contents, props changed)

Modified: head/graphics/cloudcompare/Makefile
==============================================================================
--- head/graphics/cloudcompare/Makefile	Wed Jan  9 13:13:23 2019	(r489779)
+++ head/graphics/cloudcompare/Makefile	Wed Jan  9 13:16:52 2019	(r489780)
@@ -3,6 +3,7 @@
 PORTNAME=	cloudcompare
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.10
+PORTREVISION=	1
 CATEGORIES=	graphics
 
 MAINTAINER=	neel@neelc.org
@@ -17,7 +18,7 @@ USES=		cmake localbase:ldflags qt:5
 USE_GITHUB=	yes
 GH_ACCOUNT=	CloudCompare
 GH_PROJECT=	${GH_ACCOUNT}
-USE_QT=		concurrent core gui opengl printsupport widgets buildtools_build qmake_build svg linguisttools
+USE_QT=		concurrent core gui opengl printsupport widgets buildtools_build qmake_build svg linguisttools_build
 USE_LDCONFIG=	yes
 
 OPTIONS_DEFINE=	DXFLIB GAMEPAD GDAL PDAL SHAPELIB PLUGINS
@@ -32,7 +33,6 @@ SHAPELIB_DESC=	Enable shape file support
 
 DXFLIB_CMAKE_BOOL=	OPTION_USE_DXF_LIB
 
-GAMEPAD_USES=	qt:5
 GAMEPAD_USE=		QT=gamepad
 GAMEPAD_CMAKE_BOOL=	OPTION_SUPPORT_GAMEPADS
 



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