From handy@lambic.physics.montana.edu Mon May 10 21:17:44 1999
Return-Path: <handy@lambic.physics.montana.edu>
Received: from lambic.physics.montana.edu (lambic.physics.montana.edu [153.90.192.128])
	by hub.freebsd.org (Postfix) with ESMTP id CBE0314FE4
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 10 May 1999 21:17:43 -0700 (PDT)
	(envelope-from handy@lambic.physics.montana.edu)
Received: (from handy@localhost)
	by lambic.physics.montana.edu (8.8.8/8.8.7) id WAA00264;
	Mon, 10 May 1999 22:17:39 -0600 (MDT)
	(envelope-from handy)
Message-Id: <199905110417.WAA00264@lambic.physics.montana.edu>
Date: Mon, 10 May 1999 22:17:39 -0600 (MDT)
From: handy@physics.montana.edu
Sender: handy@lambic.physics.montana.edu
Reply-To: handy@physics.montana.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: Bugfix:  p5-Mail-Folder
X-Send-Pr-Version: 3.2

>Number:         11636
>Category:       ports
>Synopsis:       p5-Mail-Folder missing dependencies
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    jfitz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 10 21:20:00 PDT 1999
>Closed-Date:    Thu Dec 23 15:47:29 PST 1999
>Last-Modified:  Thu Dec 23 15:48:29 PST 1999
>Originator:     Brian Handy
>Release:        FreeBSD 2.2.8-STABLE i386
>Organization:
MSU - Bozeman
>Environment:
Done on a 3.x-STABLE box.

>Description:
The p5-Mail-Folder port has a couple of problems:

 (1) It can't find Sync.pm due to a bad path.  Everytime you
     reinstall the port, it rebuilds p5-File-Sync.

 (2) It won't run at all, because p5-MIME-Tools is not 
     included in the RUN_DEPENDS.

This is purely a bug fix.  IMHO, this should probably go in during
the ports freeze.

>How-To-Repeat:
>Fix:

diff -urN p5-Mail-Folder.orig/Makefile p5-Mail-Folder/Makefile
--- p5-Mail-Folder.orig/Makefile	Mon May 10 21:55:22 1999
+++ p5-Mail-Folder/Makefile	Mon May 10 22:07:50 1999
@@ -16,10 +16,11 @@
 
 BUILD_DEPENDS=	${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \
 		${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
-		${PREFIX}/lib/perl5/site_perl/${PERL_VER}/File/Sync.pm:${PORTSDIR}/devel/p5-File-Sync
+		${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/File/Sync.pm:${PORTSDIR}/devel/p5-File-Sync
 RUN_DEPENDS=	${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Mail/Internet.pm:${PORTSDIR}/mail/p5-Mail-Tools \
 		${PREFIX}/lib/perl5/site_perl/${PERL_VER}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \
-		${PREFIX}/lib/perl5/site_perl/${PERL_VER}/File/Sync.pm:${PORTSDIR}/devel/p5-File-Sync
+		${PREFIX}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/File/Sync.pm:${PORTSDIR}/devel/p5-File-Sync \
+		${PREFIX}/lib/perl5/site_perl/${PERL_VER}/MIME/Head.pm:${PORTSDIR}/mail/p5-MIME-Tools
 
 USE_PERL5=	YES
 

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports->jfitz 
Responsible-Changed-By: steve 
Responsible-Changed-When: Sun May 16 16:28:10 PDT 1999 
Responsible-Changed-Why:  
Over to port's maintainer. 
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Thu Dec 23 15:47:29 PST 1999 
State-Changed-Why:  
Committed, thanks! 
>Unformatted:
