Re: ruby update to 1.8.3

2005-10-19 Thread Jonathan Weiss
I get the following error if I try to build without X: # FLAVOR=no_x11 make install clean ===> Checking files for ruby-1.8.3 `/usr/ports/distfiles/ruby-1.8.3.tar.gz' is up to date. >> Checksum OK for ruby-1.8.3.tar.gz. (sha1) ===> ruby-1.8.3 depends on: tk-* - not found ===> Verifying install f

Re: ruby update to 1.8.3

2005-10-19 Thread Mathieu Sauve-Frankel
Here's a close to final version of the diff. This diff fixes abit of the dependency logic issues and cleans up the FLAVOR and PACKAGING and other comments from [EMAIL PROTECTED] This diff also gets the regression tests working again. The bad news is that ruby doesn't pass it's own test suite on

Re: ruby update to 1.8.3

2005-10-19 Thread Jonathan Weiss
> Here's my version of the ruby update. I feel this resolves the tk issue. > We SUBPACKAGE all of the tk stuff and offer a no_x11 PSEUDO_FLAVOR for > those who don't want to/can't install X11 on their build host. Tested on i386 with FLAVOR=no_x11, Ruby-MySQL ,Rubygems and Rails-1.0RC2. Thanks, Jo

Re: ruby update to 1.8.3

2005-10-19 Thread Simon Dassow
On Tue, Oct 18, 2005 at 05:23:47PM -0400, Mathieu Sauve-Frankel wrote: > Here's my version of the ruby update. I feel this resolves the tk issue. > We SUBPACKAGE all of the tk stuff and offer a no_x11 PSEUDO_FLAVOR for > those who don't want to/can't install X11 on their build host. Tested succe

Re: ruby update to 1.8.3

2005-10-18 Thread Mathieu Sauve-Frankel
Here's my version of the ruby update. I feel this resolves the tk issue. We SUBPACKAGE all of the tk stuff and offer a no_x11 PSEUDO_FLAVOR for those who don't want to/can't install X11 on their build host. Index: Makefile === RCS f

Re: ruby update to 1.8.3

2005-10-18 Thread Damien Couderc
On Tue, 18 Oct 2005 15:35:25 +0200 Marc Balmer <[EMAIL PROTECTED]> wrote: > Mathieu Sauve-Frankel wrote: > > >>Get it in so we can fix the remaining issues... (x, licences etc). > > > > > > NO. This update shouldn't go in until the issues are resolved. > > > > I have a better patch in the work

Re: ruby update to 1.8.3

2005-10-18 Thread Simon Dassow
On Tue, Oct 18, 2005 at 03:35:25PM +0200, Marc Balmer wrote: > Mathieu Sauve-Frankel wrote: > > >>Get it in so we can fix the remaining issues... (x, licences etc). > > > > > >NO. This update shouldn't go in until the issues are resolved. > > > >I have a better patch in the works that fix the X11

Re: ruby update to 1.8.3

2005-10-18 Thread Marc Balmer
Mathieu Sauve-Frankel wrote: Get it in so we can fix the remaining issues... (x, licences etc). NO. This update shouldn't go in until the issues are resolved. I have a better patch in the works that fix the X11 issues. I'll be posting it a little later. I second this. It's usually not "i

Re: ruby update to 1.8.3

2005-10-18 Thread Mathieu Sauve-Frankel
On Mon, Oct 17, 2005 at 09:08:18AM +0200, Simon Dassow wrote: > without x). > > > > sparc64 without x. The files are there, but unused... what about > > > subpackaging those ruby extensions with depencies? > > > > First, i would like to update ruby in the tree so other people could > > work on e

Re: ruby update to 1.8.3

2005-10-17 Thread Simon Dassow
On Sun, Oct 16, 2005 at 02:54:24PM +0200, Damien Couderc wrote: > On Tue, 11 Oct 2005 00:02:16 +0200 > Simon Dassow <[EMAIL PROTECTED]> wrote: > > > Hmm... i commented out the depends et voila, builds on current > > This is not clean enough for the ports tree. It works for you because > you don't

Re: ruby update to 1.8.3

2005-10-16 Thread Damien Couderc
On Tue, 11 Oct 2005 00:02:16 +0200 Simon Dassow <[EMAIL PROTECTED]> wrote: > Hmm... i commented out the depends et voila, builds on current This is not clean enough for the ports tree. It works for you because you don't have TK installed but could fail on the systems that will build packages if t

Re: ruby update to 1.8.3

2005-10-11 Thread Jonathan Weiss
>> >> Yeah, I think that the tk libs may only be looked for at runtime, not compile >> time. I'm not sure how clean/clear that would perceived as in the ports >> tree... > > Hmm... i commented out the depends et voila, builds on current sparc64 > without x. The files are there, but unused... wh

Re: ruby update to 1.8.3

2005-10-10 Thread Simon Dassow
On Mon, Oct 10, 2005 at 10:50:13AM -0700, Tim Howe wrote: > On Mon, 10 Oct 2005 18:55:22 +0200 > Simon Dassow <[EMAIL PROTECTED]> wrote: > > > > I absolutly disagree with you removing the tk flavor and making > > > tk and tcl a dependency. This makes ruby REQUIRE X11 to be intalled. > > > Which i

Re: ruby update to 1.8.3

2005-10-10 Thread Simon Dassow
On Mon, Oct 10, 2005 at 07:51:06PM +0200, Damien Couderc wrote: > On Mon, 10 Oct 2005 18:55:22 +0200 > Simon Dassow <[EMAIL PROTECTED]> wrote: > > > I totally agree with Mathieu. > > I do too but the fact is that --without-x11 has been removed from the > configure script. AFAIK, the actual packa

Re: ruby update to 1.8.3

2005-10-10 Thread Tim Howe
On Mon, 10 Oct 2005 18:55:22 +0200 Simon Dassow <[EMAIL PROTECTED]> wrote: > > I absolutly disagree with you removing the tk flavor and making > > tk and tcl a dependency. This makes ruby REQUIRE X11 to be intalled. > > Which is totally ridiculous. Why should I have to install x11 to run > > a r

Re: ruby update to 1.8.3

2005-10-10 Thread Damien Couderc
On Mon, 10 Oct 2005 18:55:22 +0200 Simon Dassow <[EMAIL PROTECTED]> wrote: > I totally agree with Mathieu. I do too but the fact is that --without-x11 has been removed from the configure script. AFAIK, the actual packaging has been rewritten in a way that does not permit easy selection of which

Re: ruby update to 1.8.3

2005-10-10 Thread Keith Matthews
On Mon, 10 Oct 2005 12:37:03 -0400 Mathieu Sauve-Frankel <[EMAIL PROTECTED]> wrote: > On Sun, Oct 09, 2005 at 10:20:12PM +0200, Damien Couderc wrote: > > On Sun, 9 Oct 2005 20:41:00 +0200 > > Damien Couderc <[EMAIL PROTECTED]> wrote: > > > > > Here is the update to the 1.8.3 version of ruby. > >

Re: ruby update to 1.8.3

2005-10-10 Thread Simon Dassow
On Mon, Oct 10, 2005 at 12:37:03PM -0400, Mathieu Sauve-Frankel wrote: > On Sun, Oct 09, 2005 at 10:20:12PM +0200, Damien Couderc wrote: > > On Sun, 9 Oct 2005 20:41:00 +0200 > > Damien Couderc <[EMAIL PROTECTED]> wrote: > > > > > Here is the update to the 1.8.3 version of ruby. [snip] > > I abso

Re: ruby update to 1.8.3

2005-10-10 Thread Damien Couderc
On Mon, 10 Oct 2005 12:37:03 -0400 Mathieu Sauve-Frankel <[EMAIL PROTECTED]> wrote: > I absolutly disagree with you removing the tk flavor and making > tk and tcl a dependency. This makes ruby REQUIRE X11 to be > intalled. Which is totally ridiculous. Why should I have to install > x11 to run a ru

Re: ruby update to 1.8.3

2005-10-10 Thread Mathieu Sauve-Frankel
On Sun, Oct 09, 2005 at 10:20:12PM +0200, Damien Couderc wrote: > On Sun, 9 Oct 2005 20:41:00 +0200 > Damien Couderc <[EMAIL PROTECTED]> wrote: > > > Here is the update to the 1.8.3 version of ruby. > > As i received a lot of request about it, i expect a lot of feedback > > from the same people. B