From owner-freebsd-ruby@freebsd.org Thu Sep 3 13:13:36 2015 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 B3E289C90E8 for ; Thu, 3 Sep 2015 13:13:36 +0000 (UTC) (envelope-from iamasmith.home@gmail.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 953E81CC2 for ; Thu, 3 Sep 2015 13:13:36 +0000 (UTC) (envelope-from iamasmith.home@gmail.com) Received: by mailman.ysv.freebsd.org (Postfix) id 925F19C90E7; Thu, 3 Sep 2015 13:13:36 +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 91F7B9C90E5 for ; Thu, 3 Sep 2015 13:13:36 +0000 (UTC) (envelope-from iamasmith.home@gmail.com) Received: from mail-wi0-x22b.google.com (mail-wi0-x22b.google.com [IPv6:2a00:1450:400c:c05::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2E4621CC1 for ; Thu, 3 Sep 2015 13:13:36 +0000 (UTC) (envelope-from iamasmith.home@gmail.com) Received: by wicmc4 with SMTP id mc4so19615297wic.0 for ; Thu, 03 Sep 2015 06:13:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=iLAdQ95qI9g8IgD/oBUwl5SK0wuZOKmKuofKiZDRGRs=; b=xp87NZQFBUjB0VXG2C6UgHYWEURa7nQB7VlS//NhVmWNDqBXN0NK0AlPBk+zHBGacq JZglPiBsIQ+QpI58U0T6fm687ZxpV9OXWvHOnTC8R0GsUvf7YQrvf87HrEQ8kBrAyAJo bCWG4Cp2bGDFgv2LZfGKIQl1Z7jEJ2IHa7BpC3wRG5UPyCwaABl+VLTb5rFgdQcTb8hI U01xrDtyC59ypcnfrGHGYIk5KJt4X2HLxJ80SGmogSS0YoUThoEb/rE0pFUxeFRoGRbn vlu9SBRxMtxerz6tImM94OlUg7/NPtSKvZ0WrSPMaj1Ujn/bAWgsxR1b5K0HCq+ulAuP ZBAg== X-Received: by 10.180.105.66 with SMTP id gk2mr14737630wib.73.1441286014614; Thu, 03 Sep 2015 06:13:34 -0700 (PDT) Received: from andysmacbookpro.development.local ([62.189.194.5]) by smtp.gmail.com with ESMTPSA id ma4sm37735021wjb.38.2015.09.03.06.13.33 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 03 Sep 2015 06:13:33 -0700 (PDT) From: Andrew Smith Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Ruby port for v1.7.22 Message-Id: <66E97797-E96D-4CA7-8D44-553CEA64540D@gmail.com> Date: Thu, 3 Sep 2015 14:13:32 +0100 To: ruby@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2015 13:13:36 -0000 Hi, just checking to see if you have noticed the port diff I submitted = here. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D202519 This version includes some merged changes that allow jnr-ffi to function = correctly on a FreeBSD 10+ system where the /usr/lib/libc.so is a script = rather than a symlink. If there is something wrong with the submission please let me know Regards, Andy