git: c9e464fdd44d - main - emulators/simh-hp3000: Update to 3.11-0.10
Li-Wen Hsu
lwhsu at FreeBSD.org
Tue Jun 1 16:42:07 UTC 2021
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c9e464fdd44d2c5bbf7dca077fa3ebbdbc353413
commit c9e464fdd44d2c5bbf7dca077fa3ebbdbc353413
Author: Bob Eager <bob at eager.cx>
AuthorDate: 2021-06-01 14:20:06 +0000
Commit: Li-Wen Hsu <lwhsu at FreeBSD.org>
CommitDate: 2021-06-01 16:40:37 +0000
emulators/simh-hp3000: Update to 3.11-0.10
PR: 256136
---
emulators/simh-hp3000/Makefile | 2 +-
emulators/simh-hp3000/distinfo | 6 +++---
emulators/simh-hp3000/files/patch-SCP_makefile | 17 -----------------
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
-
-
More information about the dev-commits-ports-all
mailing list