head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2011.10.04.14.51.25;	author swills;	state dead;
branches;
next	1.1;

1.1
date	2011.07.25.22.44.29;	author swills;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.03
- Remove patches that are no longer needed
@
text
@--- ariruby.c.orig	2011-07-24 21:50:51.119557755 -0400
+++ ariruby.c	2011-07-24 21:52:04.985558821 -0400
@@@@ -63,6 +63,7 @@@@
 
 static int sock;
 int nb = 0;
+void* rb_load_file_return;
 struct sockaddr_in http;
 struct hostent *he;
 char *sendbuf = NULL;
@@@@ -132,7 +133,7 @@@@
 ariruby_run(void)
 {
     int status;
-    status = ruby_exec();
+    status = ruby_run_node(rb_load_file_return);
 #ifdef DEBUG
     printf("status  = %d \n", status);
 #endif
@


1.1
log
@- Fix with Ruby 1.9

PR:		ports/159171
Submitted by:	swills
Approved by:	maintainer (bapt)
@
text
@@

