From 61a459d6b61ea82c041d5289bcc8514f1f46df6a Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Sun, 23 May 2010 07:58:33 +0000 Subject: [PATCH] Update global to 5.8.2 --- dev-util/global/global-5.8.2.bep | 21 ++++++++++++++++++ dev-util/global/patches/global-5.8.2.patch | 25 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 dev-util/global/global-5.8.2.bep create mode 100644 dev-util/global/patches/global-5.8.2.patch diff --git a/dev-util/global/global-5.8.2.bep b/dev-util/global/global-5.8.2.bep new file mode 100644 index 000000000..ffc53cb71 --- /dev/null +++ b/dev-util/global/global-5.8.2.bep @@ -0,0 +1,21 @@ +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.2.tar.gz" +CHECKSUM_MD5="380a496cbe24263a80eb895f87b7c7f4" +REVISION="1" +STATUS_HAIKU="stable" +DEPEND="" +BUILD { + cd global-5.8.2 + autoreconf -fi + ./configure --prefix=/boot/common --with-exuberant-ctags=/bin/ctags + make +} + +INSTALL { + cd global-5.8.2 + make install +} +LICENSE="GNU GPL v3" +COPYRIGHT="2000-2007 Tama Communications Corporation + 2007-2010 Free Software Foundation, Inc." diff --git a/dev-util/global/patches/global-5.8.2.patch b/dev-util/global/patches/global-5.8.2.patch new file mode 100644 index 000000000..9840f8655 --- /dev/null +++ b/dev-util/global/patches/global-5.8.2.patch @@ -0,0 +1,25 @@ +diff -up global-5.8.2/configure.ac.orig global-5.8.2/configure.ac +--- global-5.8.2/configure.ac.orig 2010-05-23 01:40:56.774635520 -0600 ++++ global-5.8.2/configure.ac 2010-05-23 01:41:23.901775360 -0600 +@@ -57,7 +57,7 @@ LTDL_INIT([recursive]) + dnl Checks for libraries. + + dnl Checks for header files. +-AC_CHECK_HEADERS(limits.h string.h unistd.h stdarg.h sys/time.h fcntl.h) ++AC_CHECK_HEADERS(limits.h string.h unistd.h stdarg.h stdint.h sys/time.h fcntl.h) + AC_CHECK_HEADERS(sys/resource.h) + AC_HEADER_DIRENT + if test ${ac_header_dirent} = no; then +diff -up global-5.8.2/libdb/db.h.orig global-5.8.2/libdb/db.h +--- global-5.8.2/libdb/db.h.orig 2010-05-23 01:42:09.494665728 -0600 ++++ global-5.8.2/libdb/db.h 2010-05-23 01:42:55.554434560 -0600 +@@ -40,6 +40,9 @@ + #ifdef HAVE_UNISTD_H + #include + #endif ++#ifdef HAVE_STDINT_H ++#include ++#endif + + #include "compat.h" +