Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Oct 2010 10:22:54 -0700
From:      David Wolfskill <david@catwhisker.org>
To:        Alexandre <axelbsd@ymail.com>
Cc:        FreeBSD Ports Mailing List <ports@FreeBSD.org>
Subject:   Re: Portmaster 3.1 upgrade
Message-ID:  <20101031172254.GC1506@albert.catwhisker.org>
In-Reply-To: <AANLkTimKKVeR_EsoDQv_3r%2B8hdh%2Ba9K_bAxWx4qi_cgW@mail.gmail.com>
References:  <AANLkTimKKVeR_EsoDQv_3r%2B8hdh%2Ba9K_bAxWx4qi_cgW@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--XMCwj5IQnwKtuyBG
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sun, Oct 31, 2010 at 05:57:52PM +0100, Alexandre wrote:
> Hi,
>=20
> I read in /usr/ports/UPGRADING the instructions to properly upgrade
> PORTMASTER 3.1.
> It is written to do :
>=20
> # pkg_delete -f portmaster*
>=20
> # cd /usr/ports/ports-mgmt/portmaster && make clean && make install clean
>=20
> But when I type the first one, I got the message :
> pkg_delete: No match.
>=20
> Portmaster is installed :
> #pkg_info | grep portmaster
> portmaster-3.0      Manage your ports without external databases or
> languages
>=20
> I know that I can uninstall and reinstall portmaster using # pkg_delete
> portmaster-3.0 and the second command mentionned #make install clean
> I just write this message because this instruction is written in
> /usr/ports/UPDATING

Change the pkg_delete invocation from:

# pkg_delete -f portmaster*

to:

# pkg_delete -f 'portmaster*'

so the shell will leave the wildcard alone.

Peace,
david
--=20
David H. Wolfskill				david@catwhisker.org
Depriving a girl or boy of an opportunity for education is evil.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.

--XMCwj5IQnwKtuyBG
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.16 (FreeBSD)

iEYEARECAAYFAkzNpe4ACgkQmprOCmdXAD05/ACfcru0G8Ewtij/ktWAbEfjhQRi
z1UAniNJ5uzFrPcYdqoHVQKcvxHaTtxN
=yj+D
-----END PGP SIGNATURE-----

--XMCwj5IQnwKtuyBG--



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