ports/186220: [PATCH] devel/ccache: and new compiler links
Dmitry Marakasov
amdmi3 at amdmi3.ru
Wed Jan 29 04:10:01 UTC 2014
>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 at 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:
More information about the freebsd-ports-bugs
mailing list