From nobody@FreeBSD.org  Sun Apr 20 18:20:54 2008
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 5473C1065672
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 20 Apr 2008 18:20:54 +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 4699A8FC23
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 20 Apr 2008 18:20:54 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m3KIKZY5075029
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 20 Apr 2008 18:20:35 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.2/8.14.1/Submit) id m3KIKZKG075028;
	Sun, 20 Apr 2008 18:20:35 GMT
	(envelope-from nobody)
Message-Id: <200804201820.m3KIKZKG075028@www.freebsd.org>
Date: Sun, 20 Apr 2008 18:20:35 GMT
From: Frank Fenor <frank@fenor.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: archivers/zip does not respect CC
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         122937
>Category:       ports
>Synopsis:       archivers/zip does not respect CC
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 20 18:30:03 UTC 2008
>Closed-Date:    Mon Apr 21 11:12:40 UTC 2008
>Last-Modified:  Mon Apr 21 11:20:00 UTC 2008
>Originator:     Frank Fenor
>Release:        FreeBSD 7.0-PRERELEASE
>Organization:
>Environment:
FreeBSD konzentrisch.de 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #5: Tue Feb  5 00:33:58 CET 2008
>Description:
archivers/zip uses "cc" to build in any case, regardless of what CC is set to.
>How-To-Repeat:

>Fix:
Apply the attached patch.

Patch attached with submission follows:

diff -Nru zip.vanilla/Makefile zip/Makefile
--- zip.vanilla/Makefile	2007-08-04 05:00:27.000000000 +0200
+++ zip/Makefile	2008-04-20 16:59:12.000000000 +0200
@@ -17,6 +17,7 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 MAKEFILE=	unix/Makefile
+MAKE_ENV+=	CC="${CC}"
 ALL_TARGET=	generic
 MAN1=		zip.1
 


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ache 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Apr 20 18:30:12 UTC 2008 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=122937 
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Mon Apr 21 11:12:21 UTC 2008 
State-Changed-Why:  
Committed 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/122937: commit references a PR
Date: Mon, 21 Apr 2008 11:11:55 +0000 (UTC)

 ache        2008-04-21 11:11:46 UTC
 
   FreeBSD ports repository
 
   Modified files:
     archivers/zip        Makefile 
   Log:
   Honors CC
   
   PR:             122937
   Submitted by:   Frank Fenor <frank@fenor.de>
   
   Revision  Changes    Path
   1.35      +1 -0      ports/archivers/zip/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:
