Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jan 2004 08:30:05 -0800 (PST)
From:      Joseph Scott <joseph@randomnetworks.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/61989: MAINTAINER FIX: net/p5-Net-Services
Message-ID:  <200401271630.i0RGU50A097471@pluto.owp.csus.edu>
Resent-Message-ID: <200401271640.i0RGe1UT091576@freefall.freebsd.org>

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

>Number:         61989
>Category:       ports
>Synopsis:       MAINTAINER FIX: net/p5-Net-Services
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 27 08:40:01 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Scott
>Release:        FreeBSD 4.9-RC i386
>Organization:
>Environment:
System: FreeBSD pluto.owp.csus.edu 4.9-RC FreeBSD 4.9-RC #12: Sun Oct 5 14:40:26 PDT 2003 scottj@pluto.owp.csus.edu:/usr/obj/usr/src/sys/PLUTO i386


	
>Description:
It turns out that net/p5-Net-Services fails to build on older Perl systems.
The simple patch below simply addes a requirement for at least Perl 5.6.0.

This was prompted by kris@freebsd.org
>How-To-Repeat:
	
>Fix:

	

--- newdiff begins here ---
diff -ruN p5-Net-Services.orig/Makefile p5-Net-Services/Makefile
--- p5-Net-Services.orig/Makefile	Tue Jan 27 08:22:02 2004
+++ p5-Net-Services/Makefile	Tue Jan 27 08:23:10 2004
@@ -19,4 +19,10 @@
 
 MAN3=		Net::Services.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500600
+IGNORE=	Port requires perl 5.6.x or later. Install lang/perl5 then try again
+.endif
+
+.include <bsd.port.post.mk>
--- newdiff ends here ---


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



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