1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark broken with Perl 5.18 and newer

This commit is contained in:
Steve Wills 2014-10-26 21:04:21 +00:00
parent 63450a2015
commit b4caa5c8cf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371526
10 changed files with 63 additions and 9 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -13,4 +13,10 @@ COMMENT= Perl extension for GOST Encryption Algorithm
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>

View File

@ -13,4 +13,10 @@ COMMENT= Perl extension to Tiny Encryption Algorithm
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>

View File

@ -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>

View File

@ -32,6 +32,10 @@ CONFIGURE_ARGS= --with-perl=${PERL5} --with-catdir=man \
.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