From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 6 15:42:30 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AEBC316A4CE for ; Tue, 6 Jan 2004 15:42:30 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB98343D81 for ; Tue, 6 Jan 2004 15:40:22 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i06NeCFR042287 for ; Tue, 6 Jan 2004 15:40:12 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i06NeCu8042286; Tue, 6 Jan 2004 15:40:12 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 6 Jan 2004 15:40:12 -0800 (PST) Resent-Message-Id: <200401062340.i06NeCu8042286@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Krzysztof Stryjek Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3200716A4CE for ; Tue, 6 Jan 2004 15:32:10 -0800 (PST) Received: from kryptos.mud.pl (201-moc-7.acn.waw.pl [212.76.58.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F38643D41 for ; Tue, 6 Jan 2004 15:32:08 -0800 (PST) (envelope-from wtp@mud.pl) Received: from localhost (localhost.lan.wtp3.org [127.0.0.1]) by kryptos.mud.pl (Postfix) with ESMTP id F1FE026172 for ; Wed, 7 Jan 2004 00:32:05 +0100 (CET) Received: from kryptos.mud.pl ([127.0.0.1]) by localhost (kryptos.mud.pl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 71929-01 for ; Wed, 7 Jan 2004 00:31:56 +0100 (CET) Received: by kryptos.mud.pl (Postfix, from userid 1000) id 6329E26169; Wed, 7 Jan 2004 00:31:55 +0100 (CET) Message-Id: <20040106233155.6329E26169@kryptos.mud.pl> Date: Wed, 7 Jan 2004 00:31:55 +0100 (CET) From: Krzysztof Stryjek To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/60995: missing manual.css for apcupsd docs directory X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Krzysztof Stryjek List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jan 2004 23:42:30 -0000 >Number: 60995 >Category: ports >Synopsis: missing manual.css for apcupsd docs directory >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 06 15:40:12 PST 2004 >Closed-Date: >Last-Modified: >Originator: Krzysztof Stryjek >Release: FreeBSD 4.9-STABLE i386 >Organization: private person >Environment: System: FreeBSD kryptos.mud.pl 4.9-STABLE FreeBSD 4.9-STABLE #2: Thu Nov 13 22:49:48 CET 2003 toor@kryptos.mud.pl:/usr/obj/usr/src/sys/POOH i386 >Description: I was upgrading new apcupsd. Well. I've enabled /usr/local/share/doc/ directory via Apache server (http://fw.wtp3.org/docs/). While I was trying to view /apcupsd/manual.html with Netscape, I've received error about missing manual.css file. It's OK to view manual.html with lynx (lynx http://fw.wtp3.org/docs/apcupsd/manual.html). And it is OK, to view this documentation locally (i.e. lynx /usr/local/share/doc/apcupsd/manual.html). But I think it's not waste of disk space to add this file as install part of apcupsd port. >How-To-Repeat: Just install/upgrade apcupsd and try to view manual.html with graphical browser (i.e. Netscape) >Fix: Here it is a patch for Makefile of port -------------------------- cut here ------------------------------------------- --- /usr/ports/sysutils/apcupsd/Makefile Tue Jan 6 04:09:34 2004 +++ Makefile.new Tue Jan 6 23:54:11 2004 @@ -50,7 +50,7 @@ MAN8= "apcupsd.8" -PORTDOCS= apcupsd.pdf manual.html \ +PORTDOCS= apcupsd.pdf manual.html manual.css \ apcupsd.png back.png charging.png home.png main_configs.png \ multimon.png next.png onbatt.png online.png status.png thanks.png \ wininstall1.png wininstall2.png wininstall3.png wininstall4.png \ -------------------------- cut here ------------------------------------------- Greetings from Poland -- Krzysztof Stryjek >Release-Note: >Audit-Trail: >Unformatted: