Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2001 15:37:03 -0400 (EDT)
From:      <khera@kciLink.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28462: lang/perl5 pkg-install script for old version
Message-ID:  <200106271937.f5RJb3N96953@onceler.kciLink.com>

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

>Number:         28462
>Category:       ports
>Synopsis:       pkg-install script for perl5.6.1 references 5.6.0 directory
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 27 12:40:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Vivek Khera
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD onceler.kciLink.com 4.3-STABLE FreeBSD 4.3-STABLE #6: Mon Jun 11 12:39:31 EDT 2001 khera@yertle.kciLink.com:/u/yertle2/usr.obj/amd/onceler/u/onceler1/usr/src/sys/ONCELER i386


	
>Description:

the pkg-install file references 5.6.0 instead of 5.6.1.

Also, wouldn't it be better if the PERL_VER value was set before
PORTVERSION uses it?

>How-To-Repeat:
	
>Fix:

patch:

--- #pkg-install~	Wed Jun 27 15:22:38 2001
+++ pkg-install	Wed Jun 27 15:22:38 2001
@@ -6,7 +6,7 @@
 
 INCLUDEDIR=/usr/include
 
-install -d ${PREFIX}/lib/perl5/site_perl/5.6.0/arch
+install -d ${PREFIX}/lib/perl5/site_perl/5.6.1/arch
 cd ${INCLUDEDIR} && ${PREFIX}/bin/h2ph *.h machine/*.h sys/*.h
 
 
>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?200106271937.f5RJb3N96953>