mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-06 06:58:57 +02:00
Updated GNU global to version 5.8
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
@@ -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/
|
||||||
|
|||||||
@@ -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
|
|
||||||
14
dev-util/global/patches/global-5.8.patch
Normal file
14
dev-util/global/patches/global-5.8.patch
Normal 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
|
||||||
Reference in New Issue
Block a user