misc/free42: Update 3.0.1 -> 3.0.2
Reported by: portscout
This commit is contained in:
parent
6f2036febf
commit
45f141e318
3 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue