mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix some bug regarding curses.
PR: 193685 Submitted by: Vick Khera Sponsored by: Absolight
This commit is contained in:
parent
7104cc67ff
commit
ae5346d200
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379161
2 changed files with 15 additions and 5 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= tmux
|
PORTNAME= tmux
|
||||||
PORTVERSION= 1.9a
|
PORTVERSION= 1.9a
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/a$//}
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/a$//}
|
||||||
|
|
||||||
|
@ -11,7 +12,7 @@ COMMENT= Terminal Multiplexer
|
||||||
|
|
||||||
LICENSE= BSD2CLAUSE
|
LICENSE= BSD2CLAUSE
|
||||||
|
|
||||||
USES= pkgconfig shebangfix
|
USES= pkgconfig shebangfix ncurses
|
||||||
SHEBANG_FILES= examples/tmux_backup.sh
|
SHEBANG_FILES= examples/tmux_backup.sh
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
|
@ -1,8 +1,17 @@
|
||||||
--- configure.bak 2013-03-26 21:08:51.000000000 +0100
|
--- configure.bak 2014-02-22 15:56:15.000000000 -0500
|
||||||
+++ configure 2014-01-28 10:49:58.000000000 +0100
|
+++ configure 2014-09-16 12:14:41.103867989 -0400
|
||||||
@@ -5635,6 +5635,28 @@
|
@@ -4975,7 +4975,7 @@
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
_ACEOF
|
||||||
|
-for ac_lib in '' terminfo curses ncurses tinfo; do
|
||||||
|
+for ac_lib in '' terminfo ncurses tinfo; do
|
||||||
|
if test -z "$ac_lib"; then
|
||||||
|
ac_res="none required"
|
||||||
|
else
|
||||||
|
@@ -5692,6 +5692,28 @@
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "x$found_strnvis" = xyes; then
|
if test "x$found_strnvis" = xyes; then
|
||||||
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnvis is broken" >&5
|
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnvis is broken" >&5
|
||||||
+$as_echo_n "checking if strnvis is broken... " >&6; }
|
+$as_echo_n "checking if strnvis is broken... " >&6; }
|
||||||
|
|
Loading…
Add table
Reference in a new issue