[Midnightbsd-cvs] mports: Makefile: Mark as broken for perl 5.10

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Oct 11 15:24:56 EDT 2008


Log Message:
-----------
Mark as broken for perl 5.10

Modified Files:
--------------
    mports/devel/bugzilla:
        Makefile (r1.6 -> r1.7)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/bugzilla/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -L devel/bugzilla/Makefile -L devel/bugzilla/Makefile -u -r1.6 -r1.7
--- devel/bugzilla/Makefile
+++ devel/bugzilla/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	bugzilla
 PORTVERSION=	2.22.5
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_MOZILLA}
 MASTER_SITE_SUBDIR=	webtools webtools/archived
@@ -58,6 +59,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${PERL_LEVEL} > 500800
+BROKEN=	Bugzilla 2.x does not support Perl 5.10+
+.endif
+
 .ifdef WITH_MYSQL
 RUN_DEPENDS+=	${SITE_PERL}/${PERL_ARCH}/DBD/mysql.pm:${PORTSDIR}/databases/p5-DBD-mysql${MYSQL_VER}
 USE_MYSQL=	yes


More information about the Midnightbsd-cvs mailing list