From patchwork Sat Dec 29 16:29:05 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 208674 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 2C55C2C0079 for ; Sun, 30 Dec 2012 03:29:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 54F032FAA3; Sat, 29 Dec 2012 16:29:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cSG9j8A5ppFZ; Sat, 29 Dec 2012 16:29:23 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 3B6E82D2F5; Sat, 29 Dec 2012 16:29:23 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 247B88F753 for ; Sat, 29 Dec 2012 16:29:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4DDA68064B for ; Sat, 29 Dec 2012 16:29:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id f3hF4Qkhp17S for ; Sat, 29 Dec 2012 16:29:20 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id ED5E9805ED for ; Sat, 29 Dec 2012 16:29:19 +0000 (UTC) Received: from asgard (host204.190-231-107.telecom.net.ar [190.231.107.204]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id qBTGTDxV014430 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 29 Dec 2012 16:29:15 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1356798557; bh=wWMkKFSs7usLo+TfrNANQu9b4nBYAvd/v+GgJ9UlOeU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=PHr+SnFRX/Rhgtjtb7PUapRlBlaSkZjbYVeb9zLyV4GsI5LUL2LRQrFrG08nM0tIN AaCOcBvY2yLWdfuzC7hc/QBrlfeoKbckqlxdKbM/SYRFC/qBqK/D0JjjRVPZfepRu0 Q4OU6WC7hruVElboPjhUc9WwPUkV2O2qqETJY0XA= Received: by asgard (sSMTP sendmail emulation); Sat, 29 Dec 2012 13:29:12 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Sat, 29 Dec 2012 13:29:05 -0300 Message-Id: <1356798545-9246-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1356798545-9246-1-git-send-email-gustavo@zacarias.com.ar> References: <1356798545-9246-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] ruby: bump to version 1.9.3-p362 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/ruby/ruby-configure.patch | 30 ------------------------------ package/ruby/ruby.mk | 10 +++++----- 2 files changed, 5 insertions(+), 35 deletions(-) delete mode 100644 package/ruby/ruby-configure.patch diff --git a/package/ruby/ruby-configure.patch b/package/ruby/ruby-configure.patch deleted file mode 100644 index 0077a67..0000000 --- a/package/ruby/ruby-configure.patch +++ /dev/null @@ -1,30 +0,0 @@ -diff -Nura ruby-1.9.2-p0.orig/configure.in ruby-1.9.2-p0/configure.in ---- ruby-1.9.2-p0.orig/configure.in 2010-08-14 05:11:59.000000000 -0300 -+++ ruby-1.9.2-p0/configure.in 2010-11-04 15:46:22.478191926 -0300 -@@ -1410,7 +1410,25 @@ - fi - - AC_FUNC_GETPGRP --AC_FUNC_SETPGRP -+ -+dnl AC_FUNC_SETPGRP does not work if cross compiling -+dnl Instead, assume we will have a prototype for setpgrp if cross compiling. -+if test "$cross_compiling" = no; then -+ AC_FUNC_SETPGRP -+else -+ AC_CACHE_CHECK([whether setpgrp takes no argument], ac_cv_func_setpgrp_void, -+ [AC_TRY_COMPILE([ -+#include -+], [ -+ if (setpgrp(1,1) == -1) -+ exit (0); -+ else -+ exit (1); -+], ac_cv_func_setpgrp_void=no, ac_cv_func_setpgrp_void=yes)]) -+if test $ac_cv_func_setpgrp_void = yes; then -+ AC_DEFINE(SETPGRP_VOID, 1) -+fi -+fi - - AC_C_BIGENDIAN - AC_C_CONST diff --git a/package/ruby/ruby.mk b/package/ruby/ruby.mk index a5b8cde..ee1f9ed 100644 --- a/package/ruby/ruby.mk +++ b/package/ruby/ruby.mk @@ -4,15 +4,15 @@ # ############################################################# -RUBY_VERSION = 1.9.2-p320 +RUBY_VERSION = 1.9.3-p362 RUBY_SITE = ftp://ftp.ruby-lang.org/pub/ruby/1.9 -RUBY_AUTORECONF = YES -HOST_RUBY_AUTORECONF = YES -RUBY_DEPENDENCIES = host-ruby -HOST_RUBY_DEPENDENCIES = +RUBY_DEPENDENCIES = host-pkgconf host-ruby +HOST_RUBY_DEPENDENCIES = host-pkgconf RUBY_MAKE_ENV = $(TARGET_MAKE_ENV) RUBY_CONF_OPT = --disable-install-doc --disable-rpath HOST_RUBY_CONF_OPT = --disable-install-doc --with-out-ext=curses,readline +RUBY_LICENSE = Ruby +RUBY_LICENSE_FILES = LEGAL # Force optionals to build before we do ifeq ($(BR2_PACKAGE_BERKELEYDB),y)