Date: Sun, 06 Sep 2009 18:27:26 +0100 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: Chris Whitehouse <cwhiteh@onetel.com> Cc: FreeBSD Questions <questions@freebsd.org> Subject: Re: how to display pkg-message Message-ID: <4AA3F0FE.2060806@infracaninophile.co.uk> In-Reply-To: <4AA3D2E7.9070409@onetel.com> References: <4AA3D2E7.9070409@onetel.com>
next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig929BF4A1E55385CDFA257DAA Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Chris Whitehouse wrote: > Could someone remind of the make target for showing messages which are = > displayed when installing ports please. I thought it was some variant o= f=20 > make showinfo but I can't find one that works. I am assuming that if=20 > <port>/files/pkg-message.in exists the this make target would show a=20 > result. Once the port is installed, you can do: % pkg_info -Dx portname What is probably less known is that if you have the package tarball, you = can run pkg_info on it *without* it being installed: % pkg_info -D ./portname.tbz=20 There isn't a specific make target for displaying pkg-message -- it's=20 generally done as part of the post-install: target, but that target also typically runs any of the scripts that should be bundled with the pkg. That's things like creating a UID to own files or processes, which is not= necessarily something you would want to happen when just trying to see some messages. 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 --------------enig929BF4A1E55385CDFA257DAA 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.12 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkqj8QQACgkQ8Mjk52CukIwdxgCfaW5mE29WZ8P1c70REub2kZkO uf0AnR9Gt1hJrZjJxio56/dngf00kGKf =oD3O -----END PGP SIGNATURE----- --------------enig929BF4A1E55385CDFA257DAA--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4AA3F0FE.2060806>