Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Jun 2008 07:43:06 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Jos Chrispijn <jos@webrz.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: PORTS - no longer updated
Message-ID:  <4854B9FA.4050208@infracaninophile.co.uk>
In-Reply-To: <48544361.2040603@webrz.net>
References:  <48544361.2040603@webrz.net>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--------------enig0FC619320703EE69DBC3AE76
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: quoted-printable

Jos Chrispijn wrote:
> I use a port that no longer is supported thru the regular ports.
>=20
> p5-Text-ParseWords-3.1 Parse text into an array of tokens or array of=20
> arrays
>=20
> ** Listing the failed packages (-:ignored / *:skipped / !:failed)
>        - textproc/p5-Text-ParseWords (port directory error)
>=20
> Have tried to remove it, but then I get the message that there are stil=
l=20
> other installed programs are using it.
>=20
> Would the only possibility be that I excluded it from being update by=20
> adding it to pkgtools.conf or is there another way to correct this?

Text::ParseWords is provided by the basic perl port -- see, no
installed package:

% pkg_info -Ix ParseWords
pkg_info: no packages match pattern(s)

but the module is still there:

% perl -MText::ParseWords -le 'print $Text::ParseWords::VERSION;'
3.24

What you need to do is force delete the package:

  # pkg_delete -f p5-Text-ParseWords-3.1

and then run

  # pkgdb -Fu

to fix up the broken dependency linkages.  Everything that depended
on p5-Text-ParseWords would already depend on perl anyhow, so just
delete the dependency if pkgdb can't work it out for itself.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW


--------------enig0FC619320703EE69DBC3AE76
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: OpenPGP digital signature
Content-Disposition: attachment; filename="signature.asc"

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEAREIAAYFAkhUugAACgkQ8Mjk52CukIxqQgCcCTrklyzWcJd5vC2JwOmGtH5b
6woAn3ImF8lid342ct5XCOOuVivTzqFJ
=mYw+
-----END PGP SIGNATURE-----

--------------enig0FC619320703EE69DBC3AE76--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4854B9FA.4050208>