View | Details | Raw Unified | Return to bug 237979 | Differences between
and this patch

Collapse All | Expand All

(-)devel/ccache/Makefile (-1 / +1 lines)
Lines 33-39 Link Here
33
TINDERBOX_DESC=	Create tarball for tinderbox usage
33
TINDERBOX_DESC=	Create tarball for tinderbox usage
34
MEMCACHED_DESC=	Build in experimental Memcached support
34
MEMCACHED_DESC=	Build in experimental Memcached support
35
35
36
USES=		compiler gmake
36
USES=		compiler
37
37
38
MEMCACHED_EXTRA_PATCHES=	\
38
MEMCACHED_EXTRA_PATCHES=	\
39
				${FILESDIR}/extra-patch-memcached-configure.ac \
39
				${FILESDIR}/extra-patch-memcached-configure.ac \
(-)devel/ccache/files/patch-Makefile.in (+13 lines)
Line 0 Link Here
1
--- Makefile.in.orig	2019-05-20 14:04:00 UTC
2
+++ Makefile.in
3
@@ -126,10 +126,6 @@ install: ccache$(EXEEXT) @disable_man@ccache.1
4
 clean:
5
 	rm -rf $(files_to_clean)
6
 
7
-src/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@
8
-$(zlib_objs): CPPFLAGS += -include config.h
9
-$(zlib_objs): CFLAGS += @no_implicit_fallthrough_warning@
10
-
11
 src/zlib/libz.a: $(zlib_objs)
12
 	$(if $(quiet),@echo "  AR       $@")
13
 	$(Q)$(AR) cr $@ $(zlib_objs)
(-)devel/gettext-runtime/Makefile (-1 lines)
Lines 28-34 Link Here
28
INFO=		autosprintf
28
INFO=		autosprintf
29
CPE_PRODUCT=	gettext
29
CPE_PRODUCT=	gettext
30
CPE_VENDOR=	gnu
30
CPE_VENDOR=	gnu
31
NO_CCACHE=	yes
32
31
33
.include <bsd.port.options.mk>
32
.include <bsd.port.options.mk>
34
33
(-)devel/gmake/Makefile (-2 lines)
Lines 24-31 Link Here
24
USES=		cpe tar:bzip2
24
USES=		cpe tar:bzip2
25
CPE_VENDOR=	gnu
25
CPE_VENDOR=	gnu
26
26
27
NO_CCACHE=	yes
28
29
OPTIONS_DEFINE=	NLS
27
OPTIONS_DEFINE=	NLS
30
OPTIONS_SUB=	yes
28
OPTIONS_SUB=	yes
31
29
(-)print/indexinfo/Makefile (-1 lines)
Lines 15-21 Link Here
15
GH_ACCOUNT=	bapt
15
GH_ACCOUNT=	bapt
16
INSTALL_TARGET=	install-strip
16
INSTALL_TARGET=	install-strip
17
PLIST_FILES=	bin/indexinfo
17
PLIST_FILES=	bin/indexinfo
18
NO_CCACHE=	yes
19
18
20
.if exists(/usr/include/sys/capsicum.h)
19
.if exists(/usr/include/sys/capsicum.h)
21
CFLAGS+=	-DHAVE_CAPSICUM
20
CFLAGS+=	-DHAVE_CAPSICUM

Return to bug 237979