diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2018-07-09 14:53:31 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2018-07-09 14:53:31 +0000 |
commit | 4c0ec445c3f5277729426ce918679e220d54a424 (patch) | |
tree | 8c893590cc93c6cd694435fcb717738956196c1b /share/man/man1 | |
parent | 58e33cb9ef697122731104513b8be8ddf5265247 (diff) |
resolve-lib -> port-resolve-lib-helper
Diffstat (limited to 'share/man/man1')
-rw-r--r-- | share/man/man1/Makefile | 8 | ||||
-rw-r--r-- | share/man/man1/port-resolve-lib-helper.1 (renamed from share/man/man1/resolve-lib.1) | 16 |
2 files changed, 15 insertions, 9 deletions
diff --git a/share/man/man1/Makefile b/share/man/man1/Makefile index 9b5a6d3539d..fa96c3791e4 100644 --- a/share/man/man1/Makefile +++ b/share/man/man1/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.11 2018/07/09 13:57:13 espie Exp $ +# $OpenBSD: Makefile,v 1.12 2018/07/09 14:53:30 espie Exp $ # $NetBSD: Makefile,v 1.4 1994/12/22 10:48:04 cgd Exp $ MAN= clang-local.1 help.1 intro.1 gcc-local.1 @@ -8,10 +8,10 @@ MAN+= check-lib-depends.1 check-manpages.1 check-problems.1 \ clean-old-distfiles.1 dpb-replay.1 dpb.1 \ out-of-date.1 outdated-perl-ports.1 \ pkg_subst.1 \ - port-getpkgpath-helper.1 port-search-helper.1 \ + port-getpkgpath-helper.1 port-resolve-lib-helper.1 \ + port-search-helper.1 \ portbump.1 portcheck.1 portgen.1 \ portimport.1 portlock.1 portslogger.1 proot.1 \ - register-plist.1 resolve-lib.1 \ - update-patches.1 update-plist.1 + register-plist.1 update-patches.1 update-plist.1 .include <bsd.prog.mk> diff --git a/share/man/man1/resolve-lib.1 b/share/man/man1/port-resolve-lib-helper.1 index 8e9451551e0..c7d6da17fab 100644 --- a/share/man/man1/resolve-lib.1 +++ b/share/man/man1/port-resolve-lib-helper.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolve-lib.1,v 1.1 2018/06/26 05:38:49 espie Exp $ +.\" $OpenBSD: port-resolve-lib-helper.1,v 1.1 2018/07/09 14:53:30 espie Exp $ .\" .\" Copyright (c) 2010 Marc Espie <espie@openbsd.org> .\" @@ -14,14 +14,14 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 26 2018 $ -.Dt RESOLVE-LIB 1 +.Dd $Mdocdate: July 9 2018 $ +.Dt PORT-RESOLVE-LIB-HELPER 1 .Os .Sh NAME -.Nm resolve-lib +.Nm port-resolve-lib-helper .Nd resolve library specs during ports build .Sh SYNOPSIS -.Nm resolve-lib +.Nm .Op Fl needed .Op Fl silent .Ar spec ... @@ -66,3 +66,9 @@ is used to sort out .Nm will succeed if at least one of the libraries matches against a shared library passed on the command line. +.Pp +This is a helper script used by +.Xr bsd.port.mk 5 +to complete all wantlib information for +.Xr pkg_create 1 +and other tools. |