aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorAntonio Leal <antonioleal@yahoo.com>2023-06-10 07:29:19 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-06-10 07:29:19 +0700
commit74a12558bf78214616a50afb76211e627aa45b93 (patch)
tree30013f0b729b4ea34ef325028733dabadf9dbfe4 /misc
parent6c417debe50e167bf6cb990942bcba0c2487fe54 (diff)
downloadslackbuilds-74a12558bf78214616a50afb76211e627aa45b93.tar.xz
misc/simh-classic: Updated for version 3.12_4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r--misc/simh-classic/pdp11_defs.h.patch.gzbin327 -> 337 bytes
-rw-r--r--misc/simh-classic/simh-classic.SlackBuild9
-rw-r--r--misc/simh-classic/simh-classic.info6
3 files changed, 8 insertions, 7 deletions
diff --git a/misc/simh-classic/pdp11_defs.h.patch.gz b/misc/simh-classic/pdp11_defs.h.patch.gz
index 531eb45510d2..195ad5a0f88a 100644
--- a/misc/simh-classic/pdp11_defs.h.patch.gz
+++ b/misc/simh-classic/pdp11_defs.h.patch.gz
Binary files differ
diff --git a/misc/simh-classic/simh-classic.SlackBuild b/misc/simh-classic/simh-classic.SlackBuild
index 9fafc5159c2e..0bef46e24180 100644
--- a/misc/simh-classic/simh-classic.SlackBuild
+++ b/misc/simh-classic/simh-classic.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for the SimH 3.X classic stream
-# Copyright 2022 Antonio Leal, Lisbon, Portugal
+# Copyright 2023 Antonio Leal, Oeiras Porto Salvo, Portugal
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,11 +25,11 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=simh-classic
-VERSION=${VERSION:-3.12_3}
+VERSION=${VERSION:-3.12_4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-BASENAME=${BASENAME:-simhv312-3}
+BASENAME=${BASENAME:-simhv312-4}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
@@ -84,8 +84,9 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# make the simulators
-# Randomly fails with more than one job
+# Randomly fails with more than one job so use -j1
make -j1 all
+#make -j1 pdp11
# install & strip binaries
# The subdirectory BIN/buildtools will cause an exit code > 0 hence || true
diff --git a/misc/simh-classic/simh-classic.info b/misc/simh-classic/simh-classic.info
index 75aabf9f266c..af42c9c550fd 100644
--- a/misc/simh-classic/simh-classic.info
+++ b/misc/simh-classic/simh-classic.info
@@ -1,10 +1,10 @@
PRGNAM="simh-classic"
-VERSION="3.12_3"
+VERSION="3.12_4"
HOMEPAGE="http://simh.trailing-edge.com/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="http://simh.trailing-edge.com/sources/simhv312-3.zip"
-MD5SUM_x86_64="4b4acb6b973d5e93d662149102313338"
+DOWNLOAD_x86_64="http://simh.trailing-edge.com/sources/simhv312-4.zip"
+MD5SUM_x86_64="aecca3d9b2f8065f93ba3831cfd1d6d0"
REQUIRES=""
MAINTAINER="Antonio Leal"
EMAIL="antonioleal@yahoo.com"