From will@blackdawn.com  Thu Dec  9 11:28:33 1999
Return-Path: <will@blackdawn.com>
Received: from blackdawn.com (deepspace9.dcds.edu [207.231.151.2])
	by hub.freebsd.org (Postfix) with ESMTP id BC46014A05
	for <FreeBSD-gnats-submit@FreeBSD.ORG>; Thu,  9 Dec 1999 11:28:31 -0800 (PST)
	(envelope-from will@blackdawn.com)
Received: (from root@localhost)
	by blackdawn.com (8.9.3/8.9.3) id OAA03523;
	Thu, 9 Dec 1999 14:28:26 -0500 (EST)
	(envelope-from will)
Message-Id: <199912091928.OAA03523@blackdawn.com>
Date: Thu, 9 Dec 1999 14:28:26 -0500 (EST)
From: Will Andrews <andrews@technologist.com>
Sender: will@blackdawn.com
Reply-To: Will Andrews <andrews@technologist.com>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: fix port x11-wm/wmanager for bento
X-Send-Pr-Version: 3.2

>Number:         15386
>Category:       ports
>Synopsis:       fix port x11-wm/wmanager for bento
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec  9 11:30:01 PST 1999
>Closed-Date:    Fri Dec 10 08:50:32 PST 1999
>Last-Modified:  Fri Dec 10 08:51:03 PST 1999
>Originator:     Will Andrews
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Tue Nov 30 10:14:31 EST 1999     root@argon.blackdawn.com:/usr/src/sys/compile/ARGON  i386

>Description:

Apparently the program requires USE_NEWGCC (<iostream> include..).
Additionally, there was a BIG boo-boo in the original Makefile.

>How-To-Repeat:

Use the diff to update the current port.

>Fix:

diff -urN wmanager/Makefile wmanager.new/Makefile
--- wmanager/Makefile	Sun Dec  5 19:50:05 1999
+++ wmanager.new/Makefile	Thu Dec  9 14:23:52 1999
@@ -19,6 +19,7 @@
 USE_BZIP2=	yes
 USE_GMAKE=	yes
 USE_X_PREFIX=	yes
+USE_NEWGCC=	yes
 MAKE_ENV=	prefix=${PREFIX}
 
 WRKSRC=		${WRKDIR}/wmanager
@@ -37,7 +38,7 @@
 	@${ECHO}
 	@${ECHO} "Docs have been installed in ${PREFIX}/share/wmanager/."
 	@${ECHO} "You are advised to have a look at the sample .wmanagerrc"
-	@${ECHO} "and .xinitrc's available there.
+	@${ECHO} "and .xinitrc's available there."
 	@${ECHO}
 
 .endif

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: wes 
State-Changed-When: Fri Dec 10 08:50:32 PST 1999 
State-Changed-Why:  
committed the patch, thanks again Will. 
>Unformatted:
