From owner-freebsd-questions@FreeBSD.ORG Fri Jun 11 22:56:08 2010 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 1F3A81065670 for ; Fri, 11 Jun 2010 22:56:08 +0000 (UTC) (envelope-from dougs@dawnsign.com) Received: from mailfilter.dawnsign.com (cetus.dawnsign.com [216.70.250.4]) by mx1.freebsd.org (Postfix) with ESMTP id 017B68FC08 for ; Fri, 11 Jun 2010 22:56:07 +0000 (UTC) Received: from mailfilter.dawnsign.com (localhost [127.0.0.1]) by mailfilter.dawnsign.com (Postfix) with ESMTP id 98B8F95B26; Fri, 11 Jun 2010 15:56:07 -0700 (PDT) Received: from pyxis.dawnsign.com (unknown [192.168.101.22]) by mailfilter.dawnsign.com (Postfix) with ESMTP id 7A2FA95977; Fri, 11 Jun 2010 15:56:07 -0700 (PDT) Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5 Date: Fri, 11 Jun 2010 15:56:07 -0700 Message-ID: <292C3F1D7ADD164EA6A058A4C3C8081A0156B0@pyxis.dawnsign.com> In-Reply-To: <13E1517D-2194-4581-B8D5-F1E3D205E4F0@mac.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: messed up ports index Thread-Index: AcsJuK9gDSxsILxPR1GD9IjVcUPAagAAFXUg References: <292C3F1D7ADD164EA6A058A4C3C8081A0156AD@pyxis.dawnsign.com> <292C3F1D7ADD164EA6A058A4C3C8081A0156AE@pyxis.dawnsign.com> <13E1517D-2194-4581-B8D5-F1E3D205E4F0@mac.com> From: "Doug Sampson" To: "Chuck Swiger" X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-questions@freebsd.org Subject: RE: messed up ports index 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, 11 Jun 2010 22:56:08 -0000 > On Jun 11, 2010, at 3:48 PM, Doug Sampson wrote: > > portmaster -o lang/php52 lang/php5 > > > > Now I am left with only one item as follows: > > > > php5-mhash-5.2.12_2 < needs updating (port has 5.3.2_1) > > > > There is *no* lang/php5-mhash. Only lang/php52-mhash. Should I > deinstall and install? >=20 > If I recall right, mhash is now built-in or emulated in php-5.3; I > think you can simply deinstall it. >=20 Right. My issue is, there isn't a path of /usr/ports/security/php5-mhash -- only /usr/ports/security/php52-mhash. How can I remove the security/php5-mhash with a missing directory? I am unable to deinstall. How does one remove? ~Doug