Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 1999 14:28:26 -0500 (EST)
From:      Will Andrews <andrews@technologist.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/15386: fix port x11-wm/wmanager for bento
Message-ID:  <199912091928.OAA03523@blackdawn.com>

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

>Number:         15386
>Category:       ports
>Synopsis:       fix port x11-wm/wmanager for bento
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec  9 11:30:01 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>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?199912091928.OAA03523>