Received: by mail.netbsd.org (Postfix, from userid 605) id A870884DD0; Thu, 29 Jun 2017 17:51:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 37B1984DBF for ; Thu, 29 Jun 2017 17:51:47 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eTR7mhfbi5Gs for ; Thu, 29 Jun 2017 17:51:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id ABFC084DA6 for ; Thu, 29 Jun 2017 17:51:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A7593FAE8; Thu, 29 Jun 2017 17:51:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1498758706135430" MIME-Version: 1.0 Date: Thu, 29 Jun 2017 13:51:46 -0400 From: "Christos Zoulas" Subject: CVS commit: pkgsrc/emulators/gxemul To: pkgsrc-changes@NetBSD.org Reply-To: christos@netbsd.org X-Mailer: log_accum Message-Id: <20170629175146.A7593FAE8@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1498758706135430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1498758706135430 Content-Disposition: inline Content-Length: 2422 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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: */ --_----------=_1498758706135430--