From nobody@FreeBSD.org  Fri Nov 30 06:08:19 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 316035C6
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Nov 2012 06:08:19 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 1A2658FC14
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Nov 2012 06:08:19 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id qAU68IYx099551
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 30 Nov 2012 06:08:18 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id qAU68Ii0099550;
	Fri, 30 Nov 2012 06:08:18 GMT
	(envelope-from nobody)
Message-Id: <201211300608.qAU68Ii0099550@red.freebsd.org>
Date: Fri, 30 Nov 2012 06:08:18 GMT
From: Kevin Lo <kevlo@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: audio/mp3info: respect CC and CFLAGS
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         174009
>Category:       ports
>Synopsis:       audio/mp3info: respect CC and CFLAGS
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sylvio
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 30 06:10:00 UTC 2012
>Closed-Date:    Thu Dec 06 06:04:09 UTC 2012
>Last-Modified:  Thu Dec 06 06:04:09 UTC 2012
>Originator:     Kevin Lo
>Release:        10.0-CURRENT
>Organization:
>Environment:
FreeBSD 10.0-CURRENT #0 amd64
>Description:
Respect CC and CFLAGS
>How-To-Repeat:

>Fix:
--- mp3info.orig/files/patch-Makefile   1970-01-01 08:00:00.000000000 +0800
+++ mp3info/files/patch-Makefile        2012-11-30 14:00:17.000000000 +0800
@@ -0,0 +1,13 @@
+--- Makefile.orig      2012-11-30 13:59:48.000000000 +0800
++++ Makefile   2012-11-30 14:00:09.000000000 +0800
+@@ -44,8 +44,8 @@
+ STRIP = strip
+ 
+ LIBS = -lncurses
+-CC = gcc
+-CFLAGS = -g -O2 -Wall
++CC ?= cc
++CFLAGS ?= -O -pipe
+ 
+ all: mp3info gmp3info doc
+ 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sylvio 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Nov 30 06:10:07 UTC 2012 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174009 
State-Changed-From-To: open->closed 
State-Changed-By: kevlo 
State-Changed-When: Thu Dec 6 06:03:53 UTC 2012 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=174009 
>Unformatted:
