aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/smokeping
Commit message (Collapse)AuthorAgeFilesLines
* Convert to UCL & cleanup pkg-message (categories n)Mathieu Arnold2019-08-141-4/+6
| | | | | | | (and missed 3 missed files from previous categories.) Notes: svn path=/head/; revision=508903
* Remove GH_TAGNAME who points to v2.7.0 instead of v2.7.3Rodrigo Osorio2019-02-273-4/+6
| | | | | | | | | | | Add new files in plist Bump portrevision PR: 235960 Reported by: Michael Lyngbol <michael@lyngbol.dk> Notes: svn path=/head/; revision=494027
* net-mgmt/smokeping: Do not set OPTIONS_{DEFAULT,DEFINE} twiceTobias Kortkamp2019-02-131-3/+0
| | | | Notes: svn path=/head/; revision=492869
* Upgrade net-mgmt/smokeping to 2.7.3Rodrigo Osorio2019-02-1323-280/+309
| | | | | | | | | | | - Use GITHUB to get distfiles - Redo the patches - Rework options Changelog: https://oss.oetiker.ch/smokeping/pub/CHANGES Notes: svn path=/head/; revision=492831
* Add EXAMPLES options to ports that should have one.Mathieu Arnold2018-09-101-1/+1
| | | | | | | | | | | Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479407
* Add a CONFLICTS_INSTALL to report a conflict with sysutils/nfsping ; both ↵Rodrigo Osorio2017-10-151-1/+3
| | | | | | | | | ports install smokeping/lib/Smokeping/probes/NFSping.pm. Bump PORTREVISION. Notes: svn path=/head/; revision=452133
* Add a wait_for_pids at the end of the rc script stop function, waiting for theRodrigo Osorio2017-07-312-1/+2
| | | | | | | | | | | | daemon to stops. With smokeping busy pinging a few hundred hosts it often occurs that the daemon stops after the rc call completion failing a restart. Bump PORTREVISION. PR: 221009 Submitted by: vegeta@tuxpowered.net Notes: svn path=/head/; revision=447003
* Remove outdated PERL_LEVEL checkSunpoet Po-Chuan Hsieh2017-06-051-9/+3
| | | | | | | With hat: perl Notes: svn path=/head/; revision=442711
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-1/+0
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* net-mgmt/smokeping: Allow slaves to contact master over HTTPSMark Felder2017-01-171-1/+2
| | | | | | | | MFH: 2017Q1 Differential Revision: https://reviews.freebsd.org/D9142 Notes: svn path=/head/; revision=431753
* Fix build on unicode envBaptiste Daroussin2016-12-222-4/+3
| | | | | | | Removed uesless @exec and prefer setting owner directly on the directory itself Notes: svn path=/head/; revision=429201
* Update databases/rrdtool to 1.6.0Niclas Zeising2016-05-021-1/+1
| | | | | | | | | | | | | | | Most notably, this version of rrdtools.so is thread safe, so the rrdtools_th.so library is removed. Bump portrevision for depending ports due to shlib version bump. For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES Reviewed by: kwm Differential Revision: D6168 Notes: svn path=/head/; revision=414458
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-24/+24
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-11-211-25/+7
| | | | | | | | | - Convert to new options helper Approved by: portmgr (blanket) Notes: svn path=/head/; revision=402120
* Fix previous mistake in the init script, committed with minor changesRodrigo Osorio2015-07-052-2/+2
| | | | | | | PR: 200851 Notes: svn path=/head/; revision=391348
* Fix init script to check pid correctlyRodrigo Osorio2015-06-292-12/+39
| | | | | | | | PR: 200851 Submitted by: Kan Sasaki <sasaki@fcc.ad.jp> Notes: svn path=/head/; revision=390934
* Fix smokeping rc.d script who fails to check pid correctlyRodrigo Osorio2015-06-142-3/+3
| | | | | | | | PR: 198736 Submitted by: vince@unsane.co.uk Notes: svn path=/head/; revision=389609
* - Don't cat pkg-message from MakefilesDmitry Marakasov2015-05-211-4/+0
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=386913
* - Display a stage-qa warning when ports use PREFIX/var instead of /varTijl Coosemans2015-04-201-0/+1
| | | | | | | | | | | | | | | | | | | | | - Add --localstatedir=/var to _LATE_CONFIGURE_ARGS (like --mandir) but not when CONFIGURE_ARGS already sets it. (GNU configure scripts set it to PREFIX/var when PREFIX != /usr.) - Add --localstatedir="${PREFIX}/var" to CONFIGURE_ARGS in some ports so they aren't affected by this change (for now at least). This commit is meant to ensure that new ports don't make the same mistake. - games/acm: the configure script in this port is very old; instead of patching it more, just replace GNU_CONFIGURE with HAS_CONFIGURE. - irc/charybdis: it already used /var but adding --localstatedir=/var changed the behaviour of the configure script; adjust the port to this. PR: 199506 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=384380
* CGI::* was removed in Perl 5.21.0Mathieu Arnold2015-04-121-0/+5
| | | | | | | | With hat: perl@ Sponsored by: Absolight Notes: svn path=/head/; revision=383889
* - changes dep from p5-CGI.pm to p5-CGIRodrigo Osorio2015-03-221-1/+2
| | | | | | | | | | - bump port revision PR: 198762 Submitted by: pi Notes: svn path=/head/; revision=381883
* Upgrade smokeping to 2.6.11Rodrigo Osorio2015-02-227-54/+124
| | | | | | | | PR: 197579 Submitted by: pi Notes: svn path=/head/; revision=379624
* change command_interpreter from /usr/bin/perl to ${PREFIX}/bin/perlJohn Marino2015-01-052-3/+3
| | | | | | | | | | | | | | Several ports had rc.d scripts with hardcoded command_interpreter string as /usr/bin/perl. This symlink is not guaranteed to be in place, and it isn't even an option for perl 5.20. For affected ports, the interpreter was changed to localbase. In one case, the interpreter was correct, but it wasn't surround by quotes. Since the rc.d script would break if a space was contained in ${PREFIX}, quotes were added in that case. Notes: svn path=/head/; revision=376298
* Remove duplicate patchAntoine Brodin2014-10-021-11/+0
| | | | Notes: svn path=/head/; revision=369862
* fix perl5.18 buildRodrigo Osorio2014-10-011-0/+11
| | | | | | | | | PR: ports/182840 Submitted by: alexey <alexey@kouznetsov.com> Approved by: bapt (mentor) Notes: svn path=/head/; revision=369707
* fix build with perl 5.18Andrej Zverev2014-09-201-0/+11
| | | | | | | PR: 193064 Notes: svn path=/head/; revision=368621
* Clean up databases/rrdtoolNiclas Zeising2014-07-231-1/+1
| | | | | | | | | | | | | | | | Change library dependensies to use USES= where applicable. Build ports documentation and examples, depending on respective option. Add two new options, NLS and GRAPH, the GRAPH option enables the rrdtool graph command, which pulls in cario and a lot of other dependencies. [1] Add missing dependencies. Becase of shlib version bump, bump portrevision on depending ports. PR: 192024 [1] (based on) Submitted by: asomers Approved by: portmgr (blanket, portrevision bumps) Notes: svn path=/head/; revision=362726
* Fix a minima the plugin breakage introduced by Net::DNS 0.75 and above.Rodrigo Osorio2014-07-232-1/+21
| | | | | | | | | | | | | | This bug is complex and must be fixed upstream (smokeping)[1]. [1] https://rt.cpan.org/Public/Bug/Display.html?id=96479 PR: ports/192037 Submitted by: feld Reviewed by: rodrigo (maintainer) Approved by: kwm (mentor) MFH: 2014Q3 Notes: svn path=/head/; revision=362694
* don't move files in stage dir anymoreRodrigo Osorio2014-07-193-11/+22
| | | | | | | | Submitted by: rodrigo (maintainer) Approved by: bapt (mentor) Notes: svn path=/head/; revision=362265
* - Update to new LIB_DEPENDS formatMark Felder2014-07-143-146/+104
| | | | | | | | | | | - Support STAGE - Clean up rc script - Move example configs to new .sample naming convention Sponsored by: SupraNet Communications, Inc Notes: svn path=/head/; revision=361779
* Update maintainer email addressRodrigo Osorio2014-01-291-1/+1
| | | | | | | Approved by: bapt@ (co-mentor) Notes: svn path=/head/; revision=341704
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | net-mgmt) Notes: svn path=/head/; revision=327757
* - convert to the new perl5 frameworkAndrej Zverev2013-09-141-2/+1
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327296
* - Update to 2.6.9Guido Falsi2013-05-244-9/+14
| | | | | | | | | | | - Remove version numbers from LIB_DEPENDS PR: ports/178569 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer) Approved by: maintainer via private email Notes: svn path=/head/; revision=319016
* - update to 2.6.8Ruslan Makhmatkhanov2012-12-302-33/+31
| | | | | | | | | | | | - trim Makefile header - fix BUILD_DEPENDS - convert to optionsng (by Mark Felder <feld@feld.me>) PR: 174824 Submitted by: Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer) Notes: svn path=/head/; revision=309670
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-301-5/+5
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300264
* - Fix rc scriptSteve Wills2012-06-293-5/+43
| | | | | | | | | | | | - Remove @stopdaemon - Bump PORTREVISION PR: ports/169251 Submitted by: Mark Felder <feld@feld.me> Approved by: Rodrigo OSORIO <rodrigo@bebik.net> (maintainer) Notes: svn path=/head/; revision=300217
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Fix build and installGuido Falsi2012-05-145-4/+81
| | | | | | | | | | | | | - Assign maintainership to submitter Also merged fixes by dikshie <dikshie@sfc.wide.ad.jp> (ports/162460). PR: ports/167868 Submitted by: Rodrigo OSORIO <rodrigo@bebik.net> Approved by: crees (mentor) Notes: svn path=/head/; revision=296585
* - update to 2.6.7Lars Thegler2012-05-1312-561/+168
| | | | | | | - pass maintainership Notes: svn path=/head/; revision=296529
* - Chase rrdtool shlib version bump.Sylvio Cesar Teixeira2012-05-071-1/+1
| | | | Notes: svn path=/head/; revision=296163
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=289156
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-201-1/+0
| | | | Notes: svn path=/head/; revision=271346
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* Fixed substitution in init scriptLars Thegler2010-02-162-3/+3
| | | | | | | | Submitted by: Martin Nielsen <charliewutwut@gmail.com> Feature safe: yes Notes: svn path=/head/; revision=249951
* by switching to using $USERS & $GROUPS pkg-install is no longer requiredLars Thegler2010-02-156-157/+67
| | | | | | | | | | | | | pkg-deinstall only needs to handle the removal of the .pid file use @stopdaemon to stop smoking instead of invoking smokeping stop manually by pkg-deinstall use bsd.port.options.mk use SUB_FILES to update pkg-message PR: ports/143182 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk> Notes: svn path=/head/; revision=249882
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-261-2/+1
| | | | | | | | | (part 8). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248617
* - Remove unneeded dependencies which is in perl-5.8.9 distJun Kuriyama2010-01-241-8/+1
| | | | | | | | | (part 4). Approved by: portmgr (itetcu) Notes: svn path=/head/; revision=248459