Date: Sat, 23 Oct 2021 10:13:54 GMT From: Michael Zhilin <mizhka@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6db564e9a169 - main - math/qhull: remove build-specific files from pkglist Message-ID: <202110231013.19NADshF069278@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mizhka (src committer): URL: https://cgit.FreeBSD.org/ports/commit/?id=6db564e9a16951384daf415e1323e71f71693316 commit 6db564e9a16951384daf415e1323e71f71693316 Author: Michael Zhilin <mizhka@FreeBSD.org> AuthorDate: 2021-10-21 19:14:32 +0000 Commit: Michael Zhilin <mizhka@FreeBSD.org> CommitDate: 2021-10-23 10:04:10 +0000 math/qhull: remove build-specific files from pkglist This commit allows to compile this port with CMAKE_BUILD_TYPE=RelWithDebInfo. As results, libraries are built with debug information. # file /usr/local/lib/libqhull_r.so.7.3.2 ..., for FreeBSD 14.0 (1400033), with debug_info, not stripped Sponsored by: Postgres Professional --- math/qhull/Makefile | 2 +- math/qhull/pkg-plist | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/math/qhull/Makefile b/math/qhull/Makefile index 3b97e7aed129..07cc4afd6081 100644 --- a/math/qhull/Makefile +++ b/math/qhull/Makefile @@ -3,7 +3,7 @@ PORTNAME= qhull DISTVERSIONPREFIX= v DISTVERSION= 7.3.2 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/qhull/pkg-plist b/math/qhull/pkg-plist index 28ef4cd0ad3f..65982b42341c 100644 --- a/math/qhull/pkg-plist +++ b/math/qhull/pkg-plist @@ -53,7 +53,6 @@ include/libqhullcpp/RoadTest.h include/libqhullcpp/functionObjects.h lib/cmake/Qhull/QhullConfig.cmake lib/cmake/Qhull/QhullConfigVersion.cmake -lib/cmake/Qhull/QhullTargets-release.cmake lib/cmake/Qhull/QhullTargets.cmake lib/libqhull.so lib/libqhull.so.7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110231013.19NADshF069278>