update to 0.4.9
author integrated ncurses->curses
This commit is contained in:
parent
5c66adfd77
commit
310d299532
@ -1,3 +1,3 @@
|
||||
MD5 (abook-0.4.8.tar.gz) = 3c9cd4a5b056483b78afce27b3e6f865
|
||||
RMD160 (abook-0.4.8.tar.gz) = 8b7c1e6e5cba329540dce7bd13f24da7fb9d16ce
|
||||
SHA1 (abook-0.4.8.tar.gz) = 7c81e6e678b1b5ff9c6d29df6eb56529baf344bd
|
||||
MD5 (abook-0.4.9.tar.gz) = 625b4aed008ca33ba7fc3e2ee27bcb23
|
||||
RMD160 (abook-0.4.9.tar.gz) = 60d079a22a000a26d3d1f3c77710885b980c9dca
|
||||
SHA1 (abook-0.4.9.tar.gz) = 0c89ed8583560abb06889d434882047dde4a9022
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-abook.c,v 1.2 2000/06/22 13:10:22 reinhard Exp $
|
||||
--- abook.c.orig Thu Jun 15 13:17:32 2000
|
||||
+++ abook.c Thu Jun 22 14:29:48 2000
|
||||
@@ -5,7 +5,7 @@
|
||||
* Copyright (C) 1999, 2000 Jaakko Heinonen
|
||||
*/
|
||||
|
||||
-#include <ncurses.h>
|
||||
+#include <curses.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
@ -1,68 +0,0 @@
|
||||
--- configure.orig Mon Jun 26 15:33:13 2000
|
||||
+++ configure Mon Jun 26 15:36:26 2000
|
||||
@@ -1212,16 +1212,16 @@
|
||||
fi
|
||||
done
|
||||
|
||||
-ac_safe=`echo "ncurses.h" | sed 'y%./+-%__p_%'`
|
||||
-echo $ac_n "checking for ncurses.h""... $ac_c" 1>&6
|
||||
-echo "configure:1218: checking for ncurses.h" >&5
|
||||
+ac_safe=`echo "curses.h" | sed 'y%./+-%__p_%'`
|
||||
+echo $ac_n "checking for curses.h""... $ac_c" 1>&6
|
||||
+echo "configure:1218: checking for curses.h" >&5
|
||||
if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 1223 "configure"
|
||||
#include "confdefs.h"
|
||||
-#include <ncurses.h>
|
||||
+#include <curses.h>
|
||||
EOF
|
||||
ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
|
||||
{ (eval echo configure:1228: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }
|
||||
@@ -1243,7 +1243,7 @@
|
||||
:
|
||||
else
|
||||
echo "$ac_t""no" 1>&6
|
||||
-{ echo "configure: error: *** ncurses.h not installed - please install first ***" 1>&2; exit 1; }
|
||||
+{ echo "configure: error: *** curses.h not installed - please install first ***" 1>&2; exit 1; }
|
||||
fi
|
||||
|
||||
ac_safe=`echo "stdarg.h" | sed 'y%./+-%__p_%'`
|
||||
@@ -1350,14 +1350,14 @@
|
||||
|
||||
|
||||
NCURSES_LIB=error
|
||||
-echo $ac_n "checking for initscr in -lncurses""... $ac_c" 1>&6
|
||||
-echo "configure:1355: checking for initscr in -lncurses" >&5
|
||||
+echo $ac_n "checking for initscr in -lcurses""... $ac_c" 1>&6
|
||||
+echo "configure:1355: checking for initscr in -lcurses" >&5
|
||||
ac_lib_var=`echo ncurses'_'initscr | sed 'y%./+-%__p_%'`
|
||||
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
|
||||
echo $ac_n "(cached) $ac_c" 1>&6
|
||||
else
|
||||
ac_save_LIBS="$LIBS"
|
||||
-LIBS="-lncurses $LIBS"
|
||||
+LIBS="-lcurses $LIBS"
|
||||
cat > conftest.$ac_ext <<EOF
|
||||
#line 1363 "configure"
|
||||
#include "confdefs.h"
|
||||
@@ -1386,7 +1386,7 @@
|
||||
if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
|
||||
echo "$ac_t""yes" 1>&6
|
||||
|
||||
- NCURSES_LIB="-lncurses"
|
||||
+ NCURSES_LIB="-lcurses"
|
||||
LIBS="$LIBS $NCURSES_LIB"
|
||||
|
||||
else
|
||||
@@ -1395,7 +1395,7 @@
|
||||
|
||||
|
||||
if test "x$NCURSES_LIB" = xerror; then
|
||||
- { echo "configure: error: *** ncurses developement libraries not installed - please install first *** " 1>&2; exit 1; }
|
||||
+ { echo "configure: error: *** curses developement libraries not installed - please install first *** " 1>&2; exit 1; }
|
||||
fi
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-database.c,v 1.2 2000/06/22 13:10:22 reinhard Exp $
|
||||
--- database.c.orig Wed Jun 14 17:32:21 2000
|
||||
+++ database.c Thu Jun 22 14:34:42 2000
|
||||
@@ -6,7 +6,7 @@
|
||||
* Copyright (C) Jaakko Heinonen
|
||||
*/
|
||||
|
||||
-#include <ncurses.h>
|
||||
+#include <curses.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-edit.c,v 1.2 2000/06/22 13:10:22 reinhard Exp $
|
||||
--- edit.c.orig Thu Jun 15 15:38:17 2000
|
||||
+++ edit.c Thu Jun 22 14:31:09 2000
|
||||
@@ -6,7 +6,7 @@
|
||||
* Copyright (C) Jaakko Heinonen
|
||||
*/
|
||||
|
||||
-#include <ncurses.h>
|
||||
+#include <curses.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "abook.h"
|
@ -1,30 +0,0 @@
|
||||
$OpenBSD: patch-estr.c,v 1.1 2000/06/22 13:10:22 reinhard Exp $
|
||||
--- estr.c.orig Mon Jun 19 19:13:01 2000
|
||||
+++ estr.c Thu Jun 22 14:31:48 2000
|
||||
@@ -17,7 +17,7 @@
|
||||
/*#undef ABOOK_SRC*/
|
||||
|
||||
#include <stdlib.h>
|
||||
-#include <ncurses.h>
|
||||
+#include <curses.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include "estr.h"
|
||||
@@ -144,7 +144,7 @@ out:
|
||||
#include <stdlib.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
-#include <ncurses.h>
|
||||
+#include <curses.h>
|
||||
|
||||
|
||||
#define FILESEL_STATUSLINE 2
|
||||
@@ -193,7 +193,7 @@ my_getcwd()
|
||||
#endif
|
||||
|
||||
|
||||
-#include <ncurses.h>
|
||||
+#include <curses.h>
|
||||
|
||||
|
||||
#define FILESEL_LAST_ITEM (filesel_items -1)
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-filter.c,v 1.2 2000/06/22 13:10:22 reinhard Exp $
|
||||
--- filter.c.orig Thu Jun 15 13:44:56 2000
|
||||
+++ filter.c Thu Jun 22 14:32:33 2000
|
||||
@@ -9,7 +9,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
-#include <ncurses.h>
|
||||
+#include <curses.h>
|
||||
#include <pwd.h>
|
||||
#include <sys/types.h>
|
||||
#include "filter.h"
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-list.c,v 1.2 2000/06/22 13:10:23 reinhard Exp $
|
||||
--- list.c.orig Tue Jun 6 11:03:21 2000
|
||||
+++ list.c Thu Jun 22 14:33:12 2000
|
||||
@@ -6,7 +6,7 @@
|
||||
* Copyright (C) Jaakko Heinonen
|
||||
*/
|
||||
|
||||
-#include <ncurses.h>
|
||||
+#include <curses.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include "abook.h"
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-options.c,v 1.2 2000/06/22 13:10:23 reinhard Exp $
|
||||
--- options.c.orig Mon Jun 5 12:45:28 2000
|
||||
+++ options.c Thu Jun 22 14:33:49 2000
|
||||
@@ -6,7 +6,7 @@
|
||||
* Copyright (C) Jaakko Heinonen
|
||||
*/
|
||||
|
||||
-#include <ncurses.h>
|
||||
+#include <curses.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
Loading…
Reference in New Issue
Block a user