FreeBSD Bugzilla – Attachment 229966 Details for
Bug 254553
[NEW PORT] emulators/dps8m: simh based simulator for the Honeywell h6180/dps8m Multics processor
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for dps8m (WIP) v2
dps8m-20-cleanup-2.patch (text/plain), 2.67 KB, created by
Daniel Engberg
on 2021-12-07 22:44:53 UTC
(
hide
)
Description:
Patch for dps8m (WIP) v2
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2021-12-07 22:44:53 UTC
Size:
2.67 KB
patch
obsolete
>diff --git a/emulators/dps8m/Makefile b/emulators/dps8m/Makefile >new file mode 100644 >index 000000000000..555e7ca9d278 >--- /dev/null >+++ b/emulators/dps8m/Makefile >@@ -0,0 +1,41 @@ >+PORTNAME= dps8m >+DISTVERSION= 2.0.1rc2.20211124 >+CATEGORIES= emulators >+ >+MAINTAINER= gspurki@gmail.com >+COMMENT= SIMH based simulator for the Honeywell h6180/dps8m Multics processor >+ >+LICENSE= ICU >+LICENSE_NAME= ICU license >+LICENSE_FILE= ${WRKSRC}/LICENSE.md >+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept >+ >+ONLY_FOR_ARCHS= aarch64 amd64 >+ONLY_FOR_ARCHS_REASON= __uint128_t is only implemented on 64-bit platforms >+ >+LIB_DEPENDS= libuv.so:devel/libuv >+ >+USES= gmake >+ >+USE_GITLAB= yes >+GL_COMMIT= 572f79bb4f0f84a8b16c3892c894c2b9ed64b458 >+ >+MAKEFILE= GNUmakefile >+ >+MAKE_ARGS+= V=1 ATOMICS=BSD >+ >+PLIST_FILES= bin/dps8 \ >+ bin/prt2pdf \ >+ bin/punutil >+ >+do-install: >+ ${INSTALL_PROGRAM} ${WRKSRC}/src/dps8/dps8 ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_PROGRAM} ${WRKSRC}/src/prt2pdf/prt2pdf ${STAGEDIR}${PREFIX}/bin >+ ${INSTALL_PROGRAM} ${WRKSRC}/src/punutil/punutil ${STAGEDIR}${PREFIX}/bin >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dps8 >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/prt2pdf >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/punutil >+ >+.include <bsd.port.mk> >diff --git a/emulators/dps8m/distinfo b/emulators/dps8m/distinfo >new file mode 100644 >index 000000000000..ca7d2920c191 >--- /dev/null >+++ b/emulators/dps8m/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1638915391 >+SHA256 (dps8m-dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458_GL0.tar.gz) = 9416cf5b5198f795af913b9f0cae24cb6237693f8a53b84500b60a55d5d32550 >+SIZE (dps8m-dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458_GL0.tar.gz) = 1928413 >diff --git a/emulators/dps8m/files/patch-src_Makefile.mk b/emulators/dps8m/files/patch-src_Makefile.mk >new file mode 100644 >index 000000000000..1a6461794d3e >--- /dev/null >+++ b/emulators/dps8m/files/patch-src_Makefile.mk >@@ -0,0 +1,11 @@ >+--- src/Makefile.mk.orig 2021-12-07 20:32:53 UTC >++++ src/Makefile.mk >+@@ -163,7 +163,7 @@ endif >+ # Default FLAGS >+ >+ ifndef SUNPRO >+- CFLAGS += -Wall -g3 -O3 -fno-strict-aliasing >++ CFLAGS += -Wall -fno-strict-aliasing >+ endif >+ CFLAGS += $(X_FLAGS) >+ LDFLAGS += $(X_FLAGS) >diff --git a/emulators/dps8m/pkg-descr b/emulators/dps8m/pkg-descr >new file mode 100644 >index 000000000000..b2b256b2afab >--- /dev/null >+++ b/emulators/dps8m/pkg-descr >@@ -0,0 +1,9 @@ >+SIMH based simulator for the Honeywell h6180/dps8m Multics processor. >+Capable of booting Multics MR12.5 and Multics MR12.6f. >+ >+The fastest way to your running Multics-system is the >+Quickstart Image, downloadable from: >+ >+https://multics-wiki.swenson.org/index.php/Main_Page >+ >+WWW: http://ringzero.wikidot.com
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254553
:
223575
|
223823
|
229270
| 229966