From venture37@geeklan.co.uk  Sun Jun  3 23:29:50 2012
Return-Path: <venture37@geeklan.co.uk>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 00D8F106564A
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Jun 2012 23:29:50 +0000 (UTC)
	(envelope-from venture37@geeklan.co.uk)
Received: from host1.hosts.geeklan.co.uk (host1.hosts.geeklan.co.uk [IPv6:2001:4978:254:48::1])
	by mx1.freebsd.org (Postfix) with ESMTP id C94F18FC18
	for <FreeBSD-gnats-submit@freebsd.org>; Sun,  3 Jun 2012 23:29:49 +0000 (UTC)
Received: from Sevans-MacBook-Pro.local (cpc2-brig17-2-0-cust527.3-3.cable.virginmedia.com [81.101.198.16])
	(using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits))
	(No client certificate requested)
	by host1.hosts.geeklan.co.uk (Postfix) with ESMTPSA id 74B5E1443AE;
	Mon,  4 Jun 2012 00:34:03 +0100 (BST)
Message-Id: <4FCBF36A.4000603@geeklan.co.uk>
Date: Mon, 04 Jun 2012 00:29:46 +0100
From: Sevan Janiyan <venture37@geeklan.co.uk>
To: FreeBSD-gnats-submit@freebsd.org
Cc: darcsis@gmail.com
Subject: [PATCH] editors/mg: [Don't hard code CC in Makefile]

>Number:         168648
>Category:       ports
>Synopsis:       [PATCH] editors/mg: Don't hard code CC in Makefile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ak
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 03 23:30:19 UTC 2012
>Closed-Date:    Wed Jun 20 06:05:46 UTC 2012
>Last-Modified:  Wed Jun 20 06:10:11 UTC 2012
>Originator:     Sevan Janiyan
>Release:        FreeBSD 10.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD 10.0-CURRENT FreeBSD 10.0-CURRENT #3 r236226M: Tue May 
29 11:02:11 BST
>Description:
Don't hard code CC, this allows port to be built with clang on system 
built with WITH_CLANGS_IS_CC.

Added file(s):
- files/patch-Makefile.in

Port maintainer (darcsis@gmail.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: CVS)
>How-To-Repeat:
>Fix:

--- mg-20110905.patch begins here ---
Index: files/patch-Makefile.in
===================================================================
RCS file: files/patch-Makefile.in
diff -N files/patch-Makefile.in
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ files/patch-Makefile.in	3 Jun 2012 22:52:13 -0000
@@ -0,0 +1,10 @@
+--- Makefile.in.orig	2012-06-03 23:51:54.531566447 +0100
++++ Makefile.in	2012-06-03 23:52:02.167568439 +0100
+@@ -14,7 +14,6 @@ includedir=	$(prefix)/include
+ mandir=		$(prefix)/man
+
+
+-CC=		gcc
+ CFLAGS?=	-O2 -pipe
+ CFLAGS+=	-g -Wall -Werror -Wno-error=unused-but-set-variable
+ LIBS= 		-lncurses
--- mg-20110905.patch ends here ---

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Jun 4 11:14:07 UTC 2012 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: darcsis@gmail.com
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/168648: [PATCH] editors/mg: [Don't hard code CC in Makefile]
Date: Mon, 4 Jun 2012 11:14:03 UT

 Maintainer of editors/mg,
 
 Please note that PR ports/168648 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/168648
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->ak 
Responsible-Changed-By: ak 
Responsible-Changed-When: Sun Jun 17 00:14:32 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168648 
State-Changed-From-To: feedback->closed 
State-Changed-By: ak 
State-Changed-When: Wed Jun 20 06:05:44 UTC 2012 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168648: commit references a PR
Date: Wed, 20 Jun 2012 06:03:19 +0000 (UTC)

 ak          2012-06-20 06:03:08 UTC
 
   FreeBSD ports repository
 
   Modified files:
     editors/mg           Makefile 
   Removed files:
     editors/mg           pkg-plist 
   Log:
   - Remove hardcoded CC [1] and PREFIX
   - Remove pkg-plist
   
   PR:     ports/168648 [1]
   Submitted by:   Sevan Janiyan <venture37@geeklan.co.uk>
   Approved By:    maintainer (timeout, 14 days), eadler, itetcu (mentors, implicit)
   
   Revision  Changes    Path
   1.21      +7 -3      ports/editors/mg/Makefile
   1.3       +0 -4      ports/editors/mg/pkg-plist (dead)
 _______________________________________________
 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:
 SEND-PR: 	[ non-critical | serious | critical ]
 SEND-PR: 	[ low | medium | high ]
 SEND-PR: <choose from the list of categories below (one line)>
 SEND-PR: advocacy  alpha     amd64     arm       bin       conf
 SEND-PR: docs      gnu       i386      ia64      java      kern
 SEND-PR: misc      ports     powerpc   sparc64   standards sun4v
 SEND-PR: threads   usb       www
 SEND-PR: [ sw-bug | doc-bug | change-request | update | maintainer-update ]
