From owner-svn-ports-all@freebsd.org Sun Feb 5 18:58:20 2017 Return-Path: Delivered-To: svn-ports-all@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 66691CD2742; Sun, 5 Feb 2017 18:58:20 +0000 (UTC) (envelope-from jbeich@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 332CE1CE9; Sun, 5 Feb 2017 18:58:20 +0000 (UTC) (envelope-from jbeich@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v15IwJM7022594; Sun, 5 Feb 2017 18:58:19 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v15IwJ6q022593; Sun, 5 Feb 2017 18:58:19 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201702051858.v15IwJ6q022593@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sun, 5 Feb 2017 18:58:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433446 - head/devel/kore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Feb 2017 18:58:20 -0000 Author: jbeich Date: Sun Feb 5 18:58:19 2017 New Revision: 433446 URL: https://svnweb.freebsd.org/changeset/ports/433446 Log: devel/kore: unbreak with GCC after r426629 cc1: error: -Werror=c11-extensions: no option -Wc11-extensions PR: 214638 Reported by: marino, pkg-fallout (mips, mips64) Modified: head/devel/kore/Makefile (contents, props changed) Modified: head/devel/kore/Makefile ============================================================================== --- head/devel/kore/Makefile Sun Feb 5 18:58:10 2017 (r433445) +++ head/devel/kore/Makefile Sun Feb 5 18:58:19 2017 (r433446) @@ -13,11 +13,13 @@ COMMENT= Web application framework for w LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gmake +USES= compiler gmake USE_GITHUB= yes GH_ACCOUNT= jorisvink +CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} +CFLAGS_clang= -Wno-error=c11-extensions # 12.0 + -pedantic MAKE_ARGS= INSTALL_DIR="${STAGEDIR}${PREFIX}/bin" \ INCLUDE_DIR="${STAGEDIR}${PREFIX}/include/kore" @@ -54,7 +56,6 @@ post-patch: # FreeBSD 12.0-CURRENT after r308264 @${REINPLACE_CMD} -e 's|CFLAGS+=-O|#|g' \ -e 's|/usr/local/|${LOCALBASE}/|g' \ - -e 's|-pedantic|-pedantic -Wno-error=c11-extensions|g' \ ${WRKSRC}/Makefile pre-install: