Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove examples about pkg set -o they are irrelevant anymore
Baptiste Daroussin committed 11 years ago
commit 803295802365d31c500dedac52f542ad6d07b270
parent 8f20c8e
1 file changed +0 -20
modified docs/pkg-set.8
@@ -106,26 +106,6 @@ options are used, the default is to match pkg-name exactly.
See
.Xr pkg.conf 5 .
.Sh EXAMPLES
-
Upgrade perl from 5.12 to 5.14.
-
This involves moving the origin from
-
.Sy lang/perl5.12
-
to
-
.Sy lang/perl5.14 :
-
.Dl % pkg set -o lang/perl5.12:lang/perl5.14
-
.Dl % pkg install -Rf lang/perl5.14
-
.Pp
-
Upgrade ruby from 1.8 to 1.9.
-
This involves moving the origin from
-
.Sy lang/ruby18
-
to
-
.Sy lang/ruby19 :
-
.Dl % pkg set -o lang/ruby18:lang/ruby19
-
.Dl % pkg install -Rf lang/ruby19
-
.Pp
-
Move the origin libglut to freeglut, and then reinstall everything depending on glut to use the new shared library:
-
.Dl % pkg set -o graphics/libglut:graphics/freeglut
-
.Dl % pkg install -Rf graphics/freeglut
-
.Pp
Change a package from automatic to non-automatic, which will prevent
.Ic autoremove
from removing it: