net-analyzer/nodebrain: Add missing include (bug #637486).
authorJeroen Roovers <jer@gentoo.org>
Mon, 20 Nov 2017 09:04:16 +0000 (10:04 +0100)
committerJeroen Roovers <jer@gentoo.org>
Mon, 20 Nov 2017 09:04:29 +0000 (10:04 +0100)
Package-Manager: Portage-2.3.14, Repoman-2.3.6

net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch [new file with mode: 0644]
net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild [new file with mode: 0644]
net-analyzer/nodebrain/nodebrain-9999.ebuild

diff --git a/net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch b/net-analyzer/nodebrain/files/nodebrain-0.9.04-include.patch
new file mode 100644 (file)
index 0000000..61d98a6
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/lib/nbhash.c
++++ b/lib/nbhash.c
+@@ -81,6 +81,7 @@
+ */
+ #include <nb/nbi.h>
+ #include <stddef.h>
++#include <stdint.h>
+ struct TYPE *typeHash;
diff --git a/net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild b/net-analyzer/nodebrain/nodebrain-0.9.04-r1.ebuild
new file mode 100644 (file)
index 0000000..8c76a34
--- /dev/null
@@ -0,0 +1,47 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="Monitor and do event correlation"
+HOMEPAGE="http://nodebrain.sourceforge.net/"
+SRC_URI="mirror://sourceforge/nodebrain/nodebrain-${PV}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="static-libs"
+
+CDEPEND="
+       dev-libs/libedit
+"
+DEPEND="
+       ${CDEPEND}
+       dev-lang/perl
+       virtual/pkgconfig
+       sys-apps/texinfo
+"
+RDEPEND="
+       ${CDEPEND}
+       !sys-boot/netboot
+       !www-apps/nanoblogger
+"
+PATCHES=(
+       "${FILESDIR}"/${PN}-0.8.14-include.patch
+       "${FILESDIR}"/${PN}-0.9.04-include.patch
+)
+
+src_configure() {
+       econf \
+               $(use_enable static-libs static) \
+               --include=/usr/include
+}
+
+src_install() {
+       default
+
+       prune_libtool_files
+
+       dodoc -r AUTHORS ChangeLog NEWS README THANKS sample/ html/
+}
index c27ee0d59ed0809cf8529adccab1e5d167338f67..36adf58b091f8fc105fa21110cb5c69bdac32cc1 100644 (file)
@@ -29,6 +29,7 @@ RDEPEND="
 "
 PATCHES=(
        "${FILESDIR}"/${PN}-0.8.14-include.patch
+       "${FILESDIR}"/${PN}-0.9.04-include.patch
 )
 
 src_prepare() {
@@ -46,7 +47,7 @@ src_configure() {
 src_install() {
        default
 
-       dodoc -r AUTHORS ChangeLog NEWS README THANKS sample/ html/
-
        prune_libtool_files
+
+       dodoc -r AUTHORS ChangeLog NEWS README THANKS sample/ html/
 }