Skip site navigation (1)Skip section navigation (2)
Date:      27 Aug 1998 23:15:06 -0000
From:      kdulzo@caffeine.internal.enteract.com
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7762: devel/p5-PV port is not compatible with perl5.00502 install
Message-ID:  <19980827231506.13032.qmail@caffeine.internal.enteract.com>

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

>Number:         7762
>Category:       ports
>Synopsis:       devel/p5-PV port is not compatible with perl5.00502 install
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 27 16:20:00 PDT 1998
>Last-Modified:
>Originator:     Kevin M. Dulzo
>Organization:
EnterAct, L.L.C.
>Release:        FreeBSD 2.2.7-RELEASE i386
>Environment:

	Currently cvsup'd /usr/ports tree.
	Recent stable /usr/share/mk/bsd.port.mk and bsd.port.subdir.mk

>Description:

	The installation is not compatible with maintained location of 
modules.
>How-To-Repeat:

	make install
	use application dependant on p5-PV (e.g.-> mrtg)

>Fix:
	
	Patch Makefile and pkg/PLIST with the following:

#######################################################
###
--- Makefile	Thu Aug 27 18:09:39 1998
+++ Makefile.orig	Thu Aug 27 18:09:33 1998
@@ -23,8 +23,8 @@
 NO_BUILD=	YES
 
 do-install:
-	${MKDIR} -p -m 755 ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
-	${INSTALL_DATA} ${WRKDIR}/PV.pm ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
-	${INSTALL_DATA} ${WRKDIR}/PerlVision.doc ${PREFIX}/lib/perl5/site_perl/${PERL_VER}
+	${MKDIR} -p -m 755 ${PREFIX}/lib/perl5/site_perl
+	${INSTALL_DATA} ${WRKDIR}/PV.pm ${PREFIX}/lib/perl5/site_perl
+	${INSTALL_DATA} ${WRKDIR}/PerlVision.doc ${PREFIX}/lib/perl5/site_perl
 
 .include <bsd.port.mk>
######################################################
###
--- pkg/PLIST	Thu Aug 27 18:08:54 1998
+++ pkg/PLIST.orig	Fri Apr 18 07:10:29 1997
@@ -1,2 +1,2 @@
-lib/perl5/site_perl/%%PERL_VER%%/PV.pm
-lib/perl5/site_perl/%%PERL_VER%%/PerlVision.doc
+lib/perl5/site_perl/PV.pm
+lib/perl5/site_perl/PerlVision.doc


>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?19980827231506.13032.qmail>