pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/e2fsprogs e2fsprogs: turn off nls option



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c373d5cb719e
branches:  trunk
changeset: 380437:c373d5cb719e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 07 08:17:37 2022 +0000

description:
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:

 sysutils/e2fsprogs/Makefile   |  4 ++--
 sysutils/e2fsprogs/options.mk |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (28 lines):

diff -r 067bef1cde35 -r c373d5cb719e sysutils/e2fsprogs/Makefile
--- a/sysutils/e2fsprogs/Makefile       Tue Jun 07 07:58:33 2022 +0000
+++ b/sysutils/e2fsprogs/Makefile       Tue Jun 07 08:17:37 2022 +0000
@@ -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 -r 067bef1cde35 -r c373d5cb719e sysutils/e2fsprogs/options.mk
--- a/sysutils/e2fsprogs/options.mk     Tue Jun 07 07:58:33 2022 +0000
+++ b/sysutils/e2fsprogs/options.mk     Tue Jun 07 08:17:37 2022 +0000
@@ -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
 



Home | Main Index | Thread Index | Old Index