ports/61989: MAINTAINER FIX: net/p5-Net-Services
Joseph Scott
joseph at randomnetworks.com
Tue Jan 27 16:41:20 UTC 2004
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list