Date: Thu, 4 Sep 2003 22:04:20 -0500 (CDT) From: Mark Linimon <linimon@lonesome.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/56473: [patch] state that net/opendchub requires perl 5.6.1 Message-ID: <200309050304.h8534K2C020431@lonesome.lonesome.com> Resent-Message-ID: <200309050310.h853AFGX078638@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 56473 >Category: ports >Synopsis: [patch] state that net/opendchub requires perl 5.6.1 >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: Thu Sep 04 20:10:15 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@lonesome.lonesome.com:/usr/src/sys/compile/MULTIMEDIA i386 >Description: Per bento, this port will not install with the perl in stock 4.x. >How-To-Repeat: (bento logs) >Fix: --- opendchub/Makefile.dist Sat May 24 15:20:09 2003 +++ opendchub/Makefile Thu Sep 4 22:01:39 2003 @@ -29,4 +29,10 @@ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif -.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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309050304.h8534K2C020431>