From owner-freebsd-ports Mon Apr 5 5:51:59 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E92614E48 for ; Mon, 5 Apr 1999 05:51:58 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id FAA73621; Mon, 5 Apr 1999 05:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from henoch.cc.fh-lippe.de (henoch.cc.fh-lippe.de [193.16.112.72]) by hub.freebsd.org (Postfix) with ESMTP id 9192E14CE1 for ; Mon, 5 Apr 1999 05:44:06 -0700 (PDT) (envelope-from root@cc.fh-lippe.de) Received: from spock.cc.fh-lippe.de([193.16.118.120]) (1816 bytes) by henoch.cc.fh-lippe.de via sendmail with P:smtp/R:inet_hosts/T:smtp (sender: ) id for ; Mon, 5 Apr 1999 14:42:06 +0200 (MET DST) (Smail-3.2.0.101 1997-Dec-17 #3 built 1998-Feb-3) Received: from cc.fh-lippe.de by spock.cc.fh-lippe.de with smtp (Smail3.1.29.1 #2) id m10U8hZ-0006yeC; Mon, 5 Apr 99 14:42 MET DST Received: (from root@localhost) by cc.fh-lippe.de (8.9.2/8.9.1) id OAA88632; Mon, 5 Apr 1999 14:20:48 +0200 (CEST) (envelope-from root) Message-Id: <199904051220.OAA88632@cc.fh-lippe.de> Date: Mon, 5 Apr 1999 14:20:48 +0200 (CEST) From: lkoeller@cc.fh-lippe.de Reply-To: lkoeller@cc.fh-lippe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/10961: General Problem in Ports: gzipepd manpages and .so Macro Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 10961 >Category: ports >Synopsis: gzipped manpages and .so macro in ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Apr 5 05:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 3.1-RELEASE i386 >Organization: Fachhochschule Lippe, Lemgo, Germany >Environment: FreeBSD 3.1-RELEASE >Description: When ports, e.g. /usr/ports/graphics/tiff34 are installed, and the manpages are commpressed by default, then every manual page which points in the sources to an umcompressed manpage name via the .so macro faild when you try to access it, e.g. /usr/local/man/man3/TIFFmemset.3t.gz contains .so TIFFmemory.3t But this file doen't exist, cause of the comression it's called /usr/local/man/man3/TIFFmemory.3t.gz This is a generic problem, in many ports! >How-To-Repeat: See above an an example! >Fix: When the port-install compresses the manpages, it can scan in the file for the .so macro and replace it with a hardlink to the compressed manpage (with correct suffix .gz) .so pointed to. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message