NetBSD Problem Report #49274

From rhialto@falu.nl  Sat Oct 11 13:55:06 2014
Return-Path: <rhialto@falu.nl>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 562B3A65E3
	for <gnats-bugs@gnats.NetBSD.org>; Sat, 11 Oct 2014 13:55:06 +0000 (UTC)
Message-Id: <201410111355.s9BDt0lw012989@murthe.falu.nl>
Date: Sat, 11 Oct 2014 15:55:00 +0200 (CEST)
From: rhialto@falu.nl
Reply-To: rhialto@falu.nl
To: gnats-bugs@gnats.NetBSD.org
Cc: rhialto@falu.nl
Subject: Adds some RiscOS modules to install of emulators/arcem
X-Send-Pr-Version: 3.95

>Number:         49274
>Category:       pkg
>Synopsis:       Adds some RiscOS modules to install of emulators/arcem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    bsiegert
>State:          closed
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 11 14:00:00 +0000 2014
>Closed-Date:    Fri Nov 28 12:03:29 +0000 2014
>Last-Modified:  Fri Nov 28 12:03:29 +0000 2014
>Originator:     Rhialto
>Release:        NetBSD 6.1.5 pkgsrc-2014Q3
>Organization:

>Environment:


System: NetBSD murthe.falu.nl 6.1.5 NetBSD 6.1.5 (MURTHE6.1.5) #0: Sun Oct 5 01:15:04 CEST 2014 rhialto@vargaz.falu.nl:/usr/src/sys/arch/amd64/compile/MURTHE6.1.5 amd64
Architecture: x86_64
Machine: amd64
>Description:
	The user manual for arcem mentioned RiscOS extension modules
	(http://arcem.sourceforge.net/manual/arcem-1.50.html)
	but they were not installed in the package.
	I discovered that they are included, pre-assembled, in the source
	distribution.
>How-To-Repeat:

	Read the user manual.
>Fix:
	I've added them to the installed files.

Index: MESSAGE
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/arcem/MESSAGE,v
retrieving revision 1.4
diff -u -r1.4 MESSAGE
--- MESSAGE	3 Dec 2004 15:15:23 -0000	1.4
+++ MESSAGE	11 Oct 2014 13:45:49 -0000
@@ -7,10 +7,17 @@
 file needs to be writable by you. For example:

   $ mkdir ~/Archimedes
-  $ cp ${PREFIX}/share/arcem/* ~/Archimedes
+  $ cp -p ${PREFIX}/share/arcem/* ~/Archimedes
   $ cp ~/Archimedes/dot.arcemrc ~/.arcemrc
   $ cd ~/Archimedes
   $ chmod +w HardImage1
+  $ mkdir extnrom hostfs        # note [1]
+  $ mv *,ffa extnrom            # note [1]
+  $ mv *,ffb hostfs             # note [1]
   $ arcem

+[1] If you run RiscOS, you can use the HostFS file system.
+Files from the hostfs file will be visible.
+
+
 ===========================================================================
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/arcem/Makefile,v
retrieving revision 1.24
diff -u -r1.24 Makefile
--- Makefile	11 Nov 2013 16:44:45 -0000	1.24
+++ Makefile	11 Oct 2014 13:45:49 -0000
@@ -39,6 +39,22 @@
 		${DESTDIR}${PREFIX}/share/arcem/dot.arcemrc
 	${INSTALL_DATA} ${WRKSRC}/hexcmos \
 		${DESTDIR}${PREFIX}/share/arcem/hexcmos
+	${INSTALL_DATA} ${WRKSRC}/support_modules/hostfs/hostfs,ffa \
+		${DESTDIR}${PREFIX}/share/arcem/hostfs,ffa
+	${INSTALL_DATA} ${WRKSRC}/support_modules/hostfs/hostfsfiler,ffa \
+		${DESTDIR}${PREFIX}/share/arcem/hostfsfiler,ffa
+	${INSTALL_DATA} ${WRKSRC}/support_modules/modes/ArcemModes,ffa \
+		${DESTDIR}${PREFIX}/share/arcem/ArcemModes,ffa
+	${INSTALL_DATA} ${WRKSRC}/support_modules/modes/MakeModes,ffb \
+		${DESTDIR}${PREFIX}/share/arcem/MakeModes,ffb
+	${INSTALL_DATA} ${WRKSRC}/support_modules/modes/ModeGen,ffb \
+		${DESTDIR}${PREFIX}/share/arcem/ModeGen,ffb
+	${INSTALL_DATA} ${WRKSRC}/support_modules/modes/README \
+		${DESTDIR}${PREFIX}/share/arcem/README.Modes
+	${INSTALL_DATA} ${WRKSRC}/support_modules/scrollwheel/scrollwheel,ffa \
+		${DESTDIR}${PREFIX}/share/arcem/scrollwheel,ffa
+	${INSTALL_DATA} ${WRKSRC}/support_modules/support/support,ffa \
+		${DESTDIR}${PREFIX}/share/arcem/support,ffa

 .include "../../x11/libXext/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/arcem/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- PLIST	14 Jun 2009 17:51:01 -0000	1.4
+++ PLIST	11 Oct 2014 13:45:49 -0000
@@ -1,9 +1,17 @@
 @comment $NetBSD: PLIST,v 1.4 2009/06/14 17:51:01 joerg Exp $
 bin/arcem
+share/arcem/ArcemModes,ffa
 share/arcem/HardImage1
+share/arcem/MakeModes,ffb
+share/arcem/ModeGen,ffb
+share/arcem/README.Modes
 share/arcem/ROM
 share/arcem/dot.arcemrc
 share/arcem/hexcmos
+share/arcem/hostfs,ffa
+share/arcem/hostfsfiler,ffa
+share/arcem/scrollwheel,ffa
+share/arcem/support,ffa
 @comment share/arcem/hexcmos.2
 @comment share/arcem/README
 @comment share/arcem/README.OrElse


-Olaf.
-- 
___ Olaf 'Rhialto' Seibert  -- The Doctor: No, 'eureka' is Greek for
\X/ rhialto/at/xs4all.nl    -- 'this bath is too hot.'

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: pkg-manager->bsiegert
Responsible-Changed-By: bsiegert@NetBSD.org
Responsible-Changed-When: Fri, 28 Nov 2014 11:57:59 +0000
Responsible-Changed-Why:
Taking this.


From: "Benny Siegert" <bsiegert@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49274 CVS commit: pkgsrc/emulators/arcem
Date: Fri, 28 Nov 2014 11:58:50 +0000

 Module Name:	pkgsrc
 Committed By:	bsiegert
 Date:		Fri Nov 28 11:58:50 UTC 2014

 Modified Files:
 	pkgsrc/emulators/arcem: MESSAGE Makefile PLIST

 Log Message:
 Add RiscOS extension modules to the package. Patch from Rhialto in
 PR pkg/49274.


 To generate a diff of this commit:
 cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/arcem/MESSAGE \
     pkgsrc/emulators/arcem/PLIST
 cvs rdiff -u -r1.24 -r1.25 pkgsrc/emulators/arcem/Makefile

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

State-Changed-From-To: open->closed
State-Changed-By: bsiegert@NetBSD.org
State-Changed-When: Fri, 28 Nov 2014 12:03:29 +0000
State-Changed-Why:
Patch applied, thanks!


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.