how to display pkg-message
    Matthew Seaman 
    m.seaman at infracaninophile.co.uk
       
    Sun Sep  6 17:27:44 UTC 2009
    
    
  
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 of 
> make showinfo but I can't find one that works. I am assuming that if 
> <port>/files/pkg-message.in exists the this make target would show a 
> 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 
There isn't a specific make target for displaying pkg-message -- it's 
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
-- 
Dr Matthew J Seaman MA, D.Phil.                   7 Priory Courtyard
                                                  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey     Ramsgate
                                                  Kent, CT11 9PW
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 259 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20090906/b7f76c0f/signature.pgp
    
    
More information about the freebsd-questions
mailing list