From nobody@FreeBSD.org  Tue Jan  5 12:56:48 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D93CD106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  5 Jan 2010 12:56:48 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C6C418FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Tue,  5 Jan 2010 12:56:48 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o05Cum3G072258
	for <freebsd-gnats-submit@FreeBSD.org>; Tue, 5 Jan 2010 12:56:48 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o05CumnE072257;
	Tue, 5 Jan 2010 12:56:48 GMT
	(envelope-from nobody)
Message-Id: <201001051256.o05CumnE072257@www.freebsd.org>
Date: Tue, 5 Jan 2010 12:56:48 GMT
From: Rob Farmer <rfarmer@predatorlabs.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [PATCH] editors/aee Respect CC, fix XAE, take maintainership
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         142344
>Category:       ports
>Synopsis:       [PATCH] editors/aee Respect CC, fix XAE, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    wxs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 05 13:00:11 UTC 2010
>Closed-Date:    Mon Jan 11 14:21:08 UTC 2010
>Last-Modified:  Mon Jan 11 14:30:01 UTC 2010
>Originator:     Rob Farmer
>Release:        9.0-CURRENT
>Organization:
>Environment:
FreeBSD amethyst.predatorlabs.net 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r201473: Mon Jan  4 19:10:44 PST 2010     rfarmer@amethyst.predatorlabs.net:/usr/obj/usr/src/sys/AMETHYST  i386
>Description:
* Respect ${CC}
* Fix build when XAE is selected
* Take maintainership
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN aee.old/Makefile aee/Makefile
--- aee.old/Makefile	2010-01-04 23:27:50.000000000 -0800
+++ aee/Makefile	2010-01-05 04:34:57.000000000 -0800
@@ -7,11 +7,11 @@
 
 PORTNAME=	aee
 PORTVERSION=	2.2.15b
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	editors
 MASTER_SITES=	http://mahon.cwx.net/sources/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	rfarmer@predatorlabs.net
 COMMENT=	An easy editor with both curses and X11 interfaces
 
 OPTIONS=	XAE "Build X11 version 'xae'" off
@@ -31,6 +31,12 @@
 
 MAN1=		aee.1
 
+post-patch:
+	@${REINPLACE_CMD} -e 's|cc|${CC}|g' ${WRKSRC}/create.mk.aee
+	@${REINPLACE_CMD} -e 's|cc|${CC}|g' ${WRKSRC}/create.mk.xae
+	@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \
+		${WRKSRC}/create.mk.xae
+
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/aee ${PREFIX}/bin
 	${LN} ${PREFIX}/bin/aee ${PREFIX}/bin/rae


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->wxs 
Responsible-Changed-By: wxs 
Responsible-Changed-When: Tue Jan 5 14:41:30 UTC 2010 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=142344 
State-Changed-From-To: open->closed 
State-Changed-By: wxs 
State-Changed-When: Mon Jan 11 14:21:07 UTC 2010 
State-Changed-Why:  
Committed without bumping PORTREVISION as it is not necessary (no 
functional changes in the package and it's just a build fix) 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/142344: commit references a PR
Date: Mon, 11 Jan 2010 14:20:36 +0000 (UTC)

 wxs         2010-01-11 14:20:23 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/aee          Makefile 
   Log:
   - Respect CC
   - Fix build with X option
   - Pass maintainer to submitter
   
   PR:             ports/142344
   Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
   
   Revision  Changes    Path
   1.13      +7 -1      ports/editors/aee/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:
