svn commit: r420097 - head/news/cnews

Dirk Meyer dinoex at FreeBSD.org
Thu Aug 11 19:28:02 UTC 2016


Author: dinoex
Date: Thu Aug 11 19:28:01 2016
New Revision: 420097
URL: https://svnweb.freebsd.org/changeset/ports/420097

Log:
  - fix regressions on FreeBSD 10.3

Modified:
  head/news/cnews/Makefile

Modified: head/news/cnews/Makefile
==============================================================================
--- head/news/cnews/Makefile	Thu Aug 11 18:53:50 2016	(r420096)
+++ head/news/cnews/Makefile	Thu Aug 11 19:28:01 2016	(r420097)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cnews
 PORTVERSION=	cr.g
-PORTREVISION=	15
+PORTREVISION=	16
 CATEGORIES=	news
 MASTER_SITES=	ftp://ftp.cs.toronto.edu/pub/c-news/ \
 		ftp://ftp.funet.fi/pub/unix/news/cnews/ \
@@ -38,6 +38,7 @@ LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 MAKE_JOBS_UNSAFE=	yes
 
 USES=		tar:Z
+USE_CSTD=	gnu89
 CFLAGS+=	-Wno-return-type
 
 DIST_SUBDIR=	${DISTNAME}
@@ -147,7 +148,7 @@ do-install:
 .endfor
 
 test:
-	(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} \
+	(cd ${WRKSRC} && ${SETENV} LANG=C ${MAKE_ENV} \
 	${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} r)
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list