pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/graphite2
Module Name: pkgsrc
Committed By: wiz
Date: Mon Aug 11 08:26:10 UTC 2025
Modified Files:
pkgsrc/graphics/graphite2: Makefile buildlink3.mk
Log Message:
graphite2: set cmake minimum to 3.5
allows building with cmake 4
Fix pkglint while here
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/graphite2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/graphite2/buildlink3.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/graphite2/Makefile
diff -u pkgsrc/graphics/graphite2/Makefile:1.20 pkgsrc/graphics/graphite2/Makefile:1.21
--- pkgsrc/graphics/graphite2/Makefile:1.20 Sun Nov 12 13:22:01 2023
+++ pkgsrc/graphics/graphite2/Makefile Mon Aug 11 08:26:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2023/11/12 13:22:01 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2025/08/11 08:26:09 wiz Exp $
DISTNAME= graphite2-1.3.14
PKGREVISION= 3
@@ -16,6 +16,8 @@ USE_LIBTOOL= yes
USE_CXX_FEATURES+= c++11
+CMAKE_CONFIGURE_ARGS+= -DCMAKE_POLICY_VERSION_MINIMUM=3.5
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
@@ -27,10 +29,10 @@ BUILDLINK_DEPMETHOD.freetype2?= build
# python and py-fonttools seem to be used only during test
# uncomment the following to do so
-#TEST_TARGET= test
+#TEST_TARGET= test
#PYTHON_FOR_BUILD_ONLY?= tool
#.include "../../lang/python/tool.mk"
-#TOOL_DEPENDS+= ${PYPKGPREFIX}-fonttools-[0-9]*:../../fonts/py-fonttools/
+#TOOL_DEPENDS+= ${PYPKGPREFIX}-fonttools-[0-9]*:../../fonts/py-fonttools/
.include "../../devel/cmake/build.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/graphite2/buildlink3.mk
diff -u pkgsrc/graphics/graphite2/buildlink3.mk:1.2 pkgsrc/graphics/graphite2/buildlink3.mk:1.3
--- pkgsrc/graphics/graphite2/buildlink3.mk:1.2 Mon Aug 14 05:24:33 2023
+++ pkgsrc/graphics/graphite2/buildlink3.mk Mon Aug 11 08:26:09 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.2 2023/08/14 05:24:33 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2025/08/11 08:26:09 wiz Exp $
BUILDLINK_TREE+= graphite2
@@ -6,7 +6,7 @@ BUILDLINK_TREE+= graphite2
GRAPHITE2_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.graphite2+= graphite2>=1.2
-BUILDLINK_ABI_DEPENDS.graphite2?= graphite2>=1.3.14nb2
+BUILDLINK_ABI_DEPENDS.graphite2?= graphite2>=1.3.14nb2
BUILDLINK_PKGSRCDIR.graphite2?= ../../graphics/graphite2
.endif # GRAPHITE2_BUILDLINK3_MK
Home |
Main Index |
Thread Index |
Old Index