ports/103604: [PATCH] devel/p5-Class-InsideOut: Incorrect dependency path

Cheng-Lung Sung clsung at FreeBSD.org
Mon Sep 25 03:40:14 UTC 2006


>Number:         103604
>Category:       ports
>Synopsis:       [PATCH] devel/p5-Class-InsideOut: Incorrect dependency path
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 25 03:40:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD FreeBSD.csie.nctu.edu.tw 6.1-STABLE FreeBSD 6.1-STABLE #10: Fri Sep  8 13:22:46 CST
>Description:
- Incorrect dependency path

Port maintainer (gslin at gslin.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Class-InsideOut-1.02.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/p5-Class-InsideOut/Makefile,v
retrieving revision 1.6
diff -u -u -r1.6 Makefile
--- Makefile	16 Aug 2006 04:06:22 -0000	1.6
+++ Makefile	25 Sep 2006 03:06:53 -0000
@@ -23,12 +23,12 @@
 .include <bsd.port.pre.mk>
 
 .if ${PERL_LEVEL} < 500600
-RUN_DEPENDS+=	${LOCALBASE}/pod2man:${PORTSDIR}/textproc/p5-podlators
+RUN_DEPENDS+=	${LOCALBASE}/bin/pod2man:${PORTSDIR}/textproc/p5-podlators
 .endif
 
 .if ${PERL_LEVEL} < 500703
 RUN_DEPENDS+=	${SITE_PERL}/Class/ISA.pm:${PORTSDIR}/devel/p5-Class-ISA \
-		${SITE_PERL}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
+		${SITE_PERL}/${PERL_ARCH}/Scalar/Util.pm:${PORTSDIR}/lang/p5-Scalar-List-Utils
 .endif
 
 .include <bsd.port.post.mk>
--- p5-Class-InsideOut-1.02.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list