- Update to 3.86

This commit is contained in:
Ashish SHUKLA 2017-10-03 02:33:08 +00:00
parent 6d4c27901a
commit 2a16ac6543
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451108
4 changed files with 762 additions and 874 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= rubinius
PORTVERSION= 3.70
PORTREVISION= 1
PORTVERSION= 3.86
CATEGORIES= lang
MASTER_SITES= http://releases.rubini.us/:source
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:source

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1486057092
SHA256 (rubinius-3.70.tar.bz2) = e5b22ff6f19d7ac75d94e7503ae74c0bf9a3d249ce0e80480402cf7cbd2fea19
SIZE (rubinius-3.70.tar.bz2) = 12693239
TIMESTAMP = 1506919612
SHA256 (rubinius-3.86.tar.bz2) = cfb0650b937d109cf52c982f185ef247cc7a184dbb5f16c625d4827cef11f6fb
SIZE (rubinius-3.86.tar.bz2) = 12559664

View File

@ -1,11 +1,11 @@
--- configure.orig 2016-12-01 05:41:14 UTC
--- configure.orig 2017-06-28 04:32:27 UTC
+++ configure
@@ -710,8 +710,8 @@ not support #{name} compiler, please ema
@@ -714,8 +714,8 @@ not support #{name} compiler, please ema
check_tool_version @cc, '-dumpversion', [4, 1]
check_tool_version @cxx, '-dumpversion', [4, 1]
- supported_compiler "clang C" unless @cc =~ /clang/
- supported_compiler "clang++ C++" unless @cxx =~ /clang\+\+/
- supported_compiler "clang C" unless @cc =~ /clang|ccc-analyzer/
- supported_compiler "clang++ C++" unless @cxx =~ /clang\+\+|c\+\+\-analyzer/
+ supported_compiler "clang C" unless @cc == "%%CC%%"
+ supported_compiler "clang++ C++" unless @cxx == "%%CXX%%"

File diff suppressed because it is too large Load Diff