Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1134F84CFE for ; Fri, 26 May 2023 05:09:21 +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 qlSbSyGUwYvo for ; Fri, 26 May 2023 05:09:20 +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 5BF3984CCA for ; Fri, 26 May 2023 05:09:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 49418FA87; Fri, 26 May 2023 05:09:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685077760154080" MIME-Version: 1.0 Date: Fri, 26 May 2023 05:09:20 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/x11/libXt To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230526050920.49418FA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685077760154080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Fri May 26 05:09:20 UTC 2023 Modified Files: pkgsrc/x11/libXt: distinfo pkgsrc/x11/libXt/patches: patch-include_X11_Intrinsic.h patch-include_X11_IntrinsicP.h patch-util_Makefile.in Log Message: libXt: add upstream bug report URLs To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/x11/libXt/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/x11/libXt/patches/patch-include_X11_Intrinsic.h \ pkgsrc/x11/libXt/patches/patch-include_X11_IntrinsicP.h \ pkgsrc/x11/libXt/patches/patch-util_Makefile.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685077760154080 Content-Disposition: inline Content-Length: 3592 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/x11/libXt/distinfo diff -u pkgsrc/x11/libXt/distinfo:1.20 pkgsrc/x11/libXt/distinfo:1.21 --- pkgsrc/x11/libXt/distinfo:1.20 Thu May 25 11:53:08 2023 +++ pkgsrc/x11/libXt/distinfo Fri May 26 05:09:19 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2023/05/25 11:53:08 jperkin Exp $ +$NetBSD: distinfo,v 1.21 2023/05/26 05:09:19 wiz Exp $ BLAKE2s (libXt-1.3.0.tar.xz) = 3dd6663db4604ca68ef8037fc34cc07ca459fa1f9dd35137e239a437c0052207 SHA512 (libXt-1.3.0.tar.xz) = 64c5978655135b925c3aaad86b1aa6a3f3b57ad8b3592bf142be616b8aa339a02c2fc7badfab9564ea8076ea8f37acfe31709ed528f5a1d251f2d116aa074118 Size (libXt-1.3.0.tar.xz) = 688084 bytes -SHA1 (patch-include_X11_Intrinsic.h) = 01869bd973ce6622bdb76435545c86f10ca7f833 -SHA1 (patch-include_X11_IntrinsicP.h) = c497933ce621ab6fc3e648c2aed46ec19f82a9b9 -SHA1 (patch-util_Makefile.in) = 388bc6eeed85f30f13daa93d9efc48b31ef1b76d +SHA1 (patch-include_X11_Intrinsic.h) = 2bad096cc591959df0542855f9e81759c804f38d +SHA1 (patch-include_X11_IntrinsicP.h) = 061c0ca384606a8f263eaa47381209630f2dbe5a +SHA1 (patch-util_Makefile.in) = 3bc33e42c88e1bf45606175c4a83dc7781e1aa2b Index: pkgsrc/x11/libXt/patches/patch-include_X11_Intrinsic.h diff -u pkgsrc/x11/libXt/patches/patch-include_X11_Intrinsic.h:1.1 pkgsrc/x11/libXt/patches/patch-include_X11_Intrinsic.h:1.2 --- pkgsrc/x11/libXt/patches/patch-include_X11_Intrinsic.h:1.1 Thu May 25 11:53:09 2023 +++ pkgsrc/x11/libXt/patches/patch-include_X11_Intrinsic.h Fri May 26 05:09:20 2023 @@ -1,6 +1,7 @@ -$NetBSD: patch-include_X11_Intrinsic.h,v 1.1 2023/05/25 11:53:09 jperkin Exp $ +$NetBSD: patch-include_X11_Intrinsic.h,v 1.2 2023/05/26 05:09:20 wiz Exp $ Do not use _Static_assert in C++ code. +https://gitlab.freedesktop.org/xorg/lib/libxt/-/issues/17 --- include/X11/Intrinsic.h.orig 2023-04-09 20:48:48.000000000 +0000 +++ include/X11/Intrinsic.h Index: pkgsrc/x11/libXt/patches/patch-include_X11_IntrinsicP.h diff -u pkgsrc/x11/libXt/patches/patch-include_X11_IntrinsicP.h:1.1 pkgsrc/x11/libXt/patches/patch-include_X11_IntrinsicP.h:1.2 --- pkgsrc/x11/libXt/patches/patch-include_X11_IntrinsicP.h:1.1 Thu May 25 11:53:09 2023 +++ pkgsrc/x11/libXt/patches/patch-include_X11_IntrinsicP.h Fri May 26 05:09:20 2023 @@ -1,6 +1,7 @@ -$NetBSD: patch-include_X11_IntrinsicP.h,v 1.1 2023/05/25 11:53:09 jperkin Exp $ +$NetBSD: patch-include_X11_IntrinsicP.h,v 1.2 2023/05/26 05:09:20 wiz Exp $ Do not use _Static_assert in C++ code. +https://gitlab.freedesktop.org/xorg/lib/libxt/-/issues/17 --- include/X11/IntrinsicP.h.orig 2023-04-09 20:48:48.000000000 +0000 +++ include/X11/IntrinsicP.h Index: pkgsrc/x11/libXt/patches/patch-util_Makefile.in diff -u pkgsrc/x11/libXt/patches/patch-util_Makefile.in:1.1 pkgsrc/x11/libXt/patches/patch-util_Makefile.in:1.2 --- pkgsrc/x11/libXt/patches/patch-util_Makefile.in:1.1 Mon Apr 4 12:41:24 2022 +++ pkgsrc/x11/libXt/patches/patch-util_Makefile.in Fri May 26 05:09:20 2023 @@ -1,4 +1,4 @@ -$NetBSD: patch-util_Makefile.in,v 1.1 2022/04/04 12:41:24 riastradh Exp $ +$NetBSD: patch-util_Makefile.in,v 1.2 2023/05/26 05:09:20 wiz Exp $ The rules to build the makestrs tool go through libtool, which goes through the wrong wrappers as if for cross-compiling, which is wrong @@ -7,6 +7,8 @@ as a PIE linking failure: the .o file wa wrapper causes linker to be invoked with -pie. Just use CC_FOR_BUILD directly to avoid this. +https://gitlab.freedesktop.org/xorg/lib/libxt/-/issues/18 + --- util/Makefile.in.orig 2021-01-24 14:47:52.000000000 +0000 +++ util/Makefile.in @@ -394,7 +394,11 @@ clean-noinstPROGRAMS: --_----------=_1685077760154080--