pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/free42



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.

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)



Home | Main Index | Thread Index | Old Index