Date: Sun, 12 May 2019 16:37:48 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501417 - head/devel/p5-rpm-build-perl Message-ID: <201905121637.x4CGbmtJ012295@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun May 12 16:37:48 2019 New Revision: 501417 URL: https://svnweb.freebsd.org/changeset/ports/501417 Log: Remove outdated PERL_LEVEL check Modified: head/devel/p5-rpm-build-perl/Makefile Modified: head/devel/p5-rpm-build-perl/Makefile ============================================================================== --- head/devel/p5-rpm-build-perl/Makefile Sun May 12 16:37:43 2019 (r501416) +++ head/devel/p5-rpm-build-perl/Makefile Sun May 12 16:37:48 2019 (r501417) @@ -11,6 +11,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= This module is required to build Perl RPM packages +BROKEN= does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=117350 + TEST_DEPENDS= p5-Try-Tiny>=0:lang/p5-Try-Tiny USES= perl5 @@ -19,10 +21,4 @@ USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e 's| perl.clean||' ${WRKSRC}/Makefile.PL -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 502501 -BROKEN= Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=117350 -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905121637.x4CGbmtJ012295>