mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Update global to 5.8.1
This commit is contained in:
17
dev-util/global/global-5.8.1.bep
Normal file
17
dev-util/global/global-5.8.1.bep
Normal file
@@ -0,0 +1,17 @@
|
||||
DESCRIPTION="GNU Global is a source code tagging system."
|
||||
HOMEPAGE="http://www.gnu.org/software/global/"
|
||||
SRC_URI="http://ftp.gnu.org/pub/gnu/global/global-5.8.1.tar.gz"
|
||||
CHECKSUM_MD5="9c357098e42c9ba32776ccd6b549d85d"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
BUILD {
|
||||
cd global-5.8.1
|
||||
./configure --prefix=/boot/common --with-exuberant-ctags=/bin/ctags
|
||||
make
|
||||
}
|
||||
|
||||
INSTALL {
|
||||
cd global-5.8.1
|
||||
make install
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
Package: global
|
||||
Version: 5.8
|
||||
Version: 5.8.1
|
||||
Copyright: 2000-2007 Tama Communications Corporation, 2007-2010 Free Software Foundation, Inc.
|
||||
License: GNU GPL v3
|
||||
URL: http://www.gnu.org/software/global/
|
||||
|
||||
14
dev-util/global/patches/global-5.8.1.patch
Normal file
14
dev-util/global/patches/global-5.8.1.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
diff -up global-5.8.1/libdb/db.h.orig global-5.8.1/libdb/db.h
|
||||
--- global-5.8.1/libdb/db.h.orig 2010-03-06 04:08:14.003145728 -0700
|
||||
+++ global-5.8.1/libdb/db.h 2010-03-11 16:10:46.316145664 -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