Date: Thu, 31 Oct 2002 16:24:30 +0100 (CET) From: Erwin Lansing <erwin@lansing.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44785: fix p5-PDF-API2 for perl < 5.6 Message-ID: <200210311524.g9VFOUkF083145@lemur.droso.net>
next in thread | raw e-mail | index | archive | help
>Number: 44785 >Category: ports >Synopsis: fix p5-PDF-API2 for perl < 5.6 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 31 07:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Erwin Lansing >Release: FreeBSD 4.7-STABLE i386 >Organization: pil.dk >Environment: System: FreeBSD lemur.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #11: Thu Oct 10 01:16:26 CEST 2002 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386 >Description: - remove warnings.pm to fix runtime on perl < 5.6 - bump PORTREVISION added file: files/patch-aa >How-To-Repeat: >Fix: --- p5-PDF-API2.diff begins here --- diff -ruN p5-PDF-API2.orig/Makefile p5-PDF-API2/Makefile --- p5-PDF-API2.orig/Makefile Fri Oct 25 13:06:04 2002 +++ p5-PDF-API2/Makefile Thu Oct 31 16:08:10 2002 @@ -8,6 +8,7 @@ PORTNAME= PDF-API2 PORTVERSION= 0.2.3.8 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text diff -ruN p5-PDF-API2.orig/files/patch-aa p5-PDF-API2/files/patch-aa --- p5-PDF-API2.orig/files/patch-aa Thu Jan 1 01:00:00 1970 +++ p5-PDF-API2/files/patch-aa Thu Oct 31 15:48:55 2002 @@ -0,0 +1,10 @@ +--- lib/Text/PDF/FileAPI.pm.orig Thu Oct 31 15:46:58 2002 ++++ lib/Text/PDF/FileAPI.pm Thu Oct 31 15:47:06 2002 +@@ -3,7 +3,6 @@ + use strict; + no strict "refs"; + use vars qw($cr %types $VERSION @ISA); +-no warnings qw(uninitialized); + + use IO::File; + --- p5-PDF-API2.diff ends here --- >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?200210311524.g9VFOUkF083145>