Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Aug 2016 19:28:01 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420097 - head/news/cnews
Message-ID:  <201608111928.u7BJS1hC046196@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



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