Skip to content

Commit

Permalink
misc/free42: Update 3.0.1 -> 3.0.2
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Apr 14, 2021
1 parent 6f2036f commit 45f141e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
4 changes: 1 addition & 3 deletions 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}
Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions 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
8 changes: 4 additions & 4 deletions 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

Expand All @@ -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)
Expand Down

0 comments on commit 45f141e

Please sign in to comment.