From owner-freebsd-ports@FreeBSD.ORG Wed May 9 09:19:42 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1DCD1106564A for ; Wed, 9 May 2012 09:19:42 +0000 (UTC) (envelope-from rhurlin@gwdg.de) Received: from fmailer.gwdg.de (fmailer.gwdg.de [134.76.11.16]) by mx1.freebsd.org (Postfix) with ESMTP id D0D378FC14 for ; Wed, 9 May 2012 09:19:41 +0000 (UTC) Received: from wald.nfv.gwdg.de ([134.76.242.31] helo=pc028.nfv) by mailer.gwdg.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1SS33U-0000nQ-Rj; Wed, 09 May 2012 11:19:32 +0200 Message-ID: <4FAA36A4.3000309@gwdg.de> Date: Wed, 09 May 2012 11:19:32 +0200 From: Rainer Hurling User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:12.0) Gecko/20120502 Thunderbird/12.0.1 MIME-Version: 1.0 To: Kurt Jaeger References: <4FAA0BD1.8040005@gwdg.de> <20120509082040.GV5335@home.opsec.eu> In-Reply-To: <20120509082040.GV5335@home.opsec.eu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated: Id:rhurlin X-Spam-Level: - X-Virus-Scanned: (clean) by exiscan+sophie Cc: freebsd-ports@freebsd.org Subject: Re: textproc/p5-XML-SAX: prerequisite XML::SAX::Base 1.05 not found X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2012 09:19:42 -0000 Am 09.05.2012 10:20 (UTC+1) schrieb Kurt Jaeger: > Hi! > >> When I try to update textproc/p5-XML-SAX I get the following warning: > [...] >> Warning: prerequisite XML::SAX::Base 1.05 not found. We have 1.04. > [...] >> This happens on several boxes with recent 10.0-CURRENT (amd64). Does >> anyone else see this behaviour? > > Yes. The fix seems to be to install textproc/p5-XML-SAX-Base. > Tested on 8.3-REL-amd64 > As Kurt Jaeger suggested in PM, deinstalling textproc/p5-XML-SAX-Base, reinstalling it and then installing p5-XML-SAX, fixes it. Many thanks!