From owner-svn-ports-all@freebsd.org Sat Jun 10 21:23:05 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 BAD5CBF6A2F; Sat, 10 Jun 2017 21:23:05 +0000 (UTC) (envelope-from rene@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 7DB923765; Sat, 10 Jun 2017 21:23:05 +0000 (UTC) (envelope-from rene@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5ALN4Gr086448; Sat, 10 Jun 2017 21:23:04 GMT (envelope-from rene@FreeBSD.org) Received: (from rene@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5ALN4u5086447; Sat, 10 Jun 2017 21:23:04 GMT (envelope-from rene@FreeBSD.org) Message-Id: <201706102123.v5ALN4u5086447@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rene set sender to rene@FreeBSD.org using -f From: Rene Ladan Date: Sat, 10 Jun 2017 21:23:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r443121 - head/Templates 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: Sat, 10 Jun 2017 21:23:05 -0000 Author: rene Date: Sat Jun 10 21:23:04 2017 New Revision: 443121 URL: https://svnweb.freebsd.org/changeset/ports/443121 Log: Add more functions to the autoconf cache that appeared in FreeBSD 9 or 10. PR: 219871 Submitted by: rene Reviewed by: bdrewery Exp-run: antoine Differential Revision: https://reviews.freebsd.org/D11101 Modified: head/Templates/config.site Modified: head/Templates/config.site ============================================================================== --- head/Templates/config.site Sat Jun 10 21:17:08 2017 (r443120) +++ head/Templates/config.site Sat Jun 10 21:23:04 2017 (r443121) @@ -116,8 +116,7 @@ : ${ac_cv_header_random_h=no} : ${ac_cv_header_vfork_h=no} -# This appears in FreeBSD 10 do not cache it. -#: ${gl_cv_have_raw_decl_strchrnul=yes} +: ${gl_cv_have_raw_decl_strchrnul=yes} : ${gl_cv_have_raw_decl_memcpy=no} : ${gl_cv_have_raw_decl_memmem=yes} : ${gl_cv_have_raw_decl_memrchr=yes} @@ -230,13 +229,10 @@ : ${gl_cv_sys_struct_timespec_in_time_h=yes} : ${gl_cv_sys_struct_timeval=yes} -# Has appearred in FreeBSD 10 -#: ${ac_cv_func_waitid=yes} -# Has appearred in FreeBSD 10 -#: ${ac_cv_func_strchrnul=yes} -# Has appearred in FreeBSD 9 -#: ${ac_cv_func_uselocale=yes} -#: ${ac_cv_func_newlocale=yes} +: ${ac_cv_func_waitid=yes} +: ${ac_cv_func_strchrnul=yes} +: ${ac_cv_func_uselocale=yes} +: ${ac_cv_func_newlocale=yes} # Functions : ${ac_cv_func___b64_ntop=yes}