Removing old ncurses (non-)recipes and patches

This commit is contained in:
Ingo Weinhold
2013-04-25 03:33:55 +02:00
parent 14c8bc34fc
commit 49f612fe18
4 changed files with 0 additions and 121 deletions

View File

@@ -1,21 +0,0 @@
DESCRIPTION="ncurses"
HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html"
SRC_URI="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.6.tar.gz"
CHECKSUM_MD5="b6593abe1089d6aab1551c105c9300e3"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd ncurses-5.6
./configure --prefix=`finddir B_COMMON_DIRECTORY`
make
}
INSTALL()
{
cd ncurses-5.6
make install
}
LICENSE="MIT"
COPYRIGHT="1998-2008 Free Software Foundation, Inc."

View File

@@ -1,21 +0,0 @@
DESCRIPTION="ncurses"
HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html"
SRC_URI="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz"
CHECKSUM_MD5="cce05daf61a64501ef6cd8da1f727ec6"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd ncurses-5.7
./configure --prefix=`finddir B_COMMON_DIRECTORY` --with-libtool
make
}
INSTALL()
{
cd ncurses-5.7
./misc/shlib make install DESTDIR="${DESTDIR}"
}
LICENSE="MIT"
COPYRIGHT="1998-2008 Free Software Foundation, Inc."

View File

@@ -1,25 +0,0 @@
DESCRIPTION="ncurses"
HOMEPAGE="http://www.gnu.org/software/ncurses/ncurses.html"
SRC_URI="http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.8.tar.gz"
CHECKSUM_MD5="20ed3fa7599937f0ca268d9088837a64"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
BUILD()
{
cd ncurses-5.8
./configure --prefix=`finddir B_COMMON_DIRECTORY` \
--datadir=`finddir B_COMMON_DATA_DIRECTORY`/ \
--mandir=`finddir B_COMMON_DOCUMENTATION_DIRECTORY`/man \
--with-libtool
make
}
INSTALL()
{
cd ncurses-5.8
./misc/shlib make install DESTDIR="${DESTDIR}"
}
LICENSE="MIT"
COPYRIGHT="1998-2011 Free Software Foundation, Inc."

View File

@@ -1,54 +0,0 @@
diff -ur ncurses-5.6/include/curses.h ncurses-5.6-haiku/include/curses.h
--- ncurses-5.6/include/curses.h 2008-06-04 05:57:46.000000000 -0700
+++ ncurses-5.6-haiku/include/curses.h 2008-06-14 18:12:44.000000000 -0700
@@ -450,7 +450,7 @@
*/
#if 1
#ifdef NCURSES_WGETCH_EVENTS
-#if !defined(__BEOS__) /* Fix _nc_timed_wait() on BEOS... */
+#if !defined(__BEOS__) || defined(__HAIKU__) /* Fix _nc_timed_wait() on BEOS... */
# define NCURSES_EVENT_VERSION 1
#endif /* !defined(__BEOS__) */
diff -ur ncurses-5.6/ncurses/tty/lib_twait.c ncurses-5.6-haiku/ncurses/tty/lib_twait.c
--- ncurses-5.6/ncurses/tty/lib_twait.c 2006-05-27 14:57:43.000000000 -0700
+++ ncurses-5.6-haiku/ncurses/tty/lib_twait.c 2008-06-14 18:26:31.000000000 -0700
@@ -42,6 +42,10 @@
#include <curses.priv.h>
+#if defined __HAIKU__ && defined __BEOS__
+#undef __BEOS__
+#endif
+
#ifdef __BEOS__
#undef false
#undef true
diff -ur ncurses-5.6/ncurses/tty/tty_update.c ncurses-5.6-haiku/ncurses/tty/tty_update.c
--- ncurses-5.6/ncurses/tty/tty_update.c 2006-11-25 14:33:21.000000000 -0800
+++ ncurses-5.6-haiku/ncurses/tty/tty_update.c 2008-06-14 18:27:03.000000000 -0700
@@ -44,6 +44,10 @@
#include <curses.priv.h>
+#if defined __HAIKU__ && defined __BEOS__
+#undef __BEOS__
+#endif
+
#ifdef __BEOS__
#undef false
#undef true
diff -ur ncurses-5.6/tack/sysdep.c ncurses-5.6-haiku/tack/sysdep.c
--- ncurses-5.6/tack/sysdep.c 2005-09-17 12:49:16.000000000 -0700
+++ ncurses-5.6-haiku/tack/sysdep.c 2008-06-14 18:26:03.000000000 -0700
@@ -34,6 +34,10 @@
#include <term.h>
#include <errno.h>
+#if defined __HAIKU__ && defined __BEOS__
+#undef __BEOS__
+#endif
+
#if defined(__BEOS__)
#undef false
#undef true