Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Aug 2001 06:31:44 -0400 (EDT)
From:      pat@databits.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29701: Add to the post-patch for x11-wm/windowmaker
Message-ID:  <200108141031.f7EAViH07919@cc92687-a.wlgrv1.pa.home.com>

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

>Number:         29701
>Category:       ports
>Synopsis:       Add to the post-patch for x11-wm/windowmaker
>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:   Tue Aug 14 03:40:03 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Patrick Li
>Release:        FreeBSD 4.4-PRERELEASE i386
>Organization:
N/A
>Environment:
System: FreeBSD bottlenek 4.4-PRERELEASE FreeBSD 4.4-PRERELEASE #0: Mon Aug 13 19:08:19 EDT 2001 pat@bottlenek:/usr/src/sys/compile/BOTTLENEK i386
>Description:
Make X11BASE and LOCALBASE safe
>How-To-Repeat:
N/A
>Fix:
diff -ruN /usr/ports/x11-wm/windowmaker/Makefile windowmaker/Makefile
--- /usr/ports/x11-wm/windowmaker/Makefile	Mon Aug  6 09:34:15 2001
+++ windowmaker/Makefile	Tue Aug 14 05:53:33 2001
@@ -69,6 +69,10 @@
 	@${PERL} -pi -e "s|%%PERL%%|${PERL}|g" ${WRKSRC}/util/wm-oldmenu2new
 	@${PERL} -pi -e "s|/usr/local/GNUstep|${PREFIX}/GNUstep|g" \
 		${WRKSRC}/WindowMaker/*menu*
+	@${PERL} -pi -e "s|/usr/local|${LOCALBASE}|g" \
+		${WRKSRC}/WindowMaker/*menu*
+	@${PERL} -pi -e "s|/usr/X11R6|${X11BASE}|g" \
+		${WRKSRC}/WindowMaker/*menu*
 
 post-install:
 	@${MKDIR} ${PREFIX}/share/WindowMaker/Sounds
>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?200108141031.f7EAViH07919>