diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2023-09-05 12:53:44 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2023-09-05 12:53:44 +0000 |
commit | 1ccabef089698aede059a6f471b0ea06e210312a (patch) | |
tree | 4b2469af1c87567adc4ee7efce6472ed007d042f /share/man | |
parent | 0f1032f56b5f5321e3fc2829c3bb509c062b98fb (diff) |
strongly hint that people take advantage of sqlports
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/bsd.port.mk.5 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5 index 1366d56296a..1bc4282f9b4 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.593 2023/09/05 12:47:54 espie Exp $ +.\" $OpenBSD: bsd.port.mk.5,v 1.594 2023/09/05 12:53:43 espie Exp $ .\" .\" Copyright (c) 2000-2008 Marc Espie .\" @@ -840,7 +840,12 @@ Print the list of .Xr pkgpath 7 for all ports that will be affected by the current port changing. -Works by walking the list of dependencies, in reverse. +Works by walking the full list of all dependencies of all ports, in reverse. +.Pp +Very slow, prefer installing the +.Pa sqlports +package and using +.Nm show-reverse-deps . .It Cm show-run-depends Print all running dependencies for a port, one per-line, without duplicates. .It Cm subpackage |