From 1caaa787f3ad98b0cab715388f5e51c90c9cda66 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 21 Sep 2011 06:26:52 +0000 Subject: Add /usr/local/share/terminfo to the search path so that ports can install custom terminfo files. Minor ncurses bump to allow packages to depend on the right version. From discussion with zinke@ and dcoppa@. ok phessler dcoppa --- lib/libcurses/ncurses_cfg.h | 6 +++--- lib/libcurses/shlib_version | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'lib') diff --git a/lib/libcurses/ncurses_cfg.h b/lib/libcurses/ncurses_cfg.h index f8b3f67d597..dfd0604b7c1 100644 --- a/lib/libcurses/ncurses_cfg.h +++ b/lib/libcurses/ncurses_cfg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ncurses_cfg.h,v 1.26 2011/04/23 22:08:15 nicm Exp $ */ +/* $OpenBSD: ncurses_cfg.h,v 1.27 2011/09/21 06:26:51 nicm Exp $ */ /* include/ncurses_cfg.h. Generated automatically by configure. */ /**************************************************************************** @@ -33,7 +33,7 @@ * Author: Thomas E. Dickey 1997 * ****************************************************************************/ /* - * $Id: ncurses_cfg.h,v 1.26 2011/04/23 22:08:15 nicm Exp $ + * $Id: ncurses_cfg.h,v 1.27 2011/09/21 06:26:51 nicm Exp $ * * This is a template-file used to generate the "ncurses_cfg.h" file. * @@ -160,7 +160,7 @@ #define STDC_HEADERS 1 #define SYSTEM_NAME "openbsd" #define TERMINFO "/usr/share/terminfo" -#define TERMINFO_DIRS "/usr/share/terminfo" +#define TERMINFO_DIRS "/usr/share/terminfo:/usr/local/share/terminfo" #define TIME_WITH_SYS_TIME 1 #define TYPEOF_CHTYPE long #define USE_ASSUMED_COLOR 1 diff --git a/lib/libcurses/shlib_version b/lib/libcurses/shlib_version index 56246d02b24..eb2c603aec0 100644 --- a/lib/libcurses/shlib_version +++ b/lib/libcurses/shlib_version @@ -1,2 +1,2 @@ major=12 -minor=0 +minor=1 -- cgit v1.2.3