git: 1ad2d004e4c2 - 2023Q1 - devel/collada-dom: fix build under 14-CURRENT
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 20 Feb 2023 23:41:18 UTC
The branch 2023Q1 has been updated by fuz:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1ad2d004e4c200b2c7992510e1d2cd6b3cdce947
commit 1ad2d004e4c200b2c7992510e1d2cd6b3cdce947
Author: Trenton Schulz <trueos@norwegianrockcat.com>
AuthorDate: 2023-02-17 23:55:38 +0000
Commit: Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-02-20 23:40:44 +0000
devel/collada-dom: fix build under 14-CURRENT
Supply pkgconfig so minizip is found. This stops the port from
building its own bundled minizip, avoiding build problems with
LLVM 15 as used on 14-CURRENT.
PR: 269628
MFH: 2023Q1
Approved by: eduardo (mentor)
Differential Revision: https://reviews.freebsd.org/D38689
(cherry picked from commit 9ce3b459d13e8463c2f865c61a7582ef76f32d90)
---
devel/collada-dom/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/devel/collada-dom/Makefile b/devel/collada-dom/Makefile
index 4c7a5c8ddde5..10cfd7a1e352 100644
--- a/devel/collada-dom/Makefile
+++ b/devel/collada-dom/Makefile
@@ -1,7 +1,7 @@
PORTNAME= collada-dom
DISTVERSIONPREFIX= v
DISTVERSION= 2.5.0
-PORTREVISION= 5
+PORTREVISION= 7
CATEGORIES= devel
MAINTAINER= trueos@norwegianrockcat.com
@@ -14,7 +14,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \
libboost_filesystem.so:devel/boost-libs \
libboost_system.so:devel/boost-libs
-USES= cmake gnome minizip
+USES= cmake gnome minizip pkgconfig
USE_LDCONFIG= yes
USE_GNOME= libxml2
USE_GITHUB= yes