From owner-cvs-ports@FreeBSD.ORG Mon Sep 24 23:05:57 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 579CB16A418; Mon, 24 Sep 2007 23:05:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3006B13C447; Mon, 24 Sep 2007 23:05:57 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8ON5vqW030859; Mon, 24 Sep 2007 23:05:57 GMT (envelope-from linimon@repoman.freebsd.org) Received: (from linimon@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8ON5uMJ030858; Mon, 24 Sep 2007 23:05:56 GMT (envelope-from linimon) Message-Id: <200709242305.l8ON5uMJ030858@repoman.freebsd.org> From: Mark Linimon Date: Mon, 24 Sep 2007 23:05:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/Mk bsd.perl.mk X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 23:05:57 -0000 linimon 2007-09-24 23:05:56 UTC FreeBSD ports repository Modified files: Mk bsd.perl.mk Log: Disable AutoInstall from trying to contact CPAN directly in the case of a missing dependency (which is the actual underlying error). This cures the case of the build cluster looping indefinitely asking for user input. Suggested by: tobez Regression-tested with: devel/p5-Config-Any Revision Changes Path 1.4 +5 -1 ports/Mk/bsd.perl.mk