From 45f141e318a94e569a5605208b67078ff713ed85 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Tue, 13 Apr 2021 20:36:50 -0700 Subject: [PATCH] misc/free42: Update 3.0.1 -> 3.0.2 Reported by: portscout --- misc/free42/Makefile | 4 +--- misc/free42/distinfo | 6 +++--- misc/free42/files/patch-gtk_build-intel-lib.sh | 8 ++++---- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/misc/free42/Makefile b/misc/free42/Makefile index 3d90cb05a09ad..23d3aa6686757 100644 --- a/misc/free42/Makefile +++ b/misc/free42/Makefile @@ -1,5 +1,5 @@ PORTNAME= free42 -DISTVERSION= 3.0.1 +DISTVERSION= 3.0.2 CATEGORIES= misc MASTER_SITES= http://thomasokken.com/free42/upstream/ DISTNAME= ${PORTNAME}-nologo-${DISTVERSION} @@ -10,8 +10,6 @@ COMMENT= Simulation of the HP-42S scientific calculator and HP-82240 printer LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_i386= Broken until the fix is released after 3.0.1 - LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ libfreetype.so:print/freetype2 diff --git a/misc/free42/distinfo b/misc/free42/distinfo index 49f86c9ebd960..572e9605ab6d9 100644 --- a/misc/free42/distinfo +++ b/misc/free42/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1614985753 -SHA256 (free42-nologo-3.0.1.tgz) = 8211a76fbdbd0ffdacd96ec36129c998a07ef5859c148f29e620432da8c457bc -SIZE (free42-nologo-3.0.1.tgz) = 7438742 +TIMESTAMP = 1618370403 +SHA256 (free42-nologo-3.0.2.tgz) = 6816c6eb123ffcc0ef9ef61aac46d6d5b6e32b341561a3410dbbf6bd1aa2f882 +SIZE (free42-nologo-3.0.2.tgz) = 7438792 diff --git a/misc/free42/files/patch-gtk_build-intel-lib.sh b/misc/free42/files/patch-gtk_build-intel-lib.sh index a7d873ad9e8f5..bbc7a71882a44 100644 --- a/misc/free42/files/patch-gtk_build-intel-lib.sh +++ b/misc/free42/files/patch-gtk_build-intel-lib.sh @@ -1,4 +1,4 @@ ---- gtk/build-intel-lib.sh.orig 2021-03-05 01:52:42 UTC +--- gtk/build-intel-lib.sh.orig 2021-03-30 03:08:43 UTC +++ gtk/build-intel-lib.sh @@ -43,6 +43,8 @@ fi @@ -9,14 +9,14 @@ patch -p0 <../intel-lib-linux.patch # When building for architectures other than x86 or x86_64, I remove the -@@ -55,11 +58,11 @@ patch -p0 <../intel-lib-linux.patch +@@ -55,11 +57,11 @@ patch -p0 <../intel-lib-linux.patch # it to x86_64 works when targeting arm64, a 64-bit platform. # Of course, proceed with caution. Your mileage may vary. -case `uname -m` in -- armv7|armv7l|ppc) +- armv7|armv7l|i386|ppc) +case `uname -p` in -+ armv6|armv7|armv7l|ppc|powerpc|powerpcspe|mips) ++ armv6|armv7|armv7l|i386|ppc|powerpc|powerpcspe|mips) patch -p0 <../intel-lib-unknown-32bit.patch ;; - aarch64|arm64|i86pc)