![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / security / p5-Digest-Hashcash / Makefile (download)
Revision 1.29, Wed May 20 06:09:07 2020 UTC (3 years ago) by rillig
mark packages that fail with -Werror=char-subscripts These packages are susceptible to bugs when confronted with non-ASCII characters. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94182. It takes some time to analyze and fix these individually, therefore they are only marked as "needs work". |
# $NetBSD: Makefile,v 1.29 2020/05/20 06:09:07 rillig Exp $ DISTNAME= Digest-Hashcash-1.1 PKGNAME= p5-${DISTNAME} PKGREVISION= 3 CATEGORIES= security perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://metacpan.org/release/Digest-Hashcash COMMENT= Perl5 extension module for hashcash hashes LICENSE= gnu-gpl-v2 DEPENDS+= p5-Canary-Stability-[0-9]*:../../devel/p5-Canary-Stability PERL5_PACKLIST= auto/Digest/Hashcash/.packlist # Hashcash.xs: In function 'XS_Digest__Hashcash__gentoken': # Hashcash.xs:441:28: error: array subscript has type 'char' [-Werror=char-subscripts] # *s = nextenc [*s]; # Maybe fix this later. BUILDLINK_TRANSFORM+= rm:-Werror=char-subscripts .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk"