uncommitted new ports

Stefan Walter sw at gegenunendlich.de
Tue Aug 12 11:47:42 PDT 2003


Hi,

Adam Weinberger, 12.08.03, 20:24h CEST:

> >> (08.12.2003 @ 1415 PST): Stefan Walter said, in 2.0K: <<
> > o [2003/07/27] ports/54912  ports-bugs  New port: pkg_cutleaves - Perl script for finding/pkg_deinstalling 'leaf' packages
> >> end of "Re: uncommitted new ports" from Stefan Walter <<
> 
> I'm confused about the -R option of pkg_cutleaves. How can there be
> packages which depend upon a package "not referenced by any other
> installed package?"

Oops, my fault: It should read "packages the deinstalled 'leaf' packages
depend(ed) on". It just invokes pkg_deinstall with '-R'. Thanks for the
hint, I've corrected the man page (see attached patch); the script does
the right thing, though. ;)

Stefan,
occasionally confusing 'pkg_deinstall -R' and 'pkg_deinstall -r'
-- 
PGP key: 0x12B9E0B3 || 85D8 6A49 22C7 6CD9 B011  5D6A 5691 111B 12B9 E0B3
-------------- next part --------------
--- pkg_cutleaves.1.old	Tue Aug 12 20:40:15 2003
+++ pkg_cutleaves.1	Tue Aug 12 20:42:45 2003
@@ -24,8 +24,8 @@
 .IP -x
 Exclude packages matching expressions given in the exclude file.
 .IP -R
-Run 'pkg_deinstall -R' instead of plain 'pkg_deinstall', so packages
-depending on removed leaf packages will be deinstalled, too.
+Run 'pkg_deinstall -R' instead of plain 'pkg_deinstall', so packages the
+removed leaf packages depend(ed) on will be deinstalled, too.
 .SH FILES
 .I /usr/local/etc/pkg_leaves.exclude
 .RS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 650 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20030812/e150ff1d/attachment.bin


More information about the freebsd-ports mailing list