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: wiz
Date: Mon May 20 21:21:38 UTC 2024
Modified Files:
pkgsrc/fonts/harfbuzz: Makefile.common options.mk
Log Message:
harfbuzz: pkglint cleanup
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.17 -r1.18 pkgsrc/fonts/harfbuzz/options.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/Makefile.common
diff -u pkgsrc/fonts/harfbuzz/Makefile.common:1.47 pkgsrc/fonts/harfbuzz/Makefile.common:1.48
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.47 Mon May 20 10:38:37 2024
+++ pkgsrc/fonts/harfbuzz/Makefile.common Mon May 20 21:21:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.47 2024/05/20 10:38:37 wiz Exp $
+# $NetBSD: Makefile.common,v 1.48 2024/05/20 21:21:38 wiz Exp $
# used by fonts/harfbuzz-icu/Makefile
DISTNAME= harfbuzz-8.5.0
@@ -57,7 +57,6 @@ LDFLAGS.OpenBSD+= -lz
# gcc too old
BUILDLINK_TRANSFORM.MirBSD+= rm:-fvisibility-inlines-hidden
-PLIST_VARS+= coretext
PRINT_PLIST_AWK+= { if (/^include\/harfbuzz\/hb-coretext.h/) $$0 = "$${PLIST.coretext}" $$0 }
.if ${OPSYS} == "Darwin"
Index: pkgsrc/fonts/harfbuzz/options.mk
diff -u pkgsrc/fonts/harfbuzz/options.mk:1.17 pkgsrc/fonts/harfbuzz/options.mk:1.18
--- pkgsrc/fonts/harfbuzz/options.mk:1.17 Mon May 20 10:38:37 2024
+++ pkgsrc/fonts/harfbuzz/options.mk Mon May 20 21:21:38 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.17 2024/05/20 10:38:37 wiz Exp $
+# $NetBSD: options.mk,v 1.18 2024/05/20 21:21:38 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.harfbuzz
PKG_SUPPORTED_OPTIONS+= doc introspection
@@ -12,11 +12,11 @@ PLIST_VARS+= doc introspection
PRINT_PLIST_AWK+= { if (/^share\/gtk-doc/) $$0 = "$${PLIST.doc}" $$0 }
.if !empty(PKG_OPTIONS:Mdoc)
-MESON_ARGS+= -Ddocs=enabled
-TOOL_DEPENDS+= gtk-doc>=1.32nb9:../../textproc/gtk-doc
-PLIST.doc= yes
+MESON_ARGS+= -Ddocs=enabled
+TOOL_DEPENDS+= gtk-doc>=1.32nb9:../../textproc/gtk-doc
+PLIST.doc= yes
.else
-MESON_ARGS+= -Ddocs=disabled
+MESON_ARGS+= -Ddocs=disabled
.endif
PRINT_PLIST_AWK+= { if (/^bin\/hb-info/) $$0 = "$${PLIST.introspection}" $$0 }
Home |
Main Index |
Thread Index |
Old Index