Received: by mail.netbsd.org (Postfix, from userid 605) id 046A184E5E; Fri, 12 May 2023 09:02:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33F1684CEF for ; Fri, 12 May 2023 09:02:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id QSieyT_TxI6U for ; Fri, 12 May 2023 09:02:35 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9E8F384D3C for ; Fri, 12 May 2023 09:02:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78352FA87; Fri, 12 May 2023 09:02:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168388213214540" MIME-Version: 1.0 Date: Fri, 12 May 2023 09:02:12 +0000 From: "David A. Holland" Subject: CVS commit: pkgsrc/games/xjewel To: pkgsrc-changes@NetBSD.org Reply-To: dholland@netbsd.org X-Mailer: log_accum Message-Id: <20230512090212.78352FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168388213214540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: dholland Date: Fri May 12 09:02:12 UTC 2023 Modified Files: pkgsrc/games/xjewel: distinfo pkgsrc/games/xjewel/patches: patch-aa Log Message: games/xjewel: add macos to list of OSes using select. From PR 30172 from John D. Baker. May only apply to ppc macos, but should be harmless otherwise if so. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/games/xjewel/distinfo cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/xjewel/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168388213214540 Content-Disposition: inline Content-Length: 1645 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/xjewel/distinfo diff -u pkgsrc/games/xjewel/distinfo:1.8 pkgsrc/games/xjewel/distinfo:1.9 --- pkgsrc/games/xjewel/distinfo:1.8 Tue Oct 26 10:44:33 2021 +++ pkgsrc/games/xjewel/distinfo Fri May 12 09:02:12 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2021/10/26 10:44:33 nia Exp $ +$NetBSD: distinfo,v 1.9 2023/05/12 09:02:12 dholland Exp $ BLAKE2s (xjewel-1.6.tar.z) = dff688ee6d0cdca66f8e382cc8eb09ecfe064da1e62f765730c49399cc383643 SHA512 (xjewel-1.6.tar.z) = 566dc108baaeada39a8a7d73aaa7bc958d94dc2469352b8ee4adbf45a96a3353d9272ba08933495f3d0e9b8c17a6c165417e163fa2d43fdab5870d0d7503498c Size (xjewel-1.6.tar.z) = 45439 bytes -SHA1 (patch-aa) = 6c592db6b0eb0ae31b55dc12a78bb3f848263f93 +SHA1 (patch-aa) = c228bbbab18c98ce3427dabc15421dc24073983f Index: pkgsrc/games/xjewel/patches/patch-aa diff -u pkgsrc/games/xjewel/patches/patch-aa:1.3 pkgsrc/games/xjewel/patches/patch-aa:1.4 --- pkgsrc/games/xjewel/patches/patch-aa:1.3 Tue May 24 09:54:05 2011 +++ pkgsrc/games/xjewel/patches/patch-aa Fri May 12 09:02:12 2023 @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 2011/05/24 09:54:05 obache Exp $ +$NetBSD: patch-aa,v 1.4 2023/05/12 09:02:12 dholland Exp $ --- Imakefile.orig 1994-02-16 10:35:06.000000000 +0000 +++ Imakefile @@ -14,7 +14,7 @@ $NetBSD: patch-aa,v 1.3 2011/05/24 09:54 #if defined(HPArchitecture) || defined(ApolloArchitecture) || \ - defined(UltrixArchitecture) + defined(UltrixArchitecture) || defined(NetBSDArchitecture) || \ -+ defined(DragonFlyArchitecture) ++ defined(DragonFlyArchitecture) || defined(DarwinArchitecture) #define sel -DUSE_SELECT #else #define sel --_----------=_168388213214540--