Updated GNU global to version 5.8

This commit is contained in:
Chris Roberts
2010-02-19 01:26:47 +00:00
parent ad01e2124e
commit 2c76680ad7
4 changed files with 20 additions and 20 deletions

View File

@@ -1,17 +1,17 @@
DESCRIPTION="GNU Global is a source code tagging system." DESCRIPTION="GNU Global is a source code tagging system."
HOMEPAGE="http://www.gnu.org/software/global/" HOMEPAGE="http://www.gnu.org/software/global/"
SRC_URI="ftp://ftp.gnu.org/pub/gnu/global/global-5.7.7.tar.gz" SRC_URI="http://tamacom.com/global/global-5.8.tar.gz"
CHECKSUM_MD5="a2805a315b5fe8432e36d019f2822ee0" CHECKSUM_MD5="7ba2efb55269615b2722cca36aced2cb"
REVISION="1" REVISION="1"
STATUS_HAIKU="stable" STATUS_HAIKU="stable"
DEPEND="" DEPEND=""
BUILD { BUILD {
cd global-5.7.7 cd global-5.8
./configure --prefix=/boot/common ./configure --prefix=/boot/common
make make
} }
INSTALL { INSTALL {
cd global-5.7.7 cd global-5.8
make install make install
} }

View File

@@ -1,5 +1,5 @@
Package: global Package: global
Version: 5.7.7 Version: 5.8
Copyright: 2000-2007 Tama Communications Corporation, 2007-2009 Free Software Foundation, Inc. Copyright: 2000-2010 Tama Communications Corporation, 2007-2009 Free Software Foundation, Inc.
License: GNU GPL v3 License: GNU GPL v3
URL: http://www.gnu.org/software/global/ URL: http://www.gnu.org/software/global/

View File

@@ -1,14 +0,0 @@
diff -ur global-5.7.7/libdb/db.h global-5.7.7-haiku/libdb/db.h
--- global-5.7.7/libdb/db.h 2009-12-19 03:49:27.000000000 -0700
+++ global-5.7.7-haiku/libdb/db.h 2009-12-29 02:50:48.000000000 -0700
@@ -43,6 +43,10 @@
#include "compat.h"
+#if defined(__HAIKU__)
+#include <stdint.h>
+#endif
+
#define RET_ERROR -1 /* Return values. */
#define RET_SUCCESS 0
#define RET_SPECIAL 1

View File

@@ -0,0 +1,14 @@
diff -ur global-5.8/libdb/db.h global-5.8-haiku/libdb/db.h
--- global-5.8/libdb/db.h 2009-12-19 03:49:27.000000000 -0700
+++ global-5.8-haiku/libdb/db.h 2009-12-29 02:50:48.000000000 -0700
@@ -43,6 +43,10 @@
#include "compat.h"
+#if defined(__HAIKU__)
+#include <stdint.h>
+#endif
+
#define RET_ERROR -1 /* Return values. */
#define RET_SUCCESS 0
#define RET_SPECIAL 1