ports/150613: [PATCH] devel/ccache: provide more compiler links

Dmitry Marakasov amdmi3 at amdmi3.ru
Thu Sep 16 02:50:02 UTC 2010


>Number:         150613
>Category:       ports
>Synopsis:       [PATCH] devel/ccache: provide more compiler links
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 16 02:50:01 UTC 2010
>Closed-Date:
>Last-Modified:
>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 at 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:
>Unformatted:



More information about the freebsd-ports-bugs mailing list