FreeBSD Bugzilla – Attachment 227069 Details for
Bug 252088
[NEW PORT] devel/ccache-devel: Tool to minimize the compile time of C/C++ programs (Development Branch)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for ccache-devel support in Mk scripts
ccache-mk.diff (text/plain), 807 bytes, created by
Oleg Sidorkin
on 2021-08-10 05:31:02 UTC
(
hide
)
Description:
patch for ccache-devel support in Mk scripts
Filename:
MIME Type:
Creator:
Oleg Sidorkin
Created:
2021-08-10 05:31:02 UTC
Size:
807 bytes
patch
obsolete
>diff --git a/Mk/bsd.ccache.mk b/Mk/bsd.ccache.mk >index fa1b32ca8cfd..228914ca16f0 100644 >--- a/Mk/bsd.ccache.mk >+++ b/Mk/bsd.ccache.mk >@@ -69,7 +69,7 @@ CCACHE_BIN?= ${CCACHE_PKG_PREFIX}/bin/ccache > # Avoid depends loops between ccache and pkg > . if !defined(NO_CCACHE_DEPEND) && \ > ${PKGORIGIN} != ${PKG_ORIGIN} >-BUILD_DEPENDS+= ${CCACHE_BIN}:devel/ccache >+BUILD_DEPENDS+= ${CCACHE_BIN}:devel/${CCACHE_DEFAULT} > . endif > > .if exists(${CCACHE_WRAPPER_PATH}) >diff --git a/Mk/bsd.default-versions.mk b/Mk/bsd.default-versions.mk >index f3ec4537e0cc..c18d398c7da9 100644 >--- a/Mk/bsd.default-versions.mk >+++ b/Mk/bsd.default-versions.mk >@@ -159,4 +159,7 @@ TCLTK_DEFAULT?= 8.6 > # Possible values: 4, 6 > VARNISH_DEFAULT?= 4 > >+# Possible values: ccache, ccache-devel >+CCACHE_DEFAULT?= ccache >+ > .endif
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 252088
:
220870
|
222388
|
227068
| 227069 |
244736
|
244737
|
244738
|
247341
|
247427