Commit Graph

13 Commits

Author SHA1 Message Date
sthen
5a611d1b88 Don't assume that llvm-config is a perl script, will fix build with LLVM 3.1
ok jeremy@
2012-05-24 08:51:32 +00:00
jeremy
da46b2452f Make regress tests work.
This fixes the vm:test rake task by using MAKE_ENV. It fixes the
infinite loops in mspec by just skipping those specs.
2011-11-14 11:40:53 +00:00
jeremy
f7b88aaefd Remove rubygems hacks, since they are no longer necessary now
that the versions of rubygems for the other ruby interpreters
are > 1.3.7.
2011-11-08 23:58:52 +00:00
jeremy
d1536163d4 Update to 1.2.4. 2011-07-20 22:51:32 +00:00
jeremy
9fe80155bd Override the arch setting to remove OpenBSD version from it,
so ports don't have to be bumped when OpenBSD version changes.

OK landry@, jcs@
2011-07-19 17:06:39 +00:00
jeremy
180c423954 Move to version 1.2.3. Since 1.2.3 uses rubygems 1.5.2, borrow some
patches from lang/jruby that bring back the .require_paths file
creation so that gem ports continue to build.

OK landry@
2011-03-22 20:23:10 +00:00
jeremy
22c1a10e51 Bump version to 1.2.2. Fixes building some rbx-* ports with systrace
enabled.  Fix the hardcoding of the OpenBSD version in the PLIST.

OK landry@
2011-03-10 20:40:33 +00:00
jeremy
be40d18596 Fix zlib ffi driver on 32-bit big endian platforms. Fixes gem
installation on macppc.  Thanks to ajacoutot@ for access to a macppc
machine.

OK ajacoutot@, jasper@
2011-01-21 16:36:53 +00:00
jeremy
83ea6efd00 Use intree version of libffi, and don't hardcode /usr/local.
Prodded and OK jasper@
2011-01-06 20:20:01 +00:00
jeremy
a12c369af3 This updates rubinius to 1.2.0. Among other things, a few of our
patches were accepted upstream.

Rubinius previously installed into a versioned directory, this
update changes it to install into an unversioned directory.
This is going to change the PLIST of all dependent gem ports,
and a commit for them as well as a commit for ruby.port.mk will
be going in shortly.

Minor versions of rubinius do not maintain binary compatibility,
so we'll still need to bump all dependent ports that use C
extensions whenever the minor version of rubinius is updated, but
it is better than bumping all dependent ports.

While here, add some CONFIGURE_ENV stuff to make it possible to
build more ports with C extensions that depend on libraries in
LOCALBASE/lib.

OK landry@
2011-01-06 04:14:10 +00:00
tedu
0be0a15a75 add patch to handle fact that openbsd iconv symbols have a lib prefix
ok jeremy
2010-12-18 21:13:46 +00:00
ajacoutot
ecfd011e29 Give this a chance to build on more arches (successfully tested under
powerpc).

ok jeremy@ (maintainer)
2010-11-30 19:32:38 +00:00
jeremy
e128de9792 Rubinius is an implementation of the Ruby programming language.
The Rubinius bytecode virtual machine is written in C++, incorporating
LLVM to compile bytecode to machine code at runtime. The bytecode
compiler and vast majority of the core classes are written in pure Ruby.

To interact with the rest of the system, the VM provides primitives
which can be attached to methods and invoked. Additionally, FFI provides
a direct call path to most C functions.

Rubinius uses a precise, compacting, generational garbage collector. It
includes a compatible C-API for C extensions written for the standard
Ruby interpreter (often referred to as MRI.Matz's Ruby Implementation).

OK landry@, sthen@
2010-11-19 17:51:44 +00:00