From rafan@svm.csie.ntu.edu.tw  Thu Nov 30 11:08:47 2006
Return-Path: <rafan@svm.csie.ntu.edu.tw>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id D449216A407
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Nov 2006 11:08:47 +0000 (UTC)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: from svm.csie.ntu.edu.tw (svm.csie.ntu.edu.tw [140.112.90.75])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1980543CAB
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 30 Nov 2006 11:08:39 +0000 (GMT)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: from svm.csie.ntu.edu.tw (localhost [127.0.0.1])
	by svm.csie.ntu.edu.tw (8.13.8/8.13.8) with ESMTP id kAUB8kpP021203;
	Thu, 30 Nov 2006 19:08:46 +0800 (CST)
	(envelope-from rafan@svm.csie.ntu.edu.tw)
Received: (from rafan@localhost)
	by svm.csie.ntu.edu.tw (8.13.8/8.13.8/Submit) id kAUB8k1o029220;
	Thu, 30 Nov 2006 19:08:46 +0800 (CST)
	(envelope-from rafan)
Message-Id: <200611301108.kAUB8k1o029220@svm.csie.ntu.edu.tw>
Date: Thu, 30 Nov 2006 19:08:46 +0800 (CST)
From: Rong-En Fan <rafan@freebsd.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ppl@nbnet.nb.ca
Subject: [PATCH] x11-wm/weewm: Respect X11BASE and CC
X-Send-Pr-Version: 3.113
X-GNATS-Notify: ppl@nbnet.nb.ca

>Number:         106058
>Category:       ports
>Synopsis:       [PATCH] x11-wm/weewm: Respect X11BASE and CC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rafan
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Nov 30 11:10:07 GMT 2006
>Closed-Date:    Thu Nov 30 13:22:04 GMT 2006
>Last-Modified:  Thu Nov 30 13:30:13 GMT 2006
>Originator:     Rong-En Fan
>Release:        FreeBSD 6.2-PRERELEASE amd64
>Organization:
NTU CSIE
>Environment:
>Description:
- Respect X11BASE and CC

Port maintainer (ppl@nbnet.nb.ca) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- weewm-0.0.2,1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /big/freebsd-cvsup/ncvs/ports/x11-wm/weewm/Makefile,v
retrieving revision 1.4
diff -u -u -r1.4 Makefile
--- Makefile	8 Oct 2005 04:00:02 -0000	1.4
+++ Makefile	30 Nov 2006 11:08:24 -0000
@@ -17,6 +17,10 @@
 PLIST_FILES=	bin/weewm
 USE_X_PREFIX=	yes
 
+post-patch:
+	@${REINPLACE_CMD} -e 's,^CC=,CC?=,' -e 's,/usr/X11R6,${X11BASE},g' \
+		${WRKSRC}/src/Makefile
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/src/weewm ${PREFIX}/bin
 
--- weewm-0.0.2,1.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rafan 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Nov 30 11:10:53 UTC 2006 
Responsible-Changed-Why:  
Submitter has GNATS access 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106058 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Nov 30 11:11:07 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106058 

From: "Pierre-Paul Lavoie" <ppl@idios.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/106058: [PATCH] x11-wm/weewm: Respect X11BASE and CC
Date: Thu, 30 Nov 2006 07:50:09 -0400

 I approve this patch.
 
 On Thu, 30 Nov 2006 11:11:02 UT, Edwin Groothuis <edwin@freebsd.org> wrote:
 > Maintainer of x11-wm/weewm,
 >
 > Please note that PR ports/106058 has just been submitted.
 >
 > If it contains a patch for an upgrade, an enhancement or a bug fix
 > you agree on, reply to this email stating that you approve the patch
 > and a committer will take care of it.
 >
 > The full text of the PR can be found at:
 >     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/106058
 >
 > --
 > Edwin Groothuis
 > edwin@FreeBSD.org
 >
State-Changed-From-To: feedback->closed 
State-Changed-By: rafan 
State-Changed-When: Thu Nov 30 13:22:02 UTC 2006 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=106058 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/106058: commit references a PR
Date: Thu, 30 Nov 2006 13:21:49 +0000 (UTC)

 rafan       2006-11-30 13:21:38 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11-wm/weewm         Makefile 
   Log:
   - Respect X11BASE
   - Respect CC
   
   PR:             ports/106058
   Submitted by:   rafan
   Approved by:    Pierre-Paul Lavoie <ppl at idios.org> (maintainer)
   
   Revision  Changes    Path
   1.5       +4 -0      ports/x11-wm/weewm/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
