From owner-freebsd-questions@FreeBSD.ORG Sat Oct 29 02:20:30 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F36E16A41F for ; Sat, 29 Oct 2005 02:20:30 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 075AD43D46 for ; Sat, 29 Oct 2005 02:20:29 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id x3so533004nzd for ; Fri, 28 Oct 2005 19:20:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=ngssAFCsUWspuBkaKBr2HXQLnn4Izn4sbZYqSSOUBnJBM4syXuEpFgibzyIvYuxs5//k8ywWEcCoczkb701FMch8QXU16GHf9EKSlV7gs/ez0DtJhvYcfBiortvb+gUb8m2X5KwxrJe/OACnhCunkZfLu41QURuQrvm4AysgGx4= Received: by 10.36.10.17 with SMTP id 17mr880991nzj; Fri, 28 Oct 2005 19:20:29 -0700 (PDT) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 23sm381258nzn.2005.10.28.19.20.28; Fri, 28 Oct 2005 19:20:29 -0700 (PDT) From: "Michael C. Shultz" To: freebsd-questions@freebsd.org Date: Fri, 28 Oct 2005 19:22:15 -0700 User-Agent: KMail/1.8.2 References: <6FB767AE-D4D7-4C38-90C0-726D48AF5654@secure-computing.net> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200510281922.16495.ringworm01@gmail.com> Cc: Eric F Crist , John DeStefano Subject: Re: portupgrade stale dependencies X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Oct 2005 02:20:30 -0000 On Friday 28 October 2005 17:31, John DeStefano wrote: > On 10/28/05, Eric F Crist wrote: > > > status report finished > > > ====================================================================== > > > == > > > percentDone-=>0 = 100 - ( 100 * ( QTY_outOfDatePortsDb-=>1 / > > > TOTAL_outOfDatePortsDb-=>1 ) ) > > > upgrade 0.3.0_0 info: ignoring apache-2.0.48, reason: failed during > > > (2) make > > > ---------------------------------------------------------------------- > > > -- > > > update of ports collection complete with either some errors, ignored > > > ports or both > > > > > > > > > Unfortunately, this is the most crucial of all, and ironically the one > > > about which I've been asking since the beginning. As I mentioned > > > earlier, upgrading this port bails consistently with a C callout to > > > PEM_F_DEF_CALLBACK. I'd really like to get this port updated, not > > > only to finally complete this insane goose chase of updating, but > > > because I know that apache-2.0.48 is chock full of vulerabilities. > > > > cd /usr/ports/www/apache20 && make deinstall && make clean && make > > reinstall > > > > See what happens. > > Talk about strange: > > # cd /usr/ports/www/apache20/ > # make deinstall > ===> Deinstalling for www/apache20 > ===> apache not installed, skipping > > # make -V PKGNAME > apache-2.0.55 > > # pkg_info | grep apache > apache-2.0.48 Version 2 of the extremely popular Apache http server > > # apachectl -v > Server version: Apache/2.0.48 > Server built: Nov 19 2003 22:44:21 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Try ls /var/db/pkg/a* any apache versions in there? -Mike