From owner-freebsd-questions@FreeBSD.ORG Wed Jun 21 17:58:25 2006 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 2B61A16A479 for ; Wed, 21 Jun 2006 17:58:25 +0000 (UTC) (envelope-from jhorne@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0DE443D49 for ; Wed, 21 Jun 2006 17:58:24 +0000 (GMT) (envelope-from jhorne@dfwlp.com) Received: from athena.int.dfwlp.com (athena.int.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.int.dfwlp.com (8.13.6/8.13.6) with ESMTP id k5LHwNi3080336 for ; Wed, 21 Jun 2006 12:58:23 -0500 (CDT) (envelope-from jhorne@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Wed, 21 Jun 2006 12:58:22 -0500 User-Agent: KMail/1.9.3 References: <44997EBD.4030909@firebadger.net> <20060621132018.e84ea655.wmoran@collaborativefusion.com> In-Reply-To: <20060621132018.e84ea655.wmoran@collaborativefusion.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606211258.23041.jhorne@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on zeus.int.dfwlp.com Subject: Re: Easiest way to remove php5-extensions 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: Wed, 21 Jun 2006 17:58:25 -0000 On Wednesday 21 June 2006 12:20, Bill Moran wrote: > In response to Richard Collyer : > > Hello, > > > > I'm moving from mod_php5 to php5 and need to remove php5-extensions in > > order for pkg remove to work. > > > > What is the easiest way to do this...can I just cd /php5-exten.. dir and > > make deinstall or will i have to go through them all one by one (I have > > a lot installed). > > The pkg_cutleaves port will simplify things for you. i did something similar recently, and 'pkg_delete -r php5-extensions' will make them all go *poof*. cheers, jonathan