From owner-dev-commits-ports-all@freebsd.org Tue Jun 1 16:42:08 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA7C8657FA1; Tue, 1 Jun 2021 16:42:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FvdH43ySqz3nWY; Tue, 1 Jun 2021 16:42:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6E61E26FC1; Tue, 1 Jun 2021 16:42:08 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 151Gg8vk050959; Tue, 1 Jun 2021 16:42:08 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 151Gg85j050958; Tue, 1 Jun 2021 16:42:08 GMT (envelope-from git) Date: Tue, 1 Jun 2021 16:42:08 GMT Message-Id: <202106011642.151Gg85j050958@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Li-Wen Hsu Subject: git: e3fccda61871 - main - emulators/simh-hp2100: Update to 3.11-0.31 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: lwhsu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: e3fccda61871b03f93c25884d9052430eae5e095 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jun 2021 16:42:08 -0000 The branch main has been updated by lwhsu: URL: https://cgit.FreeBSD.org/ports/commit/?id=e3fccda61871b03f93c25884d9052430eae5e095 commit e3fccda61871b03f93c25884d9052430eae5e095 Author: Bob Eager AuthorDate: 2021-06-01 14:23:22 +0000 Commit: Li-Wen Hsu 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 - -