Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Aug 2011 16:32:29 +0200 (CEST)
From:      Nick Hibma <nick@anywi.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/159875: net/p5-Filesys-SmbClient should not depend on Test::Simple (RUN_DEPENDS)
Message-ID:  <20110818143229.3ABBAAC822@uitsmijter.van-laarhoven.org>
Resent-Message-ID: <201108181450.p7IEo2Kf025330@freefall.freebsd.org>

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

>Number:         159875
>Category:       ports
>Synopsis:       net/p5-Filesys-SmbClient should not depend on Test::Simple (RUN_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:   Thu Aug 18 14:50:01 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Nick Hibma
>Release:        FreeBSD 8.2-STABLE i386
>Organization:
AnyWi Technologies
>Environment:
System: FreeBSD uitsmijter.van-laarhoven.org 8.2-STABLE FreeBSD 8.2-STABLE #13: Mon Mar 28 10:06:02 CEST 2011 nick@uitsmijter.van-laarhoven.org:/usr/src/sys/i386/compile/UITSMIJTER i386


>Description:
Filesys::SmbClient does not depend on Test::Simple during execution, just
during build (test target, if at all used).

This unneccessarily installs the p5-Test-Simple package, which we do not need
on our constrained environment.
>How-To-Repeat:

>Fix:
--- Makefile~	2009-02-18 18:16:41.000000000 +0100
+++ Makefile	2011-08-18 16:26:37.000000000 +0200
@@ -16,7 +16,6 @@
 
 LIB_DEPENDS=	smbclient.0:${PORTSDIR}/net/samba-libsmbclient
 BUILD_DEPENDS=	${SITE_PERL}/Test/Simple.pm:${PORTSDIR}/devel/p5-Test-Simple
-RUN_DEPENDS=	${BUILD_DEPENDS}
 
 PERL_CONFIGURE=	yes
 
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110818143229.3ABBAAC822>