pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/print/sile



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Jan  6 15:49:29 UTC 2026

Modified Files:
        pkgsrc/print/sile: distinfo
Added Files:
        pkgsrc/print/sile/patches: patch-src_justenoughharfbuzz.c

Log Message:
print/sile: Fix build under NetBSD/amd64 11.99.4


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/print/sile/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/print/sile/patches/patch-src_justenoughharfbuzz.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/sile/distinfo
diff -u pkgsrc/print/sile/distinfo:1.8 pkgsrc/print/sile/distinfo:1.9
--- pkgsrc/print/sile/distinfo:1.8      Thu Apr  6 14:01:44 2023
+++ pkgsrc/print/sile/distinfo  Tue Jan  6 15:49:29 2026
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2023/04/06 14:01:44 joerg Exp $
+$NetBSD: distinfo,v 1.9 2026/01/06 15:49:29 ryoon Exp $
 
 BLAKE2s (sile-0.14.8.tar.xz) = fdc9b3fc5316ffda6b4172d0259ef8ad271b4b199ac271b58fc2cc97d3c8dda6
 SHA512 (sile-0.14.8.tar.xz) = 68c93a402700abbb8a44439a8108a5c7b404186d33638fba3790f4e3218c5e5423167010748015c85e44e3efe9f84e83c2ff785011e8cc1d0e3ea584df303d91
 Size (sile-0.14.8.tar.xz) = 2771280 bytes
+SHA1 (patch-src_justenoughharfbuzz.c) = 09339e5af734b9e7049b484cb8f6bd814f7af495

Added files:

Index: pkgsrc/print/sile/patches/patch-src_justenoughharfbuzz.c
diff -u /dev/null pkgsrc/print/sile/patches/patch-src_justenoughharfbuzz.c:1.1
--- /dev/null   Tue Jan  6 15:49:29 2026
+++ pkgsrc/print/sile/patches/patch-src_justenoughharfbuzz.c    Tue Jan  6 15:49:29 2026
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_justenoughharfbuzz.c,v 1.1 2026/01/06 15:49:29 ryoon Exp $
+
+--- src/justenoughharfbuzz.c.orig      2026-01-03 09:56:09.216134040 +0000
++++ src/justenoughharfbuzz.c
+@@ -178,7 +178,7 @@ int shape (lua_State *L) {
+     hb_buffer_set_language(buf, hb_language_from_string(lang,strlen(lang)));
+ 
+     hb_buffer_guess_segment_properties(buf);
+-    int res = hb_shape_full (hbFont, buf, features, nFeatures, shaper_list);
++    int res = hb_shape_full (hbFont, buf, features, nFeatures, (const char * const *)shaper_list);
+ 
+     if (direction == HB_DIRECTION_RTL) {
+       hb_buffer_reverse(buf); /* URGH */



Home | Main Index | Thread Index | Old Index