From nobody@FreeBSD.ORG Fri Oct 15 12:28:04 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 131EF14D5D; Fri, 15 Oct 1999 12:28:04 -0700 (PDT)
Message-Id: <19991015192804.131EF14D5D@hub.freebsd.org>
Date: Fri, 15 Oct 1999 12:28:04 -0700 (PDT)
From: p.rehor@decros.cz
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: cvslines port has bad path to perl and rcs
X-Send-Pr-Version: www-1.0

>Number:         14353
>Category:       ports
>Synopsis:       cvslines port has bad path to perl and rcs
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    jkoshy
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 15 22:50:02 PDT 1999
>Closed-Date:    Tue Nov 23 00:11:43 PST 1999
>Last-Modified:  Tue Nov 23 00:19:56 PST 1999
>Originator:     Petr Rehor
>Release:        3.3-RELEASE
>Organization:
DECROS s.r.o.
>Environment:
FreeBSD noc 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Thu Sep 16 23:40:35 GMT 1999
 jkh@highwing.cdrom.com:/usr/src/sys/compile/GENERIC  i386
>Description:
cvslines can't run becose it has bad path to perl and rcs

>How-To-Repeat:
install cvslines port and run cvslines
>Fix:
change the patch-aa to:

--- CONFIG--    Thu May 22 00:09:38 1997
+++ CONFIG      Tue Aug 25 14:14:24 1998
@@ -14,17 +14,17 @@
 #  The absolute path to the perl interpreter to use.
 #  INSTALL will substitute this into the #!... line.
 #
-if (! defined($PERL5)) { $PERL5 = "/usr/local/bin/perl5"; }   # cfg
+if (! defined($PERL5)) { $PERL5 = "/usr/bin/perl5"; }   # cfg

 #  Where to install the cvslines scripts...
 #  (Absolute path)
 #
-if (! defined($BINDIR)) { $BINDIR = "/usr/local/bin"; }       # cfg
+if (! defined($BINDIR)) { $BINDIR = "$ENV{'PREFIX'}/bin"; }       # cfg

 #  Where to install the cvslines man page...
 #  (Absolute path)
 #
-if (! defined($MANDIR)) { $MAN1DIR = "/usr/local/man/man1"; } # cfg
+if (! defined($MANDIR)) { $MAN1DIR = "$ENV{'PREFIX'}/man/man1"; } # cfg

 ######################################################################
 #
@@ -52,7 +52,7 @@

 #  Where the RCS to use with cvslines is kept.
 #
-\$RCSBIN = "$BINDIR";                # cfg
+\$RCSBIN = "/usr/bin";                # cfg

 1;

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->jkoshy 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sun Oct 31 15:50:53 PST 1999 
Responsible-Changed-Why:  
Over to port's maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: jkoshy 
State-Changed-When: Tue Nov 23 00:11:43 PST 1999 
State-Changed-Why:  
Your patch is probably doing the right thing.  However, I've been 
unable to find cvslines anywhere on the internet since the nearly 
half a year now.  Development on cvslines lines seems to have ceased 
and all mention of it seems to have disappeared from its original 
hosting site.  I'm declaring the port dead as of now :( 

There is a backup copy of the last version of cvslines under  
http://freefall.freebsd.org/~jkoshy/PORTS/cvslines-1.6.7.tar.gz 

>Unformatted:
