svn commit: r371526 - in head: databases/rrdtool10 devel/p5-Cdk japanese/p5-Text-MeCab mail/maildirsync mail/p5-MIME-Fast mail/qar-bufo security/p5-Crypt-GOST security/p5-Crypt-TEA sysutils/rsnapsh...
Steve Wills
swills at FreeBSD.org
Sun Oct 26 21:04:25 UTC 2014
Author: swills
Date: Sun Oct 26 21:04:21 2014
New Revision: 371526
URL: https://svnweb.freebsd.org/changeset/ports/371526
QAT: https://qat.redports.org/buildarchive/r371526/
Log:
Mark broken with Perl 5.18 and newer
Modified:
head/databases/rrdtool10/Makefile
head/devel/p5-Cdk/Makefile
head/japanese/p5-Text-MeCab/Makefile
head/mail/maildirsync/Makefile
head/mail/p5-MIME-Fast/Makefile
head/mail/qar-bufo/Makefile
head/security/p5-Crypt-GOST/Makefile
head/security/p5-Crypt-TEA/Makefile
head/sysutils/rsnapshot/Makefile
head/www/wml/Makefile
Modified: head/databases/rrdtool10/Makefile
==============================================================================
--- head/databases/rrdtool10/Makefile Sun Oct 26 19:58:04 2014 (r371525)
+++ head/databases/rrdtool10/Makefile Sun Oct 26 21:04:21 2014 (r371526)
@@ -34,6 +34,10 @@ LATIN2_DESC= ISO-8859-2 fonts support
LATIN2_CONFIGURE_ENABLE= latin2
-BROKEN_ia64= Does not build on ia64
+.include <bsd.port.pre.mk>
-.include <bsd.port.mk>
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/devel/p5-Cdk/Makefile
==============================================================================
--- head/devel/p5-Cdk/Makefile Sun Oct 26 19:58:04 2014 (r371525)
+++ head/devel/p5-Cdk/Makefile Sun Oct 26 21:04:21 2014 (r371526)
@@ -25,4 +25,10 @@ LDFLAGS+= -L${LOCALBASE}/lib
post-stage:
@${SED} -i '' -e 's,${STAGEDIR},,g' ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Cdk/.packlist
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/japanese/p5-Text-MeCab/Makefile
==============================================================================
--- head/japanese/p5-Text-MeCab/Makefile Sun Oct 26 19:58:04 2014 (r371525)
+++ head/japanese/p5-Text-MeCab/Makefile Sun Oct 26 21:04:21 2014 (r371526)
@@ -39,4 +39,8 @@ post-configure:
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
.include <bsd.port.post.mk>
Modified: head/mail/maildirsync/Makefile
==============================================================================
--- head/mail/maildirsync/Makefile Sun Oct 26 19:58:04 2014 (r371525)
+++ head/mail/maildirsync/Makefile Sun Oct 26 21:04:21 2014 (r371526)
@@ -31,4 +31,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/contrib/mailbalance-0.2.0/* \
${STAGEDIR}${EXAMPLESDIR}/mailbalance
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/mail/p5-MIME-Fast/Makefile
==============================================================================
--- head/mail/p5-MIME-Fast/Makefile Sun Oct 26 19:58:04 2014 (r371525)
+++ head/mail/p5-MIME-Fast/Makefile Sun Oct 26 21:04:21 2014 (r371526)
@@ -19,4 +19,10 @@ USES= perl5
USE_PERL5= configure
CONFIGURE_ENV= PREFIX="${PREFIX}" CCFLAGS="${CCFLAGS} ${PTHREAD_CFLAGS}"
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/mail/qar-bufo/Makefile
==============================================================================
--- head/mail/qar-bufo/Makefile Sun Oct 26 19:58:04 2014 (r371525)
+++ head/mail/qar-bufo/Makefile Sun Oct 26 21:04:21 2014 (r371526)
@@ -36,4 +36,10 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 \
${STAGEDIR}${MANPREFIX}/man/man1
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/security/p5-Crypt-GOST/Makefile
==============================================================================
--- head/security/p5-Crypt-GOST/Makefile Sun Oct 26 19:58:04 2014 (r371525)
+++ head/security/p5-Crypt-GOST/Makefile Sun Oct 26 21:04:21 2014 (r371526)
@@ -13,4 +13,10 @@ COMMENT= Perl extension for GOST Encrypt
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/security/p5-Crypt-TEA/Makefile
==============================================================================
--- head/security/p5-Crypt-TEA/Makefile Sun Oct 26 19:58:04 2014 (r371525)
+++ head/security/p5-Crypt-TEA/Makefile Sun Oct 26 21:04:21 2014 (r371526)
@@ -13,4 +13,10 @@ COMMENT= Perl extension to Tiny Encrypti
USES= perl5
USE_PERL5= configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/sysutils/rsnapshot/Makefile
==============================================================================
--- head/sysutils/rsnapshot/Makefile Sun Oct 26 19:58:04 2014 (r371525)
+++ head/sysutils/rsnapshot/Makefile Sun Oct 26 21:04:21 2014 (r371526)
@@ -27,4 +27,10 @@ post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
+.include <bsd.port.post.mk>
Modified: head/www/wml/Makefile
==============================================================================
--- head/www/wml/Makefile Sun Oct 26 19:58:04 2014 (r371525)
+++ head/www/wml/Makefile Sun Oct 26 21:04:21 2014 (r371526)
@@ -32,6 +32,10 @@ CONFIGURE_ARGS= --with-perl=${PERL5} --w
.include <bsd.port.pre.mk>
+.if ${PERL_VER} >= 5.18
+BROKEN= Does not build with Perl 5.18 or above
+.endif
+
post-patch:
@${PERL5} -pi -e 's!^(\s+have_\S+)=\S+!\1=1!' \
${WRKSRC}/wml_common/Makefile.in
More information about the svn-ports-all
mailing list