Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 2002 16:55:06 +0100 (CET)
From:      Stijn Hoop <stijn@win.tue.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46560: fix for devel/p5-Data-ShowTable using perl 5.8 
Message-ID:  <200212271555.gBRFt6Zo050381@pcwin002.win.tue.nl>

next in thread | raw e-mail | index | archive | help

>Number:         46560
>Category:       ports
>Synopsis:       fix for devel/p5-Data-ShowTable using perl 5.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 27 08:00:14 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Stijn Hoop
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:

System: FreeBSD pcwin002.win.tue.nl 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Dec 4 10:09:24 CET 2002 stijn@pcwin002.win.tue.nl:/usr/obj/usr/src/sys/PCWIN002 i386

lang/perl5.8 installed with 'use.perl port'

>Description:

devel/p5-Data-ShowTable build reports an error during manifying of the
module, although this is not propagated to the port build. The install
still fails however because the manifying step is tried again.

Although the fix below makes the port work, I think this behaviour is
confusing in general -- port build errors should propagate to the original
make.

>How-To-Repeat:

install lang/perl5.8, do 'use.perl port' as root, try to
make and install devel/p5-Data-ShowTable.

>Fix:

--- ShowTable.pm.orig	Sun Mar  2 23:04:50 1997
+++ ShowTable.pm	Fri Dec 27 16:25:33 2002
@@ -721,7 +721,7 @@
 
 S<  >B<ShowHTMLTable> I<\@titles>, I<\@types>, I<\@widths>, I<\&row_sub>
 [, I<\&fmt_sub> [, I<$max_width> [, I<\%URL_Keys> [, I<$no_escape> 
-[, I<\@title_formats [, I<\@data_formats [, I<$table_attrs> ] ] ] ] ] ] ];
+[, I<\@title_formats> [, I<\@data_formats> [, I<$table_attrs> ] ] ] ] ] ] ];
 
 The B<ShowHTMLTable> displays one or more rows of columns of data using
 the HTML C<\<TABLE\>> feature.  In addition to the usual parameter arguments
>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?200212271555.gBRFt6Zo050381>