Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Aug 2002 21:54:51 +0100
From:      Simon Dick <simond@irrelevant.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/41983: Maintainer port update: x11-fm/worker
Message-ID:  <E17ihvn-000JAx-00@nelly.internal.irrelevant.org>

next in thread | raw e-mail | index | archive | help

>Number:         41983
>Category:       ports
>Synopsis:       Maintainer port update: x11-fm/worker
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 24 14:00:02 PDT 2002
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E17ihvn-000JAx-00>