Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (54211a09b55074ca2f931e2e2cdcfeb135b2f270)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (54211a09b55074ca2f931e2e2cdcfeb135b2f270)
  • Date: Tue, 17 May 2022 20:43:00 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

utils/simh/BUILD | 3 +--
utils/simh/DEPENDS | 3 +++
utils/simh/DETAILS | 9 +++++----
utils/simh/HISTORY | 4 ++++
utils/simh/INSTALL | 3 ++-
5 files changed, 15 insertions(+), 7 deletions(-)

New commits:
commit 54211a09b55074ca2f931e2e2cdcfeb135b2f270
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

simh 3.12-2

diff --git a/utils/simh/BUILD b/utils/simh/BUILD
index 4a6c2fb..440d013 100755
--- a/utils/simh/BUILD
+++ b/utils/simh/BUILD
@@ -1,2 +1 @@
-mkdir -p BIN &&
-make -f makefile
+make -C sim -f makefile CC_STD='-std=c99 -fcommon'
diff --git a/utils/simh/DEPENDS b/utils/simh/DEPENDS
new file mode 100755
index 0000000..604ee94
--- /dev/null
+++ b/utils/simh/DEPENDS
@@ -0,0 +1,3 @@
+depends libpng &&
+depends pcre &&
+depends zlib
diff --git a/utils/simh/DETAILS b/utils/simh/DETAILS
index 4720cd4..df804bb 100755
--- a/utils/simh/DETAILS
+++ b/utils/simh/DETAILS
@@ -1,13 +1,14 @@
SPELL=simh
- VERSION=3.8-1
+ VERSION=3.12-2
SOURCE="${SPELL}v${VERSION/./}.zip"
SOURCE_URL[0]=http://${SPELL}.trailing-edge.com/sources/${SOURCE}
-
SOURCE_HASH=sha512:b9ff1c2a9d52df98ca99f243dd89102f3afa9018d03990cefecb1fbf1c9d5244cc00335ada7d190d6890f81db9cd4606b02ab1b620854b8de7b2f489a74f1bdb
+
SOURCE_HASH=sha512:f6e593e07b536901160e53b6825a261107a2ea3655917b33ae53a104a969e518f37170852558b65abe4819e569e4f35ca41f4ea843b78c9af25b74cb83dacec2
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://simh.trailing-edge.com/";
LICENSE[0]="PD"
ENTERED=20100308
- DOCS="0readme*"
+ DOCS="sim/0readme*.txt sim/*/*.txt"
+ DOC_DIRS="sim/doc/"
KEYWORDS="utils emulator"
SHORT="SIMH is a highly portable, multi-system simulator"
cat << EOF
@@ -16,7 +17,7 @@ SIMH is a highly portable, multi-system simulator.
SIMH implements simulators for:
* Data General Nova, Eclipse
* Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9, PDP-10,
-PDP-11, PDP-15, VAX
+ PDP-11, PDP-15, VAX
* GRI Corporation GRI-909, GRI-99
* IBM 1401, 1620, 1130, 7090/7094, System 3
* Interdata (Perkin-Elmer) 16b and 32b systems
diff --git a/utils/simh/HISTORY b/utils/simh/HISTORY
index bc8eae4..34d5712 100644
--- a/utils/simh/HISTORY
+++ b/utils/simh/HISTORY
@@ -1,3 +1,7 @@
+2022-05-17 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, INSTALL: updated spell to 3.12-2
+ * DEPENDS: added missing dependencies
+
2010-03-09 Pol Vinogradov <vin.public AT gmail.com>
* BUILD, DETAILS, INSTALL, PRE_BUILD: spell created

diff --git a/utils/simh/INSTALL b/utils/simh/INSTALL
index ea132e8..cda1434 100755
--- a/utils/simh/INSTALL
+++ b/utils/simh/INSTALL
@@ -1 +1,2 @@
-cp BIN/* ${INSTALL_ROOT}/usr/bin/
+find sim/BIN -maxdepth 1 -type f \
+ -exec install -v -t "$INSTALL_ROOT"/usr/bin {} +



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (54211a09b55074ca2f931e2e2cdcfeb135b2f270), Ismael Luceno, 05/17/2022

Archive powered by MHonArc 2.6.24.

Top of Page