From owner-freebsd-questions@FreeBSD.ORG Tue Dec 9 12:58:45 2008 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 0F448106567B for ; Tue, 9 Dec 2008 12:58:45 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id BDD1F8FC0C for ; Tue, 9 Dec 2008 12:58:44 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 09 Dec 2008 07:58:43 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.3-GA) with ESMTP id KMO95761; Tue, 9 Dec 2008 07:58:43 -0500 (EST) Received: from unknown (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.22.188]) by smtp01.lnh.mail.rcn.net with ESMTP; 09 Dec 2008 07:58:39 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <18750.27518.886354.175524@jerusalem.litteratus.org> Date: Tue, 9 Dec 2008 07:58:38 -0500 To: "Zbigniew Szalbot" In-Reply-To: <94136a2c0812090312w3898a493vff0e633cd3a32f6b@mail.gmail.com> References: <94136a2c0812090242k2ee688bbx8015efb2c5c1fafd@mail.gmail.com> <94136a2c0812090312w3898a493vff0e633cd3a32f6b@mail.gmail.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Cc: Ivan Voras , freebsd-questions@freebsd.org Subject: Re: removing a php5-pcre extension 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: Tue, 09 Dec 2008 12:58:45 -0000 Zbigniew Szalbot writes: > >> Am I safe just deleting it? Or do I have to rebuild all the > >> above listed ports? > >> Leaving it as is is probably not a good idea... > > > > Presumably, if you delete it, the listed packages will stop working. > > One more thought - I commented out the pcre extension in the ini file > and restarted apache after which everything seems to be working fine. > > So I wonder if I am safe to delete it or if not, then how would you > advise me to proceed to keep the system clean. Many thanks! As I understand it: a) the port works by installing a library b) dependant ports search for the library, not the port c) if the (exact same) library (as determined by version number) is installed by some other port, the change should be transparent and the dependant ports should and not try to (re)build anything. Robert Huff