From owner-svn-ports-all@FreeBSD.ORG Sun Mar 30 14:58:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D1334E4; Sun, 30 Mar 2014 14:58:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 2A72586F; Sun, 30 Mar 2014 14:58:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2UEwqdD024344; Sun, 30 Mar 2014 14:58:52 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2UEwq2b024343; Sun, 30 Mar 2014 14:58:52 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201403301458.s2UEwq2b024343@svn.freebsd.org> From: Baptiste Daroussin Date: Sun, 30 Mar 2014 14:58:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r349633 - head/Mk/Uses 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.17 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, 30 Mar 2014 14:58:52 -0000 Author: bapt Date: Sun Mar 30 14:58:51 2014 New Revision: 349633 URL: http://svnweb.freebsd.org/changeset/ports/349633 QAT: https://qat.redports.org/buildarchive/r349633/ Log: When USES=perl5 is localed (what ever run or build depend) define a cache variable so autoconf always pick up the version from localbase This eliminate a lot of perl related Q/A warnings Modified: head/Mk/Uses/perl5.mk Modified: head/Mk/Uses/perl5.mk ============================================================================== --- head/Mk/Uses/perl5.mk Sun Mar 30 14:50:41 2014 (r349632) +++ head/Mk/Uses/perl5.mk Sun Mar 30 14:58:51 2014 (r349633) @@ -93,6 +93,7 @@ SITE_PERL?= ${LOCALBASE}/${SITE_PERL_REL PERL5= ${LOCALBASE}/bin/perl${PERL_VERSION} PERL= ${LOCALBASE}/bin/perl +CONFIGURE_ENV+= ac_cv_path_PERL=${PERL} # Define the want perl first if defined .if ${USE_PERL5:M5*}