Date: Wed, 26 Jun 2002 10:12:32 +1000 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/39862: [patch] tetxproc/p5-Spreadsheet-WriteExcel depends on File::Temp Message-ID: <20020626001232.49A7C6A711E@k7.mavetju>
next in thread | raw e-mail | index | archive | help
>Number: 39862 >Category: ports >Synopsis: [patch] tetxproc/p5-Spreadsheet-WriteExcel depends on File::Temp >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 25 17:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #3: Mon Mar 11 13:32:05 EST 2002 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 # $FreeBSD: ports/textproc/p5-Spreadsheet-WriteExcel/Makefile,v 1.9 2002/06/06 13:45:18 skv Exp $ >Description: [~] edwin@k7>perl5 -MSpreadsheet::WriteExcel -e 'exit 0' Can't locate File/Temp.pm in @INC (@INC contains: /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 /usr/local/lib/perl5/site_perl/5.005/i386-freebsd /usr/local/lib/perl5/site_perl/5.005 .) at /usr/local/lib/perl5/site_perl/5.005/Spreadsheet/WriteExcel/Worksheet.pm line 21. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/Spreadsheet/WriteExcel/Worksheet.pm line 21. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/Spreadsheet/WriteExcel/Workbook.pm line 20. BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.005/Spreadsheet/WriteExcel.pm line 17. BEGIN failed--compilation aborted. >How-To-Repeat: trivial >Fix: --- Makefile.old Wed Jun 26 10:08:26 2002 +++ Makefile Wed Jun 26 10:09:09 2002 @@ -14,7 +14,8 @@ MAINTAINER= skv@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Parse/RecDescent.pm:${PORTSDIR}/devel/p5-Parse-RecDescent \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp RUN_DEPENDS= ${BUILD_DEPENDS} PLIST_SUB= DOCSDIR="share/doc/${PORTNAME}" \ >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?20020626001232.49A7C6A711E>