Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Nov 2002 22:28:28 +0100 (CET)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        shell@shellhung.org
Subject:   ports/45500: devel/p5-Test-Simple: adding a dependence upon p5-Test-Harness
Message-ID:  <20021119212828.A9DEE750E@graf.pompo.net>

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

>Number:         45500
>Category:       ports
>Synopsis:       devel/p5-Test-Simple: adding a dependence upon p5-Test-Harness
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 19 15:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 16 12:34:31 CET 2002 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF020727 i386


	
>Description:
	p5-Test-Simple is looking for p5-Test-Harness.

>How-To-Repeat:
	Uninstall p5-Test-Harness (if any), make and look at the report:

===>  Extracting for p5-Test-Simple-0.47
>Fix:

	Apply the following patch:


--- devel/p5-Test-Simple/Makefile.orig	Thu Oct 24 20:57:14 2002
+++ devel/p5-Test-Simple/Makefile	Tue Nov 19 22:10:25 2002
@@ -14,8 +14,12 @@
 
 MAINTAINER=	shell@shellhung.org
 
+BUILD_DEPENDS=	${SITE_PERL}/Test/Harness.pm:${PORTSDIR}/devel/p5-Test-Harness
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
 PERL_CONFIGURE=	yes
 
+SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
 MAN3=		Test::More.3 Test::Simple.3 Test::Tutorial.3 \
 		Test::Builder.3
 MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
>Release-Note:
>Audit-Trail:
>Unformatted:
 >> Checksum OK for Test-Simple-0.47.tar.gz.
 ===>  Patching for p5-Test-Simple-0.47
 ===>  Applying FreeBSD patches for p5-Test-Simple-0.47
 ===>  Configuring for p5-Test-Simple-0.47
 Checking if your kit is complete...
 Looks good
 Warning: prerequisite Test::Harness 2.03 not found at /usr/local/lib/perl5/5.6.1/ExtUtils/MakeMaker.pm line 343.
 

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?20021119212828.A9DEE750E>