diff options
author | wiz <wiz@pkgsrc.org> | 2022-06-07 08:17:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-06-07 08:17:37 +0000 |
commit | 6e10ef10038d53f689038bbe9626b0cc672120b3 (patch) | |
tree | c6fb533d123d854e673eb8ba38b118205c31ff72 /sysutils | |
parent | b4e4d567f26217cea5c8ca7c8483dfb35ef4f5c5 (diff) | |
download | pkgsrc-6e10ef10038d53f689038bbe9626b0cc672120b3.tar.gz |
e2fsprogs: turn off nls option
The option is broken - the files it wants to install are not created
(all listed bulk builds on bulktracker mark this as 'failed').
Bump PKGREVISION.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/e2fsprogs/Makefile | 4 | ||||
-rw-r--r-- | sysutils/e2fsprogs/options.mk | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/e2fsprogs/Makefile b/sysutils/e2fsprogs/Makefile index 29db87729f3..d905c4c4300 100644 --- a/sysutils/e2fsprogs/Makefile +++ b/sysutils/e2fsprogs/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2021/12/02 08:16:51 pho Exp $ +# $NetBSD: Makefile,v 1.35 2022/06/07 08:17:37 wiz Exp $ DISTNAME= e2fsprogs-1.46.4 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils MASTER_SITES= https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v${PKGVERSION_NOREV}/ #MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=e2fsprogs/} diff --git a/sysutils/e2fsprogs/options.mk b/sysutils/e2fsprogs/options.mk index 0939e9b2c2a..c8b14d4cf55 100644 --- a/sysutils/e2fsprogs/options.mk +++ b/sysutils/e2fsprogs/options.mk @@ -1,8 +1,9 @@ -# $NetBSD: options.mk,v 1.1 2021/12/02 17:59:05 pho Exp $ +# $NetBSD: options.mk,v 1.2 2022/06/07 08:17:37 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.e2fsprogs PKG_SUPPORTED_OPTIONS= nls -PKG_SUGGESTED_OPTIONS= nls +# the option is broken - the .po files it wants to install are not generated +PKG_SUGGESTED_OPTIONS= # nls PLIST_VARS+= nls |