Received: by mail.netbsd.org (Postfix, from userid 605) id EBA8284EC4; Wed, 17 May 2023 20:08:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 26D1C84D43 for ; Wed, 17 May 2023 20:08:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id c7tT1LevWKN2 for ; Wed, 17 May 2023 20:08:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 86A3584D31 for ; Wed, 17 May 2023 20:08:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7B15AFA87; Wed, 17 May 2023 20:08:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684354136219850" MIME-Version: 1.0 Date: Wed, 17 May 2023 20:08:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/fonts/harfbuzz To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230517200856.7B15AFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684354136219850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 17 20:08:56 UTC 2023 Modified Files: pkgsrc/fonts/harfbuzz: PLIST distinfo Added Files: pkgsrc/fonts/harfbuzz/patches: patch-meson.build Log Message: harfbuzz: sincosf detection is broken in meson; sort PLIST To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/fonts/harfbuzz/PLIST cvs rdiff -u -r1.129 -r1.130 pkgsrc/fonts/harfbuzz/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/fonts/harfbuzz/patches/patch-meson.build Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684354136219850 Content-Disposition: inline Content-Length: 2511 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/fonts/harfbuzz/PLIST diff -u pkgsrc/fonts/harfbuzz/PLIST:1.69 pkgsrc/fonts/harfbuzz/PLIST:1.70 --- pkgsrc/fonts/harfbuzz/PLIST:1.69 Tue May 16 21:40:05 2023 +++ pkgsrc/fonts/harfbuzz/PLIST Wed May 17 20:08:56 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.69 2023/05/16 21:40:05 wiz Exp $ +@comment $NetBSD: PLIST,v 1.70 2023/05/17 20:08:56 adam Exp $ bin/hb-info bin/hb-ot-shape-closure bin/hb-shape @@ -143,8 +143,8 @@ ${PLIST.doc}share/gtk-doc/html/harfbuzz/ ${PLIST.doc}share/gtk-doc/html/harfbuzz/fonts-and-faces-variable.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/fonts-and-faces.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/getting-started.html -${PLIST.doc}share/gtk-doc/html/harfbuzz/graphite-shaping.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/glyphs-and-rendering.html +${PLIST.doc}share/gtk-doc/html/harfbuzz/graphite-shaping.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-aat-layout.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-blob.html ${PLIST.doc}share/gtk-doc/html/harfbuzz/harfbuzz-hb-buffer.html Index: pkgsrc/fonts/harfbuzz/distinfo diff -u pkgsrc/fonts/harfbuzz/distinfo:1.129 pkgsrc/fonts/harfbuzz/distinfo:1.130 --- pkgsrc/fonts/harfbuzz/distinfo:1.129 Tue May 16 21:40:05 2023 +++ pkgsrc/fonts/harfbuzz/distinfo Wed May 17 20:08:56 2023 @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.129 2023/05/16 21:40:05 wiz Exp $ +$NetBSD: distinfo,v 1.130 2023/05/17 20:08:56 adam Exp $ BLAKE2s (harfbuzz-7.3.0.tar.xz) = f28cbf56e44c9f0955170d099faa3b13a6a1a79fea7e3a308dfe684ac92d578e SHA512 (harfbuzz-7.3.0.tar.xz) = e1fb484e4117cedc72bd473ee91b2f6143533fb467ec9a64361f0c7ffd8b5a44ad2ea42daa948a2d5d85297ace4b640fcd24a8291b0d75a1d4ee468c629febe9 Size (harfbuzz-7.3.0.tar.xz) = 18867940 bytes +SHA1 (patch-meson.build) = ad46bbe61df28b71e7619847920935a398e16fd1 Added files: Index: pkgsrc/fonts/harfbuzz/patches/patch-meson.build diff -u /dev/null pkgsrc/fonts/harfbuzz/patches/patch-meson.build:1.1 --- /dev/null Wed May 17 20:08:56 2023 +++ pkgsrc/fonts/harfbuzz/patches/patch-meson.build Wed May 17 20:08:56 2023 @@ -0,0 +1,15 @@ +$NetBSD: patch-meson.build,v 1.1 2023/05/17 20:08:56 adam Exp $ + +sincosf detection is broken in meson +https://github.com/mesonbuild/meson/issues/10641 + +--- meson.build.orig 2023-05-17 20:04:40.000000000 +0000 ++++ meson.build +@@ -75,7 +75,6 @@ check_funcs = [ + ['isatty'], + ['uselocale'], + ['newlocale'], +- ['sincosf'], + ] + + m_dep = cpp.find_library('m', required: false) --_----------=_1684354136219850--