ports/85017: Update p5-Net-HL7 to properly indicate perl dependcy

Brent B.Powers bbp2006 at columbia.edu
Tue Aug 16 22:30:13 UTC 2005


>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:



More information about the freebsd-ports-bugs mailing list