Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Apr 2006 13:49:17 -0400 (EDT)
From:      Rod Taylor <ports@rbt.ca>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Kris Kennaway <kris@obsecurity.org>
Subject:   ports/96148: FIX [ports-i386@FreeBSD.org: p5-Test-File-Contents-0.03 failed on i386 4]
Message-ID:  <200604211749.k3LHnHC5089508@home.rbt.ca>
Resent-Message-ID: <200604211750.k3LHoDJh082279@freefall.freebsd.org>

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

>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 <bsd.port.mk>
--- 21,31 ----
  
  MAN3=	Test::File::Contents.3
  
! .include <bsd.port.pre.mk>
! 
! .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 <bsd.port.post.mk>
--- 4.x_not_supported.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604211749.k3LHnHC5089508>