From owner-freebsd-questions@FreeBSD.ORG Fri Nov 16 03:55:06 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD72016A468 for ; Fri, 16 Nov 2007 03:55:06 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from typhoon.enabled.com (typhoon.enabled.com [216.218.220.21]) by mx1.freebsd.org (Postfix) with ESMTP id A0FDA13C467 for ; Fri, 16 Nov 2007 03:55:06 +0000 (UTC) (envelope-from admin2@enabled.com) Received: from Macintosh-3.local (natint3.juniper.net [66.129.224.36]) (authenticated bits=0) by typhoon.enabled.com (8.14.1/8.14.1) with ESMTP id lAG3slMS038784 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Thu, 15 Nov 2007 19:54:48 -0800 (PST) (envelope-from admin2@enabled.com) Message-ID: <473D147F.4030708@enabled.com> Date: Thu, 15 Nov 2007 21:54:39 -0600 From: Noah User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: User Questions References: <473CDC50.2050706@enabled.com> <20071115204825.7D52.GERARD-SEIBERT@seibercom.net> In-Reply-To: <20071115204825.7D52.GERARD-SEIBERT@seibercom.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: portmanager and apache2.0 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: Fri, 16 Nov 2007 03:55:06 -0000 Hi there, I could not find anything in the portmanager.log how can I make sure it is ignored in the portmanager configuratino file to make sure it is not built at all? is there any other way to figure out what has a dependency to install it? Cheers, Noah Gerard wrote: > On November 15, 2007 at 06:54PM Noah wrote: > > >> access1# grep apache pm-020.conf >> IGNORE|www/apache13*| >> IGNORE|www/apache13| >> IGNORE|www/apache13-*| >> IGNORE|www/apache13*-*| >> IGNORE|www/apache-1.3*| >> IGNORE|www/apache20| >> IGNORE|www/apache20*| >> IGNORE|www/apache21| >> IGNORE|www/apache21*| >> access1# pkg_info | grep portmana >> portmanager-0.4.1_9 FreeBSD installed ports status and safe update utility >> access1# >> >> How can I figure out why it is getting built? > > Make sure you only have apache-2.2.x installed, check the portmanager.log > file and see if another program is trying to build apache as a dependency. > >