ports/64272: correct textproc/p5-PodParser dependency

Toshiya SAITOH toshiya at saitoh.nu
Mon Mar 15 01:10:18 UTC 2004


>Number:         64272
>Category:       ports
>Synopsis:       correct textproc/p5-PodParser dependency
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 14 17:10:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Toshiya SAITOH
>Release:        FreeBSD 4.9-RELEASE-p3 i386
>Organization:
>Environment:
System: FreeBSD dmz.saitoh.nu 4.9-RELEASE-p3 FreeBSD 4.9-RELEASE-p3 #10: Wed Mar 3 10:42:48 JST 2004 toshiya at dmz.saitoh.nu:/usr/obj/usr/src/sys/AKAFUKU i386


>Description:
	Pod::Parser module is already included in 5.6.x and later.
	But it doesn't check ${PERL_LEVEL}.

>How-To-Repeat:
	patch for Makefile

>Fix:

	

--- Makefile.orig	Mon Mar 15 10:00:21 2004
+++ Makefile	Mon Mar 15 10:00:03 2004
@@ -29,9 +29,11 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500601
 BUILD_DEPENDS=	${SITE_PERL}/File/Spec.pm:${PORTSDIR}/devel/p5-File-Spec
 RUN_DEPENDS=	${BUILD_DEPENDS}
+
+.if ${PERL_LEVEL} > 500601
+IGNORE=		"This module is already included in perl 5.6.x and later."
 .endif
 
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list