pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/emulators/free42 emulators/free42: make this build on ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/719ba905a10c
branches: trunk
changeset: 391543:719ba905a10c
user: he <he%pkgsrc.org@localhost>
date: Mon Jan 09 18:01:27 2023 +0000
description:
emulators/free42: make this build on NetBSD/macppc too.
On NetBSD, `uname -m` is "macppc", not "ppc" on this platform.
diffstat:
emulators/free42/Makefile | 4 ++--
emulators/free42/distinfo | 4 ++--
emulators/free42/patches/patch-gtk_build-intel-lib.sh | 11 ++++++++++-
3 files changed, 14 insertions(+), 5 deletions(-)
diffs (48 lines):
diff -r e4548d489f2b -r 719ba905a10c emulators/free42/Makefile
--- a/emulators/free42/Makefile Mon Jan 09 17:49:27 2023 +0000
+++ b/emulators/free42/Makefile Mon Jan 09 18:01:27 2023 +0000
@@ -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
diff -r e4548d489f2b -r 719ba905a10c emulators/free42/distinfo
--- a/emulators/free42/distinfo Mon Jan 09 17:49:27 2023 +0000
+++ b/emulators/free42/distinfo Mon Jan 09 18:01:27 2023 +0000
@@ -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
diff -r e4548d489f2b -r 719ba905a10c emulators/free42/patches/patch-gtk_build-intel-lib.sh
--- a/emulators/free42/patches/patch-gtk_build-intel-lib.sh Mon Jan 09 17:49:27 2023 +0000
+++ b/emulators/free42/patches/patch-gtk_build-intel-lib.sh Mon Jan 09 18:01:27 2023 +0000
@@ -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 @@
# 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)
Home |
Main Index |
Thread Index |
Old Index