Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D2BA61A921F for ; Mon, 4 Apr 2022 10:21:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 89A9A84F69; Mon, 4 Apr 2022 10:21:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AA88084F69 for ; Mon, 4 Apr 2022 09:56:43 +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 ksZikZ66q0rp for ; Mon, 4 Apr 2022 09:56:43 +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 33F7284F67 for ; Mon, 4 Apr 2022 09:56:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 31443FB24; Mon, 4 Apr 2022 09:56:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1649066203273820" MIME-Version: 1.0 Date: Mon, 4 Apr 2022 09:56:43 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/time/xclock To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220404095643.31443FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1649066203273820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Apr 4 09:56:43 UTC 2022 Modified Files: pkgsrc/time/xclock: distinfo pkgsrc/time/xclock/patches: patch-Clock.c Log Message: xclock: add upstream bug report URL To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/time/xclock/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/xclock/patches/patch-Clock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1649066203273820 Content-Disposition: inline Content-Length: 1403 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/time/xclock/distinfo diff -u pkgsrc/time/xclock/distinfo:1.8 pkgsrc/time/xclock/distinfo:1.9 --- pkgsrc/time/xclock/distinfo:1.8 Sun Apr 3 22:13:17 2022 +++ pkgsrc/time/xclock/distinfo Mon Apr 4 09:56:42 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2022/04/03 22:13:17 wiz Exp $ +$NetBSD: distinfo,v 1.9 2022/04/04 09:56:42 wiz Exp $ BLAKE2s (xclock-1.1.0.tar.xz) = 5421c4cf2f4e46dd6399e3f95ec64e8f4c050e044c3c978d41e35ecb70fa7cb9 SHA512 (xclock-1.1.0.tar.xz) = 9456ed43cb8afce4a1f1c4edcb87bfb86f61fb54d1892f26812ed10662c9b8f8c28854934ce4eb981090d500fec0f295ba96df9867dd1685dc5f31202729a1a0 Size (xclock-1.1.0.tar.xz) = 158984 bytes -SHA1 (patch-Clock.c) = 3cea7082fc86b696cde8de0d5c6d6badd979cd2c +SHA1 (patch-Clock.c) = c8f7bfdf297d00f051ffacfb7184c08197ce1846 Index: pkgsrc/time/xclock/patches/patch-Clock.c diff -u pkgsrc/time/xclock/patches/patch-Clock.c:1.1 pkgsrc/time/xclock/patches/patch-Clock.c:1.2 --- pkgsrc/time/xclock/patches/patch-Clock.c:1.1 Sun Apr 3 22:13:17 2022 +++ pkgsrc/time/xclock/patches/patch-Clock.c Mon Apr 4 09:56:43 2022 @@ -1,6 +1,7 @@ -$NetBSD: patch-Clock.c,v 1.1 2022/04/03 22:13:17 wiz Exp $ +$NetBSD: patch-Clock.c,v 1.2 2022/04/04 09:56:43 wiz Exp $ NetBSD does not provide sincos(). +https://gitlab.freedesktop.org/xorg/app/xclock/-/merge_requests/9 --- Clock.c.orig 2022-04-03 21:23:33.000000000 +0000 +++ Clock.c --_----------=_1649066203273820--