From: "Slawek Lis" <slis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nDPI/files/, net-libs/nDPI/
Date: Mon, 22 Jan 2018 21:03:10 +0000 (UTC) [thread overview]
Message-ID: <1516654831.4be97ce39a9d65edcad5b2f06eadfc25653a7199.slis@gentoo> (raw)
commit: 4be97ce39a9d65edcad5b2f06eadfc25653a7199
Author: Slawomir Lis <slis <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 20:58:13 2018 +0000
Commit: Slawek Lis <slis <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 21:00:31 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be97ce3
net-libs/nDPI: fixes problem with libcache.h
This particular file is later used in building net-analyzer/ntopng,
but it's placed in a third-party folder in nDPI package.
This commit changes this library location.
Package-Manager: Portage-2.3.20, Repoman-2.3.6
.../nDPI/files/nDPI-2.2-libcache-include.patch | 32 ++++++++++++++++++++++
net-libs/nDPI/nDPI-2.2.ebuild | 3 ++
2 files changed, 35 insertions(+)
diff --git a/net-libs/nDPI/files/nDPI-2.2-libcache-include.patch b/net-libs/nDPI/files/nDPI-2.2-libcache-include.patch
new file mode 100644
index 00000000000..5ee089f46bf
--- /dev/null
+++ b/net-libs/nDPI/files/nDPI-2.2-libcache-include.patch
@@ -0,0 +1,32 @@
+--- src/include/Makefile.am.orig 2018-01-22 21:24:17.802100061 +0100
++++ src/include/Makefile.am 2018-01-22 21:24:30.080100801 +0100
+@@ -7,4 +7,5 @@
+ ndpi_protocol_ids.h \
+ ndpi_protocols.h \
+ ndpi_win32.h \
+- ndpi_includes.h
++ ndpi_includes.h \
++ libcache.h
+--- src/include/ndpi_typedefs.h.orig 2018-01-22 21:27:35.994112009 +0100
++++ src/include/ndpi_typedefs.h 2018-01-22 21:27:47.463112701 +0100
+@@ -25,7 +25,7 @@
+ #define __NDPI_TYPEDEFS_H__
+
+ #include "ndpi_define.h"
+-#include "../lib/third_party/include/libcache.h"
++#include "libcache.h"
+
+ #define BT_ANNOUNCE
+ #define SNAP_EXT
+--- src/lib/Makefile.am.orig 2018-01-22 21:34:57.055138600 +0100
++++ src/lib/Makefile.am 2018-01-22 21:35:10.431139406 +0100
+@@ -12,7 +12,8 @@
+ ../include/ndpi_includes.h \
+ ../include/ndpi_protocol_ids.h \
+ ../include/ndpi_protocols.h \
+- ../include/ndpi_typedefs.h
++ ../include/ndpi_typedefs.h \
++ ../include/libcache.h
+
+ libndpi_la_SOURCES = ndpi_content_match.c.inc \
+ ndpi_main.c \
diff --git a/net-libs/nDPI/nDPI-2.2.ebuild b/net-libs/nDPI/nDPI-2.2.ebuild
index 5db72a26125..6c0160ff6cd 100644
--- a/net-libs/nDPI/nDPI-2.2.ebuild
+++ b/net-libs/nDPI/nDPI-2.2.ebuild
@@ -20,6 +20,9 @@ RDEPEND="${DEPEND}"
src_prepare() {
sed -e "s/@NDPI_MAJOR@/$(get_version_component_range 1)/g;s/@NDPI_MINOR@/$(get_version_component_range 2)/g;s/@NDPI_PATCH@/$(get_version_component_range 3)/g;s/@NDPI_VERSION_SHORT@/${PV}/g" < "${S}/configure.seed" > "${S}/configure.ac" || die
+ mv "${S}/src/lib/third_party/include/libcache.h" "${S}/src/include"
+ epatch "${FILESDIR}/${P}-libcache-include.patch"
+
default
eautoreconf
}
next reply other threads:[~2018-01-22 21:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-22 21:03 Slawek Lis [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-07-22 7:22 [gentoo-commits] repo/gentoo:master commit in: net-libs/nDPI/files/, net-libs/nDPI/ Jeroen Roovers
2022-08-16 21:24 John Helmert III
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1516654831.4be97ce39a9d65edcad5b2f06eadfc25653a7199.slis@gentoo \
--to=slis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox