Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 05 Nov 2003 17:16:51 -0800
From:      portsspam@batterybackups.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/58987: mail/p5-Mail-GnuPG has missing dependency
Message-ID:  <1068081411.105404.1705.nullmailer@ArkRoyal.batterybackups.net>
Resent-Message-ID: <200311060120.hA61KHoL048967@freefall.freebsd.org>

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

>Number:         58987
>Category:       ports
>Synopsis:       mail/p5-Mail-GnuPG has missing dependency
>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:   Wed Nov 05 17:20:16 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     
>Release:        FreeBSD 4.9-STABLE i386
>Organization:
none
>Environment:
System: FreeBSD ArkRoyal.batterybackups.net 4.9-STABLE FreeBSD 4.9-STABLE #0: Wed Nov 5 12:17:24 PST 2003 portsspam@batterybackups.net:/usr/obj/usr/src/sys/ArkRoyal i386

>Description:
	p5-Mail-GnuPG requires mail/p5-MIME-Tools, but it is not in the dependency list.

	Warning: prerequisite MIME::Entity 0 not found at (eval 1) line 219.
	Warning: prerequisite MIME::Parser 0 not found at (eval 1) line 219.
	Warning: prerequisite Mail::Address 0 not found at (eval 1) line 219.

>How-To-Repeat:
	make

>Fix:

--- p5-Mail-GnuPG/Makefile.orig	Wed Nov  5 16:33:40 2003
+++ p5-Mail-GnuPG/Makefile	Wed Nov  5 16:41:34 2003
@@ -16,7 +16,8 @@
 COMMENT=	Perl5 interface to process and/or create PGP email
 
 BUILD_DEPENDS=	${SITE_PERL}/GnuPG/Interface.pm:${PORTSDIR}/security/p5-GnuPG-Interface \
-		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp
+		${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
+		${SITE_PERL}/MIME/Entity.pm:${PORTSDIR}/mail/p5-MIME-Tools
 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?1068081411.105404.1705.nullmailer>