Received: by mail.netbsd.org (Postfix, from userid 605) id 02A1284EC3; Mon, 9 Jan 2023 18:01:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32FB484EBD for ; Mon, 9 Jan 2023 18:01:28 +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 uowtPmbs6PxK for ; Mon, 9 Jan 2023 18:01:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9446584CEF for ; Mon, 9 Jan 2023 18:01:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8C6ADFA90; Mon, 9 Jan 2023 18:01:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_167328728772940" MIME-Version: 1.0 Date: Mon, 9 Jan 2023 18:01:27 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/emulators/free42 To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20230109180127.8C6ADFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_167328728772940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Mon Jan 9 18:01:27 UTC 2023 Modified Files: pkgsrc/emulators/free42: Makefile distinfo pkgsrc/emulators/free42/patches: patch-gtk_build-intel-lib.sh Log Message: emulators/free42: make this build on NetBSD/macppc too. On NetBSD, `uname -m` is "macppc", not "ppc" on this platform. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 pkgsrc/emulators/free42/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/emulators/free42/distinfo cvs rdiff -u -r1.3 -r1.4 \ pkgsrc/emulators/free42/patches/patch-gtk_build-intel-lib.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_167328728772940 Content-Disposition: inline Content-Length: 2604 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/free42/Makefile diff -u pkgsrc/emulators/free42/Makefile:1.28 pkgsrc/emulators/free42/Makefile:1.29 --- pkgsrc/emulators/free42/Makefile:1.28 Tue Jan 3 17:37:03 2023 +++ pkgsrc/emulators/free42/Makefile Mon Jan 9 18:01:27 2023 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.28 2023/01/03 17:37:03 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2023/01/09 18:01:27 he Exp $ DISTNAME= free42-nologo-3.0.16 PKGNAME= ${DISTNAME:S/-nologo//} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://thomasokken.com/free42/upstream/ EXTRACT_SUFX= .tgz Index: pkgsrc/emulators/free42/distinfo diff -u pkgsrc/emulators/free42/distinfo:1.9 pkgsrc/emulators/free42/distinfo:1.10 --- pkgsrc/emulators/free42/distinfo:1.9 Tue Dec 13 12:44:35 2022 +++ pkgsrc/emulators/free42/distinfo Mon Jan 9 18:01:27 2023 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2022/12/13 12:44:35 gdt Exp $ +$NetBSD: distinfo,v 1.10 2023/01/09 18:01:27 he Exp $ BLAKE2s (free42-nologo-3.0.16.tgz) = 3bbce7e9bbb814e3b69688a0009c06170cf1ec5d8063b7401737893c4cd354bd SHA512 (free42-nologo-3.0.16.tgz) = 909a461e2396b5a532b757c4305fea6623bd7102210940c457a9facda5404f7fb82918ced9f66fd13992bd0f2c7558f38c7b4693b9fd2434cff739af48c28a0e Size (free42-nologo-3.0.16.tgz) = 7460148 bytes -SHA1 (patch-gtk_build-intel-lib.sh) = 2319c64c6c457fae43f1e82b306cc1d507eb30f7 +SHA1 (patch-gtk_build-intel-lib.sh) = 52b2061c75814acbb9920e7316d63201e003072c Index: pkgsrc/emulators/free42/patches/patch-gtk_build-intel-lib.sh diff -u pkgsrc/emulators/free42/patches/patch-gtk_build-intel-lib.sh:1.3 pkgsrc/emulators/free42/patches/patch-gtk_build-intel-lib.sh:1.4 --- pkgsrc/emulators/free42/patches/patch-gtk_build-intel-lib.sh:1.3 Wed Jul 20 05:03:06 2022 +++ pkgsrc/emulators/free42/patches/patch-gtk_build-intel-lib.sh Mon Jan 9 18:01:27 2023 @@ -1,4 +1,4 @@ -$NetBSD: patch-gtk_build-intel-lib.sh,v 1.3 2022/07/20 05:03:06 dbj Exp $ +$NetBSD: patch-gtk_build-intel-lib.sh,v 1.4 2023/01/09 18:01:27 he Exp $ Avoid pkgsrc libtool on Darwin. @@ -35,3 +35,12 @@ On NetBSD, build intel lib as if it was # When building for architectures other than x86 or x86_64, I remove the # section titled "Determine host architecture" in # IntelRDFPMathLib20U1/LIBRARY/makefile.iml_head, and replace it with a simple +@@ -56,7 +76,7 @@ patch -p0 <../intel-lib-linux.patch + # Of course, proceed with caution. Your mileage may vary. + + case `uname -m` in +- armv7|armv7l|i386|ppc) ++ armv7|armv7l|i386|ppc|macppc) + patch -p0 <../intel-lib-unknown-32bit.patch + ;; + aarch64|arm64|i86pc) --_----------=_167328728772940--