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 Nov  9 21:28:15 UTC 2023

Modified Files:
        pkgsrc/emulators/open-simh: Makefile distinfo

Log Message:
emulators/open-simh: update to version 4.1.0.20231024

DISK: Do not allow to emit any "footers"
PDP11: RP11: Implement delayed CS_DONE for "initiation" commands (SEEK/HOME)
SCP: SOCK: Increase backlog in the listen() syscall
Remove files symlinked to /Library
PDP11: 11/70 read-only registers must not return NXM on write
PDP11: RP11: Major update after XXDP
PDP11: TS11: Fix help output for BOOT command
SEL32: Do general code cleanup to remove unused code. SEL32: Update Ping and ICMP support code to use correct packet size. SEL32: Update SetupNet script to support latest Fedora release. SEL32: 
Improve disk write speed. SEL32: Add .tap file reassignent support in sel32_mt.c.
KA10: Fixed OWGBP on KL10B.
KA10: Allow single step over XCT, byte and extend instructions.
KA10: Add -m option to load .exe files to load monitors.
KA10: Fixed nopage read/write to always refer to memory.
KA10: Moved over older changed to ITS and WAITS devices.
KA10: Fixed depositing symbolic into register and symbolic of reg 17
KA10: Fixed PUSH for extended addressing on KL.
KA10: Fixed to allow EDDT to work correctly on KL10.
KA10: Fixed save command on Tops 10 7.0x.
SIM_CARD: Fixed to better detect mixed binary and ascii decks.
SCP: Fix correctly loading simh.ini when user HOME not defined
TX-0: Make ^E work in readin mode.
Stop ptp_svc from setting the ios bit; sim_instr never clears it and simulation loops.
Before, when the simulator decoded pad, it handled pad without cry and pad with cry. When it decoded cry, it printed a "TO DO" message.
PDP11: RF11: Fix DAE computation in service routine
Fix apple silicon build problems Issue #294
AltairZ80: M2SIO, CPU, SIO and PMMI additions and fixes
PDP11: RP11-C (RP02/03) disk implementation
DISK: Fix VHD to Ensure that the CHS capacity exceeds the disk length
AltairZ80: Add CTS command to M2SIO device


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/emulators/open-simh/Makefile
cvs rdiff -u -r1.7 -r1.8 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.12 pkgsrc/emulators/open-simh/Makefile:1.13
--- pkgsrc/emulators/open-simh/Makefile:1.12    Sun Jul 23 15:44:25 2023
+++ pkgsrc/emulators/open-simh/Makefile Thu Nov  9 21:28:15 2023
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.12 2023/07/23 15:44:25 rhialto Exp $
+# $NetBSD: Makefile,v 1.13 2023/11/09 21:28:15 rhialto Exp $
 
 DISTNAME=      open-simh-4.1.0
-PKGNAME=       open-simh-4.1.0.20230717
+PKGNAME=       open-simh-4.1.0.20231024
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=open-simh/}
 GITHUB_PROJECT=        simh
-GITHUB_TAG=    cf47a20fd459d63be6c2e5a4728f2d2a31eaf884
+GITHUB_TAG=    b23cde9c5d4ff3c04ccbec4f4c6853ea0daba46d
 
 MAINTAINER=    rhialto%NetBSD.org@localhost
 HOMEPAGE=      http://simh.trailing-edge.com/
@@ -34,7 +34,7 @@ CFLAGS_O+=            -fno-strict-overflow
 CFLAGS_O+=             -fno-unsafe-loop-optimizations
 CFLAGS_O+=             -finline-functions
 CFLAGS_O+=             -fgcse-after-reload
-.if ${PKGSRC_COMPILER} == "gcc"
+.if !empty(PKGSRC_COMPILER:Mgcc)
 CFLAGS_O+=             -fpredictive-commoning
 CFLAGS_O+=             -fipa-cp-clone
 .endif
@@ -75,7 +75,7 @@ MAKE_ENV+=            LIBRARIES=${LIBRARIES:Q}
 MAKE_ENV+=             GCC=${CC:Q}
 MAKE_ENV+=             OS_LDFLAGS=${LDFLAGS:Q}
 MAKE_ENV+=             CFLAGS_O=${CFLAGS_O:Q}
-MAKE_ENV+=             FONTPATH=${PREFIX:Q}/share/fonts/X11/TTF
+MAKE_ENV+=             FONTPATH=${PREFIX}/share/fonts/X11/TTF
 MAKE_ENV+=             WARNINGS=ALLOWED
 
 BUILD_MAKE_FLAGS=      TESTS=0

Index: pkgsrc/emulators/open-simh/distinfo
diff -u pkgsrc/emulators/open-simh/distinfo:1.7 pkgsrc/emulators/open-simh/distinfo:1.8
--- pkgsrc/emulators/open-simh/distinfo:1.7     Sun Jul 23 15:44:25 2023
+++ pkgsrc/emulators/open-simh/distinfo Thu Nov  9 21:28:15 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2023/07/23 15:44:25 rhialto Exp $
+$NetBSD: distinfo,v 1.8 2023/11/09 21:28:15 rhialto Exp $
 
-BLAKE2s (open-simh-4.1.0-cf47a20fd459d63be6c2e5a4728f2d2a31eaf884.tar.gz) = 786d1e57e30ced7b7f89758f5b997e855c18a3a8e1240e9b94ebc5cc610d23ef
-SHA512 (open-simh-4.1.0-cf47a20fd459d63be6c2e5a4728f2d2a31eaf884.tar.gz) = 
a5ab7f531911f3200af4351a117bf7f7d01bb206a6f84d3319e449d35214ac214d9a9f08cd7f734d0c1994e54dec8409ce64615d395897a10cc6102015a5f4c1
-Size (open-simh-4.1.0-cf47a20fd459d63be6c2e5a4728f2d2a31eaf884.tar.gz) = 31207679 bytes
+BLAKE2s (open-simh-4.1.0-b23cde9c5d4ff3c04ccbec4f4c6853ea0daba46d.tar.gz) = 8e76bcdc62c709c45dfc4bd3bceeabd38d7364afd0adb2e495041caa089dd8aa
+SHA512 (open-simh-4.1.0-b23cde9c5d4ff3c04ccbec4f4c6853ea0daba46d.tar.gz) = 
9c88a6ac0a59244b6405e3b688fdd217a95e309d416c16262d3b0d9dbc22699d6fcd1141e3482ad6c38b30fa6f7e5a1956d7c88225554510a927861177cd331c
+Size (open-simh-4.1.0-b23cde9c5d4ff3c04ccbec4f4c6853ea0daba46d.tar.gz) = 31259255 bytes
 SHA1 (patch-makefile) = 2feca1d40a5657c3b9f5fe9f2418826abb3163bf



Home | Main Index | Thread Index | Old Index