From owner-freebsd-perl@FreeBSD.ORG Sun May 27 19:18:47 2012 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7591A106564A for ; Sun, 27 May 2012 19:18:47 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from p578be941.dip0.t-ipconnect.de (p578be941.dip0.t-ipconnect.de [87.139.233.65]) by mx1.freebsd.org (Postfix) with ESMTP id E84A68FC0A for ; Sun, 27 May 2012 19:18:46 +0000 (UTC) Received: from [192.168.0.100] (cde1100.uni.vrs [192.168.0.100]) (Authenticated sender: ohauer) by p578be941.dip0.t-ipconnect.de (Postfix) with ESMTPSA id 2387E20864; Sun, 27 May 2012 21:18:43 +0200 (CEST) Message-ID: <4FC27E19.8020200@FreeBSD.org> Date: Sun, 27 May 2012 21:18:49 +0200 From: Olli Hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: Warren Block References: In-Reply-To: X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: perl@freebsd.org Subject: Re: p5-XML-SAX ParserDetails.ini X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ohauer@FreeBSD.org List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 May 2012 19:18:47 -0000 On 2012-05-27 20:11, Warren Block wrote: > Twice now I've come back to a port build to find the machine waiting with this question: > > Do you want XML::SAX to alter ParserDetails.ini? [Y] > > Could that be put into an option so it wouldn't halt the build? Hi Warren, this question is not coming from the port/framework, it is in the SAX source. $> grep -R "Do you want" work/ work/Makefile.PL: "Do you want XML::SAX to alter ParserDetails.ini?", "Y" work/SAX.pm: "Do you want to modify ParserDetails.ini?", 'Y')