svn commit: r502103 - in head: devel/gettext-runtime devel/gmake print/indexinfo
Mathieu Arnold
mat at FreeBSD.org
Mon May 20 13:04:10 UTC 2019
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
More information about the svn-ports-all
mailing list