Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 May 2019 13:04:08 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r502103 - in head: devel/gettext-runtime devel/gmake print/indexinfo
Message-ID:  <201905201304.x4KD48HP011622@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Mon May 20 13:04:08 2019
New Revision: 502103
URL: https://svnweb.freebsd.org/changeset/ports/502103

Log:
  devel/ccache now needs those to build.

Modified:
  head/devel/gettext-runtime/Makefile   (contents, props changed)
  head/devel/gmake/Makefile   (contents, props changed)
  head/print/indexinfo/Makefile   (contents, props changed)

Modified: head/devel/gettext-runtime/Makefile
==============================================================================
--- head/devel/gettext-runtime/Makefile	Mon May 20 13:04:03 2019	(r502102)
+++ head/devel/gettext-runtime/Makefile	Mon May 20 13:04:08 2019	(r502103)
@@ -28,6 +28,7 @@ WRKSRC_SUBDIR=	gettext-runtime
 INFO=		autosprintf
 CPE_PRODUCT=	gettext
 CPE_VENDOR=	gnu
+NO_CCACHE=	yes
 
 .include <bsd.port.options.mk>
 

Modified: head/devel/gmake/Makefile
==============================================================================
--- head/devel/gmake/Makefile	Mon May 20 13:04:03 2019	(r502102)
+++ head/devel/gmake/Makefile	Mon May 20 13:04:08 2019	(r502103)
@@ -24,6 +24,8 @@ CONFIGURE_ARGS=	--program-prefix=g \
 USES=		cpe tar:bzip2
 CPE_VENDOR=	gnu
 
+NO_CCACHE=	yes
+
 OPTIONS_DEFINE=	NLS
 OPTIONS_SUB=	yes
 

Modified: head/print/indexinfo/Makefile
==============================================================================
--- head/print/indexinfo/Makefile	Mon May 20 13:04:03 2019	(r502102)
+++ head/print/indexinfo/Makefile	Mon May 20 13:04:08 2019	(r502103)
@@ -15,6 +15,7 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	bapt
 INSTALL_TARGET=	install-strip
 PLIST_FILES=	bin/indexinfo
+NO_CCACHE=	yes
 
 .if exists(/usr/include/sys/capsicum.h)
 CFLAGS+=	-DHAVE_CAPSICUM



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905201304.x4KD48HP011622>