pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/nnn



Module Name:    pkgsrc
Committed By:   sjmulder
Date:           Wed Jun 12 21:11:44 UTC 2019

Modified Files:
        pkgsrc/sysutils/nnn: Makefile

Log Message:
sysutils/nnn: fix typo, remove set_escdelay() mention

set_escdelay() is available on NetBSD 8+.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/nnn/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/nnn/Makefile
diff -u pkgsrc/sysutils/nnn/Makefile:1.7 pkgsrc/sysutils/nnn/Makefile:1.8
--- pkgsrc/sysutils/nnn/Makefile:1.7    Wed Jun 12 20:52:37 2019
+++ pkgsrc/sysutils/nnn/Makefile        Wed Jun 12 21:11:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2019/06/12 20:52:37 sjmulder Exp $
+# $NetBSD: Makefile,v 1.8 2019/06/12 21:11:44 sjmulder Exp $
 
 DISTNAME=      nnn-2.5
 PKGREVISION=   1
@@ -20,8 +20,7 @@ MAKE_ENV+=    CFLAGS_OPTIMIZATION=
 MAKE_ENV+=     CFLAGS_CURSES=${BUILDLINK_CFLAGS.ncursesw:Q}
 MAKE_ENV+=     LDLIBS_CURSES=${BUILDLINK_LDADD.ncursesw:Q}
 
-# Requries mousemask(), getmouse(), set_escdelay() functions not in NetBSD
-# curses
+# Requires mousemask(), getmouse() functions not in NetBSD curses
 .include "../../devel/ncursesw/buildlink3.mk"
 
 # After ncursesw so readline doesn't add the non-wide ncurses which



Home | Main Index | Thread Index | Old Index