pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/nvi



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun May 24 05:00:36 UTC 2020

Modified Files:
        pkgsrc/editors/nvi: Makefile options.mk

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/editors/nvi/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/editors/nvi/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/nvi/Makefile
diff -u pkgsrc/editors/nvi/Makefile:1.52 pkgsrc/editors/nvi/Makefile:1.53
--- pkgsrc/editors/nvi/Makefile:1.52    Sat Jun  8 10:40:57 2019
+++ pkgsrc/editors/nvi/Makefile Sun May 24 05:00:36 2020
@@ -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

Index: pkgsrc/editors/nvi/options.mk
diff -u pkgsrc/editors/nvi/options.mk:1.2 pkgsrc/editors/nvi/options.mk:1.3
--- pkgsrc/editors/nvi/options.mk:1.2   Thu Feb 21 21:17:45 2008
+++ pkgsrc/editors/nvi/options.mk       Sun May 24 05:00:36 2020
@@ -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 @@ NVI_NON_WIDE_PLATFORM=        yes
 #
 .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