ports/166623: [patch] devel/p5-Dist-CheckConflicts: incorrect test depends

Mel Flynn rflynn at acsalaska.net
Tue Apr 3 21:10:02 UTC 2012


>Number:         166623
>Category:       ports
>Synopsis:       [patch] devel/p5-Dist-CheckConflicts: incorrect test depends
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 03 21:10:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Mel Flynn
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD datakitty.lan.rachie.is-a-geek.net 8.2-STABLE FreeBSD 8.2-STABLE #6 r230977: Sun Feb 5 06:20:11 AKST 2012 mel at datakitty.lan.rachie.is-a-geek.net:/data/obj/data/RELENG_8/src/sys/GENERIC amd64


>Description:

TEST_DEPENDS mentioned in Makefile are incomplete. It also needs it's
run dependencies to successfully do testing.

>How-To-Repeat:
Build it and try to run it's test.

>Fix:

--- p5-Dist-CheckConflicts.patch begins here ---
--- devel/p5-Dist-CheckConflicts/Makefile.orig	2012-03-15 09:13:55.000000000 -0800
+++ devel/p5-Dist-CheckConflicts/Makefile	2012-04-03 11:17:48.000000000 -0800
@@ -21,7 +21,8 @@
 RUN_DEPENDS=	p5-List-MoreUtils>=0.12:${PORTSDIR}/lang/p5-List-MoreUtils \
 		p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
 
-TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal
+TEST_DEPENDS=	p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \
+		${RUN_DEPENDS}
 
 .include <bsd.port.pre.mk>
 
--- p5-Dist-CheckConflicts.patch ends here ---

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



More information about the freebsd-ports-bugs mailing list