1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

64 Commits

Author SHA1 Message Date
Alexey Dokuchaev
7b85b686ee Remove superfluous linefeeds and fix some other minor whitespace bugs. 2018-01-11 16:53:44 +00:00
Mark Felder
c5b73fe7e7 net-mgmt/xymon-{client,server}: Update to 4.3.28
Changelog:	http://lists.xymon.com/archive/2017-January/044285.html
2017-02-14 13:17:57 +00:00
Mark Felder
fa806dc276 net-mgmt/xymon-client: Modernize port
Remove @exec and unnecessary @dir from plist

Reported by:	bapt
2016-05-24 14:43:37 +00:00
Mark Felder
2152aa2354 net-mgmt/xymon-client & xymon-server: Update to 4.3.27
Changelog:	http://lists.xymon.com/archive/2016-March/043283.html
2016-04-08 20:12:52 +00:00
Mark Felder
0eb9375076 net-mgmt/xymon-client: Update to 4.3.26
Changelog:	http://comments.gmane.org/gmane.comp.monitoring.hobbit/38245
2016-02-25 18:09:16 +00:00
Mark Felder
6459f307b8 net-mgmt/xymon-client: Update to 4.3.25 2016-02-09 17:07:42 +00:00
Mark Felder
ccbb070b2b net-mgmt/xymon-client: Update to 4.3.24 2015-12-08 16:14:10 +00:00
Mark Felder
2eb868517e net-mgmt/xymon-client net-mgmt/xymon-server: Update to 4.3.23
Changelog:	http://sourceforge.net/p/xymon/news/2015/11/xymon-4323-released/
2015-11-13 15:54:46 +00:00
Mark Felder
3937761915 net-mgmt/xymon-server net-mgmt/xymon-client: Update to 4.3.22
Changelog:	http://sourceforge.net/p/xymon/news/2015/11/xymon-4322-released/
2015-11-06 19:43:42 +00:00
Mark Felder
27ffba5558 Update to 4.3.21 2015-05-23 21:59:48 +00:00
Mark Felder
32d0a760c4 Update to Xymon 4.3.20 2015-05-16 00:04:49 +00:00
Mark Felder
f009bc2692 Did not need to specify CPE_VENDOR or CPE_PRODUCT 2015-04-02 13:00:57 +00:00
Mark Felder
e99774962f Update to 4.3.19
Remove patches that were upstreamed

xymon-client rc script: leftover children auto expire after 5 minutes;
remove stop_postcmd

Special thanks to JC Cleaver who is taking upstream Xymon to new and
exciting places.
2015-03-31 12:55:57 +00:00
Mark Felder
97684a2a90 The new stop_postcmd was too broad and could kill xymon-server if it was
running on the same host as xymon-client
2015-02-26 18:11:38 +00:00
Mark Felder
c931783c1e Fix typo that slipped in previous rc script patch
Pointyhat -> me

PR:		197827
2015-02-24 13:53:41 +00:00
Mark Felder
5763e8cdb9 Execute the xymonlaunch process directly. The supplied runclient.sh
script duplicates much of the rc script and adds unnecessary complexity.

While here ensure that leftover processes are cleaned up.

This also fixes a recent regression which prevented xymon-client from
reliably starting on boot.

PR:		197827
2015-02-21 16:50:30 +00:00
Mark Felder
b482c1dfec Chown needs to be using ${xymon_client_user}
Pointyhat -> me
2015-02-09 15:13:03 +00:00
Mark Felder
30762fa178 Add a start_precmd to guarantee that client logs are owned by the correct user 2015-02-09 15:11:17 +00:00
Mark Felder
285c7a64c4 Use XYMONUSER variable instead of USERS in the rc script 2015-02-06 15:43:49 +00:00
Mark Felder
237dabc340 Xymon-client was not completely dropping privileges at startup.
While xymon-client knows internally what UID it should run as, a
design flaw in the rc script was still launching its master process as
root. As a result the following two processes were always running as
root instead of the xymon user:

/usr/local/www/xymon/client/bin/xymonlaunch ...
sh -c vmstat 300 2 ...

The rest of the processes the xymon-client runs such as df, netstat,
top, custom scripts, etc were correctly executing as non-root.
2015-02-05 22:23:00 +00:00
Mark Felder
8e9ec7cd42 Upstream re-rolled 4.3.18 release 2015-02-03 21:28:24 +00:00
Mark Felder
fec31fa565 Update Xymon to 4.3.18
This version was not put on the usual MASTER SITE much to my dismay.
2014-12-19 18:08:40 +00:00
Mark Felder
bc85500b87 Add CPE support. While here, modernize plist and use @sample 2014-10-07 19:51:33 +00:00
Baptiste Daroussin
a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00
Mark Felder
8f64607025 Add missing shutdown KEYWORD
Appease rclint

Not bumping PORTREVISION; this is a no-op

Sponsored by:	SupraNet Communications, Inc
2014-02-26 18:36:36 +00:00
Mark Felder
526c55fd50 Update Xymon ports to 4.3.17 2014-02-25 14:14:35 +00:00
Mark Felder
0023edddfa Update xymon-server and xymon-client to 4.3.16
Approved by:	swills (mentor)
2014-02-10 20:10:29 +00:00
Mark Felder
7ee6671f5c Fix missing dirs for pkg_tools users
Convert a gmake to ${GMAKE}

PR:		ports/183670
Approved by:	crees (mentor)
2013-11-05 14:00:05 +00:00
Mark Felder
2680aed816 Support STAGE
Approved by:	swills (mentor)
2013-11-04 16:45:24 +00:00
Baptiste Daroussin
985b201424 Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt) 2013-09-20 22:24:43 +00:00
Mark Felder
191cb29bac Fix building on HEAD with no GCC
Approved by:	swills (mentor)
2013-09-13 18:58:11 +00:00
Mark Felder
35c53153e4 Fix my email address again, using proper @FreeBSD.org styling
Approved by:	swills (mentor)
2013-07-29 15:03:58 +00:00
Mark Felder
cd4fd7cb34 Update my email address throughout the tree
Approved by:	swills (mentor)
2013-07-25 11:30:01 +00:00
Mark Felder
8c88aca871 - Update to 4.3.12
- Include patch to fix CLOCK test

Approved by:	swills (mentor)
2013-07-24 15:09:40 +00:00
Florian Smeets
5ac18767d1 Fix installation of ports that rely on cp -n for installing files. r245960
changed cp to exit with a non-zero exit code if the file exists and is not
overwritten thus causing ports to fail installing when e.g. trying to cp
.default -> .conf files that already exist.

We just ignore the error and continue, as we used to.

Reported by:	jaset
Approved by:	portmgr (bapt)
2013-05-04 22:48:03 +00:00
Steve Wills
415e717a71 - Update to 4.3.11
- Use USERS/GROUPS
- Mark MAKE_JOBS_UNSAFE
- Give maintainership to submitter

PR:		ports/178084
Submitted by:	Mark Felder <feld@feld.me>
2013-04-24 15:34:56 +00:00
Dirk Meyer
1b8c640de0 - drop maintainership
Feature safe: yes
2012-10-18 19:21:20 +00:00
Dirk Meyer
851945b1eb - cleanup comments
Feature safe: yes
2012-10-13 13:39:56 +00:00
Dirk Meyer
a687e7de9f - distfile repacked, verified only docs where updated. 2012-08-06 18:17:06 +00:00
Doug Barton
9aac569eaa Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
2012-08-05 23:19:36 +00:00
Dirk Meyer
98e3c6d405 - update to 4.3.10 2012-08-04 05:36:51 +00:00
Dirk Meyer
e99e060d34 - escape shell names 2012-01-14 14:52:13 +00:00
Doug Barton
83eb2c3700 In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
2012-01-14 08:57:23 +00:00
Dirk Meyer
b19db75b4d - update to 4.3.7 2012-01-12 06:20:14 +00:00
Dirk Meyer
a66110761c - update to 4.3.4 2011-08-06 08:46:54 +00:00
Dirk Meyer
1761a0e558 - update to 4.3.3 2011-05-19 18:46:46 +00:00
Doug Barton
29813d5397 Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
2011-05-15 02:49:17 +00:00
Dirk Meyer
e3ab3e7b8d - update to 4.3.2 2011-04-07 17:04:47 +00:00
Dirk Meyer
b186994037 - update to 4.3.0
services and files and urls have been renamed
see UPDATING for migration from older config.
2011-04-02 14:26:29 +00:00
Martin Wilke
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00