Date: Mon, 10 May 1999 22:17:39 -0600 (MDT) From: handy@physics.montana.edu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/11636: Bugfix: p5-Mail-Folder Message-ID: <199905110417.WAA00264@lambic.physics.montana.edu>
next in thread | raw e-mail | index | archive | help
>Number: 11636 >Category: ports >Synopsis: p5-Mail-Folder missing dependencies >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon May 10 21:20:00 PDT 1999 >Closed-Date: >Last-Modified: >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: >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?199905110417.WAA00264>