p5-Devel-BeginLift: remove BROKEN package
Marked broken in 2017 since there is no support for (then-)current perl versions.
This commit is contained in:
parent
afc7a1fb3f
commit
a4b96d93a3
5 changed files with 3 additions and 43 deletions
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: Makefile,v 1.3235 2020/09/07 20:19:07 wiz Exp $
|
# $NetBSD: Makefile,v 1.3236 2020/09/08 11:41:04 wiz Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
COMMENT= Development utilities
|
COMMENT= Development utilities
|
||||||
|
@ -1292,7 +1292,6 @@ SUBDIR+= p5-Debug-Client
|
||||||
SUBDIR+= p5-Debug-ShowStuff
|
SUBDIR+= p5-Debug-ShowStuff
|
||||||
SUBDIR+= p5-Declare-Constraints-Simple
|
SUBDIR+= p5-Declare-Constraints-Simple
|
||||||
SUBDIR+= p5-Devel-Autoflush
|
SUBDIR+= p5-Devel-Autoflush
|
||||||
SUBDIR+= p5-Devel-BeginLift
|
|
||||||
SUBDIR+= p5-Devel-CallChecker
|
SUBDIR+= p5-Devel-CallChecker
|
||||||
SUBDIR+= p5-Devel-CallParser
|
SUBDIR+= p5-Devel-CallParser
|
||||||
SUBDIR+= p5-Devel-Caller
|
SUBDIR+= p5-Devel-Caller
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
Devel::BeginLift 'lifts' arbitrary sub calls to running at compile
|
|
||||||
time - sort of a souped up version of "use constant". It does this
|
|
||||||
via some slightly insane perlguts magic.
|
|
|
@ -1,31 +0,0 @@
|
||||||
# $NetBSD: Makefile,v 1.17 2020/08/31 18:07:50 wiz Exp $
|
|
||||||
|
|
||||||
DISTNAME= Devel-BeginLift-0.001003
|
|
||||||
PKGNAME= p5-${DISTNAME}
|
|
||||||
PKGREVISION= 10
|
|
||||||
CATEGORIES= devel perl5
|
|
||||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
|
|
||||||
|
|
||||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
||||||
HOMEPAGE= https://metacpan.org/release/Devel-BeginLift
|
|
||||||
COMMENT= Declarator magic for perl
|
|
||||||
LICENSE= ${PERL5_LICENSE}
|
|
||||||
|
|
||||||
BUILD_DEPENDS+= p5-ExtUtils-Depends-[0-9]*:../../devel/p5-ExtUtils-Depends
|
|
||||||
|
|
||||||
USE_LANGUAGES= c
|
|
||||||
PERL5_PACKLIST= auto/Devel/BeginLift/.packlist
|
|
||||||
PERL5_MODULE_TYPE= Module::Install::Bundled
|
|
||||||
|
|
||||||
MAKE_ENV+= PERL_USE_UNSAFE_INC=1
|
|
||||||
|
|
||||||
BROKEN= "Not compatible with the current version of Perl."
|
|
||||||
BROKEN+= "See: https://rt.cpan.org/Public/Bug/Display.html?id=115272"
|
|
||||||
|
|
||||||
BUILDLINK_DEPMETHOD.p5-B-Hooks-OP-Check= full
|
|
||||||
BUILDLINK_API_DEPENDS.p5-B-Hooks-OP-Check+= p5-B-Hooks-OP-Check>=0.19
|
|
||||||
|
|
||||||
.include "../../devel/p5-B-Hooks-OP-Check/buildlink3.mk"
|
|
||||||
.include "../../devel/p5-B-Hooks-OP-Check-EntersubForCV/buildlink3.mk"
|
|
||||||
.include "../../lang/perl5/module.mk"
|
|
||||||
.include "../../mk/bsd.pkg.mk"
|
|
|
@ -1,6 +0,0 @@
|
||||||
$NetBSD: distinfo,v 1.2 2015/11/03 03:28:08 agc Exp $
|
|
||||||
|
|
||||||
SHA1 (Devel-BeginLift-0.001003.tar.gz) = 5dd4ac815ceb201db9a403cb7053285bd5a874dd
|
|
||||||
RMD160 (Devel-BeginLift-0.001003.tar.gz) = 283913b1894429dcc14f8ab11858a7f6d74793cc
|
|
||||||
SHA512 (Devel-BeginLift-0.001003.tar.gz) = ffe1e14bd5905ebf4226da118329e2f63d5a237f81b92367a473861ce2bbf3bb418bd0674ef82bbead024d5c42e0ccec705065cdeeaa473b07cf7b7c0de9dafa
|
|
||||||
Size (Devel-BeginLift-0.001003.tar.gz) = 18974 bytes
|
|
|
@ -1,4 +1,4 @@
|
||||||
$NetBSD: CHANGES-2020,v 1.5057 2020/09/08 11:39:11 wiz Exp $
|
$NetBSD: CHANGES-2020,v 1.5058 2020/09/08 11:41:04 wiz Exp $
|
||||||
|
|
||||||
Changes to the packages collection and infrastructure in 2020:
|
Changes to the packages collection and infrastructure in 2020:
|
||||||
|
|
||||||
|
@ -7651,3 +7651,4 @@ Changes to the packages collection and infrastructure in 2020:
|
||||||
Updated x11/p5-gtk2 to 1.24993 [wiz 2020-09-07]
|
Updated x11/p5-gtk2 to 1.24993 [wiz 2020-09-07]
|
||||||
Updated textproc/p5-YAML-PP to 0.024 [wiz 2020-09-07]
|
Updated textproc/p5-YAML-PP to 0.024 [wiz 2020-09-07]
|
||||||
Updated databases/p5-SQL-Abstract-Classic to 1.91nb1 [wiz 2020-09-08]
|
Updated databases/p5-SQL-Abstract-Classic to 1.91nb1 [wiz 2020-09-08]
|
||||||
|
Removed devel/p5-Devel-BeginLift [wiz 2020-09-08]
|
||||||
|
|
Loading…
Reference in a new issue