ports/56479: [patch] mark comms/p5-Device-SerialPort as requiring newer perl
Mark Linimon
linimon at lonesome.com
Fri Sep 5 07:01:04 UTC 2003
>Number: 56479
>Category: ports
>Synopsis: [patch] mark comms/p5-Device-SerialPort as requiring newer perl
>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: Fri Sep 05 00:00:36 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Mark Linimon
>Release: FreeBSD 4.9-PRERELEASE i386
>Organization:
Lonesome Dove Computing Services
>Environment:
System: FreeBSD lonesome.lonesome.com 4.9-PRERELEASE FreeBSD 4.9-PRERELEASE #2: Mon Aug 25 22:44:23 CDT 2003 linimon at lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386
>Description:
Per bento, this port requires something newer than the stock
4.X perl to function.
>How-To-Repeat:
(bento logs)
>Fix:
--- p5-Device-SerialPort/Makefile.dist Tue Jul 8 11:32:45 2003
+++ p5-Device-SerialPort/Makefile Fri Sep 5 01:50:23 2003
@@ -21,4 +21,10 @@
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Device::SerialPort.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500601
+IGNORE= "needs at least perl 5.6.1 to build"
+.endif
+
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list