Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jun 2021 16:42:08 GMT
From:      Li-Wen Hsu <lwhsu@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e3fccda61871 - main - emulators/simh-hp2100: Update to 3.11-0.31
Message-ID:  <202106011642.151Gg85j050958@gitrepo.freebsd.org>

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

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

commit e3fccda61871b03f93c25884d9052430eae5e095
Author:     Bob Eager <bob@eager.cx>
AuthorDate: 2021-06-01 14:23:22 +0000
Commit:     Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2021-06-01 16:40:55 +0000

    emulators/simh-hp2100: Update to 3.11-0.31
    
    PR:             256134
---
 emulators/simh-hp2100/Makefile                 |  2 +-
 emulators/simh-hp2100/distinfo                 | 10 +++-------
 emulators/simh-hp2100/files/patch-SCP_makefile | 17 -----------------
 3 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/emulators/simh-hp2100/Makefile b/emulators/simh-hp2100/Makefile
index dc5e65461f37..0536bb1f735f 100644
--- a/emulators/simh-hp2100/Makefile
+++ b/emulators/simh-hp2100/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	hp2100
-DISTVERSION=	3.11-0.29
+DISTVERSION=	3.11-0.31
 CATEGORIES=	emulators
 MASTER_SITES=	http://simh.trailing-edge.com/hp/releases/:src \
 		http://simh.trailing-edge.com/hp/docs/:app \
diff --git a/emulators/simh-hp2100/distinfo b/emulators/simh-hp2100/distinfo
index 4b1e8879500f..8693be4e7760 100644
--- a/emulators/simh-hp2100/distinfo
+++ b/emulators/simh-hp2100/distinfo
@@ -1,7 +1,3 @@
-TIMESTAMP = 1582463933
-SHA256 (simh-hp/HP2100-source-release-29.zip) = e381eb51cdbea84a729fe0fa45001b7a864adcbf97438af0c788696b0c18c0bf
-SIZE (simh-hp/HP2100-source-release-29.zip) = 1890682
-SHA256 (simh-hp/running_hp_2000_tsb.pdf) = 905f8748d38b60a2f128961126086268f5f1485d625572333fee418beec85300
-SIZE (simh-hp/running_hp_2000_tsb.pdf) = 111280
-SHA256 (simh-hp/hp_1000_io_simulation.pdf) = 64a523a8237ed6143614c1b0747f5aa933b8e77e2cf5daf9fe62a3845aea8dc8
-SIZE (simh-hp/hp_1000_io_simulation.pdf) = 272289
+TIMESTAMP = 1621888174
+SHA256 (simh-hp/HP2100-source-release-31.zip) = 091e5decf4527e45435f3052c5eb07a70aa8a4349b4b1a0ba4e1e7d55423d748
+SIZE (simh-hp/HP2100-source-release-31.zip) = 2012600
diff --git a/emulators/simh-hp2100/files/patch-SCP_makefile b/emulators/simh-hp2100/files/patch-SCP_makefile
deleted file mode 100644
index d3d8c34caa8d..000000000000
--- a/emulators/simh-hp2100/files/patch-SCP_makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- SCP/makefile.orig	2020-08-23 21:51:23 UTC
-+++ SCP/makefile
-@@ -532,10 +532,12 @@ ifneq ($(DONT_USE_READER_THREAD),)
- endif
- 
- 
--# Shut up annoying clang default warnings.
-+# Shut up annoying clang default warnings, and also fix
-+# multiply defined symbols on clang 11 and above
- 
--ifeq ($(GCC),clang)
-+ifeq ($(findstring clang,$(COMPILER_NAME)),clang)
-   OS_CCDEFS += -Wno-parentheses -Wno-bitwise-op-parentheses -Wno-dangling-else
-+  CFLAGS_O += -fcommon
- endif
- 
- 



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