From owner-svn-ports-head@FreeBSD.ORG Thu Apr 25 02:14:44 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C216757E; Thu, 25 Apr 2013 02:14:44 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id B3AE71908; Thu, 25 Apr 2013 02:14:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3P2EifR037132; Thu, 25 Apr 2013 02:14:44 GMT (envelope-from bdrewery@svn.freebsd.org) Received: (from bdrewery@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3P2EisK037131; Thu, 25 Apr 2013 02:14:44 GMT (envelope-from bdrewery@svn.freebsd.org) Message-Id: <201304250214.r3P2EisK037131@svn.freebsd.org> From: Bryan Drewery Date: Thu, 25 Apr 2013 02:14:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316493 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 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, 25 Apr 2013 02:14:44 -0000 Author: bdrewery Date: Thu Apr 25 02:14:44 2013 New Revision: 316493 URL: http://svnweb.freebsd.org/changeset/ports/316493 Log: waitid(2) is only in 10 Reported by: nox, koobs With hat: portmgr Modified: head/Templates/config.site Modified: head/Templates/config.site ============================================================================== --- head/Templates/config.site Thu Apr 25 02:12:48 2013 (r316492) +++ head/Templates/config.site Thu Apr 25 02:14:44 2013 (r316493) @@ -161,7 +161,8 @@ ac_cv_func_vfork=${ac_cv_func_vfork=yes} ac_cv_func_gethostname=${ac_cv_func_gethostname=yes} ac_cv_func_gethostbyname=${ac_cv_func_gethostbyname=yes} ac_cv_func_waitpid=${ac_cv_func_waitpid=yes} -ac_cv_func_waitid=${ac_cv_func_waitid=yes} +# Has appearred in FreeBSD 10 +#ac_cv_func_waitid=${ac_cv_func_waitid=yes} ac_cv_func_vasprintf=${ac_cv_func_vasprintf=yes} ac_cv_func_unsetenv=${ac_cv_func_unsetenv=yes} ac_cv_func_strtol=${ac_cv_func_strtol=yes}