From owner-svn-ports-head@freebsd.org Sat Jan 7 17:43:58 2017 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 4C286CA4D52; Sat, 7 Jan 2017 17:43:58 +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 0E3F21EA4; Sat, 7 Jan 2017 17:43:57 +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 v07HhvAs008271; Sat, 7 Jan 2017 17:43:57 GMT (envelope-from jbeich@FreeBSD.org) Received: (from jbeich@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v07HhvPi008270; Sat, 7 Jan 2017 17:43:57 GMT (envelope-from jbeich@FreeBSD.org) Message-Id: <201701071743.v07HhvPi008270@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jbeich set sender to jbeich@FreeBSD.org using -f From: Jan Beich Date: Sat, 7 Jan 2017 17:43:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430817 - head/devel/nasm 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.23 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: Sat, 07 Jan 2017 17:43:58 -0000 Author: jbeich Date: Sat Jan 7 17:43:56 2017 New Revision: 430817 URL: https://svnweb.freebsd.org/changeset/ports/430817 Log: devel/nasm: unbreak with clang 4.0 checking for strspn... no configure: error: NASM requires ANSI C (specifically, "strspn") [...] conftest.c:56:13: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] char strspn (); ^ void Regressed by: https://github.com/llvm-mirror/clang/commit/162749f9c543 Approved by: portmgr blanket Modified: head/devel/nasm/Makefile (contents, props changed) Modified: head/devel/nasm/Makefile ============================================================================== --- head/devel/nasm/Makefile Sat Jan 7 17:04:18 2017 (r430816) +++ head/devel/nasm/Makefile Sat Jan 7 17:43:56 2017 (r430817) @@ -14,6 +14,7 @@ COMMENT= General-purpose multi-platform LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_func_strspn=yes USES= tar:xz gmake MAKE_ARGS+= INSTALLROOT=${STAGEDIR} INSTALL_TARGET= install #needed for RDOFF_INSTALL_TARGET