pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/fonts/harfbuzz
Module Name: pkgsrc
Committed By: riastradh
Date: Sat Jan 25 11:11:19 UTC 2025
Modified Files:
pkgsrc/fonts/harfbuzz: buildlink3.mk
Log Message:
fonts/harfbuzz: Bump BUILDLINK_ABI_DEPENDS to >=8.4.0.
This is necessary to detect whether introspection is included by
testing whether the `introspection' option is enabled. If
introspection is included, we have to link against glib2, but prior
to 8.4.0 we could not detect this by testing the `introspection'
option because it was only introduced between our 8.3.0 and 8.4.0
packages (and I neglected to revbump when I added the option, so we
can't use 8.3.0nb1 or something -- has to be 8.4.0).
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/fonts/harfbuzz/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/fonts/harfbuzz/buildlink3.mk
diff -u pkgsrc/fonts/harfbuzz/buildlink3.mk:1.20 pkgsrc/fonts/harfbuzz/buildlink3.mk:1.21
--- pkgsrc/fonts/harfbuzz/buildlink3.mk:1.20 Sat Jan 25 09:50:06 2025
+++ pkgsrc/fonts/harfbuzz/buildlink3.mk Sat Jan 25 11:11:19 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.20 2025/01/25 09:50:06 riastradh Exp $
+# $NetBSD: buildlink3.mk,v 1.21 2025/01/25 11:11:19 riastradh Exp $
BUILDLINK_TREE+= harfbuzz
@@ -10,7 +10,7 @@ USE_CXX_FEATURES+= c++11 is_trivially_co
.include "../../graphics/librsvg/available.mk"
BUILDLINK_API_DEPENDS.harfbuzz+= harfbuzz>=2.1.1
-BUILDLINK_ABI_DEPENDS.harfbuzz+= harfbuzz>=8.2.2nb1
+BUILDLINK_ABI_DEPENDS.harfbuzz+= harfbuzz>=8.4.0
BUILDLINK_PKGSRCDIR.harfbuzz?= ../../fonts/harfbuzz
BUILDLINK_INCDIRS.harfbuzz?= include/harfbuzz
Home |
Main Index |
Thread Index |
Old Index