Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14DF184D6F for ; Sat, 22 Jul 2023 09:43:27 +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 xGs4yDfD91BY for ; Sat, 22 Jul 2023 09:43:26 +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 7785684CFE for ; Sat, 22 Jul 2023 09:43:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 64894FBDB; Sat, 22 Jul 2023 09:43:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1690019006172220" MIME-Version: 1.0 Date: Sat, 22 Jul 2023 09:43:26 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/games/openarena To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20230722094326.64894FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1690019006172220 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Sat Jul 22 09:43:26 UTC 2023 Modified Files: pkgsrc/games/openarena: distinfo Added Files: pkgsrc/games/openarena/patches: patch-Makefile Log Message: openarena: Define ARCH_STRING when using the TOOLS_CC (it seems to be needed sometimes, but confusingly not always). To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/games/openarena/distinfo cvs rdiff -u -r0 -r1.1 pkgsrc/games/openarena/patches/patch-Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1690019006172220 Content-Disposition: inline Content-Length: 2075 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/games/openarena/distinfo diff -u pkgsrc/games/openarena/distinfo:1.3 pkgsrc/games/openarena/distinfo:1.4 --- pkgsrc/games/openarena/distinfo:1.3 Tue Oct 26 10:44:18 2021 +++ pkgsrc/games/openarena/distinfo Sat Jul 22 09:43:26 2023 @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 10:44:18 nia Exp $ +$NetBSD: distinfo,v 1.4 2023/07/22 09:43:26 nia Exp $ BLAKE2s (oa-0.8.8.tar.bz2) = 397a8ff51d1ee16ad38f2b0a99d7b74cc07273e9d43a0b18de482d993a9b3d4a SHA512 (oa-0.8.8.tar.bz2) = 517517ea8d8377a6d91d957faf0a55690815b01d8f3e8b1e4a3e6be64750968a6074d26499e707fe2ec5fa7d630ceec022fdc879fdebcbfebbcff8195dd03e2f @@ -6,6 +6,7 @@ Size (oa-0.8.8.tar.bz2) = 1257831 bytes BLAKE2s (openarena-0.8.8.zip) = 8f1c97f354a7167788554e9ee0085ed8ba1c4ece322e3fd2b35be40cbc07efe1 SHA512 (openarena-0.8.8.zip) = 9fa4dabe8a3428dc3cbec97f3b4d20c04569c14cdd00b60e6391c6dd61e310f246ff5ec97e7549821b3d6f5f94b140eb5411a2ddd83dafcad66937b7f78ea8dd Size (openarena-0.8.8.zip) = 425189255 bytes +SHA1 (patch-Makefile) = 38d8ef69dd9dda1b8c3b1f804db1f84e7b1cec4b SHA1 (patch-code_game_g__cmds.c) = a28f1f32e8b0d4461d1d6ac2c64e83abf3777c0b SHA1 (patch-code_q3__ui_ui__firstconnect.c) = 999c9040336b790711711f1c96a1af0f04f743be SHA1 (patch-code_q3__ui_ui__local.h) = aff4decfa18aed05239af5103dc603c6ca949429 Added files: Index: pkgsrc/games/openarena/patches/patch-Makefile diff -u /dev/null pkgsrc/games/openarena/patches/patch-Makefile:1.1 --- /dev/null Sat Jul 22 09:43:26 2023 +++ pkgsrc/games/openarena/patches/patch-Makefile Sat Jul 22 09:43:26 2023 @@ -0,0 +1,14 @@ +$NetBSD: patch-Makefile,v 1.1 2023/07/22 09:43:26 nia Exp $ + +Define ARCH_STRING when running the TOOLS_CC. + +--- Makefile.orig 2011-11-08 20:27:33.000000000 +0000 ++++ Makefile +@@ -1037,6 +1037,7 @@ TOOLS_OPTIMIZE = -g -O2 -Wall -fno-stric + TOOLS_CFLAGS = $(TOOLS_OPTIMIZE) \ + -DTEMPDIR=\"$(TEMPDIR)\" -DSYSTEM=\"\" \ + -I$(Q3LCCSRCDIR) \ ++ -DARCH_STRING=\"$(ARCH)\" \ + -I$(LBURGDIR) + TOOLS_LIBS = + TOOLS_LDFLAGS = --_----------=_1690019006172220--