summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2014-12-23 14:05:16 +0000
committerespie <espie@openbsd.org>2014-12-23 14:05:16 +0000
commit2119d0ff195218dbef4ad5d9cba590bb2f31d0e6 (patch)
tree0e9f87f5e1fb72f8da7dc3c9edeec19fa6d2fe29
parentsupport negative horizontal widths in man(7); (diff)
downloadwireguard-openbsd-2119d0ff195218dbef4ad5d9cba590bb2f31d0e6.tar.xz
wireguard-openbsd-2119d0ff195218dbef4ad5d9cba590bb2f31d0e6.zip
missing test-depends thingy.
explicitly document that some lists are sorted
-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