Skip site navigation (1)Skip section navigation (2)
Date:      16 Aug 2005 22:20:57 -0000
From:      "Brent B.Powers" <bbp2006@columbia.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/85017: Update p5-Net-HL7 to properly indicate perl dependcy
Message-ID:  <20050816222057.73544.qmail@devel.pathology.columbia.edu>
Resent-Message-ID: <200508162230.j7GMUCoE003947@freefall.freebsd.org>

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

>Number:         85017
>Category:       ports
>Synopsis:       Update p5-Net-HL7 to properly indicate perl dependcy
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 16 22:30:11 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Brent B. Powers
>Release:        FreeBSD 5.4-SECURITY i386
>Organization:
Department of Pathology, Columbia University
>Environment:
System: FreeBSD devel.pathology.columbia.edu 5.4-SECURITY

>Description:
	Current port refuses to build on 4.11. This patch instead refuses
	to build with perl before 5.6
>How-To-Repeat:
>Fix:

--- Makefile.orig	Tue Aug 16 18:06:23 2005
+++ Makefile	Tue Aug 16 18:19:39 2005
@@ -31,8 +31,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if (${OSVERSION} < 500000)
-IGNORE=	Doesn't build on 4.x
+.if ${PERL_LEVEL} < 500600
+IGNORE=   requires perl 5.6 or better. Please install lang/perl5.8 and retry
 .endif
 
 post-install:

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



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