Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2021 03:52:50 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 45f141e318a9 - main - misc/free42: Update 3.0.1 -> 3.0.2
Message-ID:  <202104140352.13E3qoJc089261@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=45f141e318a94e569a5605208b67078ff713ed85

commit 45f141e318a94e569a5605208b67078ff713ed85
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-04-14 03:36:50 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-04-14 03:52:45 +0000

    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 3d90cb05a09a..23d3aa668675 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 49f86c9ebd96..572e9605ab6d 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 a7d873ad9e8f..bbc7a71882a4 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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104140352.13E3qoJc089261>