From owner-freebsd-ruby@freebsd.org Thu May 5 18:29:01 2016 Return-Path: Delivered-To: freebsd-ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B0B14B2EF69 for ; Thu, 5 May 2016 18:29:01 +0000 (UTC) (envelope-from regis.etourmy@free.fr) Received: from mailman.ysv.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id A0624170A for ; Thu, 5 May 2016 18:29:01 +0000 (UTC) (envelope-from regis.etourmy@free.fr) Received: by mailman.ysv.freebsd.org (Postfix) id 9FB19B2EF67; Thu, 5 May 2016 18:29:01 +0000 (UTC) Delivered-To: ruby@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9CD05B2EF64; Thu, 5 May 2016 18:29:01 +0000 (UTC) (envelope-from regis.etourmy@free.fr) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [212.27.42.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6BE111708; Thu, 5 May 2016 18:29:01 +0000 (UTC) (envelope-from regis.etourmy@free.fr) Received: from zimbra2-e1.priv.proxad.net (unknown [172.20.243.152]) by smtp5-g21.free.fr (Postfix) with ESMTP id 573045FF69; Thu, 5 May 2016 16:28:23 +0200 (CEST) Date: Thu, 5 May 2016 20:28:52 +0200 (CEST) From: regis.etourmy@free.fr To: ruby@FreeBSD.org Cc: freebsd-ports@freebsd.org Message-ID: <892151912.149992512.1462472932532.JavaMail.root@zimbra2-e1.priv.proxad.net> In-Reply-To: <495829993.149978586.1462472280239.JavaMail.root@zimbra2-e1.priv.proxad.net> Subject: ruby22 buillds with gcc38 on powerpc64 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Originating-IP: [2.14.164.157] X-Mailer: Zimbra 7.2.0-GA2598 (ZimbraWebClient - FF3.0 (Linux)/7.2.0-GA2598) X-Authenticated-User: regis.etourmy@free.fr X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 18:29:01 -0000 Hi, I tried to build ruby22 with gcc38 on my powermac G5 and it built (it didn'= t with clang). I have not tested yet if it runs well. Thanks for all your work, R=C3=A9gis [retourmy@G5 /usr/ports/lang/ruby22]$ uname -a FreeBSD G5 10.3-STABLE FreeBSD 10.3-STABLE #0 r298845: Sun May 1 09:16:35 = CEST 2016 root@G5:/usr/obj/usr/src/sys/GENERIC64 powerpc [retourmy@G5 /usr/ports/lang/ruby22]$ ident /usr/ports/lang/ruby22/Makefile= =20 /usr/ports/lang/ruby22/Makefile: $FreeBSD: head/lang/ruby22/Makefile 413746 2016-04-21 16:43:14Z swills= $ [retourmy@G5 /usr/ports/lang/ruby22]$ pkg info ruby-2.2.5,1 ruby-2.2.5,1 Name : ruby Version : 2.2.5,1 Installed on : Thu May 5 20:05:12 2016 CEST Origin : lang/ruby22 Architecture : freebsd:10:powerpc:64 Prefix : /usr/local Categories : ipv6 ruby lang Licenses : RUBY or BSD2CLAUSE Maintainer : ruby@FreeBSD.org WWW : http://www.ruby-lang.org/en/ Comment : Object-oriented interpreted scripting language Options : CAPIDOCS : off DEBUG : off DOCS : on EXAMPLES : on GMP : off LIBEDIT : on RDOC : on READLINE : off Shared Libs required: libedit.so.0 libffi.so.6 libyaml-0.so.2 Shared Libs provided: libruby22.so.22 Annotations : cpe : cpe:2.3:a:ruby-lang:ruby:2.2.5:p0::::freebsd10:pow= erpc64 Flat size : 41.5MiB Description : Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. Features of Ruby are shown below. + Simple Syntax + *Normal* Object-Oriented features(ex. class, method calls) + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method) + Operator Overloading + Exception Handling + Iterators and Closures + Garbage Collection + Dynamic Loading of Object files(on some architecture) + Highly Portable(works on many UNIX machines, and on DOS, Windows, Mac, BeOS etc.) WWW: http://www.ruby-lang.org/en/