FreeBSD Bugzilla – Attachment 204483 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]
Fix ccache and restore tree
ccache.patch (text/plain), 2.42 KB, created by
Adam Weinberger
on 2019-05-20 14:30:11 UTC
(
hide
)
Description:
Fix ccache and restore tree
Filename:
MIME Type:
Creator:
Adam Weinberger
Created:
2019-05-20 14:30:11 UTC
Size:
2.42 KB
patch
obsolete
>Index: devel/ccache/Makefile >=================================================================== >--- devel/ccache/Makefile (revision 502117) >+++ devel/ccache/Makefile (working copy) >@@ -33,7 +33,7 @@ > TINDERBOX_DESC= Create tarball for tinderbox usage > MEMCACHED_DESC= Build in experimental Memcached support > >-USES= compiler gmake >+USES= compiler > > MEMCACHED_EXTRA_PATCHES= \ > ${FILESDIR}/extra-patch-memcached-configure.ac \ >Index: devel/ccache/files/patch-Makefile.in >=================================================================== >--- devel/ccache/files/patch-Makefile.in (nonexistent) >+++ devel/ccache/files/patch-Makefile.in (working copy) >@@ -0,0 +1,13 @@ >+--- Makefile.in.orig 2019-05-20 14:04:00 UTC >++++ Makefile.in >+@@ -126,10 +126,6 @@ install: ccache$(EXEEXT) @disable_man@ccache.1 >+ clean: >+ rm -rf $(files_to_clean) >+ >+-src/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@ >+-$(zlib_objs): CPPFLAGS += -include config.h >+-$(zlib_objs): CFLAGS += @no_implicit_fallthrough_warning@ >+- >+ src/zlib/libz.a: $(zlib_objs) >+ $(if $(quiet),@echo " AR $@") >+ $(Q)$(AR) cr $@ $(zlib_objs) > >Property changes on: devel/ccache/files/patch-Makefile.in >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/gettext-runtime/Makefile >=================================================================== >--- devel/gettext-runtime/Makefile (revision 502117) >+++ devel/gettext-runtime/Makefile (working copy) >@@ -28,7 +28,6 @@ > INFO= autosprintf > CPE_PRODUCT= gettext > CPE_VENDOR= gnu >-NO_CCACHE= yes > > .include <bsd.port.options.mk> > >Index: devel/gmake/Makefile >=================================================================== >--- devel/gmake/Makefile (revision 502117) >+++ devel/gmake/Makefile (working copy) >@@ -24,8 +24,6 @@ > USES= cpe tar:bzip2 > CPE_VENDOR= gnu > >-NO_CCACHE= yes >- > OPTIONS_DEFINE= NLS > OPTIONS_SUB= yes > >Index: print/indexinfo/Makefile >=================================================================== >--- print/indexinfo/Makefile (revision 502117) >+++ print/indexinfo/Makefile (working copy) >@@ -15,7 +15,6 @@ > GH_ACCOUNT= bapt > INSTALL_TARGET= install-strip > PLIST_FILES= bin/indexinfo >-NO_CCACHE= yes > > .if exists(/usr/include/sys/capsicum.h) > CFLAGS+= -DHAVE_CAPSICUM
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