Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 15 Oct 1999 12:28:04 -0700 (PDT)
From:      p.rehor@decros.cz
To:        freebsd-gnats-submit@freebsd.org
Subject:   ports/14353: cvslines port has bad path to perl and rcs
Message-ID:  <19991015192804.131EF14D5D@hub.freebsd.org>

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

>Number:         14353
>Category:       ports
>Synopsis:       cvslines port has bad path to perl and rcs
>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:   Fri Oct 15 22:50:02 PDT 1999
>Closed-Date:
>Last-Modified:
>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:
>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?19991015192804.131EF14D5D>