Thu Jun 8 21:34:42 2023 UTC ()
p5-Alien-Hunspell: correct dependency to fix sandboxed builds

p5-Alien-Build is a full dependency; it must be present in the build
environment in order for p5-Alien-Hunspell to function when it in turn
builds p5-Text-Hunspell. Addresses various bulk build failures. While
here, take maintainership.


(gutteridge)
diff -r1.14 -r1.15 pkgsrc/textproc/p5-Alien-Hunspell/Makefile

cvs diff -r1.14 -r1.15 pkgsrc/textproc/p5-Alien-Hunspell/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/p5-Alien-Hunspell/Makefile 2023/06/06 12:42:26 1.14
+++ pkgsrc/textproc/p5-Alien-Hunspell/Makefile 2023/06/08 21:34:42 1.15
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.14 2023/06/06 12:42:26 riastradh Exp $ 1# $NetBSD: Makefile,v 1.15 2023/06/08 21:34:42 gutteridge Exp $
2 2
3DISTNAME= Alien-Hunspell-0.17 3DISTNAME= Alien-Hunspell-0.17
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
 5PKGREVISION= 1
5CATEGORIES= textproc perl5 6CATEGORIES= textproc perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/P/PL/PLICEASE/}
7 8
8MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= gutteridge@NetBSD.org
9HOMEPAGE= https://metacpan.org/release/Alien-Hunspell 10HOMEPAGE= https://metacpan.org/release/Alien-Hunspell
10COMMENT= Perl5 module providing hunspell 11COMMENT= Perl5 module providing hunspell
11LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
12 13
13TOOL_DEPENDS+= p5-Alien-Build-[0-9]*:../../devel/p5-Alien-Build 14DEPENDS+= p5-Alien-Build-[0-9]*:../../devel/p5-Alien-Build
14 
15DEPENDS+= p5-HTML-LinkExtractor-[0-9]*:../../www/p5-HTML-LinkExtractor 15DEPENDS+= p5-HTML-LinkExtractor-[0-9]*:../../www/p5-HTML-LinkExtractor
16DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions 16DEPENDS+= p5-Sort-Versions-[0-9]*:../../devel/p5-Sort-Versions
17DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay 17DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
18DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL 18DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
19 19
20TEST_DEPENDS+= p5-Test-Alien-CPP-[0-9]*:../../devel/p5-Test-Alien-CPP 20TEST_DEPENDS+= p5-Test-Alien-CPP-[0-9]*:../../devel/p5-Test-Alien-CPP
21TEST_DEPENDS+= p5-ExtUtils-CppGuess-[0-9]*:../../devel/p5-ExtUtils-CppGuess 21TEST_DEPENDS+= p5-ExtUtils-CppGuess-[0-9]*:../../devel/p5-ExtUtils-CppGuess
22 22
23PERL5_PACKLIST= auto/Alien/Hunspell/.packlist 23PERL5_PACKLIST= auto/Alien/Hunspell/.packlist
24USE_TOOLS+= pkg-config 24USE_TOOLS+= pkg-config
25 25
26.include "../../textproc/hunspell/buildlink3.mk" 26.include "../../textproc/hunspell/buildlink3.mk"
27.include "../../lang/perl5/module.mk" 27.include "../../lang/perl5/module.mk"