summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2014-12-23 14:05:17 +0000
committerMarc Espie <espie@cvs.openbsd.org>2014-12-23 14:05:17 +0000
commit208aa20cf8322a9975c37be69436539e9106e2ae (patch)
tree85f9550caca5849339d81d93a2fd5d4ddcd779c6 /share
parent88738766bd0fd15e2cc7d36482c9dcc0bf332195 (diff)
missing test-depends thingy.
explicitly document that some lists are sorted
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/bsd.port.mk.510
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 90d8f976857..0205fba7b63 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.411 2014/11/09 01:12:59 schwarze Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.412 2014/12/23 14:05:16 espie Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: November 9 2014 $
+.Dd $Mdocdate: December 23 2014 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -84,9 +84,11 @@ run it, or to run regression tests.
The output is formatted as package specification pairs, in a form suitable
for
.Xr tsort 1 .
-.It Ar full-{build,run,all}-depends
+.It Ar full-{all,build,run,test}-depends
Print all dependencies a package depends upon for building, running,
-or both, as a list of package names.
+or both, as a list of package names, sorted by dependency order with
+.Xr tsort 1 ,
+most dependent port first.
.It Ar {build,lib,test,run}-depends-list
Print a list of first level package specifications a port depends as
build dependencies, library dependencies, test dependencies or