pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/vifm



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Jun 18 14:59:31 UTC 2026

Modified Files:
        pkgsrc/sysutils/vifm: Makefile

Log Message:
vifm: Require curses library to expose mouse functions.

Should help unbreak the build on netbsd-9, which is still
technically supported.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/sysutils/vifm/Makefile

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

Modified files:

Index: pkgsrc/sysutils/vifm/Makefile
diff -u pkgsrc/sysutils/vifm/Makefile:1.41 pkgsrc/sysutils/vifm/Makefile:1.42
--- pkgsrc/sysutils/vifm/Makefile:1.41  Thu Jan  1 19:41:35 2026
+++ pkgsrc/sysutils/vifm/Makefile       Thu Jun 18 14:59:31 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2026/01/01 19:41:35 wiz Exp $
+# $NetBSD: Makefile,v 1.42 2026/06/18 14:59:31 nia Exp $
 
 DISTNAME=      vifm-0.14.3
 CATEGORIES=    sysutils
@@ -13,7 +13,7 @@ LICENSE=      gnu-gpl-v2
 GNU_CONFIGURE= yes
 USE_TOOLS+=    bash gmake nroff perl pkg-config
 
-USE_CURSES=    resize_term wide
+USE_CURSES=    resize_term wide getmouse
 FAKE_NCURSES=  yes
 
 SUBST_CLASSES+=                curses



Home | Main Index | Thread Index | Old Index