Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2014 08:07:11 +0400 (MSK)
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        bdrewery@FreeBSD.org
Subject:   ports/186220: [PATCH] devel/ccache: and new compiler links
Message-ID:  <20140129040712.05BDD5EAC@hades.panopticon>
Resent-Message-ID: <201401290410.s0T4A0nX012279@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         186220
>Category:       ports
>Synopsis:       [PATCH] devel/ccache: and new 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:   Wed Jan 29 04:10:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Dmitry Marakasov
>Release:        FreeBSD 10.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260807: Fri Jan 17 13:14:28 MSK
>Description:
- Add new compiler links: gcc49, clang33 and clang34

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

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

--- ccache-3.1.9_4.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 341679)
+++ Makefile	(working copy)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ccache
 PORTVERSION=	3.1.9
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	devel
 MASTER_SITES=	http://www.samba.org/ftp/ccache/ \
 		CRITICAL
@@ -39,11 +39,12 @@
 CCACHE_COMPILERS+=	icc icpc
 .endif
 
-GNU_COMPILERS+=		34 42 43 44 45 46 47 48
+GNU_COMPILERS+=		34 42 43 44 45 46 47 48 49
 CCACHE_COMPILERS+=	cc c++ gcc g++ ${GNU_COMPILERS:S|^|gcc|} ${GNU_COMPILERS:S|^|g++|}
 
 .if ${PORT_OPTIONS:MCLANGLINK}
-CCACHE_COMPILERS+=	clang clang++
+CLANG_COMPILERS+=	33 34
+CCACHE_COMPILERS+=	clang clang++ ${CLANG_COMPILERS:S|^|clang|} ${CLANG_COMPILERS:S|^|clang++}
 .endif
 
 .if ${PORT_OPTIONS:MLLVMLINK}
--- ccache-3.1.9_4.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140129040712.05BDD5EAC>