pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

suricata: set configure localstatedir parameter, more TODOs



Module Name:	pkgsrc-wip
Committed By:	kami <kisskamizeg%gmail.com@localhost>
Pushed By:	kami
Date:		Sat Oct 4 14:20:39 2025 +0200
Changeset:	c93121a856369f21895f4a0d70ddf4733e435102

Modified Files:
	suricata/Makefile
	suricata/TODO

Log Message:
suricata: set configure localstatedir parameter, more TODOs

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c93121a856369f21895f4a0d70ddf4733e435102

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 suricata/Makefile | 2 +-
 suricata/TODO     | 5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diffs:
diff --git a/suricata/Makefile b/suricata/Makefile
index c6358abdc3..1d639b94b8 100644
--- a/suricata/Makefile
+++ b/suricata/Makefile
@@ -20,7 +20,7 @@ USE_LANGUAGES=		c c++
 
 LIBS.NetBSD+=		 -lm
 
-CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR} --localstatedir=${VARBASE}
 EGDIR=                  ${PREFIX}/share/examples/suricata
 INSTALLATION_DIRS+=     ${EGDIR}
 INSTALL_MAKE_FLAGS=     ${MAKE_FLAGS} sysconfdir=${EGDIR}
diff --git a/suricata/TODO b/suricata/TODO
index ca0315a973..0b33acefad 100644
--- a/suricata/TODO
+++ b/suricata/TODO
@@ -16,5 +16,8 @@
 - run executables, fix errors
 
 * Package / Install
-- fix localstatedir [PREFIX/var] and create subdirs
+- suricata executables should go into sbin
+- create /var subdirs
   - log/suricata
+- run suricata-update during install or disp message
+  about it


Home | Main Index | Thread Index | Old Index