Index: head/devel/gettext-runtime/Makefile =================================================================== --- head/devel/gettext-runtime/Makefile (revision 502102) +++ head/devel/gettext-runtime/Makefile (revision 502103) @@ -1,49 +1,50 @@ # $FreeBSD$ # NOTE: before committing to this port, contact portmgr to arrange for an # experimental ports run. Untested commits may be backed out at portmgr's # discretion. PORTNAME= gettext-runtime PORTREVISION= 2 COMMENT= GNU gettext runtime libraries and programs LICENSE= LGPL21 GPLv3 LICENSE_COMB= multi LICENSE_FILE_LGPL21= ${WRKSRC}/intl/COPYING.LIB LICENSE_FILE_GPLv3= ${WRKSRC}/../COPYING .include "${.CURDIR}/../gettext/Makefile.common" GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-csharp --disable-java --with-included-gettext \ ac_cv_lib_rt_sched_yield=no INSTALL_TARGET= install-strip TEST_TARGET= check USES= charsetfix cpe iconv libtool tar:xz USE_LDCONFIG= yes WRKSRC_SUBDIR= gettext-runtime INFO= autosprintf CPE_PRODUCT= gettext CPE_VENDOR= gnu +NO_CCACHE= yes .include .if ${OPSYS} == DragonFly CONFIGURE_ARGS+=--disable-threads .endif post-patch: # Do not install csharp and java documentation. @${REINPLACE_CMD} -E '/^SUBDIRS =/s/(intl-csharp|intl-java)//g' \ ${WRKSRC}/Makefile.in # Do not install html copies of manpages. @${REINPLACE_CMD} \ -e '/^all-local:/s/html-local//' \ -e '/^install-data-local:/s/install-html//' \ -e '/^installdirs-local:/s/installdirs-html//' \ ${WRKSRC}/libasprintf/Makefile.in ${WRKSRC}/man/Makefile.in .include Index: head/devel/gmake/Makefile =================================================================== --- head/devel/gmake/Makefile (revision 502102) +++ head/devel/gmake/Makefile (revision 502103) @@ -1,35 +1,37 @@ # Created by: jkh # $FreeBSD$ PORTNAME= gmake PORTVERSION= 4.2.1 PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= GNU/make DISTNAME= make-${PORTVERSION} # note: before committing to this port, contact portmgr to arrange for an # experimental ports run. Untested commits may be backed out at portmgr's # discretion. MAINTAINER= tijl@FreeBSD.org COMMENT= GNU version of 'make' utility LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --without-guile USES= cpe tar:bzip2 CPE_VENDOR= gnu +NO_CCACHE= yes + OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls INFO= make .include Index: head/print/indexinfo/Makefile =================================================================== --- head/print/indexinfo/Makefile (revision 502102) +++ head/print/indexinfo/Makefile (revision 502103) @@ -1,23 +1,24 @@ # $FreeBSD$ PORTNAME= indexinfo PORTVERSION= 0.3.1 CATEGORIES= print ports-mgmt MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to regenerate the GNU info page index LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING USE_CSTD= gnu99 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 .endif .include