FreeBSD Bugzilla – Attachment 223647 Details for
Bug 254609
devel/ccache: Add 11 to CLANG_COMPILERS compiles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Add llvm11's clang to CLANG_COMPILERS
0001-devel-ccache-Add-llvm11-compilers.patch (text/plain), 1.12 KB, created by
Derek Schrock
on 2021-03-27 19:16:11 UTC
(
hide
)
Description:
Add llvm11's clang to CLANG_COMPILERS
Filename:
MIME Type:
Creator:
Derek Schrock
Created:
2021-03-27 19:16:11 UTC
Size:
1.12 KB
patch
obsolete
>From 17115b3dfa4a0cdc73c766055e514d8daeaf7759 Mon Sep 17 00:00:00 2001 >From: Derek Schrock <dereks@lifeofadishwasher.com> >Date: Sun, 21 Mar 2021 03:09:08 -0400 >Subject: [PATCH] devel/ccache: Add llvm11 compilers > >--- > devel/ccache/Makefile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/devel/ccache/Makefile b/devel/ccache/Makefile >index 9a3faa91c0..7743378212 100644 >--- a/devel/ccache/Makefile >+++ b/devel/ccache/Makefile >@@ -3,7 +3,7 @@ > > PORTNAME= ccache > #PORTVERSION must be set later due to depending on PORT_OPTIONS. >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= devel > MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \ > LOCAL/bdrewery >@@ -103,7 +103,7 @@ CCACHE_COMPILERS+= cc c++ CC gcc g++ ${GNU_COMPILERS:S|^|gcc|} \ > ${GNU_COMPILERS:S|^|cpp|} > > .if ${PORT_OPTIONS:MCLANGLINK} >-CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 -devel >+CLANG_COMPILERS+= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 -devel > CCACHE_COMPILERS+= clang clang++ ${CLANG_COMPILERS:S|^|clang|} \ > ${CLANG_COMPILERS:S|^|clang++|} \ > ${CLANG_COMPILERS:S|^|cpp|} >-- >2.31.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 254609
: 223647