From simond@irrelevant.org  Sat Aug 24 13:54:53 2002
Return-Path: <simond@irrelevant.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 6DD0A37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Aug 2002 13:54:53 -0700 (PDT)
Received: from nelly.internal.irrelevant.org (81-86-164-179.dsl.pipex.com [81.86.164.179])
	by mx1.FreeBSD.org (Postfix) with ESMTP id AE0DD43E3B
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Aug 2002 13:54:52 -0700 (PDT)
	(envelope-from simond@irrelevant.org)
Received: from simond by nelly.internal.irrelevant.org with local (Exim 3.36 #1)
	id 17ihvn-000JAx-00
	for FreeBSD-gnats-submit@freebsd.org; Sat, 24 Aug 2002 21:54:51 +0100
Message-Id: <E17ihvn-000JAx-00@nelly.internal.irrelevant.org>
Date: Sat, 24 Aug 2002 21:54:51 +0100
From: Simon Dick <simond@irrelevant.org>
Reply-To: Simon Dick <simond@irrelevant.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer port update: x11-fm/worker
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         41983
>Category:       ports
>Synopsis:       Maintainer port update: x11-fm/worker
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 24 14:00:02 PDT 2002
>Closed-Date:    Mon Aug 26 13:10:30 PDT 2002
>Last-Modified:  Mon Aug 26 13:10:30 PDT 2002
>Originator:     Simon Dick
>Release:        FreeBSD 4.6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD nelly.internal.irrelevant.org 4.6.2-RELEASE FreeBSD 4.6.2-RELEASE #0: Sat Aug 24 14:08:44 BST 2002 root@nelly.internal.irrelevant.org:/usr/obj/usr/src/sys/ELEPHANT i386


	
>Description:

worker doesn't compile under -current as it is. This patch fixes that
while not stopping it compiling under 4.x

>How-To-Repeat:
>Fix:

Add the following patch as files/patch-src::wpucontext.h

--- src/wpucontext.h~	Mon Aug 19 00:15:26 2002
+++ src/wpucontext.h	Sat Aug 24 21:42:41 2002
@@ -51,7 +51,7 @@
 class WPUContext
 {
 public:
-  WPUContext( Worker *, List *coms, ActionMessage *msg = NULL );
+  WPUContext( Worker *, List *coms, ActionMessage *msg );
   ~WPUContext();
   int continueAtLabel( const char *label );
   void push( int nr, std::string elem );
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: obraun 
State-Changed-When: Mon Aug 26 13:09:09 PDT 2002 
State-Changed-Why:  
Superceded by PR ports/42032. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=41983 
>Unformatted:
