Commit Graph

114 Commits

Author SHA1 Message Date
ajacoutot
c4096e6659 Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:16:56 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
083123e863 update to mrtg-2.17.10
slight port rework: instead of duplicating upstream's install target,
use it directly and adjust the files afterwards (prompted by upstream
changes to the target)
2022-01-20 09:18:49 +00:00
sthen
c34ece69ee update to mrtg-2.17.9 2022-01-19 08:08:29 +00:00
sthen
8c00ab2727 update to mrtg-2.17.8 2021-08-07 10:24:57 +00:00
afresh1
b2c87b2239 Stop installing old copies of core modules
Also add RUN_DEPENDS+=texproc/p5-Pod-Parser which was removed from
core and why I noticed.

OK sthen@
2021-03-08 16:58:40 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
jca
40eb1b9047 Various packaging tweaks
- https HOMEPAGE and MASTER_SITES
- register textproc/groff dep, picked up if installed
- sync WANTLIB
- sed -i instead of perl -pi
- don't clobber LDFLAGS
2019-05-04 12:42:23 +00:00
sthen
7765bca2d6 update to mrtg-2.17.7 2018-07-13 07:56:05 +00:00
rpe
9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00
sthen
4fcf8f2aaf drop MAINTAINER on a few things 2017-07-05 10:22:05 +00:00
naddy
6bb8d0674b Drop USE_GROFF from ports where the formatting differences are acceptable
or mandoc provides the more useful output.
2015-02-16 22:57:07 +00:00
sthen
7c9f3fd75a install a symlink at man/man5/mrtg.cfg.5 targetting mrtg-reference(1) for
ease of finding the useful manpage
2014-06-11 12:19:49 +00:00
sthen
8cfa424a15 set =encoding in .pod document with iso8859-1, for new pod2man 2014-03-21 00:48:28 +00:00
sthen
dcb445207e sync follow graphics/gd update 2014-03-17 23:21:26 +00:00
sthen
0a308ca49a handle rrdtool update 2013-11-05 17:49:33 +00:00
espie
3e24f5cfed missing / at end of MASTER_SITES 2013-06-30 21:38:04 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
0f482aed97 Update to MRTG 2.17.4; minor update (address fixes & upstream have tracked
down the problem with tarball generation, so we switch back to normal tar to
extract).
2012-01-12 10:44:59 +00:00
sthen
91faa22c52 Where a program with an rc script _requires_ a certain command line
parameter to daemonize, move the parameter from daemon to daemon_flags,
so that the user cannot inadvertently prevent it from daemonizing by
adjusting the flags.

Discussed with ajacoutot and schwarze, this method was suggested
by schwarze@ as a simpler alternative to my diff. ok aja@
2011-12-17 22:01:12 +00:00
sthen
934343d675 update to MRTG 2.17.3
- temporarily switch to gtar (marked with XXX) as the distfile includes a
file linked to itself(!), which tar(1) rightly rejects. reported upstream.
2011-12-02 11:23:37 +00:00
sthen
df963e55f3 minor update to mrtg-2.17.2 2011-09-01 15:55:38 +00:00
ajacoutot
025ed98a5d Re-add the rc script after previous commit: don't trust update-plist,
it's still broken and remove @rcscript from the PLIST.
While here, fix pexp.
2011-03-20 06:43:47 +00:00
sthen
a1e0a00b4d install the mrtg-traffic-sum script, which generates a textual
summary of traffic suitable for emailing. note that by default
this requires information from PageTop in a certain format to
find port names, see the manpage if you have problems using it.
2011-03-05 19:41:14 +00:00
sthen
0c1ad728a1 bugfix update to 2.17.1 2011-03-02 08:36:28 +00:00
ajacoutot
4ec44530ca Simplify after recent rc.subr change.
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
ajacoutot
b28452a489 Cope with recent rc.subr changes. 2010-12-24 10:40:04 +00:00
sthen
afa4dd5f8e update MRTG to 2.17.0, rolling in our patches 2010-12-21 12:57:09 +00:00
ian
792f9337a0 Add rc.d script for mrtg, bump pkg. Help and OK sthen@ (maintainer). 2010-12-03 00:10:09 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
espie
49cc004681 new WANTLIB 2010-11-11 16:27:54 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
47ff75aa46 USE_GROFF=Yes 2010-10-18 18:36:45 +00:00
sthen
05062632ba Update to 2.16.4, this release rolls in one of the perl 5.10 fixes
(and fixes some problems that would be seen with perl 5.12).
Couple of other minor fixes.
2010-05-18 08:31:43 +00:00
sthen
ad851313d0 switch to correct autoconf 2010-03-22 21:20:49 +00:00
sthen
d86a0686d5 - update to 2.16.3
- take maintainer
- drop some duplicate copies of docs which are in manpages anyway
- patch cfgmaker to recognise WWP gear and OpenSNMPD
- more perl 5.10.1 taint mode fixes
2010-03-20 23:01:11 +00:00
sthen
eb80eb681a - add a patch to untaint $inlast, $outlast; avoids triggering
perl 5.10.1 taint mode checks with rateup and SNMP fetches when
dropping privs with --user

- use SYSCONFDIR

ok jasper@
2010-01-13 12:33:24 +00:00
okan
b8cb5a87f7 - add p5-RRD to RUN_DEPENDS
- disable the 7 second sleep during configure

ok sthen@
2010-01-05 16:36:33 +00:00
merdely
42e8ecff64 Update to 2.16.2
test and "yup go for it" sthen@
2009-06-02 21:47:02 +00:00
bluhm
7b45d63ddb Replace p5-IO-INET6 with p5-IO-Socket-INET6 as the upstream cpan
package has been renamed.  Unfortunately there is no smooth upgrade
path.  Packages have to be deleted and added manually.

discussed with bernd@ and sturm@
2009-01-01 15:23:41 +00:00
fgsch
03ff503a7d Add missing modules for ipv6 support as pointed out by
Lars Hecking (lhecking at users dot sourceforge dot net). bump package.
2008-05-23 19:41:45 +00:00
fgsch
da5b2e81fa Fix mrtg + snmpv3. bump package.
reported and tested by Daniel <leva at az dot isten dot hu>.
2008-01-29 18:46:27 +00:00
fgsch
6699889787 remove url from description that doesn't exist anymore and bump package.
reported on ports@ by Thomas Pfaff and Will Maier.
2007-12-28 02:09:07 +00:00
fgsch
0162bec341 update to 2.15.2; merdely@ ajacoutot@ input and ok. 2007-12-19 08:58:03 +00:00
merdely
241b722760 Remove surrounding quotes in COMMENT*/PERMIT_*/BROKEN/ERRORS
Add $OpenBSD$ to p5-SNMP-Info/Makefile (ok kili@, simon@)
2007-09-15 22:36:51 +00:00
aanriot
686554c7d3 USE_X11 = Yes
ok naddy@
2007-07-11 11:05:38 +00:00
espie
9eafbbfb35 base64 checksums. 2007-04-05 16:19:55 +00:00
ajacoutot
9e261cdad5 - HOMEPAGE and MASTER_SITES have changed
from Markus Lude <markus-openbsd at anthill dot de>
2007-04-03 14:52:29 +00:00
jakob
fff5ab39a3 wrong uid/gid; noted by antoine 2006-12-29 13:37:24 +00:00
jakob
cd342c4462 add _mrtg user 2006-12-29 13:08:14 +00:00