git: 9749e408286c - main - net-mgmt/xymon-client: port updates
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Dec 2025 00:38:20 UTC
The branch main has been updated by feld:
URL: https://cgit.FreeBSD.org/ports/commit/?id=9749e408286c7f2632e85faba3927521c5bad069
commit 9749e408286c7f2632e85faba3927521c5bad069
Author: Mark Felder <feld@FreeBSD.org>
AuthorDate: 2025-12-11 00:37:42 +0000
Commit: Mark Felder <feld@FreeBSD.org>
CommitDate: 2025-12-11 00:37:42 +0000
net-mgmt/xymon-client: port updates
- Add pkg data to clientlog similar to Debian
- Fix patch file name
---
net-mgmt/xymon-client/Makefile | 2 +-
.../files/{patch-Makefile => patch-client_Makefile} | 0
.../xymon-client/files/patch-client_xymonclient-freebsd.sh | 11 +++++++++++
3 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/net-mgmt/xymon-client/Makefile b/net-mgmt/xymon-client/Makefile
index 4b3266620055..82a81743f165 100644
--- a/net-mgmt/xymon-client/Makefile
+++ b/net-mgmt/xymon-client/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xymon
PORTVERSION= 4.3.30
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= net-mgmt www
MASTER_SITES= SF/xymon/Xymon/${PORTVERSION}
PKGNAMESUFFIX= -client${PKGNAMESUFFIX2}
diff --git a/net-mgmt/xymon-client/files/patch-Makefile b/net-mgmt/xymon-client/files/patch-client_Makefile
similarity index 100%
rename from net-mgmt/xymon-client/files/patch-Makefile
rename to net-mgmt/xymon-client/files/patch-client_Makefile
diff --git a/net-mgmt/xymon-client/files/patch-client_xymonclient-freebsd.sh b/net-mgmt/xymon-client/files/patch-client_xymonclient-freebsd.sh
new file mode 100644
index 000000000000..539a55184a6e
--- /dev/null
+++ b/net-mgmt/xymon-client/files/patch-client_xymonclient-freebsd.sh
@@ -0,0 +1,11 @@
+--- client/xymonclient-freebsd.sh.orig 2015-12-16 15:13:03 UTC
++++ client/xymonclient-freebsd.sh
+@@ -55,6 +55,8 @@ ps -axd -ww -o pid,ppid,user,start,state,pri,pcpu,cput
+ echo "[ps]"
+ # Don't use "args". "command" works also in FreeBSD 4.x.
+ ps -axd -ww -o pid,ppid,user,start,state,pri,pcpu,cputime,pmem,rss,vsz,command
++echo "[pkg"]
++pkg query %n-%v
+
+ # $TOP must be set, the install utility should do that for us if it exists.
+ if test "$TOP" != ""