Date: Sat, 14 Jun 2008 17:42:21 -0500 (CDT) From: Lars Eighner <luvbeastie@larseighner.com> To: Jos Chrispijn <jos@webrz.net> Cc: freebsd-questions@freebsd.org Subject: Re: PORTS - no longer updated Message-ID: <20080614174212.L8806@qroenaqrq.6qbyyneqvnyhc.pbz> In-Reply-To: <48544361.2040603@webrz.net> References: <48544361.2040603@webrz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 15 Jun 2008, Jos Chrispijn wrote: > I use a port that no longer is supported thru the regular ports. > > p5-Text-ParseWords-3.1 Parse text into an array of tokens or array of arrays > > ** Listing the failed packages (-:ignored / *:skipped / !:failed) > - textproc/p5-Text-ParseWords (port directory error) > > Have tried to remove it, but then I get the message that there are still > other installed programs are using it. > > Would the only possibility be that I excluded it from being update by adding > it to pkgtools.conf or is there another way to correct this? The first step is find out what happened to it. In this case MOVED tells us this module has moved to core perl. I believe upgrading perl and forcing package delete will do it. You may have to run pkgdb -F to delete the dependencies. You may want to make a note of the packages that depended on it. I believe they will still work after you upgrade perl, but you can rebuild them after perl is upgraded if necessary. -- Lars Eighner http://www.larseighner.com/index.html 8800 N IH35 APT 1191 AUSTIN TX 78753-5266
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080614174212.L8806>