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
jeremy
4bd4f509d7
Switch MODRUBY_REV to MODRUBY_LIBREV in PLIST.
...
OK landry@
2010-11-16 18:16:12 +00:00
espie
96dca66106
finish net WANTLIB
2010-11-11 17:20:27 +00:00
sthen
0f513e63f8
set RUBY=${RUBY} in the environment rather than patching configure.
...
ok jeremy@
2010-10-29 12:45:45 +00:00
jeremy
bb15460cd9
Add ruby18 WANTLIB back to -ruby subpackage. This should have been
...
committed with the other ports during the MODRUBY_WANTLIB /
MODRUBY_LIB_DEPENDS split. Since it's possible someone could have
build the port since the split, bump for safety.
OK landry, sthen
2010-10-28 13:39:35 +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
jeremy
f3ba7fefc2
Handle changes caused by splitting the ruby port and bump
...
OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:10:28 +00:00
sthen
14ac80a32b
bumps for new python
2010-08-30 21:21:53 +00:00
naddy
34837b39ea
bump PKGNAME for PLIST changes 4.7 -> 4.8
2010-07-24 23:05:08 +00:00
sthen
d1c6f80880
use REVISION, checked with before/after make show=PKGNAMES (plus some
...
extra-careful checking where there are complicated PSEUDO_FLAVORS).
2010-07-12 22:07:37 +00:00
espie
4ebdd5a50c
fix build AND packaging of the ruby bindings
2010-07-03 01:55:24 +00:00
landry
e5e145c7e7
Add a -ruby subpackage providing rrdruby (aka RRD.so ruby module), not the
...
same interface as ruby-rrdtool.
General mumbling of agreement from msf@ bernd@ sthen@
2010-07-01 15:49:24 +00:00
sthen
2519d35b6b
CATEGORIES+=databases; ok msf@
2009-06-08 10:00:37 +00:00
ajacoutot
2c5f8a533a
CONFIGURE_ENV += PYTHON="${MODPY_BIN}" is inherited from the python module
2009-04-26 11:01:04 +00:00
bernd
c48b9e4c12
bump because of python dep change
2009-03-11 21:29:43 +00:00
sthen
6248392f4c
update to newest 1.2 release (1.2.30), maintainer doesn't necessarily
...
agree with staying with 1.2.x but doesn't mind too much either way
and 1.3 adds heavy dependencies.
2009-01-26 21:26:32 +00:00
sthen
68b8a0c23c
I missed this package bump needed for the Perl update.
2008-10-07 14:27:22 +00:00
sthen
4369454d22
SHARED_LIBS and PKGNAME bumps for libm.
2008-07-28 23:41:54 +00:00
sthen
e2aa4c6b2a
adjust subpackage LIB_DEPENDS to depend on the current version of rrdtool;
...
fixes some upgrade situations. bump relevant subpackages.
ok msf (MAINTAINER)
2007-10-18 08:59:15 +00:00
steven
9bfed1ac43
bump PKGNAME after python version switch
2007-10-08 08:22:38 +00:00