Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Mar 2001 12:31:06 -0800 (PST)
From:      mvh@ix.netcom.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/25530: ports/net/cricket port does dependencies incorrectly
Message-ID:  <200103042031.f24KV6M51035@freefall.freebsd.org>

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

>Number:         25530
>Category:       ports
>Synopsis:       ports/net/cricket port does dependencies incorrectly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 04 12:40:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Mike Harding
>Release:        4.2-STABLE
>Organization:
NameSafe
>Environment:
FreeBSD netcom1.netcom.com 4.2-STABLE FreeBSD 4.2-STABLE #0: Sat Mar  3 16:37:48 PST 2001     mvh@netcom1.netcom.com:/usr/obj/usr/src/sys/MIKEIPF  i386

>Description:
The indicated port does an incorrect dependency check for some perl
modules and will continually bomb out during install after attempting
to install an installed port.

This appears to be because the dependencies are looking in the wrong
place for the perl libraries.

Also, PERL_VERSION is used to select the install directory and this
seems to be entirely incorrect.
>How-To-Repeat:
Try 'make install' in the port directory.  If it works the first time,
remove the port and try it again.
>Fix:
I tried replacing the following in the Makefile and it worked,
but I don't know if it's a general solution:

...
RUN_DEPENDS=	${SITE_PERL}/SNMP_Session.pm:${PORTSDIR}/net/p5-SNMP_Session \
		${SITE_PERL_ARCH}/RRDs.pm:${PORTSDIR}/net/rrdtool \
		${SITE_PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
		${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/Time/Zone.pm:${PORTSDIR}/devel/p5-TimeDate \
		${SITE_PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes

SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
SITE_PERL_ARCH= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}
...
>Release-Note:
>Audit-Trail:
>Unformatted:

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?200103042031.f24KV6M51035>