pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/gxemul fix root device for pmax.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/15f750aa3dc9
branches:  trunk
changeset: 364572:15f750aa3dc9
user:      christos <christos%pkgsrc.org@localhost>
date:      Thu Jun 29 17:51:46 2017 +0000

description:
fix root device for pmax.

diffstat:

 emulators/gxemul/Makefile                                    |   4 +-
 emulators/gxemul/distinfo                                    |   3 +-
 emulators/gxemul/patches/patch-src_machines_machine__pmax.cc |  15 ++++++++++++
 3 files changed, 19 insertions(+), 3 deletions(-)

diffs (46 lines):

diff -r 7a759e250d94 -r 15f750aa3dc9 emulators/gxemul/Makefile
--- a/emulators/gxemul/Makefile Thu Jun 29 17:19:20 2017 +0000
+++ b/emulators/gxemul/Makefile Thu Jun 29 17:51:46 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.56 2017/05/15 01:45:49 christos Exp $
+# $NetBSD: Makefile,v 1.57 2017/06/29 17:51:46 christos Exp $
 
 DISTNAME=      gxemul-0.6.0.1
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    emulators
 MASTER_SITES=  http://gxemul.sourceforge.net/src/
 
diff -r 7a759e250d94 -r 15f750aa3dc9 emulators/gxemul/distinfo
--- a/emulators/gxemul/distinfo Thu Jun 29 17:19:20 2017 +0000
+++ b/emulators/gxemul/distinfo Thu Jun 29 17:51:46 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.46 2017/05/15 01:45:49 christos Exp $
+$NetBSD: distinfo,v 1.47 2017/06/29 17:51:46 christos Exp $
 
 SHA1 (gxemul-0.6.0.1.tar.gz) = 8a9b7a6c08628c2a59a6e7e9c7c449c3826b4744
 RMD160 (gxemul-0.6.0.1.tar.gz) = 6943173d4149bfe40218715b8ed2c82b5b361e50
@@ -18,3 +18,4 @@
 SHA1 (patch-src_include_components_M88K__CPUComponent.h) = afd07ae4df33d0c0a9d3d8c15dca4ef9ee7dd916
 SHA1 (patch-src_include_components_MIPS__CPUComponent.h) = 4e49da9af0d220a1ea7c4520d8e7e53d8d84c155
 SHA1 (patch-src_include_refcount__ptr.h) = 8021524ff16d3a9de65bb6188fb8c07296c5c3b7
+SHA1 (patch-src_machines_machine__pmax.cc) = 19b97031837f9fa911b02d624f824834ce8c0e89
diff -r 7a759e250d94 -r 15f750aa3dc9 emulators/gxemul/patches/patch-src_machines_machine__pmax.cc
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/gxemul/patches/patch-src_machines_machine__pmax.cc      Thu Jun 29 17:51:46 2017 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_machines_machine__pmax.cc,v 1.1 2017/06/29 17:51:46 christos Exp $
+
+sd0 -> rz0 so we can find our boot device.
+
+--- src/machines/machine_pmax.cc.orig  2017-06-29 13:46:24.964078725 -0400
++++ src/machines/machine_pmax.cc       2017-06-29 13:46:39.643612752 -0400
+@@ -789,7 +789,7 @@
+                       strlcpy(bootpath, "rz(0,0,0)", sizeof(bootpath));
+               else
+ #endif
+-                      strlcpy(bootpath, "5/rz1/", sizeof(bootpath));
++                      strlcpy(bootpath, "5/rz0/", sizeof(bootpath));
+ 
+               if (machine->bootdev_id < 0 || machine->force_netboot) {
+                       /*  tftp boot:  */



Home | Main Index | Thread Index | Old Index