Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Oct 2002 06:47:09 -0700 (PDT)
From:      Hal Burch <hburch@lumeta.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/43658: openssl's man pages are install by the port in directory not in manpath
Message-ID:  <200210041347.g94Dl91w018188@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         43658
>Category:       ports
>Synopsis:       openssl's man pages are install by the port in directory not in manpath
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 04 06:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Hal Burch
>Release:        5.0-CURRENT
>Organization:
Lumeta
>Environment:
FreeBSD hburch-lap.corp.lumeta.com 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon Sep 23 21:35:10 EDT 2002     root@hburch-lap.corp.lumeta.com:/usr/obj/usr/src/sys/LOCAL  i386

>Description:
If you install openssl from port (/usr/ports/security/openssl), the manpages are installed in /usr/local/openssl/man.  However, /etc/manpath.conf is not updated to reflect this fact.

(the world process does not install the documents at all from my tests)
>How-To-Repeat:
$ cd /usr/ports/security/openssl && make install
[snip]
===>  Registering installation for openssl-0.9.6g
$ man SSL_connect
No manual entry for SSL_connect
$ ls -l /usr/local/openssl/man/man3/SSL_connect.*
/usr/local/openssl/man/man3/SSL_connect.3.gz
>Fix:
Like is done for the perl port, add openssl's man directory to manpath.config.  The perl port does not appear to add the directory, but rather it's just in there.
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210041347.g94Dl91w018188>