Page MenuHomeDevCentral

D3298.id8491.diff
No OneTemporary

D3298.id8491.diff

Index: .gitignore
===================================================================
--- /dev/null
+++ .gitignore
@@ -0,0 +1 @@
+work/
Index: net-mgmt/naemon-livestatus/Makefile
===================================================================
--- /dev/null
+++ net-mgmt/naemon-livestatus/Makefile
@@ -0,0 +1,34 @@
+PORTNAME= naemon-livestatus
+PORTVERSION= 1.4.2
+DISTVERSIONPREFIX= v
+CATEGORIES= net-mgmt
+
+MAINTAINER= dereckson@gmail.com
+COMMENT= Network monitoring system, fork of Nagios 4
+WWW= https://www.naemon.org/
+
+LICENSE= GPLv2
+
+BUILD_DEPENDS= naemon:net-mgmt/naemon-core
+LIB_DEPENDS= libicui18n.so:devel/icu \
+ libicuuc.so:devel/icu \
+ libicudata.so:devel/icu \
+ libnaemon.so:net-mgmt/naemon-core
+
+USES= autoreconf gettext-runtime gmake gnome libtool
+USE_GNOME= glib20
+GNU_CONFIGURE= yes
+
+USE_GITHUB= yes
+GH_ACCOUNT= naemon
+
+PLIST_FILES= bin/unixcat \
+ etc/naemon/module-conf.d/livestatus.cfg \
+ lib/naemon-livestatus/livestatus.so
+
+post-install:
+ @${MKDIR} ${STAGEDIR}${PREFIX}/etc/naemon/module-conf.d
+ ${MV} ${STAGEDIR}${PREFIX}/etc/naemon/livestatus.cfg ${STAGEDIR}${PREFIX}/etc/naemon/module-conf.d/livestatus.cfg
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/naemon-livestatus/livestatus.so
+
+.include <bsd.port.mk>
Index: net-mgmt/naemon-livestatus/distinfo
===================================================================
--- /dev/null
+++ net-mgmt/naemon-livestatus/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1705485559
+SHA256 (naemon-naemon-livestatus-v1.4.2_GH0.tar.gz) = 51fae82b91dd8b012f80ce4e679ba27c74a640cf055ce6198c31b47467ae028b
+SIZE (naemon-naemon-livestatus-v1.4.2_GH0.tar.gz) = 140427
Index: net-mgmt/naemon-livestatus/files/patch-src-Makefile.am
===================================================================
--- /dev/null
+++ net-mgmt/naemon-livestatus/files/patch-src-Makefile.am
@@ -0,0 +1,13 @@
+diff --git src/Makefile.am src/Makefile.am
+index ff8630c..c39da5f 100644
+--- src/Makefile.am
++++ src/Makefile.am
+@@ -30,7 +30,7 @@ EXTRA_DIST = *.h
+
+ pkglib_LTLIBRARIES = livestatus.la
+ livestatus_la_LDFLAGS = -module -avoid-version -shared $(ICU_LIBS) $(NAEMON_LIBS)
+-livestatus_la_CXXFLAGS = $(CXXFLAGS) -lpthread -lstdc++ $(NAEMON_CFLAGS)
++livestatus_la_CXXFLAGS = $(CXXFLAGS) -lpthread -lc++ $(NAEMON_CFLAGS)
+ livestatus_la_CFLAGS = $(CFLAGS) $(ICU_CFLAGS) $(NAEMON_CFLAGS)
+ livestatus_la_SOURCES = \
+ AndingFilter.cc Column.cc ColumnsColumn.cc CustomVarsExplicitColumn.cc \
Index: net-mgmt/naemon-livestatus/pkg-descr
===================================================================
--- /dev/null
+++ net-mgmt/naemon-livestatus/pkg-descr
@@ -0,0 +1,6 @@
+Naemon is the new monitoring suite that aims to be fast, stable and
+innovative while giving you a clear view of the state of your
+network and applications.
+
+This component is a fork of Mattias Kettner's mk_livestatus to act
+as an event broker for Naemon.

File Metadata

Mime Type
text/plain
Expires
Mon, Oct 21, 18:45 (21 h, 50 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2208419
Default Alt Text
D3298.id8491.diff (2 KB)

Event Timeline