From owner-svn-ports-head@freebsd.org Thu Aug 11 19:28:02 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3AD12BB682D; Thu, 11 Aug 2016 19:28:02 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0B0201B84; Thu, 11 Aug 2016 19:28:01 +0000 (UTC) (envelope-from dinoex@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u7BJS1jo046197; Thu, 11 Aug 2016 19:28:01 GMT (envelope-from dinoex@FreeBSD.org) Received: (from dinoex@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u7BJS1hC046196; Thu, 11 Aug 2016 19:28:01 GMT (envelope-from dinoex@FreeBSD.org) Message-Id: <201608111928.u7BJS1hC046196@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dinoex set sender to dinoex@FreeBSD.org using -f From: Dirk Meyer Date: Thu, 11 Aug 2016 19:28:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r420097 - head/news/cnews X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2016 19:28:02 -0000 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