pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/open-simh
Module Name: pkgsrc
Committed By: rhialto
Date: Thu May 18 19:30:09 UTC 2023
Modified Files:
pkgsrc/emulators/open-simh: Makefile PLIST distinfo
Log Message:
emulators/open-simh: update to 2023 05 11.
Initial version of new ND100 (Nord-100) emulator.
PDP11: numerous 11/70 compatibility fixes
Further the usual small fixes and cleanups.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/emulators/open-simh/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/emulators/open-simh/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/emulators/open-simh/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/open-simh/Makefile
diff -u pkgsrc/emulators/open-simh/Makefile:1.10 pkgsrc/emulators/open-simh/Makefile:1.11
--- pkgsrc/emulators/open-simh/Makefile:1.10 Sat May 6 19:09:14 2023
+++ pkgsrc/emulators/open-simh/Makefile Thu May 18 19:30:09 2023
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.10 2023/05/06 19:09:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.11 2023/05/18 19:30:09 rhialto Exp $
DISTNAME= open-simh-4.1.0
-PKGNAME= open-simh-4.1.0.20230207
-PKGREVISION= 2
+PKGNAME= open-simh-4.1.0.20230511
CATEGORIES= emulators
MASTER_SITES= ${MASTER_SITE_GITHUB:=open-simh/}
GITHUB_PROJECT= simh
-GITHUB_TAG= 5e01c0516b14d16fa4e780dff13077bed76aa38a
+GITHUB_TAG= 793149d1bdf6fcdbf9ad54632285e3bd13b9e1c8
MAINTAINER= rhialto%NetBSD.org@localhost
HOMEPAGE= http://simh.trailing-edge.com/
@@ -31,12 +30,14 @@ PREFER.zlib= pkgsrc
# The makefile tries to autodetect the options below from "gcc --help", but
# due to the compiler wrapper, it may not always output the expected text.
# So we hardcode the options here.
+CFLAGS_O+= -fno-strict-overflow
+CFLAGS_O+= -fno-unsafe-loop-optimizations
CFLAGS_O+= -finline-functions
CFLAGS_O+= -fgcse-after-reload
+.if ${PKGSRC_COMPILER} == "gcc"
CFLAGS_O+= -fpredictive-commoning
CFLAGS_O+= -fipa-cp-clone
-CFLAGS_O+= -fno-unsafe-loop-optimizations
-CFLAGS_O+= -fno-strict-overflow
+.endif
.if (${MACHINE_ARCH} == "arm")
BUILDLINK_TRANSFORM+= rm:-O2
Index: pkgsrc/emulators/open-simh/PLIST
diff -u pkgsrc/emulators/open-simh/PLIST:1.3 pkgsrc/emulators/open-simh/PLIST:1.4
--- pkgsrc/emulators/open-simh/PLIST:1.3 Sun Oct 9 18:50:44 2022
+++ pkgsrc/emulators/open-simh/PLIST Thu May 18 19:30:09 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2022/10/09 18:50:44 rhialto Exp $
+@comment $NetBSD: PLIST,v 1.4 2023/05/18 19:30:09 rhialto Exp $
bin/simh-3b2
bin/simh-3b2-400
bin/simh-3b2-700
@@ -38,6 +38,7 @@ bin/simh-microvax3100
bin/simh-microvax3100e
bin/simh-microvax3100m80
bin/simh-microvax3900
+bin/simh-nd100
bin/simh-nova
bin/simh-pdp1
bin/simh-pdp10
Index: pkgsrc/emulators/open-simh/distinfo
diff -u pkgsrc/emulators/open-simh/distinfo:1.5 pkgsrc/emulators/open-simh/distinfo:1.6
--- pkgsrc/emulators/open-simh/distinfo:1.5 Wed Feb 8 20:59:50 2023
+++ pkgsrc/emulators/open-simh/distinfo Thu May 18 19:30:09 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2023/02/08 20:59:50 rhialto Exp $
+$NetBSD: distinfo,v 1.6 2023/05/18 19:30:09 rhialto Exp $
-BLAKE2s (open-simh-4.1.0-5e01c0516b14d16fa4e780dff13077bed76aa38a.tar.gz) = 610fc19c44ad7655c8c1874ca0ac8441b6256324cb93dff76d899cee5597afb6
-SHA512 (open-simh-4.1.0-5e01c0516b14d16fa4e780dff13077bed76aa38a.tar.gz) =
f67804c3ad73feb3300479fbeb4e3f4aa9acdbff4ca053ba64744022bac3259431e175fb9f596326bd10a9d024d21094aa2db24c327fe7ab5a2102d2bc8b83ca
-Size (open-simh-4.1.0-5e01c0516b14d16fa4e780dff13077bed76aa38a.tar.gz) = 31230051 bytes
+BLAKE2s (open-simh-4.1.0-793149d1bdf6fcdbf9ad54632285e3bd13b9e1c8.tar.gz) = 6fe046ace4cf269ab20ada7f9aaa321aad93a6455f1e9ca390b6c427f92ff79f
+SHA512 (open-simh-4.1.0-793149d1bdf6fcdbf9ad54632285e3bd13b9e1c8.tar.gz) =
a735fc8fa70645e61f945318401ea15ddeab390996d06a4cf0c74fb479dcde87a9e9c5ae0f9f30a9f041885df874f754ec12ecea7e2b6e4a018eda0c6ca8f06a
+Size (open-simh-4.1.0-793149d1bdf6fcdbf9ad54632285e3bd13b9e1c8.tar.gz) = 31601083 bytes
SHA1 (patch-makefile) = 1958d111733c76b3cb1bff838278ec9cd5313dbf
Home |
Main Index |
Thread Index |
Old Index