Subject: pkg/35338: Patch for pkg/34820
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: None <mwicks@gaspra.kettering.edu>
List: pkgsrc-bugs
Date: 12/29/2006 06:20:00
	Note: There was a bad value `' for the field `Class'.
	It was set to the default value of `sw-bug'.

>Number:         35338
>Category:       pkg
>Synopsis:       Patch for pkg/34820
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Dec 29 06:20:00 +0000 2006
>Originator:     Mark A. Wicks
>Release:        NetBSD 4.0_BETA2
>Organization:
Kettering University
>Environment:
System: NetBSD gaspra.kettering.edu 4.0_BETA2 NetBSD 4.0_BETA2 (GASPRA-4.0) #2: Mon Dec 11 13:09:07 EST 2006 mwicks@gaspra.kettering.edu:/var/tmp/build/sys/arch/i386/compile/GASPRA-4.0 i386
Architecture: i386
Machine: i386
>Description:
	As explained in pkg/34820, pvm3 fails to compile on recent versions of
NetBSD (4.0_BETA2 and 4.99).
>How-To-Repeat:
	Build pvm3 with a current version of NetBSD
>Fix:
	Here's a patch:

*** src/global.h.orig	Mon Dec 11 00:25:10 2006
--- src/global.h	Mon Dec 11 00:25:10 2006
***************
*** 318,323 ****
--- 318,325 ----
  
  /* General Trace Globals Declarations */
  
+ #include "pvmtev.h"
+ 
  extern	struct Pvmtevdid pvmtevdidlist[];
  
  extern	struct Pvmtevinfo pvmtevinfo[];