diff options
author | ache <ache@FreeBSD.org> | 2006-05-27 09:23:27 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2006-05-27 09:23:27 +0800 |
commit | b2afa68d390c1a8f8c6d188fa280a17c8a2da311 (patch) | |
tree | 8acaee701764a4ee22c0f3cd2edf8f5cb4281109 /news/tin/files | |
parent | 46dfcd81e4696695afbf646effb73197deb3c5c5 (diff) | |
download | freebsd-ports-gnome-b2afa68d390c1a8f8c6d188fa280a17c8a2da311.tar.gz freebsd-ports-gnome-b2afa68d390c1a8f8c6d188fa280a17c8a2da311.tar.zst freebsd-ports-gnome-b2afa68d390c1a8f8c6d188fa280a17c8a2da311.zip |
Upgrade to 1.8.2
Diffstat (limited to 'news/tin/files')
-rw-r--r-- | news/tin/files/patch-ab | 52 |
1 files changed, 8 insertions, 44 deletions
diff --git a/news/tin/files/patch-ab b/news/tin/files/patch-ab index affeb90017d9..f3d756b7c2de 100644 --- a/news/tin/files/patch-ab +++ b/news/tin/files/patch-ab @@ -1,6 +1,6 @@ ---- configure.orig Wed Dec 15 18:56:37 2004 -+++ configure Fri Mar 11 18:11:35 2005 -@@ -5463,7 +5463,7 @@ +--- configure.orig Tue Apr 25 16:23:36 2006 ++++ configure Sat May 27 05:10:52 2006 +@@ -6189,7 +6189,7 @@ case $host_os in #(vi @@ -8,26 +8,8 @@ +XXXfreebsd*) # This is only necessary if you are linking against an obsolete # version of ncurses (but it should do no harm, since it's static). - echo $ac_n "checking for tgoto in -lmytinfo""... $ac_c" 1>&6 -@@ -5799,7 +5799,7 @@ - mbstowcs(wcb, icb, 5); - iswprint((wint_t) wcb[0]); - wcslen(wcb); -- wcsnlen(wcb, 4); -+ //wcsnlen(wcb, 4); - wcwidth((wint_t) wcb[0]); - wcswidth(wcb, 5); - wcstombs(ocb, wcb, 5); -@@ -5835,7 +5835,7 @@ - mbstowcs(wcb, icb, 5); - iswprint((wint_t) wcb[0]); - wcslen(wcb); -- wcsnlen(wcb, 4); -+ //wcsnlen(wcb, 4); - wcwidth((wint_t) wcb[0]); - wcswidth(wcb, 5); - wcstombs(ocb, wcb, 5); -@@ -6386,7 +6386,7 @@ + if test "$cf_nculib_root" = ncurses ; then +@@ -7114,7 +7114,7 @@ case $host_os in #(vi @@ -35,31 +17,13 @@ +XXXfreebsd*) # This is only necessary if you are linking against an obsolete # version of ncurses (but it should do no harm, since it's static). - echo $ac_n "checking for tgoto in -lmytinfo""... $ac_c" 1>&6 -@@ -6924,7 +6924,7 @@ + if test "$cf_nculib_root" = ncurses ; then +@@ -7654,7 +7654,7 @@ if test "$cf_result" = no ; then case $host_os in #(vi -freebsd*) #(vi +XXXfreebsd*) #(vi echo $ac_n "checking for tgoto in -lmytinfo""... $ac_c" 1>&6 - echo "configure:6930: checking for tgoto in -lmytinfo" >&5 + echo "configure:7660: checking for tgoto in -lmytinfo" >&5 ac_lib_var=`echo mytinfo'_'tgoto | sed 'y%./+-%__p_%'` -@@ -11904,7 +11904,7 @@ - mbstowcs(wcb, icb, 5); - iswprint((wint_t) wcb[0]); - wcslen(wcb); -- wcsnlen(wcb, 4); -+ //wcsnlen(wcb, 4); - wcwidth((wint_t) wcb[0]); - wcswidth(wcb, 5); - wcstombs(ocb, wcb, 5); -@@ -11940,7 +11940,7 @@ - mbstowcs(wcb, icb, 5); - iswprint((wint_t) wcb[0]); - wcslen(wcb); -- wcsnlen(wcb, 4); -+ //wcsnlen(wcb, 4); - wcwidth((wint_t) wcb[0]); - wcswidth(wcb, 5); - wcstombs(ocb, wcb, 5); |