From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 21 17:50:14 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E416B16A403 for ; Fri, 21 Apr 2006 17:50:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01B0543D48 for ; Fri, 21 Apr 2006 17:50:14 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k3LHoDNe082280 for ; Fri, 21 Apr 2006 17:50:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k3LHoDJh082279; Fri, 21 Apr 2006 17:50:13 GMT (envelope-from gnats) Resent-Date: Fri, 21 Apr 2006 17:50:13 GMT Resent-Message-Id: <200604211750.k3LHoDJh082279@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rod Taylor Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BE6C16A400 for ; Fri, 21 Apr 2006 17:49:37 +0000 (UTC) (envelope-from rbt@home.rbt.ca) Received: from home.rbt.ca (209-161-211-108.dsl.look.ca [209.161.211.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE77943D46 for ; Fri, 21 Apr 2006 17:49:36 +0000 (GMT) (envelope-from rbt@home.rbt.ca) Received: from home.rbt.ca (localhost [127.0.0.1]) by home.rbt.ca (8.13.4/8.13.4) with ESMTP id k3LHnIYo089509; Fri, 21 Apr 2006 13:49:18 -0400 (EDT) (envelope-from rbt@home.rbt.ca) Received: (from rbt@localhost) by home.rbt.ca (8.13.4/8.13.1/Submit) id k3LHnHC5089508; Fri, 21 Apr 2006 13:49:17 -0400 (EDT) (envelope-from rbt) Message-Id: <200604211749.k3LHnHC5089508@home.rbt.ca> Date: Fri, 21 Apr 2006 13:49:17 -0400 (EDT) From: Rod Taylor To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Kris Kennaway Subject: ports/96148: FIX [ports-i386@FreeBSD.org: p5-Test-File-Contents-0.03 failed on i386 4] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Rod Taylor List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 17:50:15 -0000 >Number: 96148 >Category: ports >Synopsis: FIX [ports-i386@FreeBSD.org: p5-Test-File-Contents-0.03 failed on i386 4] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Apr 21 17:50:12 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Rod Taylor >Release: FreeBSD 6.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD home 6.0-RELEASE FreeBSD 6.0-RELEASE #13: Sat Nov 5 00:19:49 EST 2005 root@home:/usr/obj/usr/src/sys/HOME amd64 >Description: The port has a "use warnings;" line which is not valid for very old version of perl, like the default on FreeBSD 4. Require Per 5.6 or later. >How-To-Repeat: >Fix: --- 4.x_not_supported.patch begins here --- diff -c p5-Test-File-Contents.orig/Makefile p5-Test-File-Contents/Makefile *** p5-Test-File-Contents.orig/Makefile Fri Feb 24 21:31:48 2006 --- p5-Test-File-Contents/Makefile Fri Apr 21 13:45:54 2006 *************** *** 21,24 **** MAN3= Test::File::Contents.3 ! .include --- 21,31 ---- MAN3= Test::File::Contents.3 ! .include ! ! .if ${PERL_LEVEL} < 500600 ! BROKEN= requires perl 5.6 or later for use warnings. ! IGNORE= you need a newer version of Perl to use this module ! .endif ! ! .include --- 4.x_not_supported.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: