commit: f8045b512875e4c2db87a90a74c6f8f12b693ca2
Author: tiotags <tiotags1 <AT> gmail <DOT> com>
AuthorDate: Thu Dec 16 19:31:45 2021 +0000
Commit: Alexandru Campeanu <tiotags1 <AT> gmail <DOT> com>
CommitDate: Thu Dec 16 19:31:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f8045b51
www-servers/hinsightd: added ffcall iuse flag
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alexandru Campeanu <tiotags1 <AT> gmail.com>
www-servers/hinsightd/hinsightd-9999.ebuild | 4 +++-
www-servers/hinsightd/metadata.xml | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/www-servers/hinsightd/hinsightd-9999.ebuild
b/www-servers/hinsightd/hinsightd-9999.ebuild
index 0248c5caa..f160cba68 100644
--- a/www-servers/hinsightd/hinsightd-9999.ebuild
+++ b/www-servers/hinsightd/hinsightd-9999.ebuild
@@ -25,7 +25,7 @@ else
KEYWORDS="~amd64"
fi
-IUSE="+openssl cgi +fcgi +rproxy"
+IUSE="+openssl cgi +fcgi +rproxy +ffcall"
REQUIRED_USE="${LUA_REQUIRED_USE}"
BDEPEND="
@@ -41,6 +41,7 @@ RDEPEND="
sys-libs/zlib
virtual/libcrypt
openssl? ( dev-libs/openssl )
+ ffcall? ( dev-libs/ffcall )
"
DEPEND="${RDEPEND}"
@@ -59,6 +60,7 @@ src_configure() {
-DUSE_CGI=$(usex cgi)
-DUSE_FCGI=$(usex fcgi)
-DUSE_RPROXY=$(usex rproxy)
+ -DUSE_FFCALL=$(usex ffcall)
)
cmake_src_configure
}
diff --git a/www-servers/hinsightd/metadata.xml
b/www-servers/hinsightd/metadata.xml
index 1db7cf87d..db9315164 100644
--- a/www-servers/hinsightd/metadata.xml
+++ b/www-servers/hinsightd/metadata.xml
@@ -19,7 +19,8 @@
<use>
<flag name="openssl">Enable tls encryption with openssl</flag>
<flag name="cgi">Enable old/slow cgi support (legacy should not
be used)</flag>
- <flag name="fcgi">Enable fast cgi support (disabling will break
the default config)</flag>
+ <flag name="fcgi">Enable fast cgi support</flag>
<flag name="rproxy">Enable reverse proxying support</flag>
+ <flag name="ffcall">Use ffcall library for better logging
format support</flag>
</use>
</pkgmetadata>