Date: Thu, 17 Sep 2020 22:59:16 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548869 - head/graphics/pcl-pointclouds Message-ID: <202009172259.08HMxGlZ071148@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009172259.08HMxGlZ071148>