Commit Graph

150 Commits

Author SHA1 Message Date
sthen
0681cb8d24 enable mmap in rrdtool; earlier versions of rrdtool just used it for
updates and used file io for other things, but it seems that was changed
sometime around 1.3-ish, which makes it less scary for non-UBC

with this, i see much lower cpu spin%, at least when used with rrdcached,
and haven't noticed any problems with a fairly busy librenms

while there, use -flto on lld archs, except on archs where we usually
have problems with it
2022-12-01 12:55:28 +00:00
sthen
528717c7be update to rrdtool-1.8.0
add pre-test target to use GNU seq to avoid test failures due to some
different behaviour with ours:

$ seq 1300000020 750 1300003020
1.3e+09
1.3e+09
1.3e+09
1.3e+09
1.3e+09
1.3e+09

$ gseq 1300000020 750 1300003020
1300000020
1300000770
1300001520
1300002270
1300003020
2022-11-11 20:51:28 +00:00
sthen
414dcd5485 rrdtool moved to github 2022-11-10 14:07:23 +00:00
sthen
7b4f6e326b portbump... 2022-11-08 11:41:47 +00:00
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
ajacoutot
0635a45a17 Regen WANTLIB. 2022-11-05 17:23:54 +00:00
jeremy
1026c9569a Bump ports after switching default ruby version to 3.1
OK sthen@, tb@
2022-05-05 15:41:56 +00:00
sthen
8ee0e8225b sync WANTLIB 2022-03-31 16:19:20 +00:00
sthen
a98e0e6666 remove rcs IDs in ports that I maintain 2022-03-07 21:36:41 +00:00
sthen
964eb045d6 gseq no longer needed for tests 2022-02-23 15:47:35 +00:00
jeremy
b5da0994ab Switch default ruby version to 3.0
Add patches to a few ports to build with ruby 3.0, mostly -fdeclspec to
CFLAGS or CXXFLAGS.

Bump ports where the default version change causes a package change.

OK kmos@
2021-09-02 14:59:44 +00:00
sthen
c6c56ff0fb enable py2 for py-rrdtool as well, use it to replace net/rrdtool,-python
(which is an older version of the same thing). add an upgrade path via
quirks/@pkgpath.
2020-10-28 12:12:46 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
sthen
a081cbbf56 update to rrdtool-1.7.2 2019-05-28 13:59:36 +00:00
jasper
f525c39907 remove empty file 2019-03-08 17:21:21 +00:00
sthen
d9de3a05d9 update to rrdtool-1.7.1 2019-02-05 16:10:05 +00:00
sthen
3796c77d96 add missing lib path in librrd.pc, tested with all librrd-using ports 2018-10-05 11:02:51 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
landry
e4536079ed add fribidi to WANTLIB because why not, and bump 2018-04-28 10:29:00 +00:00
sthen
ab77185a83 fix bad bump to rrdtool. remove a python dep for "no_python" pseudo-flavour builds. 2018-01-12 14:03:50 +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
4ec3167e9b avoid non-thread-safe umask use; found by semarie, I used a slightly different
diff than upstream used.
2017-12-05 16:50:10 +00:00
landry
a504985219 Ensure /var/db/rrd is group-writable, and that it belongs to
_rrdcached:_rrdcached - allows for example facette to read rdd when
_facette user is in _rrdcached group for.
Note that this wont apply to existing setups, so carefully review your
own setup to figure out if it needs fixin'.

ok sthen@ (maintainer)
2017-12-01 10:36:51 +00:00
naddy
1a25fa682d replace gettext module; ok sthen@ 2017-11-02 21:51:59 +00:00
jeremy
dc11bc64b5 Rename ruby-rrdtool package to rubyXY-rrdtool
For consistency with other ruby library package names

OK sthen@
2017-11-01 10:18:18 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +00:00
sthen
02a825e6d4 When creating rrdcached's /var/run directory in rc_pre, set ownership to
${daemon_user} rather than hardcoded _rrdcached.
2017-07-12 23:46:30 +00:00
sthen
3ca8752b25 update to rrdtool-1.7.0 2017-05-18 13:51:42 +00:00
sthen
a61c822eea Add an rrdtool patch based on one from Soner Tari, newgraph() in rrdcgi was
not allocating enough array members for two pointers (for imginfo and IMG)
causing writes beyond allocated memory in some cases.
2017-03-18 23:06:58 +00:00
jca
6db2c015c3 Fix some time_t warnings, potentially harmful on 32 bits archs.
ok sthen@ (maintainer)
2016-11-29 10:21:59 +00:00
jca
2912cc7275 Enable tests
Two tests are currently failing (reason unknown).

ok sthen@ (maintainer)
2016-11-29 10:21:23 +00:00
jeremy
d3abd54bbb Bump ruby dependent ports after default ruby version switch from ruby
2.2 to ruby 2.3.
2016-09-06 15:37:53 +00:00
sthen
0f94eef9ad fix rrdtool-chroot.sh script, problem reported by Predrag Punosevac,
he didn't get chance to test yet but it works for my use case anyway.
2016-04-26 15:57:28 +00:00
sthen
3530b80a31 update to rrdtool-1.6.0, librrd_th is removed,
the main library is now meant to be thread-safe
2016-04-21 23:46:47 +00:00
naddy
deea7ed07b drop SHARED_ONLY from python and ruby ports 2016-03-20 16:12:22 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
sthen
8c36d2a70b oops, -DDEBUG crept in with the last update, remove it again 2015-12-14 18:01:41 +00:00
sthen
9ba28a8ad7 update to rrdtool-1.5.5 2015-11-23 11:41:02 +00:00
sthen
c3e091dd91 wantlib 2015-08-25 14:17:44 +00:00
jeremy
4ad0a6112f Switch the default ruby version from ruby 2.1 to 2.2, and bump affected
ports.

OK jcs@ ajacoutot@
2015-07-16 17:27:08 +00:00
sthen
c58704c98d sync wantlib, mostly lzma (from xml2) 2015-06-10 21:42:26 +00:00
sthen
50b90a410e sprinkle some PORTROACH_COMMENTs 2015-05-15 13:43:40 +00:00
sthen
b4b6d4902a update to rrdtool 1.4.9 2014-10-02 13:27:33 +00:00
jeremy
2787f631b9 Remove setting of MODRUBY_REV explicitly, just use the default ruby
discussed with aja@ and espie@
2014-09-24 16:16:29 +00:00
jeremy
7fd4af68ef Set MODRUBY_REV explicitly, instead of relying on default ruby version 2014-09-24 15:21:58 +00:00
espie
d13267262a missed ruby bump 2014-09-24 10:21:27 +00:00
espie
92816cd8fc use more specific version of SUBST_* where appropriate 2014-08-10 09:58:04 +00:00
sthen
26b647a798 @comment zero-byte perl .bs files in all packages which don't have p5-* PKGNAMEs
and bump
2014-06-14 10:34:44 +00:00
sthen
d65a0e377a tweak README, just talk about "a chrooted web server" rather than being
specific.
2014-05-07 18:13:09 +00:00