Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jul 2019 10:58:25 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505564 - head/news/nntpcache
Message-ID:  <201907011058.x61AwPks080474@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Jul  1 10:58:24 2019
New Revision: 505564
URL: https://svnweb.freebsd.org/changeset/ports/505564

Log:
  news/nntpcache: fix build
  
  Base GCC crashes during build, add USES=compiler:c11.
  
  Approved by:	mentors (implicit approval)

Modified:
  head/news/nntpcache/Makefile

Modified: head/news/nntpcache/Makefile
==============================================================================
--- head/news/nntpcache/Makefile	Mon Jul  1 10:50:44 2019	(r505563)
+++ head/news/nntpcache/Makefile	Mon Jul  1 10:58:24 2019	(r505564)
@@ -19,7 +19,7 @@ NO_CDROM=	Free for individuals and non-military, non-p
 # cache news articles and related data in ${SPOOLDIR}/nntpcache.
 SPOOLDIR?=	/var/spool
 
-USES=		gmake autoreconf shebangfix
+USES=		compiler:c11 gmake autoreconf shebangfix
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--localstatedir=${SPOOLDIR} \
 		--program-transform-name=''



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