From owner-freebsd-ports@freebsd.org Thu May 5 18:53:18 2016 Return-Path: Delivered-To: freebsd-ports@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 60FDFB2E984; Thu, 5 May 2016 18:53:18 +0000 (UTC) (envelope-from regis.etourmy@free.fr) Received: from smtp5-g21.free.fr (smtp5-g21.free.fr [IPv6:2a01:e0c:1:1599::14]) (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 3311B1E40; Thu, 5 May 2016 18:53:18 +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 0D5675FF69; Thu, 5 May 2016 16:52:45 +0200 (CEST) Date: Thu, 5 May 2016 20:53:15 +0200 (CEST) From: regis.etourmy@free.fr To: ruby@FreeBSD.org Cc: freebsd-ports@freebsd.org Message-ID: <1273281658.150027084.1462474395131.JavaMail.root@zimbra2-e1.priv.proxad.net> In-Reply-To: <892151912.149992512.1462472932532.JavaMail.root@zimbra2-e1.priv.proxad.net> Subject: Re: 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-ports@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 May 2016 18:53:18 -0000 Sorry, I meant gcc48, not 38.... ----- Mail original ----- De: "regis etourmy" =C3=80: ruby@FreeBSD.org Cc: freebsd-ports@freebsd.org Envoy=C3=A9: Jeudi 5 Mai 2016 20:28:52 Objet: ruby22 buillds with gcc38 on powerpc64 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/