summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorBob Eager <bob@eager.cx>2021-06-01 22:20:06 +0800
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2021-06-02 00:40:37 +0800
commitc9e464fdd44d2c5bbf7dca077fa3ebbdbc353413 (patch)
treee4fec72637b0de9e42a621c76c9844d51418a53d /emulators
parent7d488bffed7a01c765660e1f7186a27f3ebb6115 (diff)
downloadfreebsd-ports-c9e464fdd44d2c5bbf7dca077fa3ebbdbc353413.zip
emulators/simh-hp3000: Update to 3.11-0.10
PR: 256136
Diffstat (limited to 'emulators')
-rw-r--r--emulators/simh-hp3000/Makefile2
-rw-r--r--emulators/simh-hp3000/distinfo6
-rw-r--r--emulators/simh-hp3000/files/patch-SCP_makefile17
3 files changed, 4 insertions, 21 deletions
diff --git a/emulators/simh-hp3000/Makefile b/emulators/simh-hp3000/Makefile
index 11d9bd00b52e..c81c24f6859e 100644
--- a/emulators/simh-hp3000/Makefile
+++ b/emulators/simh-hp3000/Makefile
@@ -1,5 +1,5 @@
PORTNAME= hp3000
-DISTVERSION= 3.11-0.8
+DISTVERSION= 3.11-0.10
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-hp3000/distinfo b/emulators/simh-hp3000/distinfo
index 2ed4cabd9a23..cd613856c0b8 100644
--- a/emulators/simh-hp3000/distinfo
+++ b/emulators/simh-hp3000/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582502963
-SHA256 (simh-hp/HP3000-source-release-8.zip) = 2c003841b8c189299d45253520fd687694687c0a023aae9c79650234948b5a66
-SIZE (simh-hp/HP3000-source-release-8.zip) = 1412655
+TIMESTAMP = 1621888505
+SHA256 (simh-hp/HP3000-source-release-10.zip) = 3c4529e68d27490c3f4df154993ae7faa462f5962605ec8497914aed19a5de2f
+SIZE (simh-hp/HP3000-source-release-10.zip) = 1481404
diff --git a/emulators/simh-hp3000/files/patch-SCP_makefile b/emulators/simh-hp3000/files/patch-SCP_makefile
deleted file mode 100644
index 1a83c734a73e..000000000000
--- a/emulators/simh-hp3000/files/patch-SCP_makefile
+++ /dev/null
@@ -1,17 +0,0 @@
---- SCP/makefile.orig 2020-08-23 21:58:56 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
-
-