head	1.2;
access;
symbols
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2011.01.11.04.39.19;	author stas;	state dead;
branches;
next	1.1;

1.1
date	2010.10.11.21.20.56;	author stas;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 1.2.
@
text
@--- configure.orig	2010-10-11 00:13:35.000000000 -0700
+++ configure	2010-10-11 00:16:22.000000000 -0700
@@@@ -316,7 +316,9 @@@@
     path = File.join @@llvm_prebuilt_path, @@llvm_source
 
     puts "  Downloading #{url}..."
-    return false unless download(url, path)
+    if not File.exists?(path)
+      return false unless download(url, path)
+    end
 
     if File.exists?(path)
       print "  Unpacking prebuilt LLVM source: "
@


1.1
log
@- Add port for lang/rubinius, a LLVM based ruby language implementation.

WWW:	http://rubini.us/
@
text
@@

