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:   adam
Date:           Mon Jul 22 11:22:35 UTC 2024

Modified Files:
        pkgsrc/fonts/harfbuzz: Makefile.common PLIST
Removed Files:
        pkgsrc/fonts/harfbuzz: PLIST.coretext

Log Message:
harfbuzz: switch PLIST.coretest to PLIST_VARS to fix building harfbuzz-icu


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/fonts/harfbuzz/Makefile.common
cvs rdiff -u -r1.76 -r1.77 pkgsrc/fonts/harfbuzz/PLIST
cvs rdiff -u -r1.1 -r0 pkgsrc/fonts/harfbuzz/PLIST.coretext

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.49 pkgsrc/fonts/harfbuzz/Makefile.common:1.50
--- pkgsrc/fonts/harfbuzz/Makefile.common:1.49  Sun Jun 30 22:00:58 2024
+++ pkgsrc/fonts/harfbuzz/Makefile.common       Mon Jul 22 11:22:34 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.49 2024/06/30 22:00:58 wiz Exp $
+# $NetBSD: Makefile.common,v 1.50 2024/07/22 11:22:34 adam Exp $
 # used by fonts/harfbuzz-icu/Makefile
 
 DISTNAME=      harfbuzz-9.0.0
@@ -33,7 +33,7 @@ MESON_ARGS+=  -Dbenchmark=disabled
 
 PLIST_SRC=             PLIST
 
-PLIST_VARS+=           graphite2
+PLIST_VARS+=           coretext graphite2
 PRINT_PLIST_AWK+=      { if (/^include\/harfbuzz\/hb-graphite2.h/) $$0 = "$${PLIST.graphite2}" $$0 }
 
 .if ${LIBRSVG_TYPE} == "rust"
@@ -74,7 +74,7 @@ MESON_ARGS+=          -Dcoretext=disabled
 
 .  else
 MESON_ARGS+=           -Dcoretext=enabled
-PLIST_SRC+=            PLIST.coretext
+PLIST.coretext=                yes
 .  endif
 .endif
 

Index: pkgsrc/fonts/harfbuzz/PLIST
diff -u pkgsrc/fonts/harfbuzz/PLIST:1.76 pkgsrc/fonts/harfbuzz/PLIST:1.77
--- pkgsrc/fonts/harfbuzz/PLIST:1.76    Mon May 20 10:38:37 2024
+++ pkgsrc/fonts/harfbuzz/PLIST Mon Jul 22 11:22:34 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.76 2024/05/20 10:38:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.77 2024/07/22 11:22:34 adam Exp $
 ${PLIST.introspection}bin/hb-info
 ${PLIST.introspection}bin/hb-ot-shape-closure
 ${PLIST.introspection}bin/hb-shape
@@ -8,6 +8,7 @@ include/harfbuzz/hb-aat.h
 include/harfbuzz/hb-blob.h
 include/harfbuzz/hb-buffer.h
 include/harfbuzz/hb-common.h
+${PLIST.coretext}include/harfbuzz/hb-coretext.h
 include/harfbuzz/hb-cplusplus.hh
 include/harfbuzz/hb-deprecated.h
 include/harfbuzz/hb-draw.h



Home | Main Index | Thread Index | Old Index