ports/56473: [patch] state that net/opendchub requires perl 5.6.1

Mark Linimon linimon at lonesome.com
Fri Sep 5 03:10:20 UTC 2003


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



More information about the freebsd-ports-bugs mailing list