Skip site navigation (1)Skip section navigation (2)
Date:      15 Feb 2002 19:16:52 -0000
From:      Seamus Venasse <svenasse@polaris.ca>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Michael Haro <mharo@freebsd.org>
Subject:   ports/34978: security/p5-Crypt-RSA missing required module
Message-ID:  <20020215191652.58380.qmail@pris.polaris.ca>

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

>Number:         34978
>Category:       ports
>Synopsis:       security/p5-Crypt-RSA missing required module
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 15 11:30:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Seamus Venasse
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD pris 4.3-STABLE FreeBSD 4.3-STABLE #3: Tue Sep 4 01:09:13 PDT 2001 root@kaiser-old.polaris.ca:/usr/obj/usr/src/sys/NEXUS7 i386


	
>Description:
The security/p5-Crypt-RSA port requires that the security/p5-MD5 be installed.
Symptoms include not being able to use the module.  Additionally, 11 out of 16
tests fail when doing a "make test".

The following diff simply adds security/p5-MD5 to the BUILD_DEPENDS line.

>How-To-Repeat:
	
>Fix:

diff -ruN /usr/ports/security/p5-Crypt-RSA/Makefile p5-Crypt-RSA/Makefile
--- /usr/ports/security/p5-Crypt-RSA/Makefile	Fri Feb 15 11:01:42 2002
+++ p5-Crypt-RSA/Makefile	Fri Feb 15 11:02:08 2002
@@ -27,7 +27,8 @@
 		${PERLBASE}/Class/Loader.pm:${PORTSDIR}/devel/p5-Class-Loader \
 		${PERLBASE}/${PERL_ARCH}/Digest/MD2.pm:${PORTSDIR}/security/p5-Digest-MD2 \
 		${PERLBASE}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \
-		${PERLBASE}/Tie/EncryptedHash.pm:${PORTSDIR}/security/p5-Tie-EncryptedHash
+		${PERLBASE}/Tie/EncryptedHash.pm:${PORTSDIR}/security/p5-Tie-EncryptedHash \
+		${PERLBASE}/MD5.pm:${PORTSDIR}/security/p5-MD5
 
 RESTRICTED=	"Crypto; export-controlled"
 
>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?20020215191652.58380.qmail>