svn commit: r548869 - head/graphics/pcl-pointclouds

Yuri Victorovich yuri at FreeBSD.org
Thu Sep 17 22:59:17 UTC 2020


Author: yuri
Date: Thu Sep 17 22:59:16 2020
New Revision: 548869
URL: https://svnweb.freebsd.org/changeset/ports/548869

Log:
  graphics/pcl-pointclouds: Use math/qhull instead of the deprecated math/qhull5
  
  Also fix WWW.
  
  PR:		249411
  Reported by:	Thibault Payet <monwarez at mailoo.org>

Modified:
  head/graphics/pcl-pointclouds/Makefile
  head/graphics/pcl-pointclouds/pkg-descr

Modified: head/graphics/pcl-pointclouds/Makefile
==============================================================================
--- head/graphics/pcl-pointclouds/Makefile	Thu Sep 17 21:32:20 2020	(r548868)
+++ head/graphics/pcl-pointclouds/Makefile	Thu Sep 17 22:59:16 2020	(r548869)
@@ -3,6 +3,7 @@
 PORTNAME=	pcl
 DISTVERSIONPREFIX=	${PORTNAME}-
 DISTVERSION=	1.11.1
+PORTREVISION=	1
 CATEGORIES=	graphics math
 PKGNAMESUFFIX=	-pointclouds
 
@@ -47,7 +48,7 @@ PNG_LIB_DEPENDS=	libpng.so:graphics/png
 
 QHULL_DESC=		Include convex-hull operations
 QHULL_CMAKE_BOOL=	WITH_QHULL
-QHULL_LIB_DEPENDS=	libqhull.so:math/qhull5
+QHULL_LIB_DEPENDS=	libqhull.so:math/qhull
 
 QT5_CMAKE_BOOL=		WITH_QT
 QT5_BROKEN=		WITH_QT doesn't do anything, should be used by apps, but apps is also broken: see https://github.com/PointCloudLibrary/pcl/issues/2642

Modified: head/graphics/pcl-pointclouds/pkg-descr
==============================================================================
--- head/graphics/pcl-pointclouds/pkg-descr	Thu Sep 17 21:32:20 2020	(r548868)
+++ head/graphics/pcl-pointclouds/pkg-descr	Thu Sep 17 22:59:16 2020	(r548869)
@@ -7,4 +7,4 @@ companies, with our own non-profit organization, Open 
 like to thank individual donors and contributors that have been helping the
 project.
 
-WWW: http://pointclouds.org
+WWW: https://pointclouds.org/


More information about the svn-ports-all mailing list