ports/93156: p5-NetAddr-IP requests duplicate dependancy

Jo Rhett jrhett at svcolo.com
Fri Feb 10 23:00:19 UTC 2006


>Number:         93156
>Category:       ports
>Synopsis:       p5-NetAddr-IP requests duplicate dependancy
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 10 23:00:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Jo Rhett
>Release:        6.0-R
>Organization:
svcolo
>Environment:
FreeBSD arran 6.0-RELEASE FreeBSD 6.0-RELEASE #4: Fri Nov 11 13:29:33 PST 2005     root at barrel.svcolo.com:/usr/obj/usr/src/sys/MEERMINIMAL  i386
>Description:
The Makefile for p5-NetAddr-IP sets a dependancy on the p5-Math-BigInt module.  However, Math/BigInt is installed as part of all modern perl installations.  This dependacy is not required.  This is just extra crud.

If there are Perl installations that don't have it, then a check for the module and an alternation of the DEPENDS variable should be done.
>How-To-Repeat:

>Fix:
--- Makefile_orig       Fri Feb 10 14:53:58 2006
+++ Makefile    Fri Feb 10 14:51:01 2006
@@ -15,8 +15,7 @@
 MAINTAINER=    tobez at FreeBSD.org
 COMMENT=       Perl module for working with IP addresses and blocks thereof
 
-BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
-               ${SITE_PERL}/Math/BigInt.pm:${PORTSDIR}/math/p5-Math-BigInt
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
 RUN_DEPENDS=   ${BUILD_DEPENDS}
 
 PERL_CONFIGURE=        yes
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list