summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorBob Eager <bob@eager.cx>2021-06-01 22:23:22 +0800
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-06-02 00:40:55 +0800
commite3fccda61871b03f93c25884d9052430eae5e095 (patch)
tree3f98723a3a2ee8b0b115800a58275e0df3c019ed /emulators
parentc9e464fdd44d2c5bbf7dca077fa3ebbdbc353413 (diff)
downloadfreebsd-ports-e3fccda61871b03f93c25884d9052430eae5e095.zip
emulators/simh-hp2100: Update to 3.11-0.31
PR: 256134
Diffstat (limited to 'emulators')
-rw-r--r--emulators/simh-hp2100/Makefile2
-rw-r--r--emulators/simh-hp2100/distinfo10
-rw-r--r--emulators/simh-hp2100/files/patch-SCP_makefile17
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
-
-