From owner-freebsd-questions@FreeBSD.ORG Thu Dec 15 19:58:26 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 5696816A41F for ; Thu, 15 Dec 2005 19:58:26 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA28943D68 for ; Thu, 15 Dec 2005 19:58:10 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by zproxy.gmail.com with SMTP id z3so466228nzf for ; Thu, 15 Dec 2005 11:58:04 -0800 (PST) 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=jj7rjhEZy463DmHiqEgXQfIqMPFCYEVB1MnqQuduIk37EMlB5ZEs6LEsQNdlDpJeOahXME8htrCxQRmk6ynismeMO2p8hleHTLE/V0UgHweqVSc+HH8xZtMq5E1SWh99zMQCP/NZZRzpQYjno+gxukg8NRFYYWefchgXloQjpTY= Received: by 10.65.73.20 with SMTP id a20mr1376111qbl; Thu, 15 Dec 2005 11:58:04 -0800 (PST) Received: from ringworm.mechee.com ( [71.102.14.129]) by mx.gmail.com with ESMTP id q18sm167461qbq.2005.12.15.11.58.03; Thu, 15 Dec 2005 11:58:04 -0800 (PST) From: "Michael C. Shultz" To: Wes Santee Date: Thu, 15 Dec 2005 11:58:00 -0800 User-Agent: KMail/1.8.3 References: <43A1B6AC.10308@gmail.com> <200512151112.40706.ringworm01@gmail.com> <43A1C7D4.1090607@gmail.com> In-Reply-To: <43A1C7D4.1090607@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512151158.01275.ringworm01@gmail.com> Cc: freebsd-questions@freebsd.org Subject: Re: Gnome port forcing Apache 2.0 on me during install 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: Thu, 15 Dec 2005 19:58:26 -0000 On Thursday 15 December 2005 11:45, Wes Santee wrote: > Michael C. Shultz wrote: > | On Thursday 15 December 2005 10:32, Wes Santee wrote: > |>Greetings, > |> > |>I run Apache 1.3+ssl on a computer that I'm installing Gnome 2.12.2 via > |>the meta-port in x11/gnome2. As part of that install, it builds and > |>installs www/gnome-user-share. *That* port forces the www/apache20 port > |>upon me. > |>[snip] > | > | The only gnome port I can find that as that port as a dependency is > | x11/gnome2-power-tools, not x11/gnome2. > | > | -Mike > > You're right. Originally when I installed Gnome2, I used the > gnome2-lite meta-port. It lists other ports to install to get the more > "full featured" Gnome. After I while I removed the gnome2-lite port and > installed the gnome2 full port since I was slowly adding the add-on > ports it mentioned anyway. I assumed the bits I had already added were > part of the full port. > > Guess I can just delete the port and be done with it. That solution > doesn't really address the larger issue of a port that will toss your > HTTP server out without so much as a how-do-you-do, but at least I can > go back to my known configuration easily enough. > > Cheers, > -Wes Since apache seems very critical to you maybe adding IGNORE|www/apache*| to /usr/local/etc/portmanager/pm-020.conf would be a good idea, it would stop surprises. When you know you want to upgrade apache then comment out that line and do a portmanager www/apache{version}, just a suggestion... -Mike