From owner-freebsd-ports Mon Feb 11 23:58:46 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CBD3437B665 for ; Mon, 11 Feb 2002 23:50:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1C7o1o15988; Mon, 11 Feb 2002 23:50:01 -0800 (PST) (envelope-from gnats) Received: from wwweasel.geeksrus.net (wwweasel.geeksrus.net [64.8.210.226]) by hub.freebsd.org (Postfix) with ESMTP id B2E9337B419; Mon, 11 Feb 2002 23:43:06 -0800 (PST) Received: (from alane@localhost) by wwweasel.geeksrus.net (8.11.6/8.11.6) id g1C7gZf59864; Tue, 12 Feb 2002 02:42:35 -0500 (EST) (envelope-from alane) Message-Id: <200202120742.g1C7gZf59864@wwweasel.geeksrus.net> Date: Tue, 12 Feb 2002 02:42:35 -0500 (EST) From: Alan Eldridge Reply-To: Alan Eldridge To: FreeBSD-gnats-submit@freebsd.org Cc: dwcjr@freebsd.org, obraun@informatik.unibw-muenchen.de X-Send-Pr-Version: 3.113 Subject: ports/34867: muttprint port doesn't work with perl < 5.6 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34867 >Category: ports >Synopsis: muttprint port doesn't work with perl < 5.6 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 11 23:50:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Alan Eldridge >Release: FreeBSD 4.5-STABLE i386 >Organization: Geeksrus.NET >Environment: System: FreeBSD wwweasel.geeksrus.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Fri Feb 8 21:25:34 EST 2002 root@wwweasel.geeksrus.net:/usr/obj/usr/src/sys/WWWEASEL i386 >Description: First off, this is my fault. I had an old muttprint installation in /opt, so this didn't get the right testing before commit. Oh hell let's be honest: it didn't get tested. Muttprint does a "use warnings;", which doesn't work on perl < 5.6. This patch also makes minor corrections to the pkg-comment and pkg-descr files for accuracy and English usage. :) To Oliver: please email dwcjr@freebsd.org and approve committing this patch. This supercedes the one you got a few minutes ago that didn't go anywhere else due to hub.freebsd.org problem. Thanks. To David: Please commit once you get maintainer's approval. Thanks. My sincere apologies to all for the mistake. >How-To-Repeat: Run it. >Fix: ---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<--- Index: print/muttprint/Makefile =================================================================== RCS file: /home/alane/cvsroot/ports/print/muttprint/Makefile,v retrieving revision 1.2 diff -u -3 -r1.2 Makefile --- print/muttprint/Makefile 12 Feb 2002 04:22:45 -0000 1.2 +++ print/muttprint/Makefile 12 Feb 2002 07:36:04 -0000 @@ -7,6 +7,7 @@ PORTNAME= muttprint PORTVERSION= 0.61 +PORTREVISION= 1 CATEGORIES= print mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= muttprint Index: print/muttprint/pkg-comment =================================================================== RCS file: /home/alane/cvsroot/ports/print/muttprint/pkg-comment,v retrieving revision 1.1 diff -u -3 -r1.1 pkg-comment --- print/muttprint/pkg-comment 12 Feb 2002 04:18:17 -0000 1.1 +++ print/muttprint/pkg-comment 12 Feb 2002 06:48:05 -0000 @@ -1 +1 @@ -Utility to print mail with mutt +Utility to print mail for most any mail client Index: print/muttprint/pkg-descr =================================================================== RCS file: /home/alane/cvsroot/ports/print/muttprint/pkg-descr,v retrieving revision 1.1 diff -u -3 -r1.1 pkg-descr --- print/muttprint/pkg-descr 12 Feb 2002 04:18:17 -0000 1.1 +++ print/muttprint/pkg-descr 12 Feb 2002 06:51:07 -0000 @@ -1,4 +1,6 @@ -Muttprint formats the printing of mail clients to a good-looking printing. +Muttprint pretty-prints mail messages for any mail client which can output +plain text with the mail headers included. + It uses the typesetting system LaTeX, which is normally installed on a Unix/Linux system. Index: print/muttprint/files/patch-ab =================================================================== RCS file: /home/alane/cvsroot/ports/print/muttprint/files/patch-ab,v retrieving revision 1.1 diff -u -3 -r1.1 patch-ab --- print/muttprint/files/patch-ab 12 Feb 2002 04:18:19 -0000 1.1 +++ print/muttprint/files/patch-ab 12 Feb 2002 06:49:17 -0000 @@ -1,5 +1,14 @@ ---- muttprint.orig Fri Jan 4 15:04:45 2002 -+++ muttprint Fri Jan 4 15:05:31 2002 +--- muttprint.orig Sat Dec 15 08:49:39 2001 ++++ muttprint Tue Feb 12 01:48:40 2002 +@@ -34,7 +34,7 @@ + # Deklaration erzwingen + use strict; + # for developing and testing only +-use warnings; ++#use warnings; + # Deklaration nach Perl-5.005-Art + use vars qw($VERSION %String $LPack $charset); + use sigtrap qw(die INT QUIT); @@ -158,8 +158,8 @@ if ($Config{'PENGUIN'} eq "on") { ---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<-snip---8<--- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message