FreeBSD Bugzilla – Attachment 204475 Details for
Bug 237979
devel/ccache: make_index: Circular dependency loop found: ccache-3.7.1 depends upon itself.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Mark ccache dependencies NO_CCACHE
fix_ccache-r501985.patch (text/plain), 1.18 KB, created by
Tobias C. Berner
on 2019-05-20 04:42:27 UTC
(
hide
)
Description:
Mark ccache dependencies NO_CCACHE
Filename:
MIME Type:
Creator:
Tobias C. Berner
Created:
2019-05-20 04:42:27 UTC
Size:
1.18 KB
patch
obsolete
>Index: devel/gettext-runtime/Makefile >=================================================================== >--- devel/gettext-runtime/Makefile (revision 502081) >+++ devel/gettext-runtime/Makefile (working copy) >@@ -4,6 +4,9 @@ > # experimental ports run. Untested commits may be backed out at portmgr's > # discretion. > >+# Workaround for r501985 adding gmake as a dependency for devel/ccache >+NO_CCACHE= yes >+ > PORTNAME= gettext-runtime > PORTREVISION= 2 > >Index: devel/gmake/Makefile >=================================================================== >--- devel/gmake/Makefile (revision 502081) >+++ devel/gmake/Makefile (working copy) >@@ -1,6 +1,9 @@ > # Created by: jkh > # $FreeBSD$ > >+# Workaround for r501985 adding gmake as a dependency for devel/ccache >+NO_CCACHE= yes >+ > PORTNAME= gmake > PORTVERSION= 4.2.1 > PORTREVISION= 3 >Index: print/indexinfo/Makefile >=================================================================== >--- print/indexinfo/Makefile (revision 502081) >+++ print/indexinfo/Makefile (working copy) >@@ -1,5 +1,8 @@ > # $FreeBSD$ > >+# Workaround for r501985 adding gmake as a dependency for devel/ccache >+NO_CCACHE= yes >+ > PORTNAME= indexinfo > PORTVERSION= 0.3.1 > CATEGORIES= print ports-mgmt
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 237979
: 204475 |
204482
|
204483