summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches
diff options
context:
space:
mode:
authorkim <kim>2005-03-25 19:13:24 +0000
committerkim <kim>2005-03-25 19:13:24 +0000
commit7c53c3ed599b8896c1677d07b36319909760ecb1 (patch)
treee474cbc5c8b278f18567437000dab875d27edb9a /shells/tcsh/patches
parent6db4b04c27efe285c27bade14935c09a4c8515bd (diff)
downloadpkgsrc-7c53c3ed599b8896c1677d07b36319909760ecb1.tar.gz
Upgrade to tcsh 6.14.00
New Features: * UTF-8 handling for both singe and double width characters * termname builtin for testing whether a terminal type is available in termcap/terminfo
Diffstat (limited to 'shells/tcsh/patches')
-rw-r--r--shells/tcsh/patches/patch-ao13
1 files changed, 0 insertions, 13 deletions
diff --git a/shells/tcsh/patches/patch-ao b/shells/tcsh/patches/patch-ao
deleted file mode 100644
index 2bebcc24fe7..00000000000
--- a/shells/tcsh/patches/patch-ao
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ao,v 1.1 2004/08/27 15:14:04 kim Exp $
-
---- configure.orig 2003-06-18 15:32:43.000000000 -0400
-+++ configure 2004-08-27 11:12:00.000000000 -0400
-@@ -2876,7 +2876,7 @@
- fi
- rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
- if test "$ac_cv_search_tgetent" = no; then
-- for ac_lib in termlib curses termcap; do
-+ for ac_lib in termlib curses ncurses termcap; do
- LIBS="-l$ac_lib $ac_func_search_save_LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- #line $LINENO "configure"