FreeBSD Bugzilla – Attachment 147382 Details for
Bug 193685
sysutils/tmux linked against base ncurses causes display errors
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
make tmux port honor USES=ncurses
tmuxport.patch (text/plain), 1.19 KB, created by
Vick Khera
on 2014-09-16 16:39:24 UTC
(
hide
)
Description:
make tmux port honor USES=ncurses
Filename:
MIME Type:
Creator:
Vick Khera
Created:
2014-09-16 16:39:24 UTC
Size:
1.19 KB
patch
obsolete
>diff -Nru tmux/Makefile tmux.vk/Makefile >--- tmux/Makefile 2014-09-04 06:11:01.000000000 -0400 >+++ tmux.vk/Makefile 2014-09-16 12:17:52.458513470 -0400 >@@ -12,7 +12,7 @@ > > LICENSE= BSD2CLAUSE > >-USES= pkgconfig shebangfix >+USES= pkgconfig shebangfix ncurses > SHEBANG_FILES= examples/tmux_backup.sh > > GNU_CONFIGURE= yes >diff -Nru tmux/files/patch-configure tmux.vk/files/patch-configure >--- tmux/files/patch-configure 2014-01-28 04:49:21.000000000 -0500 >+++ tmux.vk/files/patch-configure 2014-09-16 12:15:03.000000000 -0400 >@@ -1,8 +1,17 @@ >---- configure.bak 2013-03-26 21:08:51.000000000 +0100 >-+++ configure 2014-01-28 10:49:58.000000000 +0100 >-@@ -5635,6 +5635,28 @@ >+--- configure.bak 2014-02-22 15:56:15.000000000 -0500 >++++ configure 2014-09-16 12:14:41.103867989 -0400 >+@@ -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 >- > if test "x$found_strnvis" = xyes; then > + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if strnvis is broken" >&5 > +$as_echo_n "checking if strnvis is broken... " >&6; }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 193685
: 147382