mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
2600ce4b43
With the PKG_PORTSDIR make argument set, Release 1.2.2 will properly build pkg when PORTSDIR doesn't equal the default /usr/ports, as is the standard case with DragonFly. Additionally, pkg(8) and pkg-static(8) man pages are conditionally edited to remove references to the -j option when libjail isn't found on the system. This extra-patch should never be used on FreeBSD.
35 lines
675 B
Groff
35 lines
675 B
Groff
--- pkg/pkg.8.orig 2013-11-27 18:14:50.000000000 +0000
|
|
+++ pkg/pkg.8
|
|
@@ -30,7 +30,7 @@
|
|
.Op Fl d
|
|
.Op Fl l
|
|
.Op Fl N
|
|
-.Op Fl j Ao jail name or id Ac | Fl c Ao chroot path Ac
|
|
+.Op Fl c Ao chroot path Ac
|
|
.Op Fl C Ao configuration file Ac
|
|
.Op Fl R Ao repository configuration directory Ac
|
|
.Ao command Ac Ao Ar flags Ac
|
|
@@ -129,22 +129,6 @@ is installed and activated:
|
|
# pkg_install-specifics
|
|
fi
|
|
.Ed
|
|
-.It Fl j Ao jail name or id Ac
|
|
-.Nm
|
|
-will execute in the given
|
|
-.Ao jail name or id Ac ,
|
|
-where
|
|
-.Em name
|
|
-matches
|
|
-.Dq Cm jls Ar name
|
|
-and
|
|
-.Em id
|
|
-matches
|
|
-.Dq Cm jls Ar jid .
|
|
-See
|
|
-.Xr jail 8
|
|
-and
|
|
-.Xr jls 8 .
|
|
.It Fl c Ao chroot path Ac
|
|
.Nm
|
|
will chroot in the
|