1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

emulators/simh-hp2100: Update to 3.11-0.31

PR:		256134
This commit is contained in:
Bob Eager 2021-06-01 22:23:22 +08:00 committed by Li-Wen Hsu
parent c9e464fdd4
commit e3fccda618
No known key found for this signature in database
GPG Key ID: 8D7BCC7D012FD37E
3 changed files with 4 additions and 25 deletions

View File

@ -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 \

View File

@ -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

View File

@ -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