Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2002 09:37:16 -0700 (PDT)
From:      Martijn Koster <mak-freebsd-bugs@greenhills.co.uk>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/38742: tightvnc does not install manpages
Message-ID:  <200205301637.g4UGbGEf010086@www.freebsd.org>

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

>Number:         38742
>Category:       ports
>Synopsis:       tightvnc does not install manpages
>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:   Thu May 30 09:40:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Martijn Koster
>Release:        RELENG_4
>Organization:
>Environment:
FreeBSD orion.greenhills.co.uk 4.6-RC FreeBSD 4.6-RC #2:
Tue May 28 17:34:45 BST 2002 root@orion.greenhills.co.uk:/usr/obj/usr/src/sys/ORION  i386
>Description:
The net/tightvnc 1.2.4 port does not install man pages.
The Makefile provides no rationale, so I assume this is a bug.
The Makefile runs vncinstall with a single argument, instead of two.

A separate very minor Makefile issue is that the a "make fetch"
fails if you already have vnc installed, due to the "if exists".
It'd be nice if that check was delayed until the "make install".
>How-To-Repeat:
 # cd net/tightvnc; make install
 ...
 Warning: directory /man1 not found; not installing manual pages
 ...
>Fix:
--- Makefile.old        Thu May 30 17:14:55 2002
+++ Makefile    Thu May 30 17:19:39 2002
@@ -35,7 +35,7 @@
                s,^#!/usr/bin/perl,#!${PERL},g" ${WRKSRC}/vncserver

 do-install:
-       @(cd ${WRKSRC}; ./vncinstall ${PREFIX}/bin)
+       @(cd ${WRKSRC}; ./vncinstall ${PREFIX}/bin ${PREFIX}/man)
 .for file in Xvnc vncviewer vncpasswd vncconnect
        @strip ${PREFIX}/bin/${file}
 .endfor
--- pkg-plist.old       Thu May 30 17:28:36 2002
+++ pkg-plist   Thu May 30 17:24:45 2002
@@ -18,5 +18,10 @@
 share/tightvnc/classes/shared.vnc
 share/tightvnc/classes/tight.vnc
 share/tightvnc/classes/zlib.vnc
+man/man1/Xvnc.1
+man/man1/vncviewer.1
+man/man1/vncpasswd.1
+man/man1/vncconnect.1
+man/man1/vncserver.1
 @dirrm share/tightvnc/classes
 @dirrm share/tightvnc

>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?200205301637.g4UGbGEf010086>