Bug 14353 - cvslines port has bad path to perl and rcs
Summary: cvslines port has bad path to perl and rcs
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Joseph Koshy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-16 06:50 UTC by p.rehor
Modified: 1999-11-23 08:19 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description p.rehor 1999-10-16 06:50:02 UTC
cvslines can't run becose it has bad path to perl and rcs

Fix: change the patch-aa to:



#  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;--TBR90b95vDkG5Rrdxnc7wUdwcwRiJaEW0nnRMd7oRU5se8lN
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- 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
How-To-Repeat: install cvslines port and run cvslines
Comment 1 Steve Price freebsd_committer freebsd_triage 1999-10-31 23:50:53 UTC
Responsible Changed
From-To: freebsd-ports->jkoshy

Over to port's maintainer. 
Comment 2 Joseph Koshy freebsd_committer freebsd_triage 1999-11-23 08:11:43 UTC
State Changed
From-To: open->closed

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