From owner-svn-ports-all@freebsd.org Thu Aug 10 15:19:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2BD5DD5683; Thu, 10 Aug 2017 15:19:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9E19464528; Thu, 10 Aug 2017 15:19:07 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v7AFJ6Uf050603; Thu, 10 Aug 2017 15:19:06 GMT (envelope-from mat@FreeBSD.org) Received: (from mat@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v7AFJ6W2050598; Thu, 10 Aug 2017 15:19:06 GMT (envelope-from mat@FreeBSD.org) Message-Id: <201708101519.v7AFJ6W2050598@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mat set sender to mat@FreeBSD.org using -f From: Mathieu Arnold Date: Thu, 10 Aug 2017 15:19:06 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r447684 - in head/devel: p5-Data-Alias p5-Devel-BeginLift p5-Regexp-Compare p5-UNIVERSAL-ref p5-rpm-build-perl X-SVN-Group: ports-head X-SVN-Commit-Author: mat X-SVN-Commit-Paths: in head/devel: p5-Data-Alias p5-Devel-BeginLift p5-Regexp-Compare p5-UNIVERSAL-ref p5-rpm-build-perl X-SVN-Commit-Revision: 447684 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Aug 2017 15:19:07 -0000 Author: mat Date: Thu Aug 10 15:19:06 2017 New Revision: 447684 URL: https://svnweb.freebsd.org/changeset/ports/447684 Log: Mark some ports BROKEN with modern Perl. With hat: perl@ Sponsored by: Absolight Modified: head/devel/p5-Data-Alias/Makefile (contents, props changed) head/devel/p5-Devel-BeginLift/Makefile (contents, props changed) head/devel/p5-Regexp-Compare/Makefile (contents, props changed) head/devel/p5-UNIVERSAL-ref/Makefile (contents, props changed) head/devel/p5-rpm-build-perl/Makefile (contents, props changed) Modified: head/devel/p5-Data-Alias/Makefile ============================================================================== --- head/devel/p5-Data-Alias/Makefile Thu Aug 10 15:19:01 2017 (r447683) +++ head/devel/p5-Data-Alias/Makefile Thu Aug 10 15:19:06 2017 (r447684) @@ -19,4 +19,10 @@ USE_PERL5= configure post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Alias/Alias.so -.include +.include + +.if ${PERL_LEVEL} >= 502501 +BROKEN= Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=114544 +.endif + +.include Modified: head/devel/p5-Devel-BeginLift/Makefile ============================================================================== --- head/devel/p5-Devel-BeginLift/Makefile Thu Aug 10 15:19:01 2017 (r447683) +++ head/devel/p5-Devel-BeginLift/Makefile Thu Aug 10 15:19:06 2017 (r447684) @@ -18,4 +18,10 @@ BUILD_DEPENDS:= ${RUN_DEPENDS} \ USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} >= 502501 +BROKEN= Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=115272 +.endif + +.include Modified: head/devel/p5-Regexp-Compare/Makefile ============================================================================== --- head/devel/p5-Regexp-Compare/Makefile Thu Aug 10 15:19:01 2017 (r447683) +++ head/devel/p5-Regexp-Compare/Makefile Thu Aug 10 15:19:06 2017 (r447684) @@ -19,4 +19,10 @@ USES= perl5 post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Regexp/Compare/Compare.so -.include +.include + +.if ${PERL_LEVEL} >= 502700 +BROKEN= Does not support 5.27+ +.endif + +.include Modified: head/devel/p5-UNIVERSAL-ref/Makefile ============================================================================== --- head/devel/p5-UNIVERSAL-ref/Makefile Thu Aug 10 15:19:01 2017 (r447683) +++ head/devel/p5-UNIVERSAL-ref/Makefile Thu Aug 10 15:19:06 2017 (r447684) @@ -17,4 +17,10 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -.include +.include + +.if ${PERL_LEVEL} >= 502501 +BROKEN= Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=118008 +.endif + +.include Modified: head/devel/p5-rpm-build-perl/Makefile ============================================================================== --- head/devel/p5-rpm-build-perl/Makefile Thu Aug 10 15:19:01 2017 (r447683) +++ head/devel/p5-rpm-build-perl/Makefile Thu Aug 10 15:19:06 2017 (r447684) @@ -19,4 +19,10 @@ USE_PERL5= configure post-patch: @${REINPLACE_CMD} -e 's| perl.clean||' ${WRKSRC}/Makefile.PL -.include +.include + +.if ${PERL_LEVEL} >= 502501 +BROKEN= Does not build, op_sibling usage. https://rt.cpan.org/Public/Bug/Display.html?id=117350 +.endif + +.include