pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/gxemul



Module Name:    pkgsrc
Committed By:   christos
Date:           Thu Jun 29 17:51:46 UTC 2017

Modified Files:
        pkgsrc/emulators/gxemul: Makefile distinfo
Added Files:
        pkgsrc/emulators/gxemul/patches: patch-src_machines_machine__pmax.cc

Log Message:
fix root device for pmax.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/emulators/gxemul/Makefile
cvs rdiff -u -r1.46 -r1.47 pkgsrc/emulators/gxemul/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/emulators/gxemul/patches/patch-src_machines_machine__pmax.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/gxemul/Makefile
diff -u pkgsrc/emulators/gxemul/Makefile:1.56 pkgsrc/emulators/gxemul/Makefile:1.57
--- pkgsrc/emulators/gxemul/Makefile:1.56       Sun May 14 21:45:49 2017
+++ pkgsrc/emulators/gxemul/Makefile    Thu Jun 29 13:51:46 2017
@@ -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/
 

Index: pkgsrc/emulators/gxemul/distinfo
diff -u pkgsrc/emulators/gxemul/distinfo:1.46 pkgsrc/emulators/gxemul/distinfo:1.47
--- pkgsrc/emulators/gxemul/distinfo:1.46       Sun May 14 21:45:49 2017
+++ pkgsrc/emulators/gxemul/distinfo    Thu Jun 29 13:51:46 2017
@@ -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_CPUDy
 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

Added files:

Index: pkgsrc/emulators/gxemul/patches/patch-src_machines_machine__pmax.cc
diff -u /dev/null pkgsrc/emulators/gxemul/patches/patch-src_machines_machine__pmax.cc:1.1
--- /dev/null   Thu Jun 29 13:51:46 2017
+++ pkgsrc/emulators/gxemul/patches/patch-src_machines_machine__pmax.cc Thu Jun 29 13:51:46 2017
@@ -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