From amdmi3@amdmi3.ru  Thu Sep 16 02:44:15 2010
Return-Path: <amdmi3@amdmi3.ru>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 98C4A1065674
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Sep 2010 02:44:13 +0000 (UTC)
	(envelope-from amdmi3@amdmi3.ru)
Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15])
	by mx1.freebsd.org (Postfix) with ESMTP id 568BC8FC15
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 16 Sep 2010 02:44:13 +0000 (UTC)
Received: from [213.148.20.85] (helo=hive.panopticon)
	by smtp.timeweb.ru with esmtpsa (TLSv1:CAMELLIA256-SHA:256)
	(Exim 4.71)
	(envelope-from <amdmi3@amdmi3.ru>)
	id 1Ow4SJ-00050X-Eg; Thu, 16 Sep 2010 06:44:11 +0400
Received: from hades.panopticon (hades.panopticon [192.168.0.32])
	by hive.panopticon (Postfix) with ESMTP id 69A99B84D;
	Thu, 16 Sep 2010 06:44:06 +0400 (MSD)
Received: by hades.panopticon (Postfix, from userid 1000)
	id 5A0FCB833; Thu, 16 Sep 2010 06:44:06 +0400 (MSD)
Message-Id: <20100916024406.5A0FCB833@hades.panopticon>
Date: Thu, 16 Sep 2010 06:44:06 +0400 (MSD)
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: FreeBSD-gnats-submit@freebsd.org
Cc: ehaupt@FreeBSD.org
Subject: [PATCH] devel/ccache: provide more compiler links
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         150613
>Category:       ports
>Synopsis:       [PATCH] devel/ccache: provide more compiler links
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    ehaupt
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 16 02:50:01 UTC 2010
>Closed-Date:    Thu Sep 16 17:56:28 CEST 2010
>Last-Modified:  Thu Sep 16 16:00:07 UTC 2010
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 8.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 8.1-RELEASE FreeBSD 8.1-RELEASE #0: Fri Jul 30 02:50:28 MSD 2010
>Description:
- Provide symlinks for clang and llvm-gcc compilers in addition to gcc

Port maintainer (ehaupt@FreeBSD.org) is cc'd.

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

--- ccache-3.0.1_3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/devel/ccache/Makefile,v
retrieving revision 1.50
diff -u -u -r1.50 Makefile
--- Makefile	16 Sep 2010 01:43:42 -0000	1.50
+++ Makefile	16 Sep 2010 01:43:58 -0000
@@ -7,7 +7,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.0.1
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	devel
 MASTER_SITES=	http://samba.org/ftp/ccache/ CRITICAL
 
@@ -39,6 +39,7 @@
 .endif
 GNU_COMPILERS+=		34 42 43 44 45 46
 CCACHE_COMPILERS+=	cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
+CCACHE_COMPILERS+=	clang clang++ llvm-gcc llvm-c++ llvm-g++
 .if defined(EXTRA_COMPILERS)
 CCACHE_COMPILERS+=	${EXTRA_COMPILERS}
 .endif
--- ccache-3.0.1_3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Sep 16 02:50:15 UTC 2010 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=150613 
State-Changed-From-To: open->closed 
State-Changed-By: ehaupt 
State-Changed-When: Thu Sep 16 17:56:27 CEST 2010 
State-Changed-Why:  
Committed, thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/150613: commit references a PR
Date: Thu, 16 Sep 2010 15:56:25 +0000 (UTC)

 ehaupt      2010-09-16 15:56:19 UTC
 
   FreeBSD ports repository
 
   Modified files:
     devel/ccache         Makefile 
   Log:
   Provide symlinks for clang and llvm-gcc compilers in addition to gcc
   
   PR:             150613
   Submitted by:   amdmi3
   
   Revision  Changes    Path
   1.51      +2 -1      ports/devel/ccache/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:
