Re: x11/kde4/webdev ruby conditional depend issue

2010-11-03 Thread onteria
Well, the issue is that they're only part of the install if ruby is detected as installed on the host system. I suppose the better solution would be just to patch the HAVE_RUBY check out, since they are not actually generated by ruby, but you can't really do much with them if ruby is not

Re: x11/kde4/webdev ruby conditional depend issue

2010-11-02 Thread Joachim Schipper
On Mon, Nov 01, 2010 at 04:19:18PM -0700, onteria wrote: On Mon, Nov 01, 2010 at 05:20:06PM +0100, Joachim Schipper wrote: On Sat, Oct 30, 2010 at 10:49:35PM -0700, Onteria wrote: I've lately been working on KDE4 OpenBSD support, but I've hit a snag on kdewebdev. Basically the pkg/PLIST

Re: x11/kde4/webdev ruby conditional depend issue

2010-11-02 Thread Stuart Henderson
On 2010/11/01 16:19, onteria wrote: On Sat, Oct 30, 2010 at 10:49:35PM -0700, Onteria wrote: I've lately been working on KDE4 OpenBSD support, but I've hit a snag on kdewebdev. Basically the pkg/PLIST has the following: share/apps/klinkstatus/scripts/statistics.rb

Re: x11/kde4/webdev ruby conditional depend issue

2010-11-01 Thread Joachim Schipper
On Sat, Oct 30, 2010 at 10:49:35PM -0700, Onteria wrote: I've lately been working on KDE4 OpenBSD support, but I've hit a snag on kdewebdev. Basically the pkg/PLIST has the following: share/apps/klinkstatus/scripts/statistics.rb share/apps/klinkstatus/scripts/statisticsui.ui However,

Re: x11/kde4/webdev ruby conditional depend issue

2010-11-01 Thread onteria
On Mon, Nov 01, 2010 at 05:20:06PM +0100, Joachim Schipper wrote: On Sat, Oct 30, 2010 at 10:49:35PM -0700, Onteria wrote: I've lately been working on KDE4 OpenBSD support, but I've hit a snag on kdewebdev. Basically the pkg/PLIST has the following:

[PATCH] Re: x11/kde4/webdev ruby conditional depend issue

2010-11-01 Thread onteria
Attached is a patch that removes the ruby conditional, since it's just two simple scripts that don't require ruby to be generated. - Onteria --- klinkstatus/src/plugins/scripting/scripts/CMakeLists.txt.orig Mon Nov 1 16:20:41 2010 +++

x11/kde4/webdev ruby conditional depend issue

2010-10-30 Thread Onteria
I've lately been working on KDE4 OpenBSD support, but I've hit a snag on kdewebdev. Basically the pkg/PLIST has the following: share/apps/klinkstatus/scripts/statistics.rb share/apps/klinkstatus/scripts/statisticsui.ui However, these particular files are only installed if ruby is found on the