svn commit: r505564 - head/news/nntpcache

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jul 1 10:58:25 UTC 2019


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=''


More information about the svn-ports-all mailing list