Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/nvi nvi: Enable wide-curses by default
details: https://anonhg.NetBSD.org/pkgsrc/rev/b16503cdde44
branches: trunk
changeset: 432663:b16503cdde44
user: nia <nia%pkgsrc.org@localhost>
date: Sun May 24 05:00:36 2020 +0000
description:
nvi: Enable wide-curses by default
noted by ottavio on freenode - I suspect most people installing
this package expect it to have utf8 support if they're using
an OS that defaults to ncurses
diffstat:
editors/nvi/Makefile | 4 ++--
editors/nvi/options.mk | 3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)
diffs (30 lines):
diff -r 75923bd18336 -r b16503cdde44 editors/nvi/Makefile
--- a/editors/nvi/Makefile Sun May 24 03:43:16 2020 +0000
+++ b/editors/nvi/Makefile Sun May 24 05:00:36 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2019/06/08 10:40:57 rillig Exp $
+# $NetBSD: Makefile,v 1.53 2020/05/24 05:00:36 nia Exp $
DISTNAME= nvi-1.81.6
-PKGREVISION= 11
+PKGREVISION= 12
CATEGORIES= editors
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
diff -r 75923bd18336 -r b16503cdde44 editors/nvi/options.mk
--- a/editors/nvi/options.mk Sun May 24 03:43:16 2020 +0000
+++ b/editors/nvi/options.mk Sun May 24 05:00:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2008/02/21 21:17:45 jlam Exp $
+# $NetBSD: options.mk,v 1.3 2020/05/24 05:00:36 nia Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.nvi
PKG_SUPPORTED_OPTIONS= # empty
@@ -17,6 +17,7 @@
#
.if !defined(NVI_NON_WIDE_PLATFORM)
PKG_SUPPORTED_OPTIONS+= wide-curses
+PKG_SUGGESTED_OPTIONS+= wide-curses
PKG_LEGACY_OPTS+= ncursesw:wide-curses
.endif
Home |
Main Index |
Thread Index |
Old Index