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
sthen
a66e07b836
set rrdcache control socket permissions to mode 770 by default in the rc script
2014-04-26 20:57:58 +00:00
sthen
4ce7078276
Remove MODRUBY_REV and switch to the default Ruby version now that packages
...
are available on a wider range of arches. Adjust comments in rrdtool-chroot
script (talk about "web server" rather than Apache).
2014-04-06 17:01:34 +00:00
ajacoutot
357d399617
Tweak wantlib and add devel/gettext MODULE.
...
Make sure -ruby does not depends on python.
ok sthen@ (maintainer)
2014-03-28 10:06:11 +00:00
sthen
b6ef769ea8
the "rrdtool-chroot" script takes an enable/disable flag, include "enable"
...
in the example in README.
2013-11-07 01:02:12 +00:00
sthen
b014caf1aa
removing annoying sleep's, no package change
2013-11-06 22:35:20 +00:00
sthen
6d46007439
blech, unbreak
2013-11-06 22:32:56 +00:00
sthen
a11a8cbcf3
..and drop to 1.8; Markus points out that actually ruby 1.9 is broken on
...
sparc64 too :( cleanup BUILD_PACKAGES bits while there.
2013-11-06 21:04:13 +00:00
sthen
5c59ac23bf
Switch to MODRUBY_REV=1.9, because 2.0 builds fails on sparc64, requested by
...
Markus Lude. Also add BUILD_PACKAGES scaffolding to permit users to build
this without pulling in dependencies for possibly-unwanted py/ruby bindings.
2013-11-06 20:25:33 +00:00
sthen
a6a4790261
roll uid to 726 (conflicted with opengroupware)
2013-11-05 17:56:30 +00:00
sthen
596c7f24b2
Update to rrdtool 1.4.8. Merge p5-RRD into the main package.
...
Note that this now uses cairo for graphics generation and pango/fontconfig
for text rendering; if you are using this in a chroot jail (for cgi/php
scripts, etc) you will need to take additional steps to install the relevant
files. A script is provided to copy the relevant libraries and support files;
see /usr/local/share/doc/pkg-readmes/rrdtool-1.4.8 for more details.
2013-11-05 17:49:01 +00:00
naddy
10bfdff492
the png headers are now directly under include/
2013-06-04 18:41:39 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
jeremy
ac78ad4e83
Make ruby 1.9 the default ruby for non-gem/extconf ports,
...
for consistency with the gem/extconf ports.
Update non-gem/extconf ports that relied on the previous
default of ruby 1.8 to explicitly specify it.
OK ajacoutot@
2013-03-20 19:13:50 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
sthen
9615c3d6d8
zap trailing whitespace in files where it's present on PERMIT_* lines
2012-10-15 15:18:31 +00:00
sthen
9f9069554b
sync wantlib
2012-08-23 15:50:05 +00:00
espie
d0fa01c846
normalize pkgpath
2011-09-16 11:13:37 +00:00
jeremy
9bc799db7a
Bump after change to remove OpenBSD version from ruby SITEARCHDIR,
...
and use new MODRUBY_SITEDIR and MODRUBY_SITEARCHDIR variables in
PLIST.
OK landry@, jcs@
2011-07-19 18:00:16 +00:00
naddy
65bc5aa607
bump revision for plist changes 4.9 -> 5.0
2011-07-18 19:06:36 +00:00
jasper
88f8f0add6
bump after default python version switch
2011-06-08 18:00:49 +00:00
sthen
91d4b3923f
take MAINTAINER; ok msf@
2011-03-16 12:58:42 +00:00
naddy
4cb3e73f03
bump revision for plist changes 4.8 -> 4.9
2011-01-15 01:09:42 +00:00
jeremy
a8bf115817
REVISION bump all ruby ports due to a change in the pkgspec.
...
Previously, we were using ruby->=1.8,<=1.9, instead of
ruby->=1.8,<1.9. While this wouldn't cause an issue, since
our ruby-1.9.2 package isn't included in ruby->=1.8,<=1.9,
it's still wrong and should be fixed. This also fixes the
following minor issues:
Switch from using FLAVOR to MODRUBY_FLAVOR for *_DEPENDS.
Currently we don't have a ruby port that uses FLAVORs that
would differ from MODRUBY_FLAVOR, but it's possible we will
in the future.
Switch from BASE_PKGPATH to BUILD_PKGPATH in a few cases in
REGRESS_DEPENDS. This probably is not strictly necessary, but
BUILD_PKGPATH is used in more cases, so it is good for
consistency.
Switch to new style *_DEPENDS, with the version specification
at the end. The remaining cases where this is not done is
because a specific version is used.
Some FULLPKGNAME added to REGRESS_DEPENDS, to make sure that if
the old version is installed when you run a regress test, it
will install the new version first.
Some conversion of spaces to tabs for consistency.
OK landry@
2010-11-24 21:35:13 +00:00
espie
0397d65db0
new depends
2010-11-19 22:31:32 +00:00