From owner-freebsd-ruby@FreeBSD.ORG Tue Feb 25 05:44:05 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68467E83; Tue, 25 Feb 2014 05:44:05 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8C56206B; Tue, 25 Feb 2014 04:25:54 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s1P4Phbg079520 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 25 Feb 2014 04:25:48 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s1P4Ph9f079519; Tue, 25 Feb 2014 04:25:43 GMT (envelope-from swills) Date: Tue, 25 Feb 2014 04:25:43 +0000 From: Steve Wills To: Antoine Brodin Subject: Re: Ruby and clang 3.4 Message-ID: <20140225042540.GA79385@mouf.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 25 Feb 2014 04:25:48 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 05:44:05 -0000 Hi, Thanks, I've committed the patch, with slight modifications for 2.0 and 2.1. I've also reported the bug to upstream. Steve On Wed, Feb 19, 2014 at 03:52:33PM +0100, Antoine Brodin wrote: > Hi there, > > With clang 3.4 (imported 3 days ago in head), ruby has problems > configuring / building dl.so. > Logs for ruby19 and ruby 20 are available at > http://package21.nyi.freebsd.org/bulk/head-default-baseline/2014-02-18_15h22m08s/logs/errors/ruby-1.9.3.484_1,1.log > and http://package21.nyi.freebsd.org/bulk/head-default-baseline/2014-02-18_15h22m08s/logs/errors/ruby20-2.0.0.353_4,1.log > > ... > configuring dl > Failed to configure dl. It will not be installed. > configuring dl/callback > Failed to configure dl/callback. It will not be installed. > configuring dl/win32 > Failed to configure dl/win32. It will not be installed. > ... > > ===> Building package for ruby-1.9.3.484_1,1 > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/include/ruby-1.9/ruby/dl.h): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/amd64-freebsd11/dl/callback.so): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/amd64-freebsd11/dl.so): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/dl/callback.rb): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/dl/cparser.rb): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/dl/func.rb): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/dl/import.rb): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/dl/pack.rb): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/dl/stack.rb): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/dl/struct.rb): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/dl/types.rb): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/dl/value.rb): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/dl.rb): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/dl/): > No such file or directory > pkg-static: lstat(/wrkdirs/usr/ports/lang/ruby19/work/stage/usr/local/lib/ruby/1.9/amd64-freebsd11/dl/): > No such file or directory > > > This is due to clang 3.4 rejecting -fno-defer-pop > > I have the following patch for ruby19: > > Index: lang/ruby19/files/patch-ext__dl__extconf.rb > =================================================================== > --- lang/ruby19/files/patch-ext__dl__extconf.rb (revision 0) > +++ lang/ruby19/files/patch-ext__dl__extconf.rb (working copy) > @@ -0,0 +1,12 @@ > +--- ./ext/dl/extconf.rb.orig 2010-02-25 22:49:20.000000000 +0000 > ++++ ./ext/dl/extconf.rb 2014-02-18 22:06:44.000000000 +0000 > +@@ -1,7 +1,8 @@ > + require 'mkmf' > + > + if RbConfig::CONFIG['GCC'] == 'yes' > +- $CFLAGS << " -fno-defer-pop -fno-omit-frame-pointer" > ++ $CFLAGS << " -fno-defer-pop" unless have_macro("__clang__") > ++ $CFLAGS << " -fno-omit-frame-pointer" > + end > + > + $INSTALLFILES = [ > > Cheers, > > Antoine > _______________________________________________ > freebsd-ruby@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Feb 27 20:10:10 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A06BAFE; Thu, 27 Feb 2014 20:10:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05814109E; Thu, 27 Feb 2014 20:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RKA9cR092990; Thu, 27 Feb 2014 20:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RKA9Zi092989; Thu, 27 Feb 2014 20:10:09 GMT (envelope-from edwin) Date: Thu, 27 Feb 2014 20:10:09 GMT Message-Id: <201402272010.s1RKA9Zi092989@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187120: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 20:10:10 -0000 Synopsis: [PATCH] devel/ruby-build: update to 20140225 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 27 20:10:09 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187120 From owner-freebsd-ruby@FreeBSD.ORG Thu Feb 27 20:10:11 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D51F9B0D; Thu, 27 Feb 2014 20:10:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB84B10A0; Thu, 27 Feb 2014 20:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RKABMP093065; Thu, 27 Feb 2014 20:10:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RKABtM093064; Thu, 27 Feb 2014 20:10:11 GMT (envelope-from edwin) Date: Thu, 27 Feb 2014 20:10:11 GMT Message-Id: <201402272010.s1RKABtM093064@freefall.freebsd.org> To: takumiiinn@gmail.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187120: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 20:10:11 -0000 Synopsis: [PATCH] devel/ruby-build: update to 20140225 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Feb 27 20:10:11 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187120 From owner-freebsd-ruby@FreeBSD.ORG Thu Feb 27 20:20:01 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29A18DEB for ; Thu, 27 Feb 2014 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 17196117E for ; Thu, 27 Feb 2014 20:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RKK0DN097082 for ; Thu, 27 Feb 2014 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RKK0Og097081; Thu, 27 Feb 2014 20:20:00 GMT (envelope-from gnats) Date: Thu, 27 Feb 2014 20:20:00 GMT Message-Id: <201402272020.s1RKK0Og097081@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Subject: Re: ports/187120: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 20:20:01 -0000 The following reply was made to PR ports/187120; it has been noted by GNATS. From: Edwin Groothuis To: fmb@onibox.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/187120: [PATCH] devel/ruby-build: update to 20140225 Date: Thu, 27 Feb 2014 20:10:10 UT Maintainer of devel/ruby-build, Please note that PR ports/187120 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187120 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Thu Feb 27 20:30:09 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6C88A4; Thu, 27 Feb 2014 20:30:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C9E51256; Thu, 27 Feb 2014 20:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RKU9Ww000608; Thu, 27 Feb 2014 20:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RKU91w000607; Thu, 27 Feb 2014 20:30:09 GMT (envelope-from edwin) Date: Thu, 27 Feb 2014 20:30:09 GMT Message-Id: <201402272030.s1RKU91w000607@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187121: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 20:30:09 -0000 Synopsis: [PATCH] devel/ruby-build: update to 20140225 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 27 20:30:09 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187121 From owner-freebsd-ruby@FreeBSD.ORG Thu Feb 27 20:30:11 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B288A8; Thu, 27 Feb 2014 20:30:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 40B9F1257; Thu, 27 Feb 2014 20:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RKUBug000685; Thu, 27 Feb 2014 20:30:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RKUBOH000684; Thu, 27 Feb 2014 20:30:11 GMT (envelope-from edwin) Date: Thu, 27 Feb 2014 20:30:11 GMT Message-Id: <201402272030.s1RKUBOH000684@freefall.freebsd.org> To: takumi@privu.tmfam.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187121: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 20:30:11 -0000 Synopsis: [PATCH] devel/ruby-build: update to 20140225 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Feb 27 20:30:10 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187121 From owner-freebsd-ruby@FreeBSD.ORG Thu Feb 27 20:39:34 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE5E3233; Thu, 27 Feb 2014 20:39:34 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A3FCE1317; Thu, 27 Feb 2014 20:39:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RKdYfU004147; Thu, 27 Feb 2014 20:39:34 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RKdYix004146; Thu, 27 Feb 2014 20:39:34 GMT (envelope-from sunpoet) Date: Thu, 27 Feb 2014 20:39:34 GMT Message-Id: <201402272039.s1RKdYix004146@freefall.freebsd.org> To: fmb@onibox.net, takumi@privu.tmfam.com, sunpoet@FreeBSD.org, ruby@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/187121: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 20:39:34 -0000 Synopsis: [PATCH] devel/ruby-build: update to 20140225 State-Changed-From-To: feedback->closed State-Changed-By: sunpoet State-Changed-When: Thu Feb 27 20:39:34 UTC 2014 State-Changed-Why: Duplicate of ports/187120. http://www.freebsd.org/cgi/query-pr.cgi?pr=187121 From owner-freebsd-ruby@FreeBSD.ORG Thu Feb 27 20:40:01 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 63D4F256 for ; Thu, 27 Feb 2014 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 513E2131D for ; Thu, 27 Feb 2014 20:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RKe1k0004304 for ; Thu, 27 Feb 2014 20:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RKe1jG004303; Thu, 27 Feb 2014 20:40:01 GMT (envelope-from gnats) Date: Thu, 27 Feb 2014 20:40:01 GMT Message-Id: <201402272040.s1RKe1jG004303@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Subject: Re: ports/187121: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 20:40:01 -0000 The following reply was made to PR ports/187121; it has been noted by GNATS. From: Edwin Groothuis To: fmb@onibox.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/187121: [PATCH] devel/ruby-build: update to 20140225 Date: Thu, 27 Feb 2014 20:30:10 UT Maintainer of devel/ruby-build, Please note that PR ports/187121 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187121 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Thu Feb 27 22:30:16 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D58B662; Thu, 27 Feb 2014 22:30:16 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5370D1CC5; Thu, 27 Feb 2014 22:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RMUG3C042016; Thu, 27 Feb 2014 22:30:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RMUGup042015; Thu, 27 Feb 2014 22:30:16 GMT (envelope-from edwin) Date: Thu, 27 Feb 2014 22:30:16 GMT Message-Id: <201402272230.s1RMUGup042015@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187122: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 22:30:16 -0000 Synopsis: [PATCH] devel/ruby-build: update to 20140225 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 27 22:30:16 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187122 From owner-freebsd-ruby@FreeBSD.ORG Thu Feb 27 22:30:18 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62602666; Thu, 27 Feb 2014 22:30:18 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 380E81CC6; Thu, 27 Feb 2014 22:30:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RMUI82042091; Thu, 27 Feb 2014 22:30:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RMUH5x042090; Thu, 27 Feb 2014 22:30:17 GMT (envelope-from edwin) Date: Thu, 27 Feb 2014 22:30:17 GMT Message-Id: <201402272230.s1RMUH5x042090@freefall.freebsd.org> To: takumi@privu.tmfam.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187122: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 22:30:18 -0000 Synopsis: [PATCH] devel/ruby-build: update to 20140225 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Feb 27 22:30:17 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187122 From owner-freebsd-ruby@FreeBSD.ORG Thu Feb 27 22:40:02 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FF4DC60 for ; Thu, 27 Feb 2014 22:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D7C11DB2 for ; Thu, 27 Feb 2014 22:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RMe2aN045220 for ; Thu, 27 Feb 2014 22:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RMe2G6045219; Thu, 27 Feb 2014 22:40:02 GMT (envelope-from gnats) Date: Thu, 27 Feb 2014 22:40:02 GMT Message-Id: <201402272240.s1RMe2G6045219@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Subject: Re: ports/187122: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 22:40:02 -0000 The following reply was made to PR ports/187122; it has been noted by GNATS. From: Edwin Groothuis To: fmb@onibox.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/187122: [PATCH] devel/ruby-build: update to 20140225 Date: Thu, 27 Feb 2014 22:30:17 UT Maintainer of devel/ruby-build, Please note that PR ports/187122 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187122 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Thu Feb 27 22:58:55 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6A54F774; Thu, 27 Feb 2014 22:58:55 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F21E109C; Thu, 27 Feb 2014 22:58:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1RMwtbA051546; Thu, 27 Feb 2014 22:58:55 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1RMwsnZ051545; Thu, 27 Feb 2014 22:58:54 GMT (envelope-from sunpoet) Date: Thu, 27 Feb 2014 22:58:54 GMT Message-Id: <201402272258.s1RMwsnZ051545@freefall.freebsd.org> To: fmb@onibox.net, takumi@privu.tmfam.com, sunpoet@FreeBSD.org, ruby@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/187122: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 22:58:55 -0000 Synopsis: [PATCH] devel/ruby-build: update to 20140225 State-Changed-From-To: feedback->closed State-Changed-By: sunpoet State-Changed-When: Thu Feb 27 22:58:54 UTC 2014 State-Changed-Why: Duplicated of ports/187120. http://www.freebsd.org/cgi/query-pr.cgi?pr=187122 From owner-freebsd-ruby@FreeBSD.ORG Fri Feb 28 01:57:31 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B989886E; Fri, 28 Feb 2014 01:57:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E8C21FA2; Fri, 28 Feb 2014 01:57:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1S1vV6o020533; Fri, 28 Feb 2014 01:57:31 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1S1vUJB020532; Fri, 28 Feb 2014 01:57:30 GMT (envelope-from swills) Date: Fri, 28 Feb 2014 01:57:30 GMT Message-Id: <201402280157.s1S1vUJB020532@freefall.freebsd.org> To: fmb@onibox.net, swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187120: [PATCH] devel/ruby-build: update to 20140225 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Feb 2014 01:57:31 -0000 Synopsis: [PATCH] devel/ruby-build: update to 20140225 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Feb 28 01:57:30 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187120 From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 2 03:22:14 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81E6A99D; Sun, 2 Mar 2014 03:22:14 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 56441149D; Sun, 2 Mar 2014 03:22:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s223MEli078284; Sun, 2 Mar 2014 03:22:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s223MEs4078283; Sun, 2 Mar 2014 03:22:14 GMT (envelope-from edwin) Date: Sun, 2 Mar 2014 03:22:14 GMT Message-Id: <201403020322.s223MEs4078283@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187185: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Mar 2014 03:22:14 -0000 Synopsis: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 2 03:22:13 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187185 From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 3 11:07:56 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 677A262E for ; Mon, 3 Mar 2014 11:07:56 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3C227A5F for ; Mon, 3 Mar 2014 11:07:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23B7uxe009962 for ; Mon, 3 Mar 2014 11:07:56 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23B7t7A009960 for ruby@FreeBSD.org; Mon, 3 Mar 2014 11:07:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 3 Mar 2014 11:07:55 GMT Message-Id: <201403031107.s23B7t7A009960@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 11:07:56 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/187185 ruby lang/ruby-doc-stdlib: fails to fetch, checksum mismatc 1 problem total. From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 3 11:50:10 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 356256D2; Mon, 3 Mar 2014 11:50:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0ABF7E65; Mon, 3 Mar 2014 11:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23Bo9LD023998; Mon, 3 Mar 2014 11:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23Bo9DH023997; Mon, 3 Mar 2014 11:50:09 GMT (envelope-from edwin) Date: Mon, 3 Mar 2014 11:50:09 GMT Message-Id: <201403031150.s23Bo9DH023997@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187220: lang/ruby20, lang/ruby21: deadlock with fork, new thread and raise in at_exit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 11:50:10 -0000 Synopsis: lang/ruby20, lang/ruby21: deadlock with fork, new thread and raise in at_exit Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 3 11:50:09 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187220 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 7 08:28:06 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60453727 for ; Fri, 7 Mar 2014 08:28:06 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3724BCE7 for ; Fri, 7 Mar 2014 08:28:06 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s278S6J4074735 for ; Fri, 7 Mar 2014 08:28:06 GMT (envelope-from linimon@FreeBSD.org) Date: Fri, 7 Mar 2014 08:28:06 GMT Message-Id: <201403070828.s278S6J4074735@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 08:28:06 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/ruby-esound broken because: Fails to configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-esound If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 9 14:39:35 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F14AA3A0 for ; Sun, 9 Mar 2014 14:39:35 +0000 (UTC) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id 8FF7CF16 for ; Sun, 9 Mar 2014 14:39:35 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version; b=on+6+VKDhLynw7O0gN0L6mGKJpgfakBvBiRS+8BK2p2X0H1jRSn2l0NdFttpxUOUr+t8FfdopRof cnxhmNp/TOfhbHrshWhC8mABDVEDdU9O9VHAeZBro02Tp1p9bihg Received: from [192.168.11.5] (213.111.120.236 [213.111.120.236]) by mx.zohomail.com with SMTPS id 1394375968778294.3927394671912; Sun, 9 Mar 2014 07:39:28 -0700 (PDT) Subject: Re: ports/187185: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch From: clutton To: freebsd-ruby@freebsd.org, freebsd@marino.st In-Reply-To: <201403020322.s223MEs4078283@freefall.freebsd.org> References: <201403020322.s223MEs4078283@freefall.freebsd.org> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-j9fOK+VZPgkCqRTEeZET" Date: Sun, 09 Mar 2014 16:39:17 +0200 Message-ID: <1394375957.51067.5.camel@eva02.mbsd> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Zoho-Virus-Status: 1 X-ZohoMail: Ss SS_10 UW UB UW UB SF_TD_EXT SGR3_1_19024_56 X-ZohoMail-Owner: <1394375957.51067.5.camel@eva02.mbsd>+zmo_0_ X-ZohoMail-Sender: 213.111.120.236 X-ZohoMailClient: External X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 14:39:36 -0000 --=-j9fOK+VZPgkCqRTEeZET Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, 2014-03-02 at 03:22 +0000, edwin@FreeBSD.org wrote: > Synopsis: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch >=20 > Responsible-Changed-From-To: freebsd-ports-bugs->ruby > Responsible-Changed-By: edwin > Responsible-Changed-When: Sun Mar 2 03:22:13 UTC 2014 > Responsible-Changed-Why:=20 > Over to maintainer (via the GNATS Auto Assign Tool) They re-roll the archive without changing any number. What do you mean by =C2=ABcopy at LOCAL/swills=C2=BB? --=-j9fOK+VZPgkCqRTEeZET Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAABAgAGBQJTHH0VAAoJECNkWbjnbjuiz6YP/Raxc7QnqJpRE2mnrMTG68Wo 8wDQ0mDVpkoFrcKRnWyYy80psvQi/uE9gPfx6AgeUmpCcJJGwGxnT6VlLKHDOC5A 4nyNIiQIZHLgeq31hG5mAMP6JOmiyTZPX5Q88N9VjLpOxe+NRKKlrBdLaOlsdC4X 0DTptoBhorDvFYLDOKA21eucwPTX49tsjx/y4oPJq8XValSedfBeZz1KB397oHqR bSgKol3UAfeqw7LNzsQTpyWNybzeYS+Z3t7wd18xIyhBrOFuiE32l+S1ufJiAqdQ ItLrkvymDzw0NkyEntnHw/PD5oTxeS/6jPUG/tGgJ4gRiQteajz7ihXWkhO5Gn6Y syuQR9gAMDZC1JVE9vc9O6kHSJWiXCH2vhgFdik7MQG+V8cmb6/JHYrr8P2FFX49 gXvk6I8OHlJSa3/tiyplgd6sun1TMr36G0YobyM7QCwXWWOdCbEGb31Hz2B69++J FJ7FHOnH9AihTTwzLP1/s3jgPPLuhCbm1jUAP+Xu0pW4VHvvzcaJLvcKERK03yi6 4b44qvHNIEWedVj85/xEOFuIqb3SnyTmIv19NNQ7o4XImpHmqjXnfD8aECXoOB3C LmnoQ/l5+mB82Yf2d8y4eRTL3AQwYOPq1v7voy4YCG9CT4aN+4PbECziL8Ot1U9f W/W8SUjafb5l8bHMhqo2 =oFdV -----END PGP SIGNATURE----- --=-j9fOK+VZPgkCqRTEeZET-- From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 9 14:51:09 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E457F1F7 for ; Sun, 9 Mar 2014 14:51:09 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE6B515F for ; Sun, 9 Mar 2014 14:51:08 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 1A32B438BE; Sun, 9 Mar 2014 09:50:46 -0500 (CDT) Message-ID: <531C7FB4.9080108@marino.st> Date: Sun, 09 Mar 2014 15:50:28 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: clutton , freebsd-ruby@freebsd.org, freebsd@marino.st Subject: Re: ports/187185: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch References: <201403020322.s223MEs4078283@freefall.freebsd.org> <1394375957.51067.5.camel@eva02.mbsd> In-Reply-To: <1394375957.51067.5.camel@eva02.mbsd> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Mar 2014 14:51:10 -0000 On 3/9/2014 15:39, clutton wrote: > On Sun, 2014-03-02 at 03:22 +0000, edwin@FreeBSD.org wrote: >> Synopsis: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch >> >> Responsible-Changed-From-To: freebsd-ports-bugs->ruby >> Responsible-Changed-By: edwin >> Responsible-Changed-When: Sun Mar 2 03:22:13 UTC 2014 >> Responsible-Changed-Why: >> Over to maintainer (via the GNATS Auto Assign Tool) > > They re-roll the archive without changing any number. > What do you mean by «copy at LOCAL/swills»? > http://www.freebsd.org/doc/en/books/porters-handbook/book.html Chapter 4.2 (freefall ~/public_distfiles) MASTER_SITES= LOCAL/swills in that case It will become static at that point. John P.S. "Reroll" by definition means changing the contents of the archive without giving it a new file name. It if got a new filename, it wouldn't be re-rolled, that would be the first roll. From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 10 11:07:58 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C760883 for ; Mon, 10 Mar 2014 11:07:58 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1078B90F for ; Mon, 10 Mar 2014 11:07:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AB7v6m044652 for ; Mon, 10 Mar 2014 11:07:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AB7v6N044650 for ruby@FreeBSD.org; Mon, 10 Mar 2014 11:07:57 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Mar 2014 11:07:57 GMT Message-Id: <201403101107.s2AB7v6N044650@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 11:07:58 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/187220 ruby lang/ruby20, lang/ruby21: deadlock with fork, new thre o ports/187185 ruby lang/ruby-doc-stdlib: fails to fetch, checksum mismatc 2 problems total. From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 10 15:00:02 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F8ABD5D for ; Mon, 10 Mar 2014 15:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 694C12BB for ; Mon, 10 Mar 2014 15:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AF02sD017465 for ; Mon, 10 Mar 2014 15:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AF02Mg017464; Mon, 10 Mar 2014 15:00:02 GMT (envelope-from gnats) Date: Mon, 10 Mar 2014 15:00:02 GMT Message-Id: <201403101500.s2AF02Mg017464@freefall.freebsd.org> To: ruby@FreeBSD.org From: clutton Subject: Re: ports/187185: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: clutton List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 15:00:02 -0000 The following reply was made to PR ports/187185; it has been noted by GNATS. From: clutton To: bug-followup@FreeBSD.org, freebsd@marino.st Cc: Subject: Re: ports/187185: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch Date: Mon, 10 Mar 2014 16:55:58 +0200 --=-46dh7rD6hygiwHA59Ere Content-Type: multipart/mixed; boundary="=-BMinlrQ/2jI9/cCz1udl" --=-BMinlrQ/2jI9/cCz1udl Content-Type: text/plain Content-Transfer-Encoding: quoted-printable The patch. --=-BMinlrQ/2jI9/cCz1udl Content-Disposition: attachment; filename="ruby-doc-stdlib.diff" Content-Type: text/x-patch; name="ruby-doc-stdlib.diff"; charset="UTF-8" Content-Transfer-Encoding: base64 ZGlmZiAtLWdpdCBhL2xhbmcvcnVieS1kb2Mtc3RkbGliL01ha2VmaWxlIGIvbGFuZy9ydWJ5LWRv Yy1zdGRsaWIvTWFrZWZpbGUNCmluZGV4IGJlOWVlZTkuLjZiYWY5MTkgMTAwNjQ0DQotLS0gYS9s YW5nL3J1YnktZG9jLXN0ZGxpYi9NYWtlZmlsZQ0KKysrIGIvbGFuZy9ydWJ5LWRvYy1zdGRsaWIv TWFrZWZpbGUNCkBAIC0xMyw3ICsxMyw3IEBAIE1BU1RFUl9TSVRFUz0JaHR0cDovL3d3dy5ydWJ5 LWRvYy5vcmcvZG93bmxvYWRzLw0KIEVYVFJBQ1RfU1VGWD0JLnRneg0KIERJU1RfU1VCRElSPQly dWJ5DQogDQotTUFJTlRBSU5FUj0JcnVieUBGcmVlQlNELm9yZw0KK01BSU5UQUlORVI9CWNsdXR0 b25Aem9oby5jb20NCiBDT01NRU5UPQlEb2N1bWVudGF0aW9uIGZvciB0aGUgUnVieSBsYW5ndWFn ZSBzdGFuZGFyZCBsaWJyYXJ5DQogDQogVVNFX1JVQlk9CXllcw0KZGlmZiAtLWdpdCBhL2xhbmcv cnVieS1kb2Mtc3RkbGliL2Rpc3RpbmZvIGIvbGFuZy9ydWJ5LWRvYy1zdGRsaWIvZGlzdGluZm8N CmluZGV4IGFlZDM4ZTkuLjUyZmQxNjkgMTAwNjQ0DQotLS0gYS9sYW5nL3J1YnktZG9jLXN0ZGxp Yi9kaXN0aW5mbw0KKysrIGIvbGFuZy9ydWJ5LWRvYy1zdGRsaWIvZGlzdGluZm8NCkBAIC0xLDIg KzEsMiBAQA0KLVNIQTI1NiAocnVieS9ydWJ5XzFfOV8zX3N0ZGxpYl9yZG9jcy50Z3opID0gZDNh MGEwN2E0OTE3NzkzNDBiMTg1ZDJhODM5ZGJjMThjYTEzYzQ4Yjk1MDg5ODBiYmVkMDRkNWJkM2Iz MWYyYg0KLVNJWkUgKHJ1YnkvcnVieV8xXzlfM19zdGRsaWJfcmRvY3MudGd6KSA9IDQzOTc1NDc3 DQorU0hBMjU2IChydWJ5L3J1YnlfMV85XzNfc3RkbGliX3Jkb2NzLnRneikgPSA2N2EyYTY1NGQw ZjEzNzQxZmIxMTk5Zjg5OTMyZmRiYWQ3NzhiNmQxNGU1NGQ0MmVkNmI3ZmUwMGQ4MTc1MTEyDQor U0laRSAocnVieS9ydWJ5XzFfOV8zX3N0ZGxpYl9yZG9jcy50Z3opID0gNDM5Njg4MDkNCmRpZmYg LS1naXQgYS9sYW5nL3J1YnktZG9jLXN0ZGxpYi9maWxlcy9wYXRjaC10b2MuaHRtbCBiL2xhbmcv cnVieS1kb2Mtc3RkbGliL2ZpbGVzL3BhdGNoLXRvYy5odG1sDQppbmRleCAyZDJlYmU2Li4xNjEx NzYyIDEwMDY0NA0KLS0tIGEvbGFuZy9ydWJ5LWRvYy1zdGRsaWIvZmlsZXMvcGF0Y2gtdG9jLmh0 bWwNCisrKyBiL2xhbmcvcnVieS1kb2Mtc3RkbGliL2ZpbGVzL3BhdGNoLXRvYy5odG1sDQpAQCAt MTMsNyArMTMsNyBAQA0KICAgICAgPGRpdiBjbGFzcz0idG9jIj4gDQogICAgICAgIDxoNCBjbGFz cz0iaGVhZGluZyI+VGFibGUgb2YgQ29udGVudHM8L2g0PiANCiAtICAgICAgPGRpdiBjbGFzcz0i dmVyc2lvbiI+IA0KLS0gICAgICAgIDxwPnYwLjEwLjEsIDIwMTQtMDEtMjU8L3A+IA0KKy0gICAg ICAgIDxwPnYwLjEwLjEsIDIwMTQtMDItMjI8L3A+IA0KIC0gICAgICA8L2Rpdj4gDQogLSAgICAg IDxkaXYgY2xhc3M9IndlYmxpbmtzIj4gV2ViIExpbmtzOiANCiAtICAgICAgICA8cD48YSBocmVm PSIiIHRhcmdldD0iX3RvcCI+U2l0ZSBIb21lPC9hPjwvcD4gDQo= --=-BMinlrQ/2jI9/cCz1udl-- --=-46dh7rD6hygiwHA59Ere Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAABAgAGBQJTHdJ+AAoJECNkWbjnbjuitLoQAIJmD6i9l+dBl8dgZDBLgGrR ssdWRIeqjr7N004UxEJiTGhqUazehBFyv0EzLvTtd9npOI/dNMFjBXSz6qzoYcOX pStXauR1oELr1v8u+dbg8supObYBIg1a6nzzWFT6ZIuQFaoGCqkqoUczyCB5ZimD 5+TlY159osMbXrqi0wkc+nQ8hxnirIlydLZSgc3KkBeSeXhwv2jrO3d8/XIfmsgC taj+Zhhlf2aLVN0ne6j7dHR+ndxbP5IVP2fjCbesTmiZVynh/jPhxZVES0JCGMjw 7rHgzb6MVGgtbyvT018kPx9BV6hEg2O+gzCyS7pca0+v0RELt+j+2iUToa3QTmyx znffqILSpebSOpGGvQA64kqjzFPp3SBDPJ5HdlBVW0e6y3c7HdG7wh+8/yCMoFBz zaP86+HkxNb3DCsJwTi+Hv4XS2Ct1XOL2cSk0Hc0+aEl1Qn5JuyuvjPlOBtjGTFr 6yBowIy0jY3KI2TAac9DEIggSPq+z/TZZTZf0d4ZrlMatBwv3btQMh4Ncg1K6ll8 IbnDMzRjWCWPgUEPX2aNUjKxsuqTAM4D1oQcLm6yLbXHT2mrrkxsMdaJ5pScplSV U/JmG19KJjzRjKAOxYLCXwJ9ONUs/UBpk2/BAxNsWcKhl/pUiDq+rvsJM6R0qV6u 4JRR31UAeFFqFQ7H4yJ7 =JQ5e -----END PGP SIGNATURE----- --=-46dh7rD6hygiwHA59Ere-- From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 10 15:22:09 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4800A7E2; Mon, 10 Mar 2014 15:22:09 +0000 (UTC) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id 275627A2; Mon, 10 Mar 2014 15:22:08 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version; b=LQrw/Ujb+iciFodvdc893ikiN/c/uwjSukC7FQuo3rkELxKzW6V7iZdJl83yo2TMdcA3KXIhSVCn Dc5Je8QI0jBhmlDmpkBJAh8EqmIFpoKg4yT8PV/EOSmSscsnlrqe Received: from [10.1.2.6] (46.229.54.117 [46.229.54.117]) by mx.zohomail.com with SMTPS id 1394464927566848.3576267762729; Mon, 10 Mar 2014 08:22:07 -0700 (PDT) Subject: Re: ports/187185: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch From: clutton To: freebsd-ruby@freebsd.org, marino@freebsd.org In-Reply-To: <531C7FB4.9080108@marino.st> References: <201403020322.s223MEs4078283@freefall.freebsd.org> <1394375957.51067.5.camel@eva02.mbsd> <531C7FB4.9080108@marino.st> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-C0CJIUcIDqlqlC5CwLQ5" Date: Mon, 10 Mar 2014 17:22:02 +0200 Message-ID: <1394464922.70967.33.camel@eva02> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Zoho-Virus-Status: 1 X-ZohoMail: Ss SS_10 UW UB UW UB SF_TD_EXT SGR3_1_19024_271 X-ZohoMail-Owner: <1394464922.70967.33.camel@eva02>+zmo_0_ X-ZohoMail-Sender: 46.229.54.117 X-ZohoMailClient: External X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 15:22:09 -0000 --=-C0CJIUcIDqlqlC5CwLQ5 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Sun, 2014-03-09 at 15:50 +0100, John Marino wrote: > On 3/9/2014 15:39, clutton wrote: > > On Sun, 2014-03-02 at 03:22 +0000, edwin@FreeBSD.org wrote: > >> Synopsis: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch > >> > >> Responsible-Changed-From-To: freebsd-ports-bugs->ruby > >> Responsible-Changed-By: edwin > >> Responsible-Changed-When: Sun Mar 2 03:22:13 UTC 2014 > >> Responsible-Changed-Why:=20 > >> Over to maintainer (via the GNATS Auto Assign Tool) > >=20 > > They re-roll the archive without changing any number. > > What do you mean by =C2=ABcopy at LOCAL/swills=C2=BB? > >=20 >=20 > http://www.freebsd.org/doc/en/books/porters-handbook/book.html > Chapter 4.2 (freefall ~/public_distfiles) > MASTER_SITES=3D LOCAL/swills in that case >=20 > It will become static at that point. > John >=20 > P.S. "Reroll" by definition means changing the contents of the archive > without giving it a new file name. It if got a new filename, it > wouldn't be re-rolled, that would be the first roll. I really don't like that approach, because it's a documentation and since it's fetcheble no one will assume that it's the outdated version. It's better to remove that port at all. If you think that it should be done in that way, go ahead... I'm little disappointed, I updated that port to the current state because having local documentation is always quicker then reading the remote version. But It's just a waste of time doing updates like that. It's better to read the remote version then. My proposal is that: let's update it now, then we'll see how often it'll require attention. Too often means removing the port. --=-C0CJIUcIDqlqlC5CwLQ5 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAABAgAGBQJTHdiaAAoJECNkWbjnbjuim5IP/0lk83yib8bPQAdF/CkJ1nkM Q+4HAs6mTUDEBFpyzrrFsKIEegu6gGs2W7ttoVLThMOYi36D+YzTqRrKEpKOxMmA Lc2Kn2SsenPEsaVXKbbIwemWLj59/l2FRpiB+rr+we+A8KpENjJpDzo2oOMeK3vK XFrDPdwv0ZKQDg/O488idU9kJuhS6rLT71rpLWjI1lz4yC0VcJ4XDXrWKv19FhZn 4RRXME5TL/z9kkZ2btATlXV/SFG1UwmOv1aBe4XsBcB7YNvpMTdwP8cyXPfnxEzQ xeCQgoX0eC252baIapKX09MfgZw8vVty9J+a2M2AEISG37Cvw7ncAQQulyZIm0Ym 32FbKKFrObkBODGajXyDf87vw3KQMrywTEyVlwgfRvSl8Sammlsd9Bvtn3Kq1bZ4 ChA8YP7/fVP6pxVbubrckPXfesW6zEZlx0sXh3PyCWyFky8X9Y8rMaVgUxcFgeiO 5PzXCuRpJ+Y9nvSN/dacm0RX8CRh2JkfLlEJgXirXniegc/t8iCuV2HI91rFjW/7 OSgB8YI2mXwrX+DJ/l+590Bqy9dNmTYlyBqTJtva+6+sLQ4ECUJXYVjQpvRC2InC PUTvlZmki7b1xLkz3IZ08vva2Oa5d+efTql5DHsUy961zhq6kwU6s7NGfluaorVB x4TgkhkQ6d2jj+0f5fMG =yTcz -----END PGP SIGNATURE----- --=-C0CJIUcIDqlqlC5CwLQ5-- From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 10 16:18:36 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98A47F35 for ; Mon, 10 Mar 2014 16:18:36 +0000 (UTC) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72935CE2 for ; Mon, 10 Mar 2014 16:18:35 +0000 (UTC) Received: from [192.168.0.20] (unknown [130.255.19.191]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id C1693438BE; Mon, 10 Mar 2014 11:18:15 -0500 (CDT) Message-ID: <531DE5B6.3000003@marino.st> Date: Mon, 10 Mar 2014 17:17:58 +0100 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: clutton , freebsd-ruby@freebsd.org Subject: Re: ports/187185: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch References: <201403020322.s223MEs4078283@freefall.freebsd.org> <1394375957.51067.5.camel@eva02.mbsd> <531C7FB4.9080108@marino.st> <1394464922.70967.33.camel@eva02> In-Reply-To: <1394464922.70967.33.camel@eva02> X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: marino@freebsd.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 16:18:36 -0000 On 3/10/2014 16:22, clutton wrote: > I really don't like that approach, because it's a documentation and > since it's fetcheble no one will assume that it's the outdated version. > It's better to remove that port at all. > > If you think that it should be done in that way, go ahead... > > I'm little disappointed, I updated that port to the current state > because having local documentation is always quicker then reading the > remote version. But It's just a waste of time doing updates like that. > It's better to read the remote version then. > > My proposal is that: let's update it now, then we'll see how often it'll > require attention. Too often means removing the port. I believe it rerolled at least 3 times in a month. The port is a PITA. The last time it wasn't valid for even a week. If the documentation were stored, it could be updated by the maintainer at regular intervals without surprises (say every 90 days) but then yes, it would be out of date by up to 89 days. Your call, but I've already seen this port in action. I know what is going to happen already. John From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 10 17:40:09 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5C5EC0; Mon, 10 Mar 2014 17:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB18E830; Mon, 10 Mar 2014 17:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2AHe99V067981; Mon, 10 Mar 2014 17:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2AHe9r9067980; Mon, 10 Mar 2014 17:40:09 GMT (envelope-from edwin) Date: Mon, 10 Mar 2014 17:40:09 GMT Message-Id: <201403101740.s2AHe9r9067980@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187427: devel/rubygem-highline - update to 1.6.21 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Mar 2014 17:40:09 -0000 Synopsis: devel/rubygem-highline - update to 1.6.21 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Mon Mar 10 17:40:09 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187427 From owner-freebsd-ruby@FreeBSD.ORG Tue Mar 11 07:07:00 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A1C2352 for ; Tue, 11 Mar 2014 07:07:00 +0000 (UTC) Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.95]) by mx1.freebsd.org (Postfix) with ESMTP id 6CB8CB7B for ; Tue, 11 Mar 2014 07:07:00 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=subject:from:to:in-reply-to:references:content-type:date:message-id:mime-version; b=hAogk4TeR1nnrd/yhTeGhIJVg/o89ARexB88FHY4oBa2obxpWUeHkinT1wHb/bBsGEoHzEPRcbRA XAfKYItMDW66KaPDv0+VbeXONyLBJ/YTy3GDtmv52mKa1WBj6eYZ Received: from [10.1.2.6] (46.229.54.117 [46.229.54.117]) by mx.zohomail.com with SMTPS id 1394521618724557.0092134026916; Tue, 11 Mar 2014 00:06:58 -0700 (PDT) Subject: Re: ports/187185: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch From: clutton To: freebsd-ruby In-Reply-To: <531DE5B6.3000003@marino.st> References: <201403020322.s223MEs4078283@freefall.freebsd.org> <1394375957.51067.5.camel@eva02.mbsd> <531C7FB4.9080108@marino.st> <1394464922.70967.33.camel@eva02> <531DE5B6.3000003@marino.st> Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-8g10MLbwNQmI+NWKegzd" Date: Tue, 11 Mar 2014 09:06:52 +0200 Message-ID: <1394521612.3626.0.camel@eva02> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Zoho-Virus-Status: 1 X-ZohoMail: Ss SS_10 UW UB UW UB SF_TD_EXT SGR3_1_19024_79 X-ZohoMail-Owner: <1394521612.3626.0.camel@eva02>+zmo_0_ X-ZohoMail-Sender: 46.229.54.117 X-ZohoMailClient: External X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2014 07:07:00 -0000 --=-8g10MLbwNQmI+NWKegzd Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Mon, 2014-03-10 at 17:17 +0100, John Marino wrote: > On 3/10/2014 16:22, clutton wrote: > > I really don't like that approach, because it's a documentation and > > since it's fetcheble no one will assume that it's the outdated version. > > It's better to remove that port at all. > >=20 > > If you think that it should be done in that way, go ahead... > >=20 > > I'm little disappointed, I updated that port to the current state > > because having local documentation is always quicker then reading the > > remote version. But It's just a waste of time doing updates like that. > > It's better to read the remote version then. > >=20 > > My proposal is that: let's update it now, then we'll see how often it'l= l > > require attention. Too often means removing the port. >=20 > I believe it rerolled at least 3 times in a month. > The port is a PITA. The last time it wasn't valid for even a week. > If the documentation were stored, it could be updated by the maintainer > at regular intervals without surprises (say every 90 days) but then yes, > it would be out of date by up to 89 days. >=20 > Your call, but I've already seen this port in action. I know what is > going to happen already. >=20 > John Understood. Let's remove it then. --=-8g10MLbwNQmI+NWKegzd Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAABAgAGBQJTHrYMAAoJECNkWbjnbjuiaOgP/0hNUqLjKmfIKyjuCVyKLQvS EeZ5oDoPxodfcpYNGU7x+HjSmMQBuCRPTXBnPQCNqFJYQUvCCrFtQfLprn1TMIwZ M6LgEb/SxBjYC47OxOYbbHLLqvkV3ZHOa7zBxBWpVnFTnowvSomfp+rWi9zE2Ovf YlhpZkXrFYZsPv3xccPbGP3v+ISsBd+Ovqh6uvW08AH+a7AOZ6nQEIpPd2mCFaxU VBpuWDu5Ghrn4EAXZSHsrTzM7sPYof1e6FRV4XRmbIg/m/qvRJAJNRdEq3X8BgLF 4v0SxIXIRnA4pABRsS3aSKwFRHcrzVBwAdpx8BQfQkWZW3DtKdD24HUdxuoC3FJB 1uTI77cu7HGo8MSgW0DHG3GuEQ4nAzD0t+yrUQOhMHx+RtNtNucSDYnq04ABjkdn rLMJPy8Bq0aOUwc1i+PVsMiHBuV+3frD1imKpT8KqXcXglqePaEVRThptWK/fC9H JFLYmHnuyNBmZy0+4xLrM2LY6bgJRR4JqveZR1gvqdhkG/ZpT/SuCJZQRtb/giuT nNRLGrZIbQHhSLQunVZWOERjd9jtV+Vq7QCRpgfhxEakW+HjITYOhpRKYoNJK0te tbrdYGObNB0GyLlYWInBzhqOdjlwPqyQRP+lLsmbMOMg+w/W9VmW4sErCZrfiGDw +Wg6H0+ZcH6AfD7JcS9a =dJ3u -----END PGP SIGNATURE----- --=-8g10MLbwNQmI+NWKegzd-- From owner-freebsd-ruby@FreeBSD.ORG Tue Mar 11 17:09:15 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 062433E2 for ; Tue, 11 Mar 2014 17:09:15 +0000 (UTC) Received: from mailhost.dlr.de (mailhost.dlr.de [129.247.252.32]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 674A9F09 for ; Tue, 11 Mar 2014 17:09:14 +0000 (UTC) Received: from DLREXHUB01.intra.dlr.de (172.21.152.130) by dlrexedge01.dlr.de (172.21.163.100) with Microsoft SMTP Server (TLS) id 14.3.174.1; Tue, 11 Mar 2014 18:07:21 +0100 Received: from KNOP-BEAGLE.kn.op.dlr.de (129.247.178.136) by smtp.dlr.de (172.21.152.151) with Microsoft SMTP Server (TLS) id 14.3.174.1; Tue, 11 Mar 2014 18:07:21 +0100 Date: Tue, 11 Mar 2014 18:08:06 +0100 From: Harti Brandt X-X-Sender: brandt_h@KNOP-BEAGLE.kn.op.dlr.de To: Subject: ruby19 build error Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-OpenPGP-Key: harti@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="US-ASCII" X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Harti Brandt List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2014 17:09:15 -0000 Hi, when upgrading ruby19 on current I get an error (looks like it is building the documentation): Generating docs for compound vtable... Generating docs for compound vtm... Generating docs for compound wait_data... Generating docs for compound wgetch_arg... Generating docs for compound wgetstr_arg... Generating docs for compound windata... Generating docs for compound write_arg... Generating docs for compound WSAMSG... Generating docs for compound yaml_instruction... Generating docs for compound yielder... Generating docs for compound yyalloc... Generating docs for compound YYSTYPE... Generating docs for compound zone... Generating docs for compound zstream... Generating docs for nested compound zstream::zstream_funcs... Generating namespace index... Generating graph info page... Version of graph_legend : no version available Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file index... Generating file member index... Generating example index... finalizing index lists... Generating dot graphs using 9 parallel threads... Running dot for graph 1/494 Running dot for graph 2/494 Running dot for graph 3/494 Running dot for graph 4/494 Running dot for graph 5/494 Running dot for graph 6/494 Running dot for graph 7/494 Running dot for graph 8/494 Running dot for graph 9/494 Running dot for graph 10/494 Running dot for graph 11/494 Running dot for graph 12/494 Running dot for graph 13/494 Running dot for graph 14/494 Running dot for graph 15/494 Running dot for graph 16/494 Running dot for graph 17/494 Running dot for graph 18/494 Running dot for graph 19/494 Running dot for graph 20/494 Running dot for graph 21/494 Running dot for graph 22/494 Running dot for graph 23/494 Running dot for graph 24/494 Running dot for graph 25/494 Running dot for graph 26/494 Running dot for graph 27/494 Running dot for graph 28/494 Running dot for graph 29/494 Running dot for graph 30/494 Running dot for graph 31/494 Running dot for graph 32/494 Running dot for graph 33/494 Running dot for graph 34/494 Running dot for graph 35/494 Running dot for graph 36/494 Running dot for graph 37/494 Running dot for graph 38/494 Running dot for graph 39/494 Running dot for graph 40/494 Running dot for graph 41/494 Running dot for graph 42/494 Running dot for graph 43/494 Running dot for graph 44/494 Running dot for graph 45/494 Running dot for graph 46/494 Running dot for graph 47/494 Running dot for graph 48/494 Running dot for graph 49/494 Running dot for graph 50/494 Running dot for graph 51/494 Running dot for graph 52/494 Running dot for graph 53/494 Running dot for graph 54/494 Running dot for graph 55/494 Running dot for graph 56/494 Running dot for graph 57/494 Running dot for graph 58/494 Running dot for graph 59/494 Running dot for graph 60/494 Running dot for graph 61/494 Running dot for graph 62/494 Running dot for graph 63/494 Running dot for graph 64/494 Running dot for graph 65/494 Running dot for graph 66/494 Running dot for graph 67/494 Running dot for graph 68/494 Running dot for graph 69/494 Running dot for graph 70/494 Running dot for graph 71/494 Running dot for graph 72/494 Running dot for graph 73/494 Running dot for graph 74/494 Running dot for graph 75/494 Running dot for graph 76/494 Running dot for graph 77/494 Running dot for graph 78/494 Running dot for graph 79/494 Running dot for graph 80/494 Running dot for graph 81/494 Running dot for graph 82/494 Running dot for graph 83/494 Running dot for graph 84/494 Running dot for graph 85/494 Running dot for graph 86/494 Running dot for graph 87/494 Running dot for graph 88/494 Running dot for graph 89/494 Running dot for graph 90/494 Running dot for graph 91/494 Running dot for graph 92/494 Fatal error 'unlock error' at line 341 in file /usr/src/lib/libthr/thread/thr_umtx.c (errno = 0) *** Signal 6 Stop. make[2]: stopped in /var/tmp/ports/software/FreeBSD/ports/lang/ruby19/work/ruby-1.9.3-p484 *** Error code 1 Stop. make[1]: stopped in /software/FreeBSD/ports/lang/ruby19 *** Error code 1 Stop. make: stopped in /software/FreeBSD/ports/lang/ruby19 ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20140311-40846-1pxuzwp env UPGRADE_TOOL=portupgrade UPGRADE_PORT=ruby-1.9.3.448,1 UPGRADE_PORT_VER=1.9.3.448,1 make ** Fix the problem and try again. ---> Build of lang/ruby19 ended at: Tue, 11 Mar 2014 17:28:55 +0100 (consumed 00:10:29) ---> Upgrade of lang/ruby19 ended at: Tue, 11 Mar 2014 17:28:55 +0100 (consumed 00:10:29) ---> ** Upgrade tasks 3: 0 done, 0 ignored, 0 skipped and 1 failed ---> Skipping 'databases/ruby-bdb' (ruby19-bdb-0.6.6_1) because a requisite package 'ruby-1.9.3.448,1' (lang/ruby19) failed (specify -k to force) ---> ** Upgrade tasks 3: 0 done, 0 ignored, 1 skipped and 1 failed ---> Skipping 'ports-mgmt/portupgrade' (portupgrade-2.4.11.2_1,2) because a requisite package 'ruby-1.9.3.448,1' (lang/ruby19) failed (specify -k to force) ---> ** Upgrade tasks 3: 0 done, 0 ignored, 2 skipped and 1 failed ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) ! lang/ruby19 (ruby-1.9.3.448,1) (unknown build error) * databases/ruby-bdb (ruby19-bdb-0.6.6_1) * ports-mgmt/portupgrade (portupgrade-2.4.11.2_1,2) ---> Packages processed: 0 done, 0 ignored, 2 skipped and 1 failed ---> Session ended at: Tue, 11 Mar 2014 17:28:55 +0100 (consumed 00:10:31) Script done on Tue Mar 11 17:28:55 2014 harti [I'm not on ruby@] From owner-freebsd-ruby@FreeBSD.ORG Tue Mar 11 18:44:39 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4A980C2A; Tue, 11 Mar 2014 18:44:39 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E413EE7E; Tue, 11 Mar 2014 18:44:38 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s2BIiSIj055647 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 11 Mar 2014 18:44:33 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s2BIiStQ055646; Tue, 11 Mar 2014 18:44:28 GMT (envelope-from swills) Date: Tue, 11 Mar 2014 18:44:28 +0000 From: Steve Wills To: Harti Brandt Subject: Re: ruby19 build error Message-ID: <20140311184427.GE39855@mouf.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 11 Mar 2014 18:44:33 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2014 18:44:39 -0000 On Tue, Mar 11, 2014 at 06:08:06PM +0100, Harti Brandt wrote: > Hi, > > when upgrading ruby19 on current I get an error (looks like it is building > the documentation): > [snip] > Running dot for graph 89/494 > Running dot for graph 90/494 > Running dot for graph 91/494 > Running dot for graph 92/494 > Fatal error 'unlock error' at line 341 in file /usr/src/lib/libthr/thread/thr_umtx.c (errno = 0) > *** Signal 6 > > Stop. > make[2]: stopped in /var/tmp/ports/software/FreeBSD/ports/lang/ruby19/work/ruby-1.9.3-p484 > *** Error code 1 > > Stop. > make[1]: stopped in /software/FreeBSD/ports/lang/ruby19 > *** Error code 1 > > Stop. > make: stopped in /software/FreeBSD/ports/lang/ruby19 > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20140311-40846-1pxuzwp env UPGRADE_TOOL=portupgrade UPGRADE_PORT=ruby-1.9.3.448,1 UPGRADE_PORT_VER=1.9.3.448,1 make > ** Fix the problem and try again. > ---> Build of lang/ruby19 ended at: Tue, 11 Mar 2014 17:28:55 +0100 (consumed 00:10:29) > ---> Upgrade of lang/ruby19 ended at: Tue, 11 Mar 2014 17:28:55 +0100 (consumed 00:10:29) > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 0 skipped and 1 failed > ---> Skipping 'databases/ruby-bdb' (ruby19-bdb-0.6.6_1) because a requisite package 'ruby-1.9.3.448,1' (lang/ruby19) failed (specify -k to force) > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 1 skipped and 1 failed > ---> Skipping 'ports-mgmt/portupgrade' (portupgrade-2.4.11.2_1,2) because a requisite package 'ruby-1.9.3.448,1' (lang/ruby19) failed (specify -k to force) > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 2 skipped and 1 failed > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > ! lang/ruby19 (ruby-1.9.3.448,1) (unknown build error) > * databases/ruby-bdb (ruby19-bdb-0.6.6_1) > * ports-mgmt/portupgrade (portupgrade-2.4.11.2_1,2) > ---> Packages processed: 0 done, 0 ignored, 2 skipped and 1 failed > ---> Session ended at: Tue, 11 Mar 2014 17:28:55 +0100 (consumed 00:10:31) > > Script done on Tue Mar 11 17:28:55 2014 > What version of FreeBSD are you using? Steve From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 12 05:30:10 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42C849E6; Wed, 12 Mar 2014 05:30:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95EE73C8; Wed, 12 Mar 2014 05:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2C5U9dk076142; Wed, 12 Mar 2014 05:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2C5U9Nf076141; Wed, 12 Mar 2014 05:30:09 GMT (envelope-from edwin) Date: Wed, 12 Mar 2014 05:30:09 GMT Message-Id: <201403120530.s2C5U9Nf076141@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187472: lang/ruby21 -- configure has mistakes/errors relating to pthread detection X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 05:30:10 -0000 Synopsis: lang/ruby21 -- configure has mistakes/errors relating to pthread detection Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 12 05:30:09 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187472 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 12 07:14:48 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6ED0877D; Wed, 12 Mar 2014 07:14:48 +0000 (UTC) Received: from mailhost.dlr.de (mailhost.dlr.de [129.247.252.33]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C9880FE3; Wed, 12 Mar 2014 07:14:47 +0000 (UTC) Received: from DLREXHUB01.intra.dlr.de (172.21.152.130) by dlrexedge02.dlr.de (172.21.163.101) with Microsoft SMTP Server (TLS) id 14.3.174.1; Wed, 12 Mar 2014 08:12:51 +0100 Received: from DLREXMBX01.intra.dlr.de ([fe80::d198:77e5:d411:fccd]) by dlrexhub01.intra.dlr.de ([::1]) with mapi id 14.03.0174.001; Wed, 12 Mar 2014 08:12:50 +0100 From: To: , Subject: RE: ruby19 build error Thread-Topic: ruby19 build error Thread-Index: AQHPPVn6jgoT6XiVPk+y2sCXUjCY3prdCefQ Date: Wed, 12 Mar 2014 07:12:50 +0000 Message-ID: <611243783F62AF48AFB07BC25FA4B1061C68B038@DLREXMBX01.intra.dlr.de> References: <20140311184427.GE39855@mouf.net> In-Reply-To: <20140311184427.GE39855@mouf.net> Accept-Language: en-US, de-DE Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 07:14:48 -0000 This is 11.0-CURRENT r258029 from around mid-november (amd64). I could upda= te it if this is helpful. harti -----Original Message----- From: Steve Wills [mailto:swills@freebsd.org]=20 Sent: Tuesday, March 11, 2014 7:44 PM To: Harti Brandt Cc: ruby@freebsd.org Subject: Re: ruby19 build error On Tue, Mar 11, 2014 at 06:08:06PM +0100, Harti Brandt wrote: > Hi, >=20 > when upgrading ruby19 on current I get an error (looks like it is=20 > building the documentation): >=20 [snip] > Running dot for graph 89/494 > Running dot for graph 90/494 > Running dot for graph 91/494 > Running dot for graph 92/494 > Fatal error 'unlock error' at line 341 in file=20 > /usr/src/lib/libthr/thread/thr_umtx.c (errno =3D 0) > *** Signal 6 >=20 > Stop. > make[2]: stopped in=20 > /var/tmp/ports/software/FreeBSD/ports/lang/ruby19/work/ruby-1.9.3-p484 > *** Error code 1 >=20 > Stop. > make[1]: stopped in /software/FreeBSD/ports/lang/ruby19 > *** Error code 1 >=20 > Stop. > make: stopped in /software/FreeBSD/ports/lang/ruby19 > ** Command failed [exit code 1]: /usr/bin/script -qa=20 > /tmp/portupgrade20140311-40846-1pxuzwp env UPGRADE_TOOL=3Dportupgrade=20 > UPGRADE_PORT=3Druby-1.9.3.448,1 UPGRADE_PORT_VER=3D1.9.3.448,1 make > ** Fix the problem and try again. > ---> Build of lang/ruby19 ended at: Tue, 11 Mar 2014 17:28:55 +0100=20 > ---> (consumed 00:10:29) Upgrade of lang/ruby19 ended at: Tue, 11 Mar=20 > ---> 2014 17:28:55 +0100 (consumed 00:10:29) > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 0 skipped and 1 failed =20 > ---> Skipping 'databases/ruby-bdb' (ruby19-bdb-0.6.6_1) because a=20 > ---> requisite package 'ruby-1.9.3.448,1' (lang/ruby19) failed=20 > ---> (specify -k to force) > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 1 skipped and 1 failed =20 > ---> Skipping 'ports-mgmt/portupgrade' (portupgrade-2.4.11.2_1,2)=20 > ---> because a requisite package 'ruby-1.9.3.448,1' (lang/ruby19)=20 > ---> failed (specify -k to force) > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 2 skipped and 1 failed =20 > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > ! lang/ruby19 (ruby-1.9.3.448,1) (unknown build error) > * databases/ruby-bdb (ruby19-bdb-0.6.6_1) > * ports-mgmt/portupgrade (portupgrade-2.4.11.2_1,2) > ---> Packages processed: 0 done, 0 ignored, 2 skipped and 1 failed =20 > ---> Session ended at: Tue, 11 Mar 2014 17:28:55 +0100 (consumed=20 > ---> 00:10:31) >=20 > Script done on Tue Mar 11 17:28:55 2014 >=20 What version of FreeBSD are you using? Steve From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 12 14:50:10 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 730C6E2; Wed, 12 Mar 2014 14:50:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 491AA5ED; Wed, 12 Mar 2014 14:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2CEoAea074008; Wed, 12 Mar 2014 14:50:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2CEoAlB074003; Wed, 12 Mar 2014 14:50:10 GMT (envelope-from edwin) Date: Wed, 12 Mar 2014 14:50:10 GMT Message-Id: <201403121450.s2CEoAlB074003@freefall.freebsd.org> To: renchap@cocoa-x.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187479: [PATCH] devel/rubygem-mixlib-shellout: update to 1.3.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 14:50:10 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-shellout: update to 1.3.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Mar 12 14:50:10 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187479 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 12 14:50:08 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA659DE; Wed, 12 Mar 2014 14:50:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FD3C5EC; Wed, 12 Mar 2014 14:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2CEo8kl073912; Wed, 12 Mar 2014 14:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2CEo86A073911; Wed, 12 Mar 2014 14:50:08 GMT (envelope-from edwin) Date: Wed, 12 Mar 2014 14:50:08 GMT Message-Id: <201403121450.s2CEo86A073911@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187479: [PATCH] devel/rubygem-mixlib-shellout: update to 1.3.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 14:50:08 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-shellout: update to 1.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 12 14:50:08 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187479 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 12 15:00:08 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA5B2552; Wed, 12 Mar 2014 15:00:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF507773; Wed, 12 Mar 2014 15:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2CF08vU077045; Wed, 12 Mar 2014 15:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2CF085b077044; Wed, 12 Mar 2014 15:00:08 GMT (envelope-from edwin) Date: Wed, 12 Mar 2014 15:00:08 GMT Message-Id: <201403121500.s2CF085b077044@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187481: [NEW PORT] sysutils/rubygem-chef-zero: Self-contained, easy-setup, fast-start in-memory Chef server X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 15:00:09 -0000 Synopsis: [NEW PORT] sysutils/rubygem-chef-zero: Self-contained, easy-setup, fast-start in-memory Chef server Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 12 15:00:08 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187481 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 12 15:00:01 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C465E517 for ; Wed, 12 Mar 2014 15:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2779772 for ; Wed, 12 Mar 2014 15:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2CF01qW076963 for ; Wed, 12 Mar 2014 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2CF01w0076962; Wed, 12 Mar 2014 15:00:01 GMT (envelope-from gnats) Date: Wed, 12 Mar 2014 15:00:01 GMT Message-Id: <201403121500.s2CF01w0076962@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Subject: Re: ports/187479: [PATCH] devel/rubygem-mixlib-shellout: update to 1.3.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2014 15:00:01 -0000 The following reply was made to PR ports/187479; it has been noted by GNATS. From: Edwin Groothuis To: nickdewing@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/187479: [PATCH] devel/rubygem-mixlib-shellout: update to 1.3.0 Date: Wed, 12 Mar 2014 14:50:09 UT Maintainer of devel/rubygem-mixlib-shellout, Please note that PR ports/187479 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/187479 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 13 13:20:09 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D9289E1D; Thu, 13 Mar 2014 13:20:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF2276E5; Thu, 13 Mar 2014 13:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DDK9Tw015955; Thu, 13 Mar 2014 13:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DDK9Ns015954; Thu, 13 Mar 2014 13:20:09 GMT (envelope-from edwin) Date: Thu, 13 Mar 2014 13:20:09 GMT Message-Id: <201403131320.s2DDK9Ns015954@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187530: [MAINTAINER UPDATE] sysutils/rubygem-librarian-puppet 0.9.13 -> 0.9.14 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 13:20:09 -0000 Synopsis: [MAINTAINER UPDATE] sysutils/rubygem-librarian-puppet 0.9.13 -> 0.9.14 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 13 13:20:09 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187530 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 13 13:49:36 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D73CC15; Thu, 13 Mar 2014 13:49:36 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F40979FC; Thu, 13 Mar 2014 13:49:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DDnZK6024492; Thu, 13 Mar 2014 13:49:35 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DDnZtb024491; Thu, 13 Mar 2014 13:49:35 GMT (envelope-from swills) Date: Thu, 13 Mar 2014 13:49:35 GMT Message-Id: <201403131349.s2DDnZtb024491@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187530: [MAINTAINER UPDATE] sysutils/rubygem-librarian-puppet 0.9.13 -> 0.9.14 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 13:49:36 -0000 Synopsis: [MAINTAINER UPDATE] sysutils/rubygem-librarian-puppet 0.9.13 -> 0.9.14 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Thu Mar 13 13:49:35 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187530 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 13 15:20:02 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 339AB6C0 for ; Thu, 13 Mar 2014 15:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1FBD45F3 for ; Thu, 13 Mar 2014 15:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DFK1uI053001 for ; Thu, 13 Mar 2014 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DFK1ck053000; Thu, 13 Mar 2014 15:20:01 GMT (envelope-from gnats) Date: Thu, 13 Mar 2014 15:20:01 GMT Message-Id: <201403131520.s2DFK1ck053000@freefall.freebsd.org> To: ruby@FreeBSD.org From: Andrew Childs Subject: Re: ports/187220: lang/ruby20, lang/ruby21: deadlock with fork, new thread and raise in at_exit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Andrew Childs List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 15:20:02 -0000 The following reply was made to PR ports/187220; it has been noted by GNATS. From: Andrew Childs To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/187220: lang/ruby20, lang/ruby21: deadlock with fork, new thread and raise in at_exit Date: Fri, 14 Mar 2014 04:18:38 +1300 --Apple-Mail=_6EF17525-BDDF-4786-9D79-70524B53C9DD Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 After more debugging, this is yet another case of PCID = (vm.pmap.pcid_enabled=3D=931=94) breaking things. While on that topic, = camlistore (a Go program) is also broken by the same. Regards, Andrew --Apple-Mail=_6EF17525-BDDF-4786-9D79-70524B53C9DD Content-Disposition: attachment; filename=smime.p7s Content-Type: application/pkcs7-signature; name=smime.p7s Content-Transfer-Encoding: base64 MIAGCSqGSIb3DQEHAqCAMIACAQExCzAJBgUrDgMCGgUAMIAGCSqGSIb3DQEHAQAAoIIMeDCCBjQw ggQcoAMCAQICAR4wDQYJKoZIhvcNAQEFBQAwfTELMAkGA1UEBhMCSUwxFjAUBgNVBAoTDVN0YXJ0 Q29tIEx0ZC4xKzApBgNVBAsTIlNlY3VyZSBEaWdpdGFsIENlcnRpZmljYXRlIFNpZ25pbmcxKTAn BgNVBAMTIFN0YXJ0Q29tIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MB4XDTA3MTAyNDIxMDE1NVoX DTE3MTAyNDIxMDE1NVowgYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSsw KQYDVQQLEyJTZWN1cmUgRGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFy dENvbSBDbGFzcyAxIFByaW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQTCCASIwDQYJKoZIhvcN AQEBBQADggEPADCCAQoCggEBAMcJg8zOLdgasSmkLhOrlr6KMoOMpohBllVHrdRvEg/q6r8jR+EK 75xCGhR8ToREoqe7zM9/UnC6TS2y9UKTpT1v7RSMzR0t6ndl0TWBuUr/UXBhPk+Kmy7bI4yW4urC +y7P3/1/X7U8ocb8VpH/Clt+4iq7nirMcNh6qJR+xjOhV+VHzQMALuGYn5KZmc1NbJQYclsGkDxD z2UbFqE2+6vIZoL+jb9x4Pa5gNf1TwSDkOkikZB1xtB4ZqtXThaABSONdfmv/Z1pua3FYxnCFmdr /+N2JLKutIxMYqQOJebr/f/h5t95m4JgrM3Y/w7YX9d7YAL9jvN4SydHsU6n65cCAwEAAaOCAa0w ggGpMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBRTcu2SnODaywFc fH6WNU7y1LhRgjAfBgNVHSMEGDAWgBROC+8apEBbpRdphzDKNGhD0EGu8jBmBggrBgEFBQcBAQRa MFgwJwYIKwYBBQUHMAGGG2h0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9jYTAtBggrBgEFBQcwAoYh aHR0cDovL3d3dy5zdGFydHNzbC5jb20vc2ZzY2EuY3J0MFsGA1UdHwRUMFIwJ6AloCOGIWh0dHA6 Ly93d3cuc3RhcnRzc2wuY29tL3Nmc2NhLmNybDAnoCWgI4YhaHR0cDovL2NybC5zdGFydHNzbC5j b20vc2ZzY2EuY3JsMIGABgNVHSAEeTB3MHUGCysGAQQBgbU3AQIBMGYwLgYIKwYBBQUHAgEWImh0 dHA6Ly93d3cuc3RhcnRzc2wuY29tL3BvbGljeS5wZGYwNAYIKwYBBQUHAgEWKGh0dHA6Ly93d3cu c3RhcnRzc2wuY29tL2ludGVybWVkaWF0ZS5wZGYwDQYJKoZIhvcNAQEFBQADggIBAAqDCH14qywG XLhjjF6uHLkjd02hcdh9hrw+VUsv+q1eeQWB21jWj3kJ96AUlPCoEGZ/ynJNScWy6QMVQjbbMXlt UfO4n4bGGdKo3awPWp61tjAFgraLJgDk+DsSvUD6EowjMTNx25GQgyYJ5RPIzKKR9tQW8gGK+2+R HxkUCTbYFnL6kl8Ch507rUdPPipJ9CgJFws3kDS3gOS5WFMxcjO5DwKfKSETEPrHh7p5shuuNktv sv6hxHTLhiMKX893gxdT3XLS9OKmCv87vkINQcNEcIIoFWbP9HORz9v3vQwR4e3ksLc2JZOAFK+s sS5XMEoznzpihEP0PLc4dCBYjbvSD7kxgDwZ+Aj8Q9PkbvE9sIPP7ON0fz095HdThKjiVJe6vofq +n6b1NBc8XdrQvBmunwxD5nvtTW4vtN6VY7mUCmxsCieuoBJ9OlqmsVWQvifIYf40dJPZkk9YgGT zWLpXDSfLSplbY2LL9C9U0ptvjcDjefLTvqSFc7tw1sEhF0n/qpA2r0GpvkLRDmcSwVyPvmjFBGq Up/pNy8ZuPGQmHwFi2/14+xeSUDG2bwnsYJQG2EdJCB6luQ57GEnTA/yKZSTKI8dDQa8Sd3zfXb1 9mOgSF0bBdXbuKhEpuP9wirslFe6fQ1t5j5R0xi72MZ8ikMu1RQZKCyDbMwazlHiMIIGPDCCBSSg AwIBAgIDCLgSMA0GCSqGSIb3DQEBBQUAMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRD b20gTHRkLjErMCkGA1UECxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYG A1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0EwHhcN MTQwMTIxMDg1NjE3WhcNMTUwMTIyMTMxODIxWjBZMRkwFwYDVQQNExB6VG5MWGxMTjZQNXByRUhj MRowGAYDVQQDDBFsb3JuZUBjb25zLm9yZy5uejEgMB4GCSqGSIb3DQEJARYRbG9ybmVAY29ucy5v cmcubnowggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDhlbCZNtAL7B7567il8+cR2cnd LQRoM9OEEMwyYh3gcS/DsJqX62zM3QrwNyQJQ6pmwhtze3mLT7DUE2OUCURk4njXBL/xvXpOJbRV U0z4Doy1JuhXaFGxrb0h90hQlsdGIixljQNxRbt1Sh18LPWAOW6tcjfNsb0yO0TznJNB6jq0flPx 8fPi7mpuJi63++DRmORBlhdw1f//imyFLp0ySKUNqkpf5ia9nmBdoKx13QkMQtPUZDQmkYxzJEyP o+CWcUvVdSGyzuXBZZQPtWu2u4KTMtgzsfD92ar2cBUpDaUHm5Whuw/rDeQ7KtQ52r0nsrWLJZVy L2cIuKONQocJAgMBAAGjggLXMIIC0zAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHSUEFjAU BggrBgEFBQcDAgYIKwYBBQUHAwQwHQYDVR0OBBYEFGQsrcjGVKs50KaFlx1SmEH40ZZ5MB8GA1Ud IwQYMBaAFFNy7ZKc4NrLAVx8fpY1TvLUuFGCMBwGA1UdEQQVMBOBEWxvcm5lQGNvbnMub3JnLm56 MIIBTAYDVR0gBIIBQzCCAT8wggE7BgsrBgEEAYG1NwECAzCCASowLgYIKwYBBQUHAgEWImh0dHA6 Ly93d3cuc3RhcnRzc2wuY29tL3BvbGljeS5wZGYwgfcGCCsGAQUFBwICMIHqMCcWIFN0YXJ0Q29t IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MAMCAQEagb5UaGlzIGNlcnRpZmljYXRlIHdhcyBpc3N1 ZWQgYWNjb3JkaW5nIHRvIHRoZSBDbGFzcyAxIFZhbGlkYXRpb24gcmVxdWlyZW1lbnRzIG9mIHRo ZSBTdGFydENvbSBDQSBwb2xpY3ksIHJlbGlhbmNlIG9ubHkgZm9yIHRoZSBpbnRlbmRlZCBwdXJw b3NlIGluIGNvbXBsaWFuY2Ugb2YgdGhlIHJlbHlpbmcgcGFydHkgb2JsaWdhdGlvbnMuMDYGA1Ud HwQvMC0wK6ApoCeGJWh0dHA6Ly9jcmwuc3RhcnRzc2wuY29tL2NydHUxLWNybC5jcmwwgY4GCCsG AQUFBwEBBIGBMH8wOQYIKwYBBQUHMAGGLWh0dHA6Ly9vY3NwLnN0YXJ0c3NsLmNvbS9zdWIvY2xh c3MxL2NsaWVudC9jYTBCBggrBgEFBQcwAoY2aHR0cDovL2FpYS5zdGFydHNzbC5jb20vY2VydHMv c3ViLmNsYXNzMS5jbGllbnQuY2EuY3J0MCMGA1UdEgQcMBqGGGh0dHA6Ly93d3cuc3RhcnRzc2wu Y29tLzANBgkqhkiG9w0BAQUFAAOCAQEApPEu/nbtnQbQdJTBssNc3EC80VO7Ag5Iv22PL5iBnVmM 5EccX5LQBUpTxvAyW5c/0atklWHPtNVNBGZ8FHSv5u6nWmdGTqIMleIwNBWlGTd4rERzoF8vufcp iiYqA0yKOl/n6PXBBxkJe1QlrMSBoNvuL9/m9J5mQsNAzy+9ODv/OdkbxRFl3COc514PmCQPZSsW VlROix/GkM4dQGHwB5odAdvjGrsalqfYZY5nlbHy1a/xbKJYUwClbrBx+SiF/SLte2UgehPae3H2 +Wt9tKfL6ARKg9PXJsYfbnHHAzLuGnQ6gXbsz1bEp4Sp9InvrpXqzAZ08HciK4Cl8XJzmDGCA28w ggNrAgEBMIGUMIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UE CxMiU2VjdXJlIERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20g Q2xhc3MgMSBQcmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAwi4EjAJBgUrDgMCGgUAoIIB rzAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xNDAzMTMxNTE4NDBa MCMGCSqGSIb3DQEJBDEWBBROBG28r5CCNdKyQ4A+RzCYWNRiHjCBpQYJKwYBBAGCNxAEMYGXMIGU MIGMMQswCQYDVQQGEwJJTDEWMBQGA1UEChMNU3RhcnRDb20gTHRkLjErMCkGA1UECxMiU2VjdXJl IERpZ2l0YWwgQ2VydGlmaWNhdGUgU2lnbmluZzE4MDYGA1UEAxMvU3RhcnRDb20gQ2xhc3MgMSBQ cmltYXJ5IEludGVybWVkaWF0ZSBDbGllbnQgQ0ECAwi4EjCBpwYLKoZIhvcNAQkQAgsxgZeggZQw gYwxCzAJBgNVBAYTAklMMRYwFAYDVQQKEw1TdGFydENvbSBMdGQuMSswKQYDVQQLEyJTZWN1cmUg RGlnaXRhbCBDZXJ0aWZpY2F0ZSBTaWduaW5nMTgwNgYDVQQDEy9TdGFydENvbSBDbGFzcyAxIFBy aW1hcnkgSW50ZXJtZWRpYXRlIENsaWVudCBDQQIDCLgSMA0GCSqGSIb3DQEBAQUABIIBAGU3FWtW LcggMSjpG7iybuoRyboOc/5+t7GqeHTSXAOKv50QLkmcRkfLdhwAcnT/CqToshNyLEdXPkl52PFK wpeQ29/x/+/yFYd6sgQ8mugl44QILL1mLUKetgynDdX7toxm0tdrA7gZBc8isY/FuL2O42YThf0/ NU46jeMAMSub92xW8IKLUpCDx4Q4DRvvAU/d4LIdJ9j88PZ5LthOcXk30JQCtKYrAICQCKgYCgRs N4fjvFY9NUD7ytaFAY7zMoLW5ge1HtbXel7sZOZYFJgLK9E8k59jdSiCKAs39umu23PU8h+04psb pwaDtO20cahBidStwJGADB+NptAwTEoAAAAAAAA= --Apple-Mail=_6EF17525-BDDF-4786-9D79-70524B53C9DD-- From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 13 16:37:17 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 90B1D29D; Thu, 13 Mar 2014 16:37:17 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 64E64F60; Thu, 13 Mar 2014 16:37:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DGbHgO077499; Thu, 13 Mar 2014 16:37:17 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DGbHOw077498; Thu, 13 Mar 2014 16:37:17 GMT (envelope-from swills) Date: Thu, 13 Mar 2014 16:37:17 GMT Message-Id: <201403131637.s2DGbHOw077498@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187481: [NEW PORT] sysutils/rubygem-chef-zero: Self-contained, easy-setup, fast-start in-memory Chef server X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 16:37:17 -0000 Synopsis: [NEW PORT] sysutils/rubygem-chef-zero: Self-contained, easy-setup, fast-start in-memory Chef server Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Thu Mar 13 16:37:17 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187481 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 13 19:35:45 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B320C34; Thu, 13 Mar 2014 19:35:45 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E0D4659; Thu, 13 Mar 2014 19:35:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DJZiam032819; Thu, 13 Mar 2014 19:35:44 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DJZiK1032818; Thu, 13 Mar 2014 19:35:44 GMT (envelope-from swills) Date: Thu, 13 Mar 2014 19:35:44 GMT Message-Id: <201403131935.s2DJZiK1032818@freefall.freebsd.org> To: nickdewing@gmail.com, swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187479: [PATCH] devel/rubygem-mixlib-shellout: update to 1.3.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 19:35:45 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-shellout: update to 1.3.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Thu Mar 13 19:35:44 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187479 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 13 19:36:29 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F31DEC59; Thu, 13 Mar 2014 19:36:28 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C789B66C; Thu, 13 Mar 2014 19:36:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DJaSuR033114; Thu, 13 Mar 2014 19:36:28 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DJaSDI033113; Thu, 13 Mar 2014 19:36:28 GMT (envelope-from swills) Date: Thu, 13 Mar 2014 19:36:28 GMT Message-Id: <201403131936.s2DJaSDI033113@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187472: lang/ruby21 -- configure has mistakes/errors relating to pthread detection X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 19:36:29 -0000 Synopsis: lang/ruby21 -- configure has mistakes/errors relating to pthread detection Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Thu Mar 13 19:36:28 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187472 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 13 19:36:37 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 44B3DC6D; Thu, 13 Mar 2014 19:36:37 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B0AB670; Thu, 13 Mar 2014 19:36:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DJaaSg033202; Thu, 13 Mar 2014 19:36:36 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DJaaPR033201; Thu, 13 Mar 2014 19:36:36 GMT (envelope-from swills) Date: Thu, 13 Mar 2014 19:36:36 GMT Message-Id: <201403131936.s2DJaaPR033201@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187427: devel/rubygem-highline - update to 1.6.21 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 19:36:37 -0000 Synopsis: devel/rubygem-highline - update to 1.6.21 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Thu Mar 13 19:36:36 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187427 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 13 19:36:44 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18305C7C; Thu, 13 Mar 2014 19:36:44 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E0BB7677; Thu, 13 Mar 2014 19:36:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DJahh6033293; Thu, 13 Mar 2014 19:36:43 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DJah2W033292; Thu, 13 Mar 2014 19:36:43 GMT (envelope-from swills) Date: Thu, 13 Mar 2014 19:36:43 GMT Message-Id: <201403131936.s2DJah2W033292@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187220: lang/ruby20, lang/ruby21: deadlock with fork, new thread and raise in at_exit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 19:36:44 -0000 Synopsis: lang/ruby20, lang/ruby21: deadlock with fork, new thread and raise in at_exit Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Thu Mar 13 19:36:43 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187220 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 13 19:36:53 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1A4AC8C; Thu, 13 Mar 2014 19:36:53 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95E3D679; Thu, 13 Mar 2014 19:36:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DJarvi033383; Thu, 13 Mar 2014 19:36:53 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DJarfC033382; Thu, 13 Mar 2014 19:36:53 GMT (envelope-from swills) Date: Thu, 13 Mar 2014 19:36:53 GMT Message-Id: <201403131936.s2DJarfC033382@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187185: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 19:36:53 -0000 Synopsis: lang/ruby-doc-stdlib: fails to fetch, checksum mismatch Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Thu Mar 13 19:36:53 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187185 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 13 20:30:10 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17EB9A50; Thu, 13 Mar 2014 20:30:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E25D6B85; Thu, 13 Mar 2014 20:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DKU9SG052003; Thu, 13 Mar 2014 20:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DKU9dZ052002; Thu, 13 Mar 2014 20:30:09 GMT (envelope-from edwin) Date: Thu, 13 Mar 2014 20:30:09 GMT Message-Id: <201403132030.s2DKU9dZ052002@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187554: [MAINTAINER] sysutils/rubygem-chef: update to 11.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 20:30:10 -0000 Synopsis: [MAINTAINER] sysutils/rubygem-chef: update to 11.10.4 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 13 20:30:09 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187554 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 13 20:41:08 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64327BC5; Thu, 13 Mar 2014 20:41:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 38DECCC0; Thu, 13 Mar 2014 20:41:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2DKf8jC052330; Thu, 13 Mar 2014 20:41:08 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2DKf85x052329; Thu, 13 Mar 2014 20:41:08 GMT (envelope-from swills) Date: Thu, 13 Mar 2014 20:41:08 GMT Message-Id: <201403132041.s2DKf85x052329@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187554: [MAINTAINER] sysutils/rubygem-chef: update to 11.10.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Mar 2014 20:41:08 -0000 Synopsis: [MAINTAINER] sysutils/rubygem-chef: update to 11.10.4 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Thu Mar 13 20:41:07 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187554 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 21 08:28:07 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BFCB326 for ; Fri, 21 Mar 2014 08:28:07 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 12FCBA22 for ; Fri, 21 Mar 2014 08:28:07 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s2L8S7ao097366 for ; Fri, 21 Mar 2014 08:28:07 GMT (envelope-from linimon@FreeBSD.org) Date: Fri, 21 Mar 2014 08:28:07 GMT Message-Id: <201403210828.s2L8S7ao097366@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Mar 2014 08:28:07 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/ruby-esound broken because: Fails to configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-esound If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Sat Mar 22 16:44:10 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 544E5C1A for ; Sat, 22 Mar 2014 16:44:10 +0000 (UTC) Received: from mail-lb0-x232.google.com (mail-lb0-x232.google.com [IPv6:2a00:1450:4010:c04::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5231F41 for ; Sat, 22 Mar 2014 16:44:09 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id s7so2586480lbd.9 for ; Sat, 22 Mar 2014 09:44:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=LuRjbSdCH4TpwplrXqZSAee+BTWgDYQUs7ieGNEWM7k=; b=DkyhoWKh3CT8bc9RNVEBvi0tb0Doq/nhFjlhL2Qfx0eYkI4VK2MmxFyDtIai83pwC1 rV43hxyrQ3XJke1U9ozD2pmCg4tfNq9IuVCeA4L28DIEBnf2q5RYpFMk6/hfL6cEITiw aqsDJGqm+WjN0oFagIQ5tC0Ps7TpAMlpVDiRGW8Gi8yhGBWnHXLCs6HYuwrJP2VOyaZN eAe+Tzg/r1TTBDLqpogktSsHBBAa3FmhpZtUS/Fdgm550V8UhUGcfOoPY+IXpauaVKGl dWuBBIMSVPY30xTREj1OiXbqNU6k1ZYfGMwfbqR7wnsB/W5kPORI5ptHkDRZLmQVTyTQ mBrQ== MIME-Version: 1.0 X-Received: by 10.152.26.66 with SMTP id j2mr38782326lag.25.1395506647977; Sat, 22 Mar 2014 09:44:07 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.169.68 with HTTP; Sat, 22 Mar 2014 09:44:07 -0700 (PDT) Date: Sat, 22 Mar 2014 09:44:07 -0700 X-Google-Sender-Auth: sa6RcpldJcqMwwWkw6TFVr2ywL4 Message-ID: Subject: Problems running rails app, cannot load such file -- less From: Craig Rodrigues To: freebsd-ruby@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Mar 2014 16:44:10 -0000 Hi, On a system with no rubygems or ruby installed, I did the following: pkg install www/rubygem-rails rails new myapp cd myapp rails server I got this: /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `require': cannot load such file -- less (LoadError) from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `block in require' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in `load_dependency' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `require' from /usr/local/lib/ruby/gems/1.9/gems/tilt-2.0.1/lib/tilt/less.rb:2:in `' from /usr/local/lib/ruby/gems/1.9/gems/sprockets-2.10.1/lib/sprockets.rb:101:in `' from /usr/local/lib/ruby/gems/1.9/gems/sprockets-2.10.1/lib/sprockets.rb:3:in `' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `require' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `block in require' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in `load_dependency' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in `require' from /usr/local/lib/ruby/gems/1.9/gems/sass-rails-3.2.6/lib/sass/rails/railtie.rb:35:in `block in ' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:34:in `call' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:34:in `execute_hook' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:43:in `block in run_load_hooks' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:42:in `each' from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:42:in `run_load_hooks' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/application/bootstrap.rb:69:in `block in ' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:30:in `instance_exec' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:30:in `run' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:55:in `block in run_initializers' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:54:in `each' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:54:in `run_initializers' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/application.rb:136:in `initialize!' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/railtie/configurable.rb:30:in `method_missing' from /usr/home/rodrigc/stupid2/myapp/config/environment.rb:5:in `' from /usr/home/rodrigc/stupid2/myapp/config.ru:3:in `require' from /usr/home/rodrigc/stupid2/myapp/config.ru:3:in `block in
' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:51:in `instance_eval' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:51:in `initialize' from /usr/home/rodrigc/stupid2/myapp/config.ru:in `new' from /usr/home/rodrigc/stupid2/myapp/config.ru:in `
' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:40:in `eval' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:40:in `parse_file' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/server.rb:200:in `app' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands/server.rb:46:in `app' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/server.rb:304:in `wrapped_app' from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/server.rb:254:in `start' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands/server.rb:70:in `start' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands.rb:55:in `block in ' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands.rb:50:in `tap' from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands.rb:50:in `' from script/rails:6:in `require' from script/rails:6:in `
' Looking at: /usr/local/lib/ruby/gems/1.9/gems/tilt-2.0.1/lib/tilt/less.rb I saw: require 'tilt/template' require 'less' I noticed that rubygem-less was not installed, so I did: pkg install www/rubygem-less I tried the above steps again, and got the same traceback. Any ideas? -- Craig From owner-freebsd-ruby@FreeBSD.ORG Sat Mar 22 23:12:31 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15F732B1 for ; Sat, 22 Mar 2014 23:12:31 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8116A1B7 for ; Sat, 22 Mar 2014 23:12:30 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id b8so2687364lan.12 for ; Sat, 22 Mar 2014 16:12:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=ZPWCI8jodi/xiJjvfgHnB5vB1uVbbo5pb3bhtP4DzNw=; b=UocjMsHZ5gisPwju0v+1UTAkEdHVYndP0akJjFmLzCqzq+V/PQstRrUqczb97yzE0g tDPkkAyys2HKApbZjUnzLuhxBFEF2EgkG7XECwmJG/huo/JCdD9yoPRwSAkq7jVj/R8I e9cApFdYRl9YVgQ/xDVraC2yUoGVBmZNgT4Uyo5BPEt4+rgAdSvY59sQe7zkbLSHnWsC ApFP2PpyTiq0x62llXsh/CC/l4Iqc5Suj/r9T+/oKJE9mclY6Ls7qQk38Dv8OuW7TMHF f+fglZ0j2ri4Gr8PAIWwzPCN5El5FzDhx1SEWCBJBWCDIDeXXr1jiS4XDTzmkN6oeoFc y+IA== MIME-Version: 1.0 X-Received: by 10.152.18.229 with SMTP id z5mr39574665lad.27.1395529948615; Sat, 22 Mar 2014 16:12:28 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.169.68 with HTTP; Sat, 22 Mar 2014 16:12:28 -0700 (PDT) In-Reply-To: References: Date: Sat, 22 Mar 2014 16:12:28 -0700 X-Google-Sender-Auth: W6Jju3uS1joULnY02zHnqC_aDOo Message-ID: Subject: Re: Problems running rails app, cannot load such file -- less From: Craig Rodrigues To: freebsd-ruby@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Mar 2014 23:12:31 -0000 Hi, I talked with Steve Wills about this. These problems are due to bad interdependencies between devel/rubygem-sprocket and devel/rubygem-tilt ports. I was able to work around the problem by deleting the rubygem-sprockets port, and manually building and installing the rubygem-sprockets gem from github: https://github.com/sstephenson/sprockets/ Hopefully the next official sprockets release will be soon so this workaround will not be necessary. -- Craig On Sat, Mar 22, 2014 at 9:44 AM, Craig Rodrigues wrote: > Hi, > > On a system with no rubygems or ruby installed, I did the following: > > > pkg install www/rubygem-rails > rails new myapp > cd myapp > rails server > > I got this: > > /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > `require': cannot load such file -- less (LoadError) > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > `block in require' > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in > `load_dependency' > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > `require' > from /usr/local/lib/ruby/gems/1.9/gems/tilt-2.0.1/lib/tilt/less.rb:2:in > `' > from /usr/local/lib/ruby/gems/1.9/gems/sprockets-2.10.1/lib/sprockets.rb:101:in > `' > from /usr/local/lib/ruby/gems/1.9/gems/sprockets-2.10.1/lib/sprockets.rb:3:in > `' > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > `require' > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > `block in require' > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in > `load_dependency' > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > `require' > from /usr/local/lib/ruby/gems/1.9/gems/sass-rails-3.2.6/lib/sass/rails/railtie.rb:35:in > `block in ' > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:34:in > `call' > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:34:in > `execute_hook' > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:43:in > `block in run_load_hooks' > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:42:in > `each' > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:42:in > `run_load_hooks' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/application/bootstrap.rb:69:in > `block in ' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:30:in > `instance_exec' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:30:in > `run' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:55:in > `block in run_initializers' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:54:in > `each' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:54:in > `run_initializers' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/application.rb:136:in > `initialize!' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/railtie/configurable.rb:30:in > `method_missing' > from /usr/home/rodrigc/stupid2/myapp/config/environment.rb:5:in > `' > from /usr/home/rodrigc/stupid2/myapp/config.ru:3:in `require' > from /usr/home/rodrigc/stupid2/myapp/config.ru:3:in `block in
' > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:51:in > `instance_eval' > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:51:in > `initialize' > from /usr/home/rodrigc/stupid2/myapp/config.ru:in `new' > from /usr/home/rodrigc/stupid2/myapp/config.ru:in `
' > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:40:in > `eval' > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:40:in > `parse_file' > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/server.rb:200:in > `app' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands/server.rb:46:in > `app' > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/server.rb:304:in > `wrapped_app' > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/server.rb:254:in > `start' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands/server.rb:70:in > `start' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands.rb:55:in > `block in ' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands.rb:50:in > `tap' > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands.rb:50:in > `' > from script/rails:6:in `require' > from script/rails:6:in `
' > > > > Looking at: /usr/local/lib/ruby/gems/1.9/gems/tilt-2.0.1/lib/tilt/less.rb > > I saw: > > require 'tilt/template' > require 'less' > > I noticed that rubygem-less was not installed, so I did: > > pkg install www/rubygem-less > > I tried the above steps again, and got the same traceback. > > Any ideas? > > -- > Craig From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 23 06:38:00 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AA78EDF2; Sun, 23 Mar 2014 06:38:00 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 396916E8; Sun, 23 Mar 2014 06:38:00 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s2N6bltk011780 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 23 Mar 2014 06:37:52 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s2N6blO1011779; Sun, 23 Mar 2014 06:37:47 GMT (envelope-from swills) Date: Sun, 23 Mar 2014 06:37:47 +0000 From: Steve Wills To: Craig Rodrigues Subject: Re: Problems running rails app, cannot load such file -- less Message-ID: <20140323063744.GD76830@mouf.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Sun, 23 Mar 2014 06:37:52 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Mar 2014 06:38:00 -0000 Hi, Thanks for the report. Committed fixes for this. The main thing you'll want is the sprockets update, but the other rails updates will be good too so that it uses things from ports instead of pulling them in via gem. When testing, be sure to remove things installed via gem and github. Let me know if you run into any other issues. Steve On Sat, Mar 22, 2014 at 04:12:28PM -0700, Craig Rodrigues wrote: > Hi, > > I talked with Steve Wills about this. These problems are due to > bad interdependencies between devel/rubygem-sprocket and > devel/rubygem-tilt ports. > > I was able to work around the problem by deleting the rubygem-sprockets port, > and manually building and installing the rubygem-sprockets gem from > github: https://github.com/sstephenson/sprockets/ > > Hopefully the next official sprockets release will be soon so this > workaround will not be necessary. > > -- > Craig > > > On Sat, Mar 22, 2014 at 9:44 AM, Craig Rodrigues wrote: > > Hi, > > > > On a system with no rubygems or ruby installed, I did the following: > > > > > > pkg install www/rubygem-rails > > rails new myapp > > cd myapp > > rails server > > > > I got this: > > > > /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > > `require': cannot load such file -- less (LoadError) > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > > `block in require' > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in > > `load_dependency' > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > > `require' > > from /usr/local/lib/ruby/gems/1.9/gems/tilt-2.0.1/lib/tilt/less.rb:2:in > > `' > > from /usr/local/lib/ruby/gems/1.9/gems/sprockets-2.10.1/lib/sprockets.rb:101:in > > `' > > from /usr/local/lib/ruby/gems/1.9/gems/sprockets-2.10.1/lib/sprockets.rb:3:in > > `' > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > > `require' > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > > `block in require' > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:236:in > > `load_dependency' > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/dependencies.rb:251:in > > `require' > > from /usr/local/lib/ruby/gems/1.9/gems/sass-rails-3.2.6/lib/sass/rails/railtie.rb:35:in > > `block in ' > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:34:in > > `call' > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:34:in > > `execute_hook' > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:43:in > > `block in run_load_hooks' > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:42:in > > `each' > > from /usr/local/lib/ruby/gems/1.9/gems/activesupport-3.2.17/lib/active_support/lazy_load_hooks.rb:42:in > > `run_load_hooks' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/application/bootstrap.rb:69:in > > `block in ' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:30:in > > `instance_exec' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:30:in > > `run' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:55:in > > `block in run_initializers' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:54:in > > `each' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/initializable.rb:54:in > > `run_initializers' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/application.rb:136:in > > `initialize!' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/railtie/configurable.rb:30:in > > `method_missing' > > from /usr/home/rodrigc/stupid2/myapp/config/environment.rb:5:in > > `' > > from /usr/home/rodrigc/stupid2/myapp/config.ru:3:in `require' > > from /usr/home/rodrigc/stupid2/myapp/config.ru:3:in `block in
' > > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:51:in > > `instance_eval' > > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:51:in > > `initialize' > > from /usr/home/rodrigc/stupid2/myapp/config.ru:in `new' > > from /usr/home/rodrigc/stupid2/myapp/config.ru:in `
' > > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:40:in > > `eval' > > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/builder.rb:40:in > > `parse_file' > > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/server.rb:200:in > > `app' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands/server.rb:46:in > > `app' > > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/server.rb:304:in > > `wrapped_app' > > from /usr/local/lib/ruby/gems/1.9/gems/rack-1.4.5/lib/rack/server.rb:254:in > > `start' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands/server.rb:70:in > > `start' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands.rb:55:in > > `block in ' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands.rb:50:in > > `tap' > > from /usr/local/lib/ruby/gems/1.9/gems/railties-3.2.17/lib/rails/commands.rb:50:in > > `' > > from script/rails:6:in `require' > > from script/rails:6:in `
' > > > > > > > > Looking at: /usr/local/lib/ruby/gems/1.9/gems/tilt-2.0.1/lib/tilt/less.rb > > > > I saw: > > > > require 'tilt/template' > > require 'less' > > > > I noticed that rubygem-less was not installed, so I did: > > > > pkg install www/rubygem-less > > > > I tried the above steps again, and got the same traceback. > > > > Any ideas? > > > > -- > > Craig > _______________________________________________ > freebsd-ruby@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 24 06:16:27 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01DF6CBE; Mon, 24 Mar 2014 06:16:27 +0000 (UTC) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id C4EE0775; Mon, 24 Mar 2014 06:16:26 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id A24E64E641; Mon, 24 Mar 2014 15:16:17 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 6C05975945; Mon, 24 Mar 2014 15:16:17 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 1B41975942; Mon, 24 Mar 2014 15:16:17 +0900 (JST) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] lang/ruby{19, 20, 21}: remove lang/ruby-mode.el from pkg-message. From: Yasuhiro KIMURA X-send-pr-version: 3.114 X-GNATS-Notify: Message-Id: <20140324061617.1B41975942@eastasia.home.utahime.org> Date: Mon, 24 Mar 2014 15:16:17 +0900 (JST) X-Virus-Scanned: ClamAV using ClamSMTP Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 06:16:27 -0000 >Submitter-Id: current-users >Originator: Yasuhiro KIMURA >Organization: >Confidential: no >Synopsis: [PATCH] lang/ruby{19,20,21}: remove lang/ruby-mode.el from pkg-message. >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 10.0-RELEASE amd64 >Environment: System: FreeBSD xxxx 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260673: Thu Jan 23 22:36:39 JST 2014 root@eastasia.home.utahime.org:/usr0/freebsd/src/obj/usr0/freebsd/src/releng_10_0/src/sys/EASTASIA amd64 >Description: Since there isn't lang/ruby-mode.el in ports tree anymore, remove it from pkg-message of ruby ports. >How-To-Repeat: >Fix: --- patch-ruby begins here --- Index: lang/ruby19/pkg-message =================================================================== --- lang/ruby19/pkg-message (revision 348921) +++ lang/ruby19/pkg-message (working copy) @@ -12,7 +12,6 @@ databases/ruby-gdbm: GDBM module x11-toolkits/ruby-tk: Tcl/Tk modules japanese/ruby-tk: Tcl/Tk modules for Japanized Tcl/Tk - lang/ruby-mode.el: Emacs lisp modules Install them as occasion demands. ==== Index: lang/ruby20/pkg-message =================================================================== --- lang/ruby20/pkg-message (revision 348921) +++ lang/ruby20/pkg-message (working copy) @@ -11,7 +11,6 @@ databases/ruby-gdbm: GDBM module x11-toolkits/ruby-tk: Tcl/Tk modules japanese/ruby-tk: Tcl/Tk modules for Japanized Tcl/Tk - lang/ruby-mode.el: Emacs lisp modules Install them as occasion demands. ==== Index: lang/ruby21/pkg-message =================================================================== --- lang/ruby21/pkg-message (revision 348921) +++ lang/ruby21/pkg-message (working copy) @@ -11,7 +11,6 @@ databases/ruby-gdbm: GDBM module x11-toolkits/ruby-tk: Tcl/Tk modules japanese/ruby-tk: Tcl/Tk modules for Japanized Tcl/Tk - lang/ruby-mode.el: Emacs lisp modules Install them as occasion demands. ==== --- patch-ruby ends here --- From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 24 15:06:29 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DAB5268; Mon, 24 Mar 2014 15:06:29 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 51C8BFB7; Mon, 24 Mar 2014 15:06:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2OF6Tiq091820; Mon, 24 Mar 2014 15:06:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2OF6T3c091819; Mon, 24 Mar 2014 15:06:29 GMT (envelope-from linimon) Date: Mon, 24 Mar 2014 15:06:29 GMT Message-Id: <201403241506.s2OF6T3c091819@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/187895: [PATCH] lang/ruby{19, 20, 21}: remove lang/ruby-mode.el from pkg-message. X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 15:06:29 -0000 Synopsis: [PATCH] lang/ruby{19,20,21}: remove lang/ruby-mode.el from pkg-message. Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: linimon Responsible-Changed-When: Mon Mar 24 15:06:14 UTC 2014 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=187895 From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 24 15:09:25 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D852C45C; Mon, 24 Mar 2014 15:09:25 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB269FE1; Mon, 24 Mar 2014 15:09:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2OF9PhZ091973; Mon, 24 Mar 2014 15:09:25 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2OF9PEg091972; Mon, 24 Mar 2014 15:09:25 GMT (envelope-from swills) Date: Mon, 24 Mar 2014 15:09:25 GMT Message-Id: <201403241509.s2OF9PEg091972@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187895: [PATCH] lang/ruby{19, 20, 21}: remove lang/ruby-mode.el from pkg-message. X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 15:09:25 -0000 Synopsis: [PATCH] lang/ruby{19,20,21}: remove lang/ruby-mode.el from pkg-message. Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Mon Mar 24 15:09:25 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187895 From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 24 19:04:56 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE9817D1 for ; Mon, 24 Mar 2014 19:04:56 +0000 (UTC) Received: from smtpin2.utoledo.edu (smtpin2.utoledo.edu [131.183.2.214]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 480D3CD7 for ; Mon, 24 Mar 2014 19:04:55 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhMCACiBMFODtwN/l2dsb2JhbABZg3kfgweJdbcTFg4BAQEBAQgWBzyCTxUbWwIFFgsCCwMCAQIBSw0IAQGHdQWdPI8bnA2GWxeBKY1uglmBSQEDnxaPLoIP X-IronPort-AV: E=Sophos;i="4.97,722,1389762000"; d="scan'208";a="265772021" Received: from dlpint01.utoledo.edu ([131.183.3.127]) by smtpin2.utoledo.edu with ESMTP/TLS/DHE-RSA-AES256-SHA; 24 Mar 2014 15:04:54 -0400 Received: from MSGAPP12.utad.utoledo.edu (msgapp12.utad.utoledo.edu [131.183.3.8]) by dlpint01.utoledo.edu (RSA Interceptor) for ; Mon, 24 Mar 2014 15:04:38 -0400 Received: from [192.168.1.79] (76.238.196.183) by Email.Utoledo.Edu (131.183.3.18) with Microsoft SMTP Server (TLS) id 14.3.169.1; Mon, 24 Mar 2014 15:04:38 -0400 Message-ID: <533081CA.9060507@UToledo.edu> Date: Mon, 24 Mar 2014 15:04:42 -0400 From: Robert Burmeister User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20 MIME-Version: 1.0 To: Subject: FreeBSD Port: devel/ruby-rbbr Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [76.238.196.183] X-RSA-Inspected: yes X-RSA-Classifications: public X-RSA-Action: allow X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 19:04:56 -0000 Index error: > --- describe.x11-wm --- > make_index: /usr/ports/devel/ruby-rbbr: no entry for > /usr/ports/x11-toolkits/ruby-gtk2 > Done. > failed to generate INDEX! > portsdb: index generation error From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 24 20:04:01 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 142AA398 for ; Mon, 24 Mar 2014 20:04:01 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C879F2CE for ; Mon, 24 Mar 2014 20:04:00 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s2OK3pJs049696 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 24 Mar 2014 20:03:56 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s2OK3pR3049695; Mon, 24 Mar 2014 20:03:51 GMT (envelope-from swills) Date: Mon, 24 Mar 2014 20:03:51 +0000 From: Steve Wills To: Robert Burmeister Subject: Re: FreeBSD Port: devel/ruby-rbbr Message-ID: <20140324200350.GA49428@mouf.net> References: <533081CA.9060507@UToledo.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <533081CA.9060507@UToledo.edu> User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Mon, 24 Mar 2014 20:03:56 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Mar 2014 20:04:01 -0000 Sorry, should be fixed now. Steve On Mon, Mar 24, 2014 at 03:04:42PM -0400, Robert Burmeister wrote: > Index error: > > --- describe.x11-wm --- > > make_index: /usr/ports/devel/ruby-rbbr: no entry for > > /usr/ports/x11-toolkits/ruby-gtk2 > > Done. > > failed to generate INDEX! > > portsdb: index generation error > > > _______________________________________________ > freebsd-ruby@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Tue Mar 25 01:36:49 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 011684B5; Tue, 25 Mar 2014 01:36:49 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C6A2237B; Tue, 25 Mar 2014 01:36:48 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s2P1aZBn054231 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 25 Mar 2014 01:36:40 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s2P1aZiw054230; Tue, 25 Mar 2014 01:36:35 GMT (envelope-from swills) Date: Tue, 25 Mar 2014 01:36:34 +0000 From: Steve Wills To: Hartmut.Brandt@dlr.de Subject: Re: ruby19 build error Message-ID: <20140325013631.GA50891@mouf.net> References: <20140311184427.GE39855@mouf.net> <611243783F62AF48AFB07BC25FA4B1061C68B038@DLREXMBX01.intra.dlr.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <611243783F62AF48AFB07BC25FA4B1061C68B038@DLREXMBX01.intra.dlr.de> User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 25 Mar 2014 01:36:41 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: ruby@freebsd.org, harti@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 01:36:49 -0000 Not able to reproduce this, bug I wonder if you're hitting the PCID thing. Try setting the vm.pmap.pcid_enabled sysctl to 1 and see if it goes away? Or upgrade to a version of CURRENT where it's disabled by default. That is, assuming you're on new enough hardware that the feature is available. Steve On Wed, Mar 12, 2014 at 07:12:50AM +0000, Hartmut.Brandt@dlr.de wrote: > This is 11.0-CURRENT r258029 from around mid-november (amd64). I could update it if this is helpful. > > harti > > -----Original Message----- > From: Steve Wills [mailto:swills@freebsd.org] > Sent: Tuesday, March 11, 2014 7:44 PM > To: Harti Brandt > Cc: ruby@freebsd.org > Subject: Re: ruby19 build error > > On Tue, Mar 11, 2014 at 06:08:06PM +0100, Harti Brandt wrote: > > Hi, > > > > when upgrading ruby19 on current I get an error (looks like it is > > building the documentation): > > > [snip] > > Running dot for graph 89/494 > > Running dot for graph 90/494 > > Running dot for graph 91/494 > > Running dot for graph 92/494 > > Fatal error 'unlock error' at line 341 in file > > /usr/src/lib/libthr/thread/thr_umtx.c (errno = 0) > > *** Signal 6 > > > > Stop. > > make[2]: stopped in > > /var/tmp/ports/software/FreeBSD/ports/lang/ruby19/work/ruby-1.9.3-p484 > > *** Error code 1 > > > > Stop. > > make[1]: stopped in /software/FreeBSD/ports/lang/ruby19 > > *** Error code 1 > > > > Stop. > > make: stopped in /software/FreeBSD/ports/lang/ruby19 > > ** Command failed [exit code 1]: /usr/bin/script -qa > > /tmp/portupgrade20140311-40846-1pxuzwp env UPGRADE_TOOL=portupgrade > > UPGRADE_PORT=ruby-1.9.3.448,1 UPGRADE_PORT_VER=1.9.3.448,1 make > > ** Fix the problem and try again. > > ---> Build of lang/ruby19 ended at: Tue, 11 Mar 2014 17:28:55 +0100 > > ---> (consumed 00:10:29) Upgrade of lang/ruby19 ended at: Tue, 11 Mar > > ---> 2014 17:28:55 +0100 (consumed 00:10:29) > > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 0 skipped and 1 failed > > ---> Skipping 'databases/ruby-bdb' (ruby19-bdb-0.6.6_1) because a > > ---> requisite package 'ruby-1.9.3.448,1' (lang/ruby19) failed > > ---> (specify -k to force) > > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 1 skipped and 1 failed > > ---> Skipping 'ports-mgmt/portupgrade' (portupgrade-2.4.11.2_1,2) > > ---> because a requisite package 'ruby-1.9.3.448,1' (lang/ruby19) > > ---> failed (specify -k to force) > > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 2 skipped and 1 failed > > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) > > ! lang/ruby19 (ruby-1.9.3.448,1) (unknown build error) > > * databases/ruby-bdb (ruby19-bdb-0.6.6_1) > > * ports-mgmt/portupgrade (portupgrade-2.4.11.2_1,2) > > ---> Packages processed: 0 done, 0 ignored, 2 skipped and 1 failed > > ---> Session ended at: Tue, 11 Mar 2014 17:28:55 +0100 (consumed > > ---> 00:10:31) > > > > Script done on Tue Mar 11 17:28:55 2014 > > > > What version of FreeBSD are you using? > > Steve > From owner-freebsd-ruby@FreeBSD.ORG Tue Mar 25 13:40:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E315472; Tue, 25 Mar 2014 13:40:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14DDAC38; Tue, 25 Mar 2014 13:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2PDe3xn037808; Tue, 25 Mar 2014 13:40:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2PDe35K037807; Tue, 25 Mar 2014 13:40:03 GMT (envelope-from edwin) Date: Tue, 25 Mar 2014 13:40:03 GMT Message-Id: <201403251340.s2PDe35K037807@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187934: [update] devel/rubygem-pry: update to 0.9.12.6 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 13:40:04 -0000 Synopsis: [update] devel/rubygem-pry: update to 0.9.12.6 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Mar 25 13:40:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187934 From owner-freebsd-ruby@FreeBSD.ORG Tue Mar 25 15:59:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27F546CE; Tue, 25 Mar 2014 15:59:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE7B8E79; Tue, 25 Mar 2014 15:59:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2PFx3nH081167; Tue, 25 Mar 2014 15:59:03 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2PFx3WF081166; Tue, 25 Mar 2014 15:59:03 GMT (envelope-from linimon) Date: Tue, 25 Mar 2014 15:59:03 GMT Message-Id: <201403251559.s2PFx3WF081166@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/187928: lang/ruby{20,21}: support for readline 6.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Mar 2014 15:59:04 -0000 Synopsis: lang/ruby{20,21}: support for readline 6.3 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: linimon Responsible-Changed-When: Tue Mar 25 15:58:39 UTC 2014 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=187928 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 02:00:06 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4AC9A8E1; Wed, 26 Mar 2014 02:00:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 215E1618; Wed, 26 Mar 2014 02:00:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q205hM077410; Wed, 26 Mar 2014 02:00:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q205mJ077409; Wed, 26 Mar 2014 02:00:05 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 02:00:05 GMT Message-Id: <201403260200.s2Q205mJ077409@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187945: [PATCH] devel/rubygem-hoe: update to 3.10.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 02:00:06 -0000 Synopsis: [PATCH] devel/rubygem-hoe: update to 3.10.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 26 02:00:05 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187945 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 02:00:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A6F086D; Wed, 26 Mar 2014 02:00:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3685614; Wed, 26 Mar 2014 02:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q203LH077329; Wed, 26 Mar 2014 02:00:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q203Fp077328; Wed, 26 Mar 2014 02:00:03 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 02:00:03 GMT Message-Id: <201403260200.s2Q203Fp077328@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187943: [PATCH] devel/rubygem-method_source: update to 0.8.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 02:00:04 -0000 Synopsis: [PATCH] devel/rubygem-method_source: update to 0.8.2 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 26 02:00:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187943 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 02:00:11 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 511A8947; Wed, 26 Mar 2014 02:00:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2644661B; Wed, 26 Mar 2014 02:00:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q20B5v077492; Wed, 26 Mar 2014 02:00:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q20A0E077491; Wed, 26 Mar 2014 02:00:10 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 02:00:10 GMT Message-Id: <201403260200.s2Q20A0E077491@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187944: [PATCH] devel/rubygem-minitest: update to 5.3.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 02:00:11 -0000 Synopsis: [PATCH] devel/rubygem-minitest: update to 5.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 26 02:00:10 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187944 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 02:10:03 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B0BB4B2E; Wed, 26 Mar 2014 02:10:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 877E075C; Wed, 26 Mar 2014 02:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q2A3Sb080679; Wed, 26 Mar 2014 02:10:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q2A3Y9080678; Wed, 26 Mar 2014 02:10:03 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 02:10:03 GMT Message-Id: <201403260210.s2Q2A3Y9080678@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187947: [PATCH] devel/rubygem-slop: update to 3.5.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 02:10:03 -0000 Synopsis: [PATCH] devel/rubygem-slop: update to 3.5.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 26 02:10:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187947 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 02:20:13 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87DC9FD4; Wed, 26 Mar 2014 02:20:13 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5EDF583E; Wed, 26 Mar 2014 02:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q2KDRd084993; Wed, 26 Mar 2014 02:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q2KDvb084992; Wed, 26 Mar 2014 02:20:13 GMT (envelope-from edwin) Date: Wed, 26 Mar 2014 02:20:13 GMT Message-Id: <201403260220.s2Q2KDvb084992@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187951: [PATCH] devel/rubygem-timers: update to 2.0.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 02:20:13 -0000 Synopsis: [PATCH] devel/rubygem-timers: update to 2.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Mar 26 02:20:13 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187951 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 03:08:56 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5086AEEB; Wed, 26 Mar 2014 03:08:56 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B90DC7F; Wed, 26 Mar 2014 03:08:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q38tTF000506; Wed, 26 Mar 2014 03:08:55 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q38tpX000505; Wed, 26 Mar 2014 03:08:55 GMT (envelope-from swills) Date: Wed, 26 Mar 2014 03:08:55 GMT Message-Id: <201403260308.s2Q38tpX000505@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187928: lang/ruby{20,21}: support for readline 6.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 03:08:56 -0000 Synopsis: lang/ruby{20,21}: support for readline 6.3 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Wed Mar 26 03:08:55 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187928 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 03:08:59 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9411EEF9; Wed, 26 Mar 2014 03:08:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 67A91C80; Wed, 26 Mar 2014 03:08:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q38xeI000594; Wed, 26 Mar 2014 03:08:59 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q38x6l000593; Wed, 26 Mar 2014 03:08:59 GMT (envelope-from swills) Date: Wed, 26 Mar 2014 03:08:59 GMT Message-Id: <201403260308.s2Q38x6l000593@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187934: [update] devel/rubygem-pry: update to 0.9.12.6 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 03:08:59 -0000 Synopsis: [update] devel/rubygem-pry: update to 0.9.12.6 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Wed Mar 26 03:08:59 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187934 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 03:09:02 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C0D50F07; Wed, 26 Mar 2014 03:09:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 958A1C81; Wed, 26 Mar 2014 03:09:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q392VO000682; Wed, 26 Mar 2014 03:09:02 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q392XJ000681; Wed, 26 Mar 2014 03:09:02 GMT (envelope-from swills) Date: Wed, 26 Mar 2014 03:09:02 GMT Message-Id: <201403260309.s2Q392XJ000681@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187943: [PATCH] devel/rubygem-method_source: update to 0.8.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 03:09:02 -0000 Synopsis: [PATCH] devel/rubygem-method_source: update to 0.8.2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Wed Mar 26 03:09:02 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187943 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 03:09:05 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E1463F15; Wed, 26 Mar 2014 03:09:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6F37C82; Wed, 26 Mar 2014 03:09:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q395Vr000773; Wed, 26 Mar 2014 03:09:05 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q3958T000772; Wed, 26 Mar 2014 03:09:05 GMT (envelope-from swills) Date: Wed, 26 Mar 2014 03:09:05 GMT Message-Id: <201403260309.s2Q3958T000772@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187944: [PATCH] devel/rubygem-minitest: update to 5.3.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 03:09:05 -0000 Synopsis: [PATCH] devel/rubygem-minitest: update to 5.3.1 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Wed Mar 26 03:09:05 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187944 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 03:09:08 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6DB2F23; Wed, 26 Mar 2014 03:09:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ABAC0C83; Wed, 26 Mar 2014 03:09:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q398xc000861; Wed, 26 Mar 2014 03:09:08 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q398IB000860; Wed, 26 Mar 2014 03:09:08 GMT (envelope-from swills) Date: Wed, 26 Mar 2014 03:09:08 GMT Message-Id: <201403260309.s2Q398IB000860@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187945: [PATCH] devel/rubygem-hoe: update to 3.10.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 03:09:08 -0000 Synopsis: [PATCH] devel/rubygem-hoe: update to 3.10.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Wed Mar 26 03:09:08 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187945 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 03:09:12 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33F7EF33; Wed, 26 Mar 2014 03:09:12 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0AA31C85; Wed, 26 Mar 2014 03:09:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q39B60000950; Wed, 26 Mar 2014 03:09:11 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q39B77000949; Wed, 26 Mar 2014 03:09:11 GMT (envelope-from swills) Date: Wed, 26 Mar 2014 03:09:11 GMT Message-Id: <201403260309.s2Q39B77000949@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187947: [PATCH] devel/rubygem-slop: update to 3.5.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 03:09:12 -0000 Synopsis: [PATCH] devel/rubygem-slop: update to 3.5.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Wed Mar 26 03:09:11 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187947 From owner-freebsd-ruby@FreeBSD.ORG Wed Mar 26 03:09:15 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF29DF43; Wed, 26 Mar 2014 03:09:15 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 834A5C87; Wed, 26 Mar 2014 03:09:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2Q39F0s001039; Wed, 26 Mar 2014 03:09:15 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2Q39FBo001038; Wed, 26 Mar 2014 03:09:15 GMT (envelope-from swills) Date: Wed, 26 Mar 2014 03:09:15 GMT Message-Id: <201403260309.s2Q39FBo001038@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187951: [PATCH] devel/rubygem-timers: update to 2.0.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Mar 2014 03:09:15 -0000 Synopsis: [PATCH] devel/rubygem-timers: update to 2.0.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Wed Mar 26 03:09:15 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187951 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 27 00:00:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13B48534; Thu, 27 Mar 2014 00:00:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 DE710E2F; Thu, 27 Mar 2014 00:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R003db012934; Thu, 27 Mar 2014 00:00:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R0037B012933; Thu, 27 Mar 2014 00:00:03 GMT (envelope-from edwin) Date: Thu, 27 Mar 2014 00:00:03 GMT Message-Id: <201403270000.s2R0037B012933@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187992: [PATCH] devel/rubygem-atomic: update to 1.1.16 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 00:00:04 -0000 Synopsis: [PATCH] devel/rubygem-atomic: update to 1.1.16 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 27 00:00:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187992 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 27 00:00:07 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37494598; Thu, 27 Mar 2014 00:00:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 0E83BE30; Thu, 27 Mar 2014 00:00:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0062Q013017; Thu, 27 Mar 2014 00:00:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R006a1013016; Thu, 27 Mar 2014 00:00:06 GMT (envelope-from edwin) Date: Thu, 27 Mar 2014 00:00:06 GMT Message-Id: <201403270000.s2R006a1013016@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187994: [PATCH] devel/rubygem-descendants_tracker: update to 0.0.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 00:00:07 -0000 Synopsis: [PATCH] devel/rubygem-descendants_tracker: update to 0.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 27 00:00:06 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187994 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 27 00:00:10 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49047604; Thu, 27 Mar 2014 00:00:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 1F01CE32; Thu, 27 Mar 2014 00:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R009XL013099; Thu, 27 Mar 2014 00:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R009eR013098; Thu, 27 Mar 2014 00:00:09 GMT (envelope-from edwin) Date: Thu, 27 Mar 2014 00:00:09 GMT Message-Id: <201403270000.s2R009eR013098@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187993: [PATCH] devel/rubygem-grape-entity: update to 0.4.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 00:00:10 -0000 Synopsis: [PATCH] devel/rubygem-grape-entity: update to 0.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 27 00:00:09 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187993 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 27 00:10:09 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C52D880; Thu, 27 Mar 2014 00:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 22007F4F; Thu, 27 Mar 2014 00:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0A8pW022957; Thu, 27 Mar 2014 00:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R0A8d6022955; Thu, 27 Mar 2014 00:10:08 GMT (envelope-from edwin) Date: Thu, 27 Mar 2014 00:10:08 GMT Message-Id: <201403270010.s2R0A8d6022955@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187997: [PATCH] print/rubygem-ttfunk: update to 1.1.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 00:10:09 -0000 Synopsis: [PATCH] print/rubygem-ttfunk: update to 1.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 27 00:10:08 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187997 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 27 00:10:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AA3B828; Thu, 27 Mar 2014 00:10:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 501D1F4E; Thu, 27 Mar 2014 00:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0A4r4022874; Thu, 27 Mar 2014 00:10:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R0A4nF022873; Thu, 27 Mar 2014 00:10:04 GMT (envelope-from edwin) Date: Thu, 27 Mar 2014 00:10:04 GMT Message-Id: <201403270010.s2R0A4nF022873@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187995: [PATH] print/rubygem-prawn-svg: upate to 0.15.0.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 00:10:04 -0000 Synopsis: [PATH] print/rubygem-prawn-svg: upate to 0.15.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 27 00:10:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187995 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 27 00:20:10 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0A038A2A; Thu, 27 Mar 2014 00:20:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 D52C375; Thu, 27 Mar 2014 00:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0K9Gn026828; Thu, 27 Mar 2014 00:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R0K9VO026827; Thu, 27 Mar 2014 00:20:09 GMT (envelope-from edwin) Date: Thu, 27 Mar 2014 00:20:09 GMT Message-Id: <201403270020.s2R0K9VO026827@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188000: [PATCH] www/rubygem-bluecloth: update to 2.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 00:20:10 -0000 Synopsis: [PATCH] www/rubygem-bluecloth: update to 2.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 27 00:20:09 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188000 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 27 00:30:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 614F1214; Thu, 27 Mar 2014 00:30:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 3816617F; Thu, 27 Mar 2014 00:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0U4LG029865; Thu, 27 Mar 2014 00:30:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R0U3Vn029864; Thu, 27 Mar 2014 00:30:03 GMT (envelope-from edwin) Date: Thu, 27 Mar 2014 00:30:03 GMT Message-Id: <201403270030.s2R0U3Vn029864@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188001: [PATCH]: print/rubygem-prawn: update to 1.0.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 00:30:04 -0000 Synopsis: [PATCH]: print/rubygem-prawn: update to 1.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 27 00:30:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188001 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 27 00:40:05 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B02935D7; Thu, 27 Mar 2014 00:40:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 85896299; Thu, 27 Mar 2014 00:40:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0e57F032993; Thu, 27 Mar 2014 00:40:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R0e5cH032992; Thu, 27 Mar 2014 00:40:05 GMT (envelope-from edwin) Date: Thu, 27 Mar 2014 00:40:05 GMT Message-Id: <201403270040.s2R0e5cH032992@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188003: [PATCH]: devel/rubygem-virtus: update to 1.0.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 00:40:05 -0000 Synopsis: [PATCH]: devel/rubygem-virtus: update to 1.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 27 00:40:05 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188003 From owner-freebsd-ruby@FreeBSD.ORG Thu Mar 27 00:50:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 677B56E5; Thu, 27 Mar 2014 00:50:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 3E5E7349; Thu, 27 Mar 2014 00:50:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2R0o4Gm036094; Thu, 27 Mar 2014 00:50:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2R0o4c7036093; Thu, 27 Mar 2014 00:50:04 GMT (envelope-from edwin) Date: Thu, 27 Mar 2014 00:50:04 GMT Message-Id: <201403270050.s2R0o4c7036093@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188004: [PATCH] devel/rubygem-grape: update to 0.6.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2014 00:50:04 -0000 Synopsis: [PATCH] devel/rubygem-grape: update to 0.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Mar 27 00:50:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188004 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 28 20:52:37 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1450F708; Fri, 28 Mar 2014 20:52:37 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 DE2CF131; Fri, 28 Mar 2014 20:52:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SKqaMI099898; Fri, 28 Mar 2014 20:52:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SKqaTG099897; Fri, 28 Mar 2014 20:52:36 GMT (envelope-from edwin) Date: Fri, 28 Mar 2014 20:52:36 GMT Message-Id: <201403282052.s2SKqaTG099897@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/187998: [PATCH]: www/rubygem-thin: update to 1.6.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 20:52:37 -0000 Synopsis: [PATCH]: www/rubygem-thin: update to 1.6.2 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 28 20:52:36 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=187998 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 28 21:37:56 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C13C99F1; Fri, 28 Mar 2014 21:37:56 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 96F32887; Fri, 28 Mar 2014 21:37:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SLbu0j013096; Fri, 28 Mar 2014 21:37:56 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SLbuqB013095; Fri, 28 Mar 2014 21:37:56 GMT (envelope-from swills) Date: Fri, 28 Mar 2014 21:37:56 GMT Message-Id: <201403282137.s2SLbuqB013095@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187992: [PATCH] devel/rubygem-atomic: update to 1.1.16 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 21:37:56 -0000 Synopsis: [PATCH] devel/rubygem-atomic: update to 1.1.16 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 28 21:37:56 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187992 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 28 21:38:00 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C7D19FE; Fri, 28 Mar 2014 21:38:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 E565C88A; Fri, 28 Mar 2014 21:37:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SLbxM3013184; Fri, 28 Mar 2014 21:37:59 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SLbxKT013183; Fri, 28 Mar 2014 21:37:59 GMT (envelope-from swills) Date: Fri, 28 Mar 2014 21:37:59 GMT Message-Id: <201403282137.s2SLbxKT013183@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187993: [PATCH] devel/rubygem-grape-entity: update to 0.4.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 21:38:00 -0000 Synopsis: [PATCH] devel/rubygem-grape-entity: update to 0.4.1 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 28 21:37:59 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187993 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 28 21:38:03 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5F7BA0F; Fri, 28 Mar 2014 21:38:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7A84B88B; Fri, 28 Mar 2014 21:38:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SLc3LA013272; Fri, 28 Mar 2014 21:38:03 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SLc3qb013271; Fri, 28 Mar 2014 21:38:03 GMT (envelope-from swills) Date: Fri, 28 Mar 2014 21:38:03 GMT Message-Id: <201403282138.s2SLc3qb013271@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187994: [PATCH] devel/rubygem-descendants_tracker: update to 0.0.3 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 21:38:03 -0000 Synopsis: [PATCH] devel/rubygem-descendants_tracker: update to 0.0.3 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 28 21:38:03 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187994 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 28 21:38:07 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 167BCA1C; Fri, 28 Mar 2014 21:38:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 E0FB988E; Fri, 28 Mar 2014 21:38:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SLc64J013360; Fri, 28 Mar 2014 21:38:06 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SLc6CM013359; Fri, 28 Mar 2014 21:38:06 GMT (envelope-from swills) Date: Fri, 28 Mar 2014 21:38:06 GMT Message-Id: <201403282138.s2SLc6CM013359@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187995: [PATH] print/rubygem-prawn-svg: upate to 0.15.0.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 21:38:07 -0000 Synopsis: [PATH] print/rubygem-prawn-svg: upate to 0.15.0.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 28 21:38:06 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187995 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 28 21:38:10 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 394ACA2B; Fri, 28 Mar 2014 21:38:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 0E53188F; Fri, 28 Mar 2014 21:38:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SLc9b2013450; Fri, 28 Mar 2014 21:38:09 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SLc9Dm013449; Fri, 28 Mar 2014 21:38:09 GMT (envelope-from swills) Date: Fri, 28 Mar 2014 21:38:09 GMT Message-Id: <201403282138.s2SLc9Dm013449@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187997: [PATCH] print/rubygem-ttfunk: update to 1.1.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 21:38:10 -0000 Synopsis: [PATCH] print/rubygem-ttfunk: update to 1.1.1 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 28 21:38:09 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187997 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 28 21:38:13 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 648A2A2D; Fri, 28 Mar 2014 21:38:13 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 38ECB890; Fri, 28 Mar 2014 21:38:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SLcDMF013539; Fri, 28 Mar 2014 21:38:13 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SLcDWG013538; Fri, 28 Mar 2014 21:38:13 GMT (envelope-from swills) Date: Fri, 28 Mar 2014 21:38:13 GMT Message-Id: <201403282138.s2SLcDWG013538@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/187998: [PATCH]: www/rubygem-thin: update to 1.6.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 21:38:13 -0000 Synopsis: [PATCH]: www/rubygem-thin: update to 1.6.2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 28 21:38:12 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=187998 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 28 21:38:30 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 515E6A7E; Fri, 28 Mar 2014 21:38:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 21D338A1; Fri, 28 Mar 2014 21:38:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SLcTvP013745; Fri, 28 Mar 2014 21:38:29 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SLcTbc013744; Fri, 28 Mar 2014 21:38:29 GMT (envelope-from swills) Date: Fri, 28 Mar 2014 21:38:29 GMT Message-Id: <201403282138.s2SLcTbc013744@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188001: [PATCH]: print/rubygem-prawn: update to 1.0.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 21:38:30 -0000 Synopsis: [PATCH]: print/rubygem-prawn: update to 1.0.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 28 21:38:29 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188001 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 28 21:38:36 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EAF35A9F; Fri, 28 Mar 2014 21:38:36 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 BEC588AA; Fri, 28 Mar 2014 21:38:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SLcaPO013833; Fri, 28 Mar 2014 21:38:36 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SLcaR0013832; Fri, 28 Mar 2014 21:38:36 GMT (envelope-from swills) Date: Fri, 28 Mar 2014 21:38:36 GMT Message-Id: <201403282138.s2SLcaR0013832@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188003: [PATCH]: devel/rubygem-virtus: update to 1.0.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 21:38:37 -0000 Synopsis: [PATCH]: devel/rubygem-virtus: update to 1.0.2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 28 21:38:36 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188003 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 28 21:38:41 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AD3D1AAE; Fri, 28 Mar 2014 21:38:41 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7D3D08AD; Fri, 28 Mar 2014 21:38:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SLcfmf013921; Fri, 28 Mar 2014 21:38:41 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SLcfBL013920; Fri, 28 Mar 2014 21:38:41 GMT (envelope-from swills) Date: Fri, 28 Mar 2014 21:38:41 GMT Message-Id: <201403282138.s2SLcfBL013920@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188004: [PATCH] devel/rubygem-grape: update to 0.6.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 21:38:41 -0000 Synopsis: [PATCH] devel/rubygem-grape: update to 0.6.1 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 28 21:38:41 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188004 From owner-freebsd-ruby@FreeBSD.ORG Fri Mar 28 21:39:01 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B63E5ADF; Fri, 28 Mar 2014 21:39:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 8B53F8BC; Fri, 28 Mar 2014 21:39:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2SLd1tQ014012; Fri, 28 Mar 2014 21:39:01 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2SLd1c2014011; Fri, 28 Mar 2014 21:39:01 GMT (envelope-from swills) Date: Fri, 28 Mar 2014 21:39:01 GMT Message-Id: <201403282139.s2SLd1c2014011@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188000: [PATCH] www/rubygem-bluecloth: update to 2.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 21:39:01 -0000 Synopsis: [PATCH] www/rubygem-bluecloth: update to 2.2.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Fri Mar 28 21:39:01 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188000 From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 30 13:10:05 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45144D8B; Sun, 30 Mar 2014 13:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 1C9D6AF9; Sun, 30 Mar 2014 13:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2UDA4Kt022722; Sun, 30 Mar 2014 13:10:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2UDA4Yw022721; Sun, 30 Mar 2014 13:10:04 GMT (envelope-from edwin) Date: Sun, 30 Mar 2014 13:10:04 GMT Message-Id: <201403301310.s2UDA4Yw022721@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188077: lang/ruby21 : fix build with current readline X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 13:10:05 -0000 Synopsis: lang/ruby21 : fix build with current readline Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 30 13:10:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188077 From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 30 13:30:08 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28654122; Sun, 30 Mar 2014 13:30:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 F3829C70; Sun, 30 Mar 2014 13:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2UDU7m4029497; Sun, 30 Mar 2014 13:30:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2UDU7sj029496; Sun, 30 Mar 2014 13:30:07 GMT (envelope-from edwin) Date: Sun, 30 Mar 2014 13:30:07 GMT Message-Id: <201403301330.s2UDU7sj029496@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188079: databases/ruby-qdbm : fix STR2CSTR usage X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 13:30:08 -0000 Synopsis: databases/ruby-qdbm : fix STR2CSTR usage Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 30 13:30:07 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188079 From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 30 13:48:54 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D12C728; Sun, 30 Mar 2014 13:48:54 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 10067E03; Sun, 30 Mar 2014 13:48:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2UDmr5q035356; Sun, 30 Mar 2014 13:48:53 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2UDmrt8035355; Sun, 30 Mar 2014 13:48:53 GMT (envelope-from swills) Date: Sun, 30 Mar 2014 13:48:53 GMT Message-Id: <201403301348.s2UDmrt8035355@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188077: lang/ruby21 : fix build with current readline X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 13:48:54 -0000 Synopsis: lang/ruby21 : fix build with current readline Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Mar 30 13:48:53 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188077 From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 30 13:48:59 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9BF58735; Sun, 30 Mar 2014 13:48:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 70F8CE04; Sun, 30 Mar 2014 13:48:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2UDmxAi035444; Sun, 30 Mar 2014 13:48:59 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2UDmxan035443; Sun, 30 Mar 2014 13:48:59 GMT (envelope-from swills) Date: Sun, 30 Mar 2014 13:48:59 GMT Message-Id: <201403301348.s2UDmxan035443@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188079: databases/ruby-qdbm : fix STR2CSTR usage X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 13:48:59 -0000 Synopsis: databases/ruby-qdbm : fix STR2CSTR usage Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Mar 30 13:48:59 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188079 From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 30 16:47:10 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87EE126D for ; Sun, 30 Mar 2014 16:47:10 +0000 (UTC) Received: from st11p06mm-asmtp002.mac.com (st11p06mm-asmtp002.mac.com [17.172.124.250]) by mx1.freebsd.org (Postfix) with ESMTP id 4FE75109 for ; Sun, 30 Mar 2014 16:47:10 +0000 (UTC) MIME-version: 1.0 Received: from st11p06mm-spool002.mac.com ([17.172.125.244]) by st11p06mm-asmtp002.mac.com (Oracle Communications Messaging Server 7u4-27.08(7.0.4.27.7) 64bit (built Aug 22 2013)) with ESMTP id <0N39000KDDADFA40@st11p06mm-asmtp002.mac.com> for ruby@freebsd.org; Sun, 30 Mar 2014 09:47:02 -0700 (PDT) Received: from localhost ([17.172.124.223]) by st11p06mm-spool002.mac.com (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTP id <0N3900KKRDADCP50@st11p06mm-spool002.mac.com> for ruby@freebsd.org; Sun, 30 Mar 2014 16:47:01 +0000 (GMT) To: ruby@freebsd.org From: Cyril Kalinchikov Subject: Redmine port Date: Sun, 30 Mar 2014 16:47:01 +0000 (GMT) X-Mailer: iCloud MailClient14B53 MailServer14B.15638 X-Originating-IP: [109.225.20.49] Message-id: <6f02b491-5101-4710-b2fb-45671c7289bf@me.com> x-icloud-spam-score: 34444444 f=me.com; e=me.com; is=no; ir=yes; pp=ham; spf=n/a; dkim=n/a; dmarc=n/a; wl=n/a; pwl=n/a; clxs=n/a; clxl=n/a X-MANTSH: 1TEIXWV4bG1oaGkdHB0lGUkdDRl5PWBoaHBEKTEMXGx0EGx0YBBIZBBscEBseGh8 aEQpYTRdLEQptfhcaEQpMWRcbGhsbEQpZSRcRClleF2hueREKQ04XSxsbGmJCH2hfHHx+GXhzB xh/GxweHRhrEQpYXBcZBBoEHQdNSx0SSEkcTAUbHQQbHRgEEhkEGxwQGx4aHxsRCl5ZF2FITxJ CEQpDWhcbHQQbHRgEGxgfBBgeHhEKQl4XGxEKQkUXbwFCG2xIARtmbnoRCkJOF2xwYHlAHWJSa RpiEQpCTBdkTR14AVl/fB5MehEKQmwXYGcZf0h5TxNpSV4RCkJAF2geUmxgT0lOZkZZEQpCWBd ifFlLYm9eeWJZYREKcGgXZVBbQ21bT35MeE4RCnBoF2waHWBDQ2x4S3gFEQpwaBdtcEhaEkRSY X4fExEKcGgXYkFofR5FcnJJSwURCnBoF2BFf0FpYXseS1gSEQpwbBdlZHhwXGcTSGAcfxEKcEM Xbm9/Hn0bGUx6GHgR X-CLX-Spam: false X-CLX-Score: 1011 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.87,1.0.14,0.0.0000 definitions=2014-03-30_01:2014-03-28,2014-03-30,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=1 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1403300087 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 16:47:10 -0000 Hi,=0A=0AThe Redmine port seems to be currently (2.5.1) broken:=0A=0A=3D=3D= =3D> =C2=A0Patching for redmine-2.5.1=0A=3D=3D=3D> =C2=A0 redmine-2.5.1 de= pends on file: /usr/local/bin/ruby19 - found=0A=3D=3D=3D> =C2=A0Applying e= xtra patch /usr/ports/www/redmine/files/extra-patch-Gemfile=0AIgnoring pre= viously applied (or reversed) patch.=0A1 out of 1 hunks ignored--saving re= jects to ./Gemfile.rej=0A*** [do-patch] Error code 1=0A=0AStop in /usr/por= ts/www/redmine.=0A*** [configure] Error code 1=0A=0AStop in /usr/ports/www= /redmine.=0A** Command failed [exit code 1]: /usr/bin/script -qa /tmp/port= upgrade20140330-38021-1l3oa5z env UPGRADE_TOOL=3Dportupgrade UPGRADE_PORT=3D= redmine-2.3.3_4 UPGRADE_PORT_VER=3D2.3.3_4 make=0A** Fix the problem and t= ry again.=0A=0A= From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 30 21:40:05 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E5D7621; Sun, 30 Mar 2014 21:40:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 E9095D4A; Sun, 30 Mar 2014 21:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2ULe47Q078092; Sun, 30 Mar 2014 21:40:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2ULe4Xb078091; Sun, 30 Mar 2014 21:40:04 GMT (envelope-from edwin) Date: Sun, 30 Mar 2014 21:40:04 GMT Message-Id: <201403302140.s2ULe4Xb078091@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188101: textproc/rubygem-compass is incompatible with current textproc/rubygem-sass (3.3.4) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 21:40:05 -0000 Synopsis: textproc/rubygem-compass is incompatible with current textproc/rubygem-sass (3.3.4) Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Mar 30 21:40:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188101 From owner-freebsd-ruby@FreeBSD.ORG Sun Mar 30 21:49:51 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E6C8B56 for ; Sun, 30 Mar 2014 21:49:51 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CA1AE06 for ; Sun, 30 Mar 2014 21:49:51 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s2ULnfXJ088688 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 30 Mar 2014 21:49:46 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s2ULnfDh088687; Sun, 30 Mar 2014 21:49:41 GMT (envelope-from swills) Date: Sun, 30 Mar 2014 21:49:41 +0000 From: Steve Wills To: Cyril Kalinchikov Subject: Re: Redmine port Message-ID: <20140330214940.GB82693@mouf.net> References: <6f02b491-5101-4710-b2fb-45671c7289bf@me.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <6f02b491-5101-4710-b2fb-45671c7289bf@me.com> User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Sun, 30 Mar 2014 21:49:46 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Mar 2014 21:49:51 -0000 Hi, Fixed in 349685, thanks for the report, sorry for the trouble (and for the duplicate mail). Steve On Sun, Mar 30, 2014 at 04:47:01PM +0000, Cyril Kalinchikov wrote: > Hi, > > The Redmine port seems to be currently (2.5.1) broken: > > ===>  Patching for redmine-2.5.1 > ===>   redmine-2.5.1 depends on file: /usr/local/bin/ruby19 - found > ===>  Applying extra patch /usr/ports/www/redmine/files/extra-patch-Gemfile > Ignoring previously applied (or reversed) patch. > 1 out of 1 hunks ignored--saving rejects to ./Gemfile.rej > *** [do-patch] Error code 1 > > Stop in /usr/ports/www/redmine. > *** [configure] Error code 1 > > Stop in /usr/ports/www/redmine. > ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20140330-38021-1l3oa5z env UPGRADE_TOOL=portupgrade UPGRADE_PORT=redmine-2.3.3_4 UPGRADE_PORT_VER=2.3.3_4 make > ** Fix the problem and try again. > > _______________________________________________ > freebsd-ruby@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Mon Mar 31 00:14:16 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D12EAB8; Mon, 31 Mar 2014 00:14:16 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 A3FA3CA6; Mon, 31 Mar 2014 00:14:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2V0EGYV034757; Mon, 31 Mar 2014 00:14:16 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2V0EGKC034756; Mon, 31 Mar 2014 00:14:16 GMT (envelope-from swills) Date: Mon, 31 Mar 2014 00:14:16 GMT Message-Id: <201403310014.s2V0EGKC034756@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188101: textproc/rubygem-compass is incompatible with current textproc/rubygem-sass (3.3.4) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Mar 2014 00:14:16 -0000 Synopsis: textproc/rubygem-compass is incompatible with current textproc/rubygem-sass (3.3.4) Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Mon Mar 31 00:14:16 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188101 From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 3 01:19:49 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60624BE for ; Thu, 3 Apr 2014 01:19:49 +0000 (UTC) Received: from mail-pb0-x22a.google.com (mail-pb0-x22a.google.com [IPv6:2607:f8b0:400e:c01::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 35D1F2AC for ; Thu, 3 Apr 2014 01:19:49 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id rr13so1022059pbb.15 for ; Wed, 02 Apr 2014 18:19:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=jgvtiwJSVNFOgBSHwV7Wg9H/kYoiM9r79gsNsBl7GcM=; b=FAiX88v4/4PstWUoWNruwxOAKICaTiwhDVUVV+yBqQsktzv4wxl63Mr+9l+OTlh89g +OGbBBNxZmYJdjnH2XntC/ToLAOzyNatAwnj9N3MAcqyUF09OqT0Ni4Gg6i0jc+aYqtu pOHvZFvkfAdWQ+5T5QojwvJieRacHm1zTyYFoJIwq5U72PPAE23dDHI95ozI+ZkHb7tr ICsMZ/29IckxGVxgZERIpEHi/RIIOKYw9dbmaJvWszAeh358PXZDFdlNQ1qdLHU9CIIc XFDhhtwE7629yFXg9RpQDZPvwkwdD9E6W5oWLudKYu0hvSD8KfLpyZeWEcOLXUyR94T0 ZJ+w== X-Received: by 10.68.113.5 with SMTP id iu5mr3812574pbb.60.1396487987920; Wed, 02 Apr 2014 18:19:47 -0700 (PDT) Received: from [192.168.1.100] ([58.20.244.60]) by mx.google.com with ESMTPSA id nx12sm17071803pab.6.2014.04.02.18.19.32 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Apr 2014 18:19:47 -0700 (PDT) Message-ID: <533CB776.7000302@gmail.com> Date: Thu, 03 Apr 2014 09:20:54 +0800 From: abscon User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: ruby@FreeBSD.org Subject: rubygem-compass-0.12.2 does not work on FreeBSD 10.0-RELEASE Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 01:19:49 -0000 Output of uname -a: FreeBSD yywr.gov.cn 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Output of compass -v: /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require': cannot load such file -- sass/script/node (LoadError) from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches/browser_support.rb:1:in `' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:2:in `block in ' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:1:in `each' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:1:in `' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions.rb:9:in `' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:5:in `block in ' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:4:in `each' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:4:in `' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:20:in `block in ' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:8:in `fallback_load_path' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:19:in `' from /usr/local/bin/compass:23:in `load' from /usr/local/bin/compass:23:in `
' Output of sass -v: Sass 3.3.4 (Maptastic Maple) From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 3 01:23:19 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8DAD2151 for ; Thu, 3 Apr 2014 01:23:19 +0000 (UTC) Received: from mail-pa0-x22a.google.com (mail-pa0-x22a.google.com [IPv6:2607:f8b0:400e:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 61B8433C for ; Thu, 3 Apr 2014 01:23:19 +0000 (UTC) Received: by mail-pa0-f42.google.com with SMTP id fb1so1027926pad.29 for ; Wed, 02 Apr 2014 18:23:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; bh=59AH5teQzyyCuNohQIepdYN0Bf3HZr2CnZM2gefPm60=; b=m86K8rdYwPqweNhJwf0Og8HaJ1MgJZ6LULhmYhW3c57Cd+my1U2IvehaGD0PnpVRvl tAxAjCQzOri+snARHrLzcNgYev3Lb9jVJ7fOCNGSteUifoFb9aMKhIMFlgBC80/fyGxb wKq3s7KrHCiOYzCTP0FyxHxXVWjydmOtK1DJuemg+ySNoSTYIvRYymwpcRHDPp3R/+RC TtpzuabzRHlcNCu3Ju+Z9McBIJub4XX5pF9xfqRHrLYey3pF+Y/6dZzRc3pPOGCJfat6 NoQBfLrHIy0rnb6gILs/cB4g8mMHD0VKXGu16k6SFRbIlyANVyoix1ssXvJfMy8+ptBm Cvpg== X-Received: by 10.68.203.39 with SMTP id kn7mr3568746pbc.141.1396488198870; Wed, 02 Apr 2014 18:23:18 -0700 (PDT) Received: from [192.168.1.100] ([58.20.244.60]) by mx.google.com with ESMTPSA id gg3sm7272490pbc.34.2014.04.02.18.23.16 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 02 Apr 2014 18:23:18 -0700 (PDT) Message-ID: <533CB857.3060303@gmail.com> Date: Thu, 03 Apr 2014 09:24:39 +0800 From: abscon User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120907 Thunderbird/15.0.1 MIME-Version: 1.0 To: ruby@FreeBSD.org Subject: rubygem-compass-0.12.2 does not work on FreeBSD 10.0-RELEASE Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 01:23:19 -0000 Output of uname -a: FreeBSD yywr.gov.cn 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Output of compass -v: /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require': cannot load such file -- sass/script/node (LoadError) from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches/browser_support.rb:1:in `' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:2:in `block in ' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:1:in `each' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:1:in `' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions.rb:9:in `' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:5:in `block in ' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:4:in `each' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:4:in `' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:20:in `block in ' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:8:in `fallback_load_path' from /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:19:in `' from /usr/local/bin/compass:23:in `load' from /usr/local/bin/compass:23:in `
' Output of sass -v: Sass 3.3.4 (Maptastic Maple) From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 3 01:56:37 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2ED0D51 for ; Thu, 3 Apr 2014 01:56:37 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A60C57E7 for ; Thu, 3 Apr 2014 01:56:37 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s331uRZZ061475 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 3 Apr 2014 01:56:33 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s331uR69061474; Thu, 3 Apr 2014 01:56:27 GMT (envelope-from swills) Date: Thu, 3 Apr 2014 01:56:27 +0000 From: Steve Wills To: abscon Subject: Re: rubygem-compass-0.12.2 does not work on FreeBSD 10.0-RELEASE Message-ID: <20140403015627.GC51052@mouf.net> References: <533CB857.3060303@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <533CB857.3060303@gmail.com> User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 03 Apr 2014 01:56:33 +0000 (UTC) X-Spam-Status: No, score=3.0 required=4.5 tests=URIBL_SBL autolearn=no version=3.3.2 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 01:56:38 -0000 What version of the compass port do you have installed? If it's not 0.12.2_1, please upgrade to 0.12.2_1 which should pull in rubygem-sass32 3.2.17, which I think should fix this. Steve On Thu, Apr 03, 2014 at 09:24:39AM +0800, abscon wrote: > Output of uname -a: > > FreeBSD yywr.gov.cn 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: > Thu Jan 16 22:34:59 UTC 2014 > root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > > Output of compass -v: > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > `require': cannot load such file -- sass/script/node (LoadError) > from > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > `require' > from > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches/browser_support.rb:1:in > `' > from > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > `require' > from > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > `require' > from > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:2:in > `block in ' > from > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:1:in > `each' > from > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:1:in > `' > from > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > `require' > from > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > `require' > from > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions.rb:9:in > `' > from > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > `require' > from > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > `require' > from > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:5:in > `block in ' > from > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:4:in > `each' > from > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:4:in > `' > from > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > `require' > from > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > `require' > from > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:20:in > `block in ' > from > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:8:in > `fallback_load_path' > from > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:19:in > `' > from /usr/local/bin/compass:23:in `load' > from /usr/local/bin/compass:23:in `
' > > Output of sass -v: > > Sass 3.3.4 (Maptastic Maple) > > > _______________________________________________ > freebsd-ruby@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 3 02:35:18 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E7D81C0 for ; Thu, 3 Apr 2014 02:35:18 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E442EA7C for ; Thu, 3 Apr 2014 02:35:17 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s332Z7wo061953 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 3 Apr 2014 02:35:12 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s332Z7Ie061952; Thu, 3 Apr 2014 02:35:07 GMT (envelope-from swills) Date: Thu, 3 Apr 2014 02:35:07 +0000 From: Steve Wills To: abscon Subject: Re: rubygem-compass-0.12.2 does not work on FreeBSD 10.0-RELEASE Message-ID: <20140403023505.GD51052@mouf.net> References: <533CB857.3060303@gmail.com> <20140403015627.GC51052@mouf.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140403015627.GC51052@mouf.net> User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 03 Apr 2014 02:35:12 +0000 (UTC) X-Spam-Status: No, score=3.0 required=4.5 tests=URIBL_SBL autolearn=no version=3.3.2 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 02:35:18 -0000 I take that back, I've managed to reproduce the issue with that version of the compass port. I assume you have both rubygem-sass and rubygem-sass32 installed. Remove rubygem-sass if you can, assuming you don't use rails or anything else that might need it. It works for me then, but I'll try to figure out how to make it work when both versions are installed. Steve On Thu, Apr 03, 2014 at 01:56:27AM +0000, Steve Wills wrote: > What version of the compass port do you have installed? If it's not 0.12.2_1, > please upgrade to 0.12.2_1 which should pull in rubygem-sass32 3.2.17, which I > think should fix this. > > Steve > > On Thu, Apr 03, 2014 at 09:24:39AM +0800, abscon wrote: > > Output of uname -a: > > > > FreeBSD yywr.gov.cn 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: > > Thu Jan 16 22:34:59 UTC 2014 > > root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > > > > > Output of compass -v: > > > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > `require': cannot load such file -- sass/script/node (LoadError) > > from > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > `require' > > from > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches/browser_support.rb:1:in > > `' > > from > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > `require' > > from > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > `require' > > from > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:2:in > > `block in ' > > from > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:1:in > > `each' > > from > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:1:in > > `' > > from > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > `require' > > from > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > `require' > > from > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions.rb:9:in > > `' > > from > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > `require' > > from > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > `require' > > from > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:5:in > > `block in ' > > from > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:4:in > > `each' > > from > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:4:in > > `' > > from > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > `require' > > from > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > `require' > > from > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:20:in > > `block in ' > > from > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:8:in > > `fallback_load_path' > > from > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:19:in > > `' > > from /usr/local/bin/compass:23:in `load' > > from /usr/local/bin/compass:23:in `
' > > > > Output of sass -v: > > > > Sass 3.3.4 (Maptastic Maple) > > > > > > _______________________________________________ > > freebsd-ruby@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-ruby@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 3 03:24:16 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 333ABA1D for ; Thu, 3 Apr 2014 03:24:16 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E584FEC9 for ; Thu, 3 Apr 2014 03:24:15 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s333O6ge062906 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 3 Apr 2014 03:24:11 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s333O6HI062905; Thu, 3 Apr 2014 03:24:06 GMT (envelope-from swills) Date: Thu, 3 Apr 2014 03:24:06 +0000 From: Steve Wills To: abscon Subject: Re: rubygem-compass-0.12.2 does not work on FreeBSD 10.0-RELEASE Message-ID: <20140403032405.GE51052@mouf.net> References: <533CB857.3060303@gmail.com> <20140403015627.GC51052@mouf.net> <20140403023505.GD51052@mouf.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140403023505.GD51052@mouf.net> User-Agent: Mutt/1.5.22 (2013-10-16) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Thu, 03 Apr 2014 03:24:11 +0000 (UTC) X-Spam-Status: No, score=3.0 required=4.5 tests=URIBL_SBL autolearn=no version=3.3.2 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 03:24:16 -0000 Ok, I think I've fixed this by updating compass to 0.12.4 in r349967. Update to that and see if that solves it for you. For the record, I don't think this was a ports specific issue, I installing the same versions via gem and got the same results. Steve On Thu, Apr 03, 2014 at 02:35:07AM +0000, Steve Wills wrote: > I take that back, I've managed to reproduce the issue with that version of the > compass port. I assume you have both rubygem-sass and rubygem-sass32 installed. > Remove rubygem-sass if you can, assuming you don't use rails or anything else > that might need it. It works for me then, but I'll try to figure out how to > make it work when both versions are installed. > > Steve > > On Thu, Apr 03, 2014 at 01:56:27AM +0000, Steve Wills wrote: > > What version of the compass port do you have installed? If it's not 0.12.2_1, > > please upgrade to 0.12.2_1 which should pull in rubygem-sass32 3.2.17, which I > > think should fix this. > > > > Steve > > > > On Thu, Apr 03, 2014 at 09:24:39AM +0800, abscon wrote: > > > Output of uname -a: > > > > > > FreeBSD yywr.gov.cn 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: > > > Thu Jan 16 22:34:59 UTC 2014 > > > root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 > > > > > > > > > Output of compass -v: > > > > > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > > `require': cannot load such file -- sass/script/node (LoadError) > > > from > > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > > `require' > > > from > > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches/browser_support.rb:1:in > > > `' > > > from > > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > > `require' > > > from > > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > > `require' > > > from > > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:2:in > > > `block in ' > > > from > > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:1:in > > > `each' > > > from > > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions/monkey_patches.rb:1:in > > > `' > > > from > > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > > `require' > > > from > > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > > `require' > > > from > > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass/sass_extensions.rb:9:in > > > `' > > > from > > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > > `require' > > > from > > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > > `require' > > > from > > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:5:in > > > `block in ' > > > from > > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:4:in > > > `each' > > > from > > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/lib/compass.rb:4:in > > > `' > > > from > > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > > `require' > > > from > > > /usr/local/lib/ruby/site_ruby/1.9/rubygems/custom_require.rb:36:in > > > `require' > > > from > > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:20:in > > > `block in ' > > > from > > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:8:in > > > `fallback_load_path' > > > from > > > /usr/local/lib/ruby/gems/1.9/gems/compass-0.12.2/bin/compass:19:in > > > `' > > > from /usr/local/bin/compass:23:in `load' > > > from /usr/local/bin/compass:23:in `
' > > > > > > Output of sass -v: > > > > > > Sass 3.3.4 (Maptastic Maple) > > > > > > > > > _______________________________________________ > > > freebsd-ruby@freebsd.org mailing list > > > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > > > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" > > _______________________________________________ > > freebsd-ruby@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-ruby@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ruby > To unsubscribe, send any mail to "freebsd-ruby-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Sat Apr 5 14:50:05 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98C3ED24; Sat, 5 Apr 2014 14:50:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 6DF4E9C7; Sat, 5 Apr 2014 14:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s35Eo56a027718; Sat, 5 Apr 2014 14:50:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s35Eo59f027717; Sat, 5 Apr 2014 14:50:05 GMT (envelope-from edwin) Date: Sat, 5 Apr 2014 14:50:05 GMT Message-Id: <201404051450.s35Eo59f027717@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188289: [PATCH] sysutils/rubygem-hammer_cli: update to 0.1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 14:50:05 -0000 Synopsis: [PATCH] sysutils/rubygem-hammer_cli: update to 0.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Apr 5 14:50:05 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188289 From owner-freebsd-ruby@FreeBSD.ORG Sat Apr 5 14:50:07 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA3DDD7C; Sat, 5 Apr 2014 14:50:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 B1C3F9C8; Sat, 5 Apr 2014 14:50:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s35Eo7aA027800; Sat, 5 Apr 2014 14:50:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s35Eo788027799; Sat, 5 Apr 2014 14:50:07 GMT (envelope-from edwin) Date: Sat, 5 Apr 2014 14:50:07 GMT Message-Id: <201404051450.s35Eo788027799@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188288: [PATCH] sysutils/rubygem-hammer_cli_foreman: update to 0.1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 14:50:07 -0000 Synopsis: [PATCH] sysutils/rubygem-hammer_cli_foreman: update to 0.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Apr 5 14:50:07 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188288 From owner-freebsd-ruby@FreeBSD.ORG Sat Apr 5 20:00:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1854BC6D; Sat, 5 Apr 2014 20:00:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 E3DCB845; Sat, 5 Apr 2014 20:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s35K03N4023909; Sat, 5 Apr 2014 20:00:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s35K03IU023908; Sat, 5 Apr 2014 20:00:03 GMT (envelope-from edwin) Date: Sat, 5 Apr 2014 20:00:03 GMT Message-Id: <201404052000.s35K03IU023908@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188299: [PATCH] devel/rubygem-kafo_parsers: update to 0.0.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 20:00:04 -0000 Synopsis: [PATCH] devel/rubygem-kafo_parsers: update to 0.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Apr 5 20:00:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188299 From owner-freebsd-ruby@FreeBSD.ORG Sat Apr 5 20:00:06 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 641E2CD0; Sat, 5 Apr 2014 20:00:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 3AFEE846; Sat, 5 Apr 2014 20:00:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s35K06wP023990; Sat, 5 Apr 2014 20:00:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s35K06qg023989; Sat, 5 Apr 2014 20:00:06 GMT (envelope-from edwin) Date: Sat, 5 Apr 2014 20:00:06 GMT Message-Id: <201404052000.s35K06qg023989@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188300: [PATCH] devel/rubygem-kafo: update to 0.5.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2014 20:00:06 -0000 Synopsis: [PATCH] devel/rubygem-kafo: update to 0.5.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Apr 5 20:00:05 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188300 From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 7 08:28:36 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1E4BCFE for ; Mon, 7 Apr 2014 08:28:35 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D4DF59D7 for ; Mon, 7 Apr 2014 08:28:35 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s378SZ6O089859 for ; Mon, 7 Apr 2014 08:28:35 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Apr 2014 08:28:35 GMT Message-Id: <201404070828.s378SZ6O089859@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 08:28:36 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/ruby-esound broken because: Fails to configure build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-esound portname: devel/rubygem-dep_selector broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-dep_selector portname: graphics/ruby-tgif broken because: Does not compile build errors: http://beefy1.isc.freebsd.org/bulk/10-release-i386-RELENG10_0/latest/logs/errors/ruby19-tgif-20010408_12.log ((not currently populated)) overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-tgif portname: lang/ruby-doc-stdlib broken because: Checksum and size mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ruby-doc-stdlib If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 7 08:29:18 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43EC7F2E for ; Mon, 7 Apr 2014 08:29:18 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 35301A2A for ; Mon, 7 Apr 2014 08:29:18 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s378TIwV005104 for ; Mon, 7 Apr 2014 08:29:18 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Apr 2014 08:29:18 GMT Message-Id: <201404070829.s378TIwV005104@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 08:29:18 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: lang/ruby-doc-stdlib description: Documentation for the Ruby language standard library maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Upstream rerolls frequently, online docs work well expiration date: 2014-04-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ruby-doc-stdlib If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 7 11:07:55 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6626274 for ; Mon, 7 Apr 2014 11:07:55 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 C2870D27 for ; Mon, 7 Apr 2014 11:07:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s37B7tNB072508 for ; Mon, 7 Apr 2014 11:07:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s37B7tx9072506 for ruby@FreeBSD.org; Mon, 7 Apr 2014 11:07:55 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Apr 2014 11:07:55 GMT Message-Id: <201404071107.s37B7tx9072506@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2014 11:07:55 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/188300 ruby [PATCH] devel/rubygem-kafo: update to 0.5.0 o ports/188299 ruby [PATCH] devel/rubygem-kafo_parsers: update to 0.0.2 o ports/188289 ruby [PATCH] sysutils/rubygem-hammer_cli: update to 0.1.0 o ports/188288 ruby [PATCH] sysutils/rubygem-hammer_cli_foreman: update to 4 problems total. From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 8 07:05:52 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 372F28E7; Tue, 8 Apr 2014 07:05:52 +0000 (UTC) Received: from mailhost.dlr.de (mailhost.dlr.de [129.247.252.33]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client CN "mailhost.dlr.de", Issuer "DLR CA - G02" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BB5F31C04; Tue, 8 Apr 2014 07:05:51 +0000 (UTC) Received: from DLREXHUB01.intra.dlr.de (172.21.152.130) by dlrexedge02.dlr.de (172.21.163.101) with Microsoft SMTP Server (TLS) id 14.3.174.1; Tue, 8 Apr 2014 09:05:21 +0200 Received: from KNOP-BEAGLE.kn.op.dlr.de (129.247.178.136) by smtp.dlr.de (172.21.152.151) with Microsoft SMTP Server (TLS) id 14.3.174.1; Tue, 8 Apr 2014 09:05:21 +0200 Date: Tue, 8 Apr 2014 09:05:25 +0200 From: Hartmut Brandt X-X-Sender: brandt_h@KNOP-BEAGLE.kn.op.dlr.de To: Steve Wills Subject: Re: ruby19 build error In-Reply-To: <20140325013631.GA50891@mouf.net> Message-ID: References: <20140311184427.GE39855@mouf.net> <611243783F62AF48AFB07BC25FA4B1061C68B038@DLREXMBX01.intra.dlr.de> <20140325013631.GA50891@mouf.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2014 07:05:52 -0000 On Tue, 25 Mar 2014, Steve Wills wrote: SW>Not able to reproduce this, bug I wonder if you're hitting the PCID thing. Try SW>setting the vm.pmap.pcid_enabled sysctl to 1 and see if it goes away? Or SW>upgrade to a version of CURRENT where it's disabled by default. That is, SW>assuming you're on new enough hardware that the feature is available. Hi Steve, I've upgraded in the meantime to a more recent current and now it works. I did not follow the pcid_enabled discussion, just to mention: it is set to 0 on my machine and ruby builds fine. thanks, harti SW>On Wed, Mar 12, 2014 at 07:12:50AM +0000, Hartmut.Brandt@dlr.de wrote: SW>> This is 11.0-CURRENT r258029 from around mid-november (amd64). I could update it if this is helpful. SW>> SW>> harti SW>> SW>> -----Original Message----- SW>> From: Steve Wills [mailto:swills@freebsd.org] SW>> Sent: Tuesday, March 11, 2014 7:44 PM SW>> To: Harti Brandt SW>> Cc: ruby@freebsd.org SW>> Subject: Re: ruby19 build error SW>> SW>> On Tue, Mar 11, 2014 at 06:08:06PM +0100, Harti Brandt wrote: SW>> > Hi, SW>> > SW>> > when upgrading ruby19 on current I get an error (looks like it is SW>> > building the documentation): SW>> > SW>> [snip] SW>> > Running dot for graph 89/494 SW>> > Running dot for graph 90/494 SW>> > Running dot for graph 91/494 SW>> > Running dot for graph 92/494 SW>> > Fatal error 'unlock error' at line 341 in file SW>> > /usr/src/lib/libthr/thread/thr_umtx.c (errno = 0) SW>> > *** Signal 6 SW>> > SW>> > Stop. SW>> > make[2]: stopped in SW>> > /var/tmp/ports/software/FreeBSD/ports/lang/ruby19/work/ruby-1.9.3-p484 SW>> > *** Error code 1 SW>> > SW>> > Stop. SW>> > make[1]: stopped in /software/FreeBSD/ports/lang/ruby19 SW>> > *** Error code 1 SW>> > SW>> > Stop. SW>> > make: stopped in /software/FreeBSD/ports/lang/ruby19 SW>> > ** Command failed [exit code 1]: /usr/bin/script -qa SW>> > /tmp/portupgrade20140311-40846-1pxuzwp env UPGRADE_TOOL=portupgrade SW>> > UPGRADE_PORT=ruby-1.9.3.448,1 UPGRADE_PORT_VER=1.9.3.448,1 make SW>> > ** Fix the problem and try again. SW>> > ---> Build of lang/ruby19 ended at: Tue, 11 Mar 2014 17:28:55 +0100 SW>> > ---> (consumed 00:10:29) Upgrade of lang/ruby19 ended at: Tue, 11 Mar SW>> > ---> 2014 17:28:55 +0100 (consumed 00:10:29) SW>> > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 0 skipped and 1 failed SW>> > ---> Skipping 'databases/ruby-bdb' (ruby19-bdb-0.6.6_1) because a SW>> > ---> requisite package 'ruby-1.9.3.448,1' (lang/ruby19) failed SW>> > ---> (specify -k to force) SW>> > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 1 skipped and 1 failed SW>> > ---> Skipping 'ports-mgmt/portupgrade' (portupgrade-2.4.11.2_1,2) SW>> > ---> because a requisite package 'ruby-1.9.3.448,1' (lang/ruby19) SW>> > ---> failed (specify -k to force) SW>> > ---> ** Upgrade tasks 3: 0 done, 0 ignored, 2 skipped and 1 failed SW>> > ---> Listing the results (+:done / -:ignored / *:skipped / !:failed) SW>> > ! lang/ruby19 (ruby-1.9.3.448,1) (unknown build error) SW>> > * databases/ruby-bdb (ruby19-bdb-0.6.6_1) SW>> > * ports-mgmt/portupgrade (portupgrade-2.4.11.2_1,2) SW>> > ---> Packages processed: 0 done, 0 ignored, 2 skipped and 1 failed SW>> > ---> Session ended at: Tue, 11 Mar 2014 17:28:55 +0100 (consumed SW>> > ---> 00:10:31) SW>> > SW>> > Script done on Tue Mar 11 17:28:55 2014 SW>> > SW>> SW>> What version of FreeBSD are you using? SW>> SW>> Steve SW>> SW> From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 9 20:50:02 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DAE6B4F for ; Wed, 9 Apr 2014 20:50:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 3C94A1D98 for ; Wed, 9 Apr 2014 20:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s39Ko1ls036729 for ; Wed, 9 Apr 2014 20:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s39Ko1cE036728; Wed, 9 Apr 2014 20:50:01 GMT (envelope-from gnats) Date: Wed, 9 Apr 2014 20:50:01 GMT Message-Id: <201404092050.s39Ko1cE036728@freefall.freebsd.org> To: ruby@FreeBSD.org From: Michael Moll Subject: Re: ports/188300: [PATCH] devel/rubygem-kafo: update to 0.5.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Michael Moll List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 20:50:02 -0000 The following reply was made to PR ports/188300; it has been noted by GNATS. From: Michael Moll To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/188300: [PATCH] devel/rubygem-kafo: update to 0.5.0 Date: Wed, 9 Apr 2014 22:40:50 +0200 --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Attaching update to 0.5.2. This is a security relevant release: http://theforeman.org/security.html#2014-0135 -- Michael Moll --GvXjxJ+pjyke8COw Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="rubygem-kafo.txt" Index: Makefile =================================================================== --- Makefile (revision 350740) +++ Makefile (working copy) @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= kafo -PORTVERSION= 0.4.0 +PORTVERSION= 0.5.2 CATEGORIES= devel ruby MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= kvedulv@kvedulv.de COMMENT= Ruby framework to create installers LICENSE= GPLv3 @@ -15,7 +15,7 @@ rubygem-highline>=1.6.21:${PORTSDIR}/devel/rubygem-highline \ rubygem-logging>=1.8.1:${PORTSDIR}/devel/rubygem-logging \ rubygem-powerbar>=1.0.11:${PORTSDIR}/devel/rubygem-powerbar \ - rubygem-kafo_parsers>=0.0.1:${PORTSDIR}/devel/rubygem-kafo_parsers \ + rubygem-kafo_parsers>=0.0.2:${PORTSDIR}/devel/rubygem-kafo_parsers \ gsed:${PORTSDIR}/textproc/gsed USE_RUBY= yes Index: distinfo =================================================================== --- distinfo (revision 350740) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/kafo-0.4.0.gem) = 9391c93565d0cedf8818df80df38e5e02f3df7f00c4b47609a22559b2992ff36 -SIZE (rubygem/kafo-0.4.0.gem) = 41472 +SHA256 (rubygem/kafo-0.5.2.gem) = edd5450104d5aba62a8d7e29126ccde5a3cad963a06269d8e538bbab05353ad7 +SIZE (rubygem/kafo-0.5.2.gem) = 43008 Index: files/patch-gemspec =================================================================== --- files/patch-gemspec (revision 350740) +++ files/patch-gemspec (working copy) @@ -1,5 +1,5 @@ ---- kafo-0.4.0.gemspec.orig 2014-03-19 14:35:38.000000000 +0100 -+++ kafo-0.4.0.gemspec 2014-03-19 14:35:58.000000000 +0100 +--- kafo-0.5.2.gemspec.orig 2014-04-05 03:14:21.000000000 +0200 ++++ kafo-0.5.2.gemspec 2014-04-05 03:14:50.000000000 +0200 @@ -109,20 +109,6 @@ - !ruby/object:Gem::Version version: '0' --GvXjxJ+pjyke8COw-- From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 13 02:24:11 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3C05B9C; Sun, 13 Apr 2014 02:24:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 B7EB01897; Sun, 13 Apr 2014 02:24:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3D2OBpO021130; Sun, 13 Apr 2014 02:24:11 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3D2OBOP021129; Sun, 13 Apr 2014 02:24:11 GMT (envelope-from swills) Date: Sun, 13 Apr 2014 02:24:11 GMT Message-Id: <201404130224.s3D2OBOP021129@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188288: [PATCH] sysutils/rubygem-hammer_cli_foreman: update to 0.1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 02:24:12 -0000 Synopsis: [PATCH] sysutils/rubygem-hammer_cli_foreman: update to 0.1.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Apr 13 02:24:11 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188288 From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 13 02:24:20 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 522A0BA9; Sun, 13 Apr 2014 02:24:20 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 28EC31898; Sun, 13 Apr 2014 02:24:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3D2OKwn021220; Sun, 13 Apr 2014 02:24:20 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3D2OJwo021219; Sun, 13 Apr 2014 02:24:19 GMT (envelope-from swills) Date: Sun, 13 Apr 2014 02:24:19 GMT Message-Id: <201404130224.s3D2OJwo021219@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188289: [PATCH] sysutils/rubygem-hammer_cli: update to 0.1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 02:24:20 -0000 Synopsis: [PATCH] sysutils/rubygem-hammer_cli: update to 0.1.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Apr 13 02:24:19 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188289 From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 13 02:24:26 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B34E4BB6; Sun, 13 Apr 2014 02:24:26 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 8848A1899; Sun, 13 Apr 2014 02:24:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3D2OQPX021337; Sun, 13 Apr 2014 02:24:26 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3D2OQS1021336; Sun, 13 Apr 2014 02:24:26 GMT (envelope-from swills) Date: Sun, 13 Apr 2014 02:24:26 GMT Message-Id: <201404130224.s3D2OQS1021336@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188299: [PATCH] devel/rubygem-kafo_parsers: update to 0.0.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 02:24:26 -0000 Synopsis: [PATCH] devel/rubygem-kafo_parsers: update to 0.0.2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Apr 13 02:24:26 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188299 From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 13 02:24:34 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F85CBC3; Sun, 13 Apr 2014 02:24:34 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 3490D189A; Sun, 13 Apr 2014 02:24:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3D2OYGt021428; Sun, 13 Apr 2014 02:24:34 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3D2OYc4021427; Sun, 13 Apr 2014 02:24:34 GMT (envelope-from swills) Date: Sun, 13 Apr 2014 02:24:34 GMT Message-Id: <201404130224.s3D2OYc4021427@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188300: [PATCH] devel/rubygem-kafo: update to 0.5.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 02:24:34 -0000 Synopsis: [PATCH] devel/rubygem-kafo: update to 0.5.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Apr 13 02:24:33 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188300 From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 13 11:48:21 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5FD596D3 for ; Sun, 13 Apr 2014 11:48:21 +0000 (UTC) Received: from tyr.dev001.net (unknown [IPv6:2a01:4f8:191:324::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tyr.dev001.net", Issuer "StartCom Class 1 Primary Intermediate Server CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 24C8D15F4 for ; Sun, 13 Apr 2014 11:48:20 +0000 (UTC) Received: from [10.0.0.11] (d86-33-124-55.cust.tele2.at [86.33.124.55]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by tyr.dev001.net (Postfix) with ESMTPSA id 6A09DE616 for ; Sun, 13 Apr 2014 13:48:18 +0200 (CEST) Message-ID: <1397389697.5945.1.camel@acomputername.local> Subject: rubygem-god rc.d script From: R Hirner To: ruby@FreeBSD.org Date: Sun, 13 Apr 2014 13:48:17 +0200 Organization: bitfire web engineering | www.bitfire.at Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-2.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2014 11:48:21 -0000 Hello, As god is normally used as a system service, I think it would make sense to provide an rc.d script to manage it like all the other services. If you like the idea, I can try to provide a working rc.d script for the port. Thanks for your work and best regards, Ricky From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 14 12:00:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E81B97F; Mon, 14 Apr 2014 12:00:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 163B81D59; Mon, 14 Apr 2014 12:00:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3EC03kl044670; Mon, 14 Apr 2014 12:00:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3EC03jE044667; Mon, 14 Apr 2014 12:00:03 GMT (envelope-from edwin) Date: Mon, 14 Apr 2014 12:00:03 GMT Message-Id: <201404141200.s3EC03jE044667@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188607: [patch] www/redmine: fix permissions and thin option X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2014 12:00:04 -0000 Synopsis: [patch] www/redmine: fix permissions and thin option Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 14 12:00:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188607 From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 15 18:20:05 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FED16CB; Tue, 15 Apr 2014 18:20:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 666921AEC; Tue, 15 Apr 2014 18:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIK5je061834; Tue, 15 Apr 2014 18:20:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FIK5A8061833; Tue, 15 Apr 2014 18:20:05 GMT (envelope-from edwin) Date: Tue, 15 Apr 2014 18:20:05 GMT Message-Id: <201404151820.s3FIK5A8061833@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188666: [PATCH] devel/rubygem-mixlib-shellout: update to 1.4.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:20:05 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-shellout: update to 1.4.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 15 18:20:05 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188666 From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 15 18:20:07 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 59CCF6D1; Tue, 15 Apr 2014 18:20:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 2FE5E1AEE; Tue, 15 Apr 2014 18:20:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIK7oZ061909; Tue, 15 Apr 2014 18:20:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FIK7iM061908; Tue, 15 Apr 2014 18:20:07 GMT (envelope-from edwin) Date: Tue, 15 Apr 2014 18:20:07 GMT Message-Id: <201404151820.s3FIK7iM061908@freefall.freebsd.org> To: renchap@cocoa-x.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188666: [PATCH] devel/rubygem-mixlib-shellout: update to 1.4.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:20:07 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-shellout: update to 1.4.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Apr 15 18:20:06 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188666 From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 15 18:30:01 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A6874A64 for ; Tue, 15 Apr 2014 18:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 942F01C0C for ; Tue, 15 Apr 2014 18:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIU1AS065184 for ; Tue, 15 Apr 2014 18:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FIU1p2065183; Tue, 15 Apr 2014 18:30:01 GMT (envelope-from gnats) Date: Tue, 15 Apr 2014 18:30:01 GMT Message-Id: <201404151830.s3FIU1p2065183@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Subject: Re: ports/188666: [PATCH] devel/rubygem-mixlib-shellout: update to 1.4.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:30:01 -0000 The following reply was made to PR ports/188666; it has been noted by GNATS. From: Edwin Groothuis To: nickdewing@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/188666: [PATCH] devel/rubygem-mixlib-shellout: update to 1.4.0 Date: Tue, 15 Apr 2014 18:20:06 UT Maintainer of devel/rubygem-mixlib-shellout, Please note that PR ports/188666 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188666 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 15 18:30:03 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2AB73A67 for ; Tue, 15 Apr 2014 18:30:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 18B731C10 for ; Tue, 15 Apr 2014 18:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIU2Il065201 for ; Tue, 15 Apr 2014 18:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FIU2ii065200; Tue, 15 Apr 2014 18:30:02 GMT (envelope-from gnats) Date: Tue, 15 Apr 2014 18:30:02 GMT Message-Id: <201404151830.s3FIU2ii065200@freefall.freebsd.org> To: ruby@FreeBSD.org From: Nick Dewing Subject: Re: ports/188666: [PATCH] devel/rubygem-mixlib-shellout: update to 1.4.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Nick Dewing List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:30:03 -0000 The following reply was made to PR ports/188666; it has been noted by GNATS. From: Nick Dewing To: "bug-followup@FreeBSD.org" Cc: Subject: Re: ports/188666: [PATCH] devel/rubygem-mixlib-shellout: update to 1.4.0 Date: Tue, 15 Apr 2014 11:24:04 -0700 Approved. Nick Dewing > On Apr 15, 2014, at 11:20 AM, Edwin Groothuis wrote: > > Maintainer of devel/rubygem-mixlib-shellout, > > Please note that PR ports/188666 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/188666 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 15 18:30:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5C6DAA4; Tue, 15 Apr 2014 18:30:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 9CAE51C14; Tue, 15 Apr 2014 18:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIU4wt065289; Tue, 15 Apr 2014 18:30:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FIU4Au065288; Tue, 15 Apr 2014 18:30:04 GMT (envelope-from edwin) Date: Tue, 15 Apr 2014 18:30:04 GMT Message-Id: <201404151830.s3FIU4Au065288@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188667: [MAINTAINER] sysutils/rubygem-chef: update to 11.12.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:30:04 -0000 Synopsis: [MAINTAINER] sysutils/rubygem-chef: update to 11.12.2 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 15 18:30:04 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188667 From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 15 18:30:06 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BB518AF0; Tue, 15 Apr 2014 18:30:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 927F91C15; Tue, 15 Apr 2014 18:30:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIU6jk065370; Tue, 15 Apr 2014 18:30:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FIU6dt065369; Tue, 15 Apr 2014 18:30:06 GMT (envelope-from edwin) Date: Tue, 15 Apr 2014 18:30:06 GMT Message-Id: <201404151830.s3FIU6dt065369@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188669: [MAINTAINER] sysutils/rubygem-ohai: update to 7.0.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:30:06 -0000 Synopsis: [MAINTAINER] sysutils/rubygem-ohai: update to 7.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 15 18:30:06 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188669 From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 15 18:30:08 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D4E1B14; Tue, 15 Apr 2014 18:30:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 73D351C16; Tue, 15 Apr 2014 18:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIU89L065451; Tue, 15 Apr 2014 18:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FIU8qt065450; Tue, 15 Apr 2014 18:30:08 GMT (envelope-from edwin) Date: Tue, 15 Apr 2014 18:30:08 GMT Message-Id: <201404151830.s3FIU8qt065450@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188668: [MAINTAINER] sysutils/rubygem-chef-zero: update to 2.0.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:30:08 -0000 Synopsis: [MAINTAINER] sysutils/rubygem-chef-zero: update to 2.0.2 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Apr 15 18:30:08 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188668 From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 15 18:40:28 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B4C8CD7B; Tue, 15 Apr 2014 18:40:28 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 8A4391D0D; Tue, 15 Apr 2014 18:40:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIeSqK070449; Tue, 15 Apr 2014 18:40:28 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FIeS2C070397; Tue, 15 Apr 2014 18:40:28 GMT (envelope-from swills) Date: Tue, 15 Apr 2014 18:40:28 GMT Message-Id: <201404151840.s3FIeS2C070397@freefall.freebsd.org> To: nickdewing@gmail.com, swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188666: [PATCH] devel/rubygem-mixlib-shellout: update to 1.4.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:40:28 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-shellout: update to 1.4.0 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Apr 15 18:40:28 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188666 From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 15 18:40:33 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D169D8A; Tue, 15 Apr 2014 18:40:33 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 6357B1D0F; Tue, 15 Apr 2014 18:40:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIeXr1071021; Tue, 15 Apr 2014 18:40:33 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FIeXb1071020; Tue, 15 Apr 2014 18:40:33 GMT (envelope-from swills) Date: Tue, 15 Apr 2014 18:40:33 GMT Message-Id: <201404151840.s3FIeXb1071020@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188667: [MAINTAINER] sysutils/rubygem-chef: update to 11.12.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:40:33 -0000 Synopsis: [MAINTAINER] sysutils/rubygem-chef: update to 11.12.2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Apr 15 18:40:33 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188667 From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 15 18:40:37 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A3FFD98; Tue, 15 Apr 2014 18:40:37 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 10D8C1D11; Tue, 15 Apr 2014 18:40:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIeafv071109; Tue, 15 Apr 2014 18:40:36 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FIeaTe071108; Tue, 15 Apr 2014 18:40:36 GMT (envelope-from swills) Date: Tue, 15 Apr 2014 18:40:36 GMT Message-Id: <201404151840.s3FIeaTe071108@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188668: [MAINTAINER] sysutils/rubygem-chef-zero: update to 2.0.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:40:37 -0000 Synopsis: [MAINTAINER] sysutils/rubygem-chef-zero: update to 2.0.2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Apr 15 18:40:36 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188668 From owner-freebsd-ruby@FreeBSD.ORG Tue Apr 15 18:40:40 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F04DDA6; Tue, 15 Apr 2014 18:40:40 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 435691D14; Tue, 15 Apr 2014 18:40:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3FIee2R071197; Tue, 15 Apr 2014 18:40:40 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3FIeeuZ071196; Tue, 15 Apr 2014 18:40:40 GMT (envelope-from swills) Date: Tue, 15 Apr 2014 18:40:40 GMT Message-Id: <201404151840.s3FIeeuZ071196@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188669: [MAINTAINER] sysutils/rubygem-ohai: update to 7.0.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Apr 2014 18:40:40 -0000 Synopsis: [MAINTAINER] sysutils/rubygem-ohai: update to 7.0.2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Tue Apr 15 18:40:39 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188669 From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 16 13:14:59 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE0959C7; Wed, 16 Apr 2014 13:14:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 C07861D56; Wed, 16 Apr 2014 13:14:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3GDEx3f061004; Wed, 16 Apr 2014 13:14:59 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3GDExdu061003; Wed, 16 Apr 2014 13:14:59 GMT (envelope-from swills) Date: Wed, 16 Apr 2014 13:14:59 GMT Message-Id: <201404161314.s3GDExdu061003@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/188607: [patch] www/redmine: fix permissions and thin option X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Apr 2014 13:15:00 -0000 Synopsis: [patch] www/redmine: fix permissions and thin option Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Wed Apr 16 13:14:59 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=188607 From owner-freebsd-ruby@FreeBSD.ORG Fri Apr 18 00:10:05 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E614721; Fri, 18 Apr 2014 00:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 E88EF1423; Fri, 18 Apr 2014 00:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3I0A4O4070794; Fri, 18 Apr 2014 00:10:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3I0A4vW070793; Fri, 18 Apr 2014 00:10:04 GMT (envelope-from edwin) Date: Fri, 18 Apr 2014 00:10:04 GMT Message-Id: <201404180010.s3I0A4vW070793@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/188741: devel/rubygem-ffi can't load libc on FreeBSD 10 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2014 00:10:05 -0000 Synopsis: devel/rubygem-ffi can't load libc on FreeBSD 10 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 18 00:10:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=188741 From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 21 08:28:31 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C76AE1FE for ; Mon, 21 Apr 2014 08:28:31 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A829B1B47 for ; Mon, 21 Apr 2014 08:28:31 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L8SVdG093266 for ; Mon, 21 Apr 2014 08:28:31 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 21 Apr 2014 08:28:31 GMT Message-Id: <201404210828.s3L8SVdG093266@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 08:28:31 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/ruby-esound broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-esound portname: databases/ruby-msql broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-msql portname: devel/ruby-amstd broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-amstd portname: devel/ruby-avl broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-avl portname: devel/ruby-robjectteam broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-robjectteam portname: devel/rubygem-dep_selector broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-dep_selector portname: graphics/ruby-rmagick broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-rmagick portname: graphics/ruby-tgif broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-tgif portname: japanese/rbnamazu broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rbnamazu portname: japanese/rskkserv broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rskkserv portname: lang/ruby-doc-stdlib broken because: Checksum and size mismatch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ruby-doc-stdlib portname: print/ruby-panda broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ruby-panda portname: textproc/ruby-diff broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-diff portname: textproc/ruby-html-fillinform broken because: Not stage friendly, no more public distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-html-fillinform portname: textproc/ruby-html-template broken because: Not stage friendly, no more public distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-html-template portname: www/ruby-div broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ruby-div If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 21 08:29:02 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1C390405 for ; Mon, 21 Apr 2014 08:29:02 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0DB2B1BA0 for ; Mon, 21 Apr 2014 08:29:02 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s3L8T2aP002305 for ; Mon, 21 Apr 2014 08:29:02 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 21 Apr 2014 08:29:02 GMT Message-Id: <201404210829.s3L8T2aP002305@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: portmgr-feedback@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 08:29:02 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: lang/ruby-doc-stdlib description: Documentation for the Ruby language standard library maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Upstream rerolls frequently, online docs work well expiration date: 2014-04-24 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=lang&portname=ruby-doc-stdlib If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 21 11:08:02 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3EC687D8 for ; Mon, 21 Apr 2014 11:08:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 119031A78 for ; Mon, 21 Apr 2014 11:08:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3LB814E087199 for ; Mon, 21 Apr 2014 11:08:01 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3LB81Z3087197 for ruby@FreeBSD.org; Mon, 21 Apr 2014 11:08:01 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 21 Apr 2014 11:08:01 GMT Message-Id: <201404211108.s3LB81Z3087197@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2014 11:08:02 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/188741 ruby devel/rubygem-ffi can't load libc on FreeBSD 10 1 problem total. From owner-freebsd-ruby@FreeBSD.ORG Sat Apr 26 18:50:09 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 762D9D5B; Sat, 26 Apr 2014 18:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 4CE5318EE; Sat, 26 Apr 2014 18:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QIo9MM018212; Sat, 26 Apr 2014 18:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3QIo9O2018211; Sat, 26 Apr 2014 18:50:09 GMT (envelope-from edwin) Date: Sat, 26 Apr 2014 18:50:09 GMT Message-Id: <201404261850.s3QIo9O2018211@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189035: [PATCH] security/rubygem-net-ssh-multi: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 18:50:09 -0000 Synopsis: [PATCH] security/rubygem-net-ssh-multi: update to 1.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Apr 26 18:50:09 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189035 From owner-freebsd-ruby@FreeBSD.ORG Sat Apr 26 18:50:11 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3868AD61; Sat, 26 Apr 2014 18:50:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 0E97818EF; Sat, 26 Apr 2014 18:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QIoAsl018288; Sat, 26 Apr 2014 18:50:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3QIoAKY018287; Sat, 26 Apr 2014 18:50:10 GMT (envelope-from edwin) Date: Sat, 26 Apr 2014 18:50:10 GMT Message-Id: <201404261850.s3QIoAKY018287@freefall.freebsd.org> To: sunpoet@FreeBSD.org, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189035: [PATCH] security/rubygem-net-ssh-multi: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 18:50:11 -0000 Synopsis: [PATCH] security/rubygem-net-ssh-multi: update to 1.2.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Apr 26 18:50:10 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189035 From owner-freebsd-ruby@FreeBSD.ORG Sat Apr 26 19:00:01 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 48247F1C for ; Sat, 26 Apr 2014 19:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 35DC719BE for ; Sat, 26 Apr 2014 19:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QJ01uv021480 for ; Sat, 26 Apr 2014 19:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3QJ014q021479; Sat, 26 Apr 2014 19:00:01 GMT (envelope-from gnats) Date: Sat, 26 Apr 2014 19:00:01 GMT Message-Id: <201404261900.s3QJ014q021479@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Subject: Re: ports/189035: [PATCH] security/rubygem-net-ssh-multi: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Edwin Groothuis List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 19:00:01 -0000 The following reply was made to PR ports/189035; it has been noted by GNATS. From: Edwin Groothuis To: renchap@cocoa-x.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/189035: [PATCH] security/rubygem-net-ssh-multi: update to 1.2.0 Date: Sat, 26 Apr 2014 18:50:10 UT Maintainer of security/rubygem-net-ssh-multi, Please note that PR ports/189035 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/189035 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Sat Apr 26 19:19:08 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A519A171; Sat, 26 Apr 2014 19:19:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 79B171B27; Sat, 26 Apr 2014 19:19:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3QJJ8jL029381; Sat, 26 Apr 2014 19:19:08 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3QJJ840029380; Sat, 26 Apr 2014 19:19:08 GMT (envelope-from sunpoet) Date: Sat, 26 Apr 2014 19:19:08 GMT Message-Id: <201404261919.s3QJJ840029380@freefall.freebsd.org> To: renchap@cocoa-x.com, sunpoet@FreeBSD.org, ruby@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/189035: [PATCH] security/rubygem-net-ssh-multi: update to 1.2.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2014 19:19:08 -0000 Synopsis: [PATCH] security/rubygem-net-ssh-multi: update to 1.2.0 Responsible-Changed-From-To: ruby->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sat Apr 26 19:19:08 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=189035 From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 28 11:08:03 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65A71C46 for ; Mon, 28 Apr 2014 11:08:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 3931C1BEA for ; Mon, 28 Apr 2014 11:08:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3SB83kq087677 for ; Mon, 28 Apr 2014 11:08:03 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3SB82FA087675 for ruby@FreeBSD.org; Mon, 28 Apr 2014 11:08:02 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 28 Apr 2014 11:08:02 GMT Message-Id: <201404281108.s3SB82FA087675@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2014 11:08:03 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/188741 ruby devel/rubygem-ffi can't load libc on FreeBSD 10 1 problem total. From owner-freebsd-ruby@FreeBSD.ORG Mon May 5 11:07:59 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DBBF658 for ; Mon, 5 May 2014 11:07:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 407081E53 for ; Mon, 5 May 2014 11:07:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s45B7xiF084689 for ; Mon, 5 May 2014 11:07:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s45B7whp084686 for ruby@FreeBSD.org; Mon, 5 May 2014 11:07:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 5 May 2014 11:07:58 GMT Message-Id: <201405051107.s45B7whp084686@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 May 2014 11:07:59 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/188741 ruby devel/rubygem-ffi can't load libc on FreeBSD 10 1 problem total. From owner-freebsd-ruby@FreeBSD.ORG Wed May 7 08:28:35 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDC633AE for ; Wed, 7 May 2014 08:28:35 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EAE8852 for ; Wed, 7 May 2014 08:28:35 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s478SZPP086578 for ; Wed, 7 May 2014 08:28:35 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 7 May 2014 08:28:35 GMT Message-Id: <201405070828.s478SZPP086578@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 May 2014 08:28:35 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/ruby-esound broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-esound portname: databases/ruby-msql broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-msql portname: devel/ruby-amstd broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-amstd portname: devel/ruby-avl broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-avl portname: devel/ruby-robjectteam broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-robjectteam portname: devel/rubygem-dep_selector broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-dep_selector portname: graphics/ruby-rmagick broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-rmagick portname: graphics/ruby-tgif broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-tgif portname: japanese/rbnamazu broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rbnamazu portname: japanese/rskkserv broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rskkserv portname: print/ruby-panda broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ruby-panda portname: textproc/ruby-diff broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-diff portname: textproc/ruby-html-fillinform broken because: Not stage friendly, no more public distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-html-fillinform portname: textproc/ruby-html-template broken because: Not stage friendly, no more public distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-html-template portname: www/ruby-div broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ruby-div If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Thu May 8 10:41:49 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 924BED94 for ; Thu, 8 May 2014 10:41:49 +0000 (UTC) Received: from mail-vc0-x229.google.com (mail-vc0-x229.google.com [IPv6:2607:f8b0:400c:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 53CADC0B for ; Thu, 8 May 2014 10:41:49 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id ij19so2988735vcb.14 for ; Thu, 08 May 2014 03:41:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=i3yZN/+X+dkDq+gnTWNkTxdGAd8uD1Vl7ncLexftIiM=; b=PmbovjjoaABKxT98pXNfyGTPWBMykNBW78q0yGz3xYcHsyX513FUto9cIEL/81IRfE QKdfFXxoA6jOqq88I42rzJgq4qow0/Gpv1FjAV8QbbUPD7RLZG7buPfApe3AJhSj1vkY N4Nu8xwaMcMf9S2tf5fdvEslr4oLR/v//+rHuEKnnGv9ZesD2cv34FwCV88AA0g4nn+e PQB4LxdolDzAP3NWiLkxrsMygwAZJ3jEEXPdrjmoYy+L2HdplLImZjnG8taEb0PLeUUo jWiunhTUza79tXcNsK1ZtOmCvboVPYG9Lj9Nrn8WMSY7s/+ODuznMKtha+g2poLunvyT Fv0A== MIME-Version: 1.0 X-Received: by 10.58.116.207 with SMTP id jy15mr72606veb.72.1399545708418; Thu, 08 May 2014 03:41:48 -0700 (PDT) Sender: andy.grunwald@gmail.com Received: by 10.58.196.164 with HTTP; Thu, 8 May 2014 03:41:48 -0700 (PDT) Date: Thu, 8 May 2014 12:41:48 +0200 X-Google-Sender-Auth: aGUM3rebTrlF1MJNeNpsNiA3BrE Message-ID: Subject: Port "rubygem-sass-rails" to 3.3.7? From: Andy Grunwald To: ruby@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 May 2014 10:41:49 -0000 Hey, thanks for supporting and maintaining sass as a FreeBSD port. I saw that the port is quite old (version 3.2.6). The current version of SASS is 3.3.7 (http://sass-lang.com/) Is there any chance to get an update? This would be cool :) Thanks! Andy From owner-freebsd-ruby@FreeBSD.ORG Sat May 10 15:36:15 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1748A2A5 for ; Sat, 10 May 2014 15:36:15 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 EEF4DBD1 for ; Sat, 10 May 2014 15:36:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4AFaERD088990 for ; Sat, 10 May 2014 15:36:14 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4AFaENw088985 for ruby@FreeBSD.org; Sat, 10 May 2014 15:36:14 GMT (envelope-from bdrewery) Received: (qmail 28216 invoked from network); 10 May 2014 10:34:31 -0500 Received: from unknown (HELO ?10.10.0.24?) (freebsd@shatow.net@10.10.0.24) by sweb.xzibition.com with ESMTPA; 10 May 2014 10:34:31 -0500 Message-ID: <536E46E0.7030906@FreeBSD.org> Date: Sat, 10 May 2014 10:33:52 -0500 From: Bryan Drewery Reply-To: portmgr-feedback@FreeBSD.org Organization: FreeBSD User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: FreeBSD Ports Subject: ACTION REQUIRED - Unstaged Ports being DEPRECATED on June 31st. X-Enigmail-Version: 1.6 OpenPGP: id=6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="NM3k2II1dNSbvov6bslS00FnNm0uu8OwL" X-Mailman-Approved-At: Sat, 10 May 2014 16:46:22 +0000 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 15:36:15 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --NM3k2II1dNSbvov6bslS00FnNm0uu8OwL Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable You are receiving this mail as it affects FreeBSD ports that you maintain= =2E In September 2013, the Ports framework learned how to Stage ports. On June 31st, all unstaged ports will be marked DEPRECATED and have their MAINTAINER reset. On August 31st, all unstaged ports will be removed from the ports tree. Read on for more details. Staging is when the port installs into the work directory instead of into /. From here a package can be created without ever installing into / and often as a user without root. This also gives us abilities to improve quality of packages and opens up opportunities for sub-packages in the future. With staging we have had the ability to add in-tree testing of plists which in the past required a tool such as porttools, Tinderbox or Poudriere. A guide for converting your port to Staging can be found at: https://wiki.freebsd.org/ports/StageDir Staging is also mentioned throughout the Porters Handbook. You can test your plist with: Add DEVELOPER=3Dyes to /etc/make.conf # make stage # make check-plist However, Poudriere should be used to test staging conversions as it is much more strict than the in-tree checks currently. It will detect if something installs outside of the STAGEDIR. Poudriere 3.0.16 (just released) should be used for this testing, or the latest -devel version. Out of the more than 24,000 ports there remains 4,170 ports not yet staged. Staging is not optional. We must have all staged to progress with the framework, new features, and automated testing. We recently granted blanket approval to committers to stage ports without maintainer approval and then also blocked updates to unstaged ports in the hopes that this would force more ports to be converted. However with so many ports remaining unstaged at this point it is unknown if these ports are actually being maintained. So we will be DEPRECATING and resetting maintainer on all unstaged ports on June 31st. These ports will be set to EXPIRE on August 31st and will then be removed from the tree. They will not be restored unless someone stages them as well. This decision was not easy, but if a port is not being staged after almost a year, we wonder if the ports are actually maintained and updated for releases and security issues. If you have an unstaged port you will begin to receive email notifications informing you of this until it is staged or maintainer is reset. If you have a port that is unstaged, please stage it. If you do not have interest in maintaining it anymore then please release it. If you are using ports that are not staged please step up and send a PR today to stage the port and keep it. A guide for submitting patches is here: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/porting= -submitting.html If you already have PR needing to be committed please let us know and we will try to get on them ASAP. --=20 Regards, Bryan Drewery on behalf of portmgr --NM3k2II1dNSbvov6bslS00FnNm0uu8OwL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQEcBAEBAgAGBQJTbkbgAAoJEDXXcbtuRpfPxy4H/3+r7XKgD8vJIEwSr+GOSRAH XfhaU5Jt8hYo6M6sCrlJ898HPvSnN2v18Pg4bvTic8rNyzobaDiu+302Xjdu8jr0 g+9kFrCv4RB+J3U1ujr12kHxzMlJOAZNv8hsWwNqPm1EwU5bBl6tcRbgKdHGG30/ cxnw4Bi1MaWV8TgN/JVJ25wcAl2GvNGxjazpXjHhkE99UMb83yiop3cXGO4Z7e/e e1AuZnkBI6Vso4H7hv5oqFjWK4rkvjo5JlVY2UEPAbVnzZnRFAq84rDDMynzE20z Zs2R7/C1AzfCCMSttFOkk3AU6aoXI1yCUPxnrFpVcLqHd6LK0TvZJU/g7M7ZcvQ= =jyMq -----END PGP SIGNATURE----- --NM3k2II1dNSbvov6bslS00FnNm0uu8OwL-- From owner-freebsd-ruby@FreeBSD.ORG Sun May 11 05:27:36 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5DD9301; Sun, 11 May 2014 05:27:36 +0000 (UTC) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 48D932388; Sun, 11 May 2014 05:27:34 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 5D0C24E62A; Sun, 11 May 2014 14:27:26 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 1560F75969; Sun, 11 May 2014 14:27:26 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id BA6F375956; Sun, 11 May 2014 14:27:25 +0900 (JST) To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDOC options handling and etc. From: Yasuhiro KIMURA X-send-pr-version: 3.114 X-GNATS-Notify: Message-Id: <20140511052725.BA6F375956@eastasia.home.utahime.org> Date: Sun, 11 May 2014 14:27:25 +0900 (JST) X-Virus-Scanned: ClamAV using ClamSMTP Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 05:27:37 -0000 >Submitter-Id: current-users >Originator: Yasuhiro KIMURA >Organization: >Confidential: no >Synopsis: [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDOC options handling and etc. >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 10.0-RELEASE-p2 amd64 >Environment: System: FreeBSD xxxx 10.0-RELEASE-p2 FreeBSD 10.0-RELEASE-p2 #0 r265129: Wed Apr 30 19:06:44 JST 2014 xxxx amd64 >Description: - Fix handling of RDOC option and make it ON by default. - I seems there shoule be DOCS option but there isn't, so add it to OPTIONS_DEFINE. - Add EXAMPLES option because portlint warns combination of '%%PORTDOCS%%" and "%%RUBY_EXAMPLESDIR%%" is bad manner. - Add CAPIDOCS option which installs C API documents generated by doxygen. - Convert '@unexec rmdir ... || true' to '@dirrmtry'. - Convert USE_BZIP2 to 'USES=tar:bzip2'. - Remove unnecessary '.if ${PORT_OPTIONS:MDOCS} ... .endif' and '${CAT} ${PKGMESSAGE}' from post-install target. >How-To-Repeat: >Fix: --- patch-lang_ruby begins here --- Index: lang/ruby19/Makefile =================================================================== --- lang/ruby19/Makefile (revision 353561) +++ lang/ruby19/Makefile (working copy) @@ -24,6 +24,7 @@ BUILD_DEPENDS= libffi>=0:${PORTSDIR}/devel/libffi RUN_DEPENDS= libffi>=0:${PORTSDIR}/devel/libffi +USES= tar:bzip2 GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ @@ -40,7 +41,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${RUBY_DISTVERSION} RUBY_VER= 1.9 -USE_BZIP2= yes USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes @@ -49,9 +49,15 @@ NO_LATEST_LINK= yes -OPTIONS_DEFINE= RDOC DEBUG +OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC +OPTIONS_DEFAULT= RDOC +OPTIONS_SUB= yes +CAPIDOCS_DESC= Build and install C API documents +CAPIDOCS_BUILD_DEPENDS= doxygen>0:${PORTSDIR}/devel/doxygen +CAPIDOCS_CONFIGURE_OFF= --disable-install-capi +DEBUG_DESC= Compile-in debug info RDOC_DESC= Build and install Rdoc indexes -DEBUG_DESC= Compile-in debug info +RDOC_CONFIGURE_OFF= --disable-install-rdoc .include @@ -68,15 +74,6 @@ CFLAGS+= ${PTHREAD_CFLAGS} # Keep this, else ruby will fail to load LDFLAGS+= ${PTHREAD_LIBS} # libraries dependent op libpthread. -# -# Disable doc generation if requested or docs disabled at all -# -.if ${PORT_OPTIONS:MRDOC} && ${PORT_OPTIONS:MDOCS} -CONFIGURE_ARGS+= --enable-install-doc -.else -CONFIGURE_ARGS+= --disable-install-doc -.endif - CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${LDFLAGS}" \ debugflags= @@ -183,7 +180,6 @@ . endfor .endif -.if ${PORT_OPTIONS:MDOCS} # Create all dirs required (":u" isn't avaiable in STABLE yet :-() ${MKDIR} ${EXTSAMPLES:C,^([^/]+)/.*,\1,:S,^,${STAGEDIR}${RUBY_EXAMPLESDIR}/,} ${MKDIR} ${EXTDOCS:C,^([^/]+)/.*,\1,:S,^,${STAGEDIR}${RUBY_DOCDIR}/,} @@ -202,28 +198,35 @@ ${WRKSRC}/LEGAL \ ${WRKSRC}/README* \ ${STAGEDIR}${RUBY_DOCDIR}/ -.endif # # Add generated RI files to pkg-plist # - @${FIND} -ds ${RUBY_RIDIR}/ ! -type d ! -name created.rid | \ +.if ${PORT_OPTIONS:MRDOC} + @${FIND} -ds ${STAGEDIR}${RUBY_RIDIR}/ ! -type d ! -name created.rid | \ ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} -ds ${RUBY_RIDIR}/ -type d -mindepth 1 | \ + @${FIND} -ds ${STAGEDIR}${RUBY_RIDIR}/ -type d -mindepth 1 | \ ${SED} -E -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} +.endif - # -# Add generated doxygen files to pkg-plist +# Add generated C API doxygen files to pkg-plist # - @${ECHO_CMD} "@unexec rmdir %D/${RUBY_SITERIDIR:S,^${PREFIX}/,,} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/${RUBY_RIDIR:S,^${PREFIX}/,,} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/share/ri/${RUBY_VER} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/share/ri 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/${RUBY_DOCDIR:S,^${PREFIX}/,,} 2>/dev/null || true" >> ${TMPPLIST} +.if ${PORT_OPTIONS:MCAPIDOCS} + @${RM} -rf ${STAGEDIR}${RUBY_DOCDIR}/html + @${FIND} -ds ${STAGEDIR}${RUBY_DOCDIR}/capi ! -type d | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} -ds ${STAGEDIR}${RUBY_DOCDIR}/capi -type d | \ + ${SED} -E -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} +.endif - @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} "@dirrmtry ${RUBY_SITERIDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry ${RUBY_RIDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry share/ri/${RUBY_VER}" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry share/ri" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry ${RUBY_DOCDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} + plist: truncate -s0 pkg-plist .for FILE in ${INSTALLED_SCRIPTS} Index: lang/ruby19/pkg-plist =================================================================== --- lang/ruby19/pkg-plist (revision 353561) +++ lang/ruby19/pkg-plist (working copy) @@ -95,157 +95,157 @@ %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/irb %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/images %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/bigdecimal -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/bigdecimal/linear.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/bigdecimal/nlsolve.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/bigdecimal/pi.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/biorhythm.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/cal.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/cbreak.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/clnt.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/coverage.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/curses/hello.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/curses/rain.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/curses/view.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/curses/view2.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dir.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/README.rd -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/README.rd.ja -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/darray.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/darrayc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dbiff.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dcdbiff.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dchatc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dchats.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dhasen.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dhasenc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dlogc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dlogd.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqin.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqlib.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqout.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqueue.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbch.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbm.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbmc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbs-acl.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbs.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_c.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_s.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/extserv_test.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/gw_ct.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/gw_cu.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/gw_s.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/holderc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/holders.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/http0.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/http0serv.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/name.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/namec.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/old_tuplespace.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/rinda_ts.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/rindac.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/rindas.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/ring_echo.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/ring_inspect.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/ring_place.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/simpletuple.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/speedc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/speeds.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dualstack-fetch.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dualstack-httpd.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eval.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/export.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/exyacc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fact.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.awk -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.pl -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.py -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.scm -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/freq.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/from.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fullpath.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/less.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/list.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/list2.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/list3.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/logger/app.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/logger/log.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/logger/shifting.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mine.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mkproto.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mpart.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/observ.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/occur.pl -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/occur.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/occur2.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/c_rehash.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/cert2text.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/certstore.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/cipher.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/crlstore.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/echo_cli.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/echo_svr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/gen_csr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/smime_read.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/smime_write.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/wget.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/optparse/opttest.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/optparse/subcommand.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/philos.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pi.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pty/expect_sample.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pty/script.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pty/shl.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rcs.awk -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rcs.dat -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rcs.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/rdoc2latex.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/sample.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ripper/ruby2html.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ripper/strip-comment.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/blend.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/convert.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/list_description.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/re_read.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/rss_recent.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/sieve.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/svr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/test.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/adder.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/subtracter.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/tc_adder.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/tc_subtracter.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/ts_examples.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/time.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/timeout.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trojan.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tsvr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/uumerge.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-app.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-multipart.cgi -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-servlet.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-urlencoded.cgi -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/hello.cgi -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/hello.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/httpd.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/httpproxy.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/httpsd.rb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/webrick -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/testunit -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/rss -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ripper -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc/markup -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/pty -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/optparse -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/openssl -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/logger -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/drb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/curses -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/bigdecimal +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/bigdecimal/linear.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/bigdecimal/nlsolve.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/bigdecimal/pi.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/biorhythm.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/cal.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/cbreak.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/clnt.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/coverage.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/curses/hello.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/curses/rain.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/curses/view.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/curses/view2.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/dir.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/README.rd +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/README.rd.ja +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/darray.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/darrayc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dbiff.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dcdbiff.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dchatc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dchats.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dhasen.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dhasenc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dlogc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dlogd.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqin.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqlib.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqout.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqueue.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbch.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbm.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbmc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbs-acl.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbs.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_c.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_s.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/extserv_test.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/gw_ct.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/gw_cu.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/gw_s.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/holderc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/holders.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/http0.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/http0serv.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/name.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/namec.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/old_tuplespace.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/rinda_ts.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/rindac.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/rindas.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/ring_echo.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/ring_inspect.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/ring_place.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/simpletuple.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/speedc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/speeds.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/dualstack-fetch.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/dualstack-httpd.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/eval.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/export.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/exyacc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fact.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.awk +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.pl +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.py +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.scm +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/freq.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/from.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fullpath.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/less.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/list.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/list2.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/list3.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/logger/app.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/logger/log.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/logger/shifting.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/mine.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/mkproto.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/mpart.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/observ.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/occur.pl +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/occur.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/occur2.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/c_rehash.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/cert2text.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/certstore.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/cipher.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/crlstore.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/echo_cli.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/echo_svr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/gen_csr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/smime_read.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/smime_write.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/wget.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/optparse/opttest.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/optparse/subcommand.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/philos.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pi.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pty/expect_sample.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pty/script.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pty/shl.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rcs.awk +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rcs.dat +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rcs.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/rdoc2latex.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/sample.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/ripper/ruby2html.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/ripper/strip-comment.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/blend.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/convert.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/list_description.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/re_read.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/rss_recent.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/sieve.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/svr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/test.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/adder.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/subtracter.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/tc_adder.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/tc_subtracter.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/ts_examples.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/time.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/timeout.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trojan.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/tsvr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/uumerge.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-app.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-multipart.cgi +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-servlet.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-urlencoded.cgi +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/hello.cgi +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/hello.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpd.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpproxy.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpsd.rb +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/webrick +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/testunit +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/rss +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/ripper +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc/markup +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/pty +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/optparse +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/openssl +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/logger +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/drb +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/curses +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/bigdecimal %%RUBY_DOCDIR%%/.keep_me %%RUBY_EXAMPLESDIR%%/.keep_me @dirrmtry %%RUBY_EXAMPLESDIR%% Index: lang/ruby20/Makefile =================================================================== --- lang/ruby20/Makefile (revision 353561) +++ lang/ruby20/Makefile (working copy) @@ -24,6 +24,7 @@ BUILD_DEPENDS= libffi>=0:${PORTSDIR}/devel/libffi RUN_DEPENDS= libffi>=0:${PORTSDIR}/devel/libffi +USES= tar:bzip2 GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ @@ -40,7 +41,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${RUBY_DISTVERSION} RUBY_VER= 2.0 -USE_BZIP2= yes USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes @@ -47,9 +47,15 @@ NO_LATEST_LINK= yes -OPTIONS_DEFINE= RDOC DEBUG +OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC +OPTIONS_DEFAULT= RDOC +OPTIONS_SUB= yes +CAPIDOCS_DESC= Build and install C API documents +CAPIDOCS_BUILD_DEPENDS= doxygen>0:${PORTSDIR}/devel/doxygen +CAPIDOCS_CONFIGURE_OFF= --disable-install-capi +DEBUG_DESC= Compile-in debug info RDOC_DESC= Build and install Rdoc indexes -DEBUG_DESC= Compile-in debug info +RDOC_CONFIGURE_OFF= --disable-install-rdoc .include @@ -66,15 +72,6 @@ CFLAGS+= ${PTHREAD_CFLAGS} # Keep this, else ruby will fail to load LDFLAGS+= ${PTHREAD_LIBS} # libraries dependent op libpthread. -# -# Disable doc generation if requested or docs disabled at all -# -.if ${PORT_OPTIONS:MRDOC} && ${PORT_OPTIONS:MDOCS} -CONFIGURE_ARGS+= --enable-install-doc -.else -CONFIGURE_ARGS+= --disable-install-doc -.endif - .if ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-dtrace .endif @@ -184,7 +181,6 @@ . endfor .endif -.if ${PORT_OPTIONS:MDOCS} # Create all dirs required (":u" isn't avaiable in STABLE yet :-() ${MKDIR} ${EXTSAMPLES:C,^([^/]+)/.*,\1,:S,^,${STAGEDIR}${RUBY_EXAMPLESDIR}/,} ${MKDIR} ${EXTDOCS:C,^([^/]+)/.*,\1,:S,^,${STAGEDIR}${RUBY_DOCDIR}/,} @@ -203,28 +199,35 @@ ${WRKSRC}/LEGAL \ ${WRKSRC}/README* \ ${STAGEDIR}${RUBY_DOCDIR}/ -.endif # # Add generated RI files to pkg-plist # - @${FIND} -ds ${RUBY_RIDIR}/ ! -type d ! -name created.rid | \ +.if ${PORT_OPTIONS:MRDOC} + @${FIND} -ds ${STAGEDIR}${RUBY_RIDIR}/ ! -type d ! -name created.rid | \ ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} -ds ${RUBY_RIDIR}/ -type d -mindepth 1 | \ + @${FIND} -ds ${STAGEDIR}${RUBY_RIDIR}/ -type d -mindepth 1 | \ ${SED} -E -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} +.endif - # -# Add generated doxygen files to pkg-plist +# Add generated C API doxygen files to pkg-plist # - @${ECHO_CMD} "@unexec rmdir %D/${RUBY_SITERIDIR:S,^${PREFIX}/,,} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/${RUBY_RIDIR:S,^${PREFIX}/,,} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/share/ri/${RUBY_VER} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/share/ri 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/${RUBY_DOCDIR:S,^${PREFIX}/,,} 2>/dev/null || true" >> ${TMPPLIST} +.if ${PORT_OPTIONS:MCAPIDOCS} + @${RM} -rf ${STAGEDIR}${RUBY_DOCDIR}/html + @${FIND} -ds ${STAGEDIR}${RUBY_DOCDIR}/capi ! -type d | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} -ds ${STAGEDIR}${RUBY_DOCDIR}/capi -type d | \ + ${SED} -E -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} +.endif - @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} "@dirrmtry ${RUBY_SITERIDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry ${RUBY_RIDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry share/ri/${RUBY_VER}" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry share/ri" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry ${RUBY_DOCDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} + plist: truncate -s0 pkg-plist .for FILE in ${INSTALLED_SCRIPTS} Index: lang/ruby20/pkg-plist =================================================================== --- lang/ruby20/pkg-plist (revision 353561) +++ lang/ruby20/pkg-plist (working copy) @@ -95,157 +95,157 @@ %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/pty %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/irb %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/images -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/bigdecimal/linear.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/bigdecimal/nlsolve.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/bigdecimal/pi.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/biorhythm.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/cal.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/cbreak.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/clnt.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/coverage.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/curses/hello.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/curses/rain.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/curses/view.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/curses/view2.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dir.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/README.rd -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/README.rd.ja -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/darray.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/darrayc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dbiff.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dcdbiff.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dchatc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dchats.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dhasen.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dhasenc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dlogc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dlogd.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqin.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqlib.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqout.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqueue.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbch.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbm.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbmc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbs-acl.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbs.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_c.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_s.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/extserv_test.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/gw_ct.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/gw_cu.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/gw_s.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/holderc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/holders.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/http0.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/http0serv.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/name.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/namec.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/old_tuplespace.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/rinda_ts.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/rindac.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/rindas.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/ring_echo.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/ring_inspect.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/ring_place.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/simpletuple.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/speedc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/speeds.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dualstack-fetch.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dualstack-httpd.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eval.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/export.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/exyacc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fact.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.awk -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.pl -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.py -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.scm -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/freq.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/from.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fullpath.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/less.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/list.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/list2.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/list3.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/logger/app.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/logger/log.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/logger/shifting.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mine.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mkproto.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mpart.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/observ.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/occur.pl -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/occur.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/occur2.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/c_rehash.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/cert2text.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/certstore.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/cipher.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/crlstore.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/echo_cli.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/echo_svr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/gen_csr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/smime_read.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/smime_write.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/wget.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/optparse/opttest.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/optparse/subcommand.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/philos.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pi.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pty/expect_sample.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pty/script.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pty/shl.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rcs.awk -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rcs.dat -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rcs.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/rdoc2latex.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/sample.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ripper/ruby2html.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ripper/strip-comment.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/blend.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/convert.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/list_description.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/re_read.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/rss_recent.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/sieve.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/svr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/test.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/adder.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/subtracter.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/tc_adder.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/tc_subtracter.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/ts_examples.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/time.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/timeout.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trojan.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tsvr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/uumerge.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-app.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-multipart.cgi -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-servlet.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-urlencoded.cgi -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/hello.cgi -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/hello.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/httpd.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/httpproxy.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/httpsd.rb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/webrick -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/testunit -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/rss -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ripper -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc/markup -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/pty -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/optparse -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/openssl -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/logger -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/drb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/curses -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/bigdecimal +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/bigdecimal/linear.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/bigdecimal/nlsolve.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/bigdecimal/pi.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/biorhythm.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/cal.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/cbreak.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/clnt.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/coverage.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/curses/hello.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/curses/rain.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/curses/view.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/curses/view2.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/dir.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/README.rd +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/README.rd.ja +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/darray.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/darrayc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dbiff.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dcdbiff.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dchatc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dchats.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dhasen.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dhasenc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dlogc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dlogd.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqin.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqlib.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqout.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqueue.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbch.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbm.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbmc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbs-acl.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbs.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_c.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_s.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/extserv_test.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/gw_ct.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/gw_cu.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/gw_s.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/holderc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/holders.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/http0.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/http0serv.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/name.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/namec.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/old_tuplespace.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/rinda_ts.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/rindac.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/rindas.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/ring_echo.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/ring_inspect.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/ring_place.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/simpletuple.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/speedc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/speeds.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/dualstack-fetch.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/dualstack-httpd.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/eval.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/export.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/exyacc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fact.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.awk +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.pl +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.py +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.scm +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/freq.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/from.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fullpath.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/less.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/list.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/list2.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/list3.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/logger/app.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/logger/log.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/logger/shifting.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/mine.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/mkproto.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/mpart.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/observ.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/occur.pl +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/occur.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/occur2.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/c_rehash.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/cert2text.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/certstore.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/cipher.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/crlstore.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/echo_cli.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/echo_svr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/gen_csr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/smime_read.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/smime_write.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/wget.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/optparse/opttest.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/optparse/subcommand.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/philos.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pi.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pty/expect_sample.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pty/script.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pty/shl.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rcs.awk +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rcs.dat +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rcs.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/rdoc2latex.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/sample.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/ripper/ruby2html.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/ripper/strip-comment.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/blend.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/convert.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/list_description.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/re_read.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/rss_recent.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/sieve.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/svr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/test.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/adder.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/subtracter.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/tc_adder.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/tc_subtracter.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/ts_examples.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/time.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/timeout.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trojan.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/tsvr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/uumerge.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-app.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-multipart.cgi +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-servlet.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-urlencoded.cgi +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/hello.cgi +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/hello.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpd.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpproxy.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpsd.rb +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/webrick +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/testunit +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/rss +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/ripper +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc/markup +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/pty +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/optparse +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/openssl +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/logger +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/drb +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/curses +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/bigdecimal %%RUBY_DOCDIR%%/.keep_me %%RUBY_EXAMPLESDIR%%/.keep_me @dirrmtry %%RUBY_EXAMPLESDIR%% Index: lang/ruby21/Makefile =================================================================== --- lang/ruby21/Makefile (revision 353561) +++ lang/ruby21/Makefile (working copy) @@ -24,6 +24,7 @@ BUILD_DEPENDS= libffi>=0:${PORTSDIR}/devel/libffi RUN_DEPENDS= libffi>=0:${PORTSDIR}/devel/libffi +USES= tar:bzip2 GNU_CONFIGURE= yes WRKSRC= ${RUBY_WRKSRC} CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ @@ -40,7 +41,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${RUBY_DISTVERSION} RUBY_VER= 2.1 -USE_BZIP2= yes USE_RUBY= yes RUBY_NO_BUILD_DEPENDS= yes RUBY_NO_RUN_DEPENDS= yes @@ -47,9 +47,15 @@ NO_LATEST_LINK= yes MAKE_JOBS_UNSAFE= yes -OPTIONS_DEFINE= RDOC DEBUG +OPTIONS_DEFINE= CAPIDOCS DEBUG DOCS EXAMPLES RDOC +OPTIONS_DEFAULT= RDOC +OPTIONS_SUB= yes +CAPIDOCS_DESC= Build and install C API documents +CAPIDOCS_BUILD_DEPENDS= doxygen>0:${PORTSDIR}/devel/doxygen +CAPIDOCS_CONFIGURE_OFF= --disable-install-capi +DEBUG_DESC= Compile-in debug info RDOC_DESC= Build and install Rdoc indexes -DEBUG_DESC= Compile-in debug info +RDOC_CONFIGURE_OFF= --disable-install-rdoc .include @@ -66,15 +72,6 @@ CFLAGS+= ${PTHREAD_CFLAGS} # Keep this, else ruby will fail to load LDFLAGS+= ${PTHREAD_LIBS} # libraries dependent op libpthread. -# -# Disable doc generation if requested or docs disabled at all -# -.if ${PORT_OPTIONS:MRDOC} && ${PORT_OPTIONS:MDOCS} -CONFIGURE_ARGS+= --enable-install-doc -.else -CONFIGURE_ARGS+= --disable-install-doc -.endif - .if ${ARCH} == "powerpc" CONFIGURE_ARGS+= --disable-dtrace .endif @@ -180,7 +177,6 @@ . endfor .endif -.if ${PORT_OPTIONS:MDOCS} # Create all dirs required (":u" isn't avaiable in STABLE yet :-() ${MKDIR} ${EXTSAMPLES:C,^([^/]+)/.*,\1,:S,^,${STAGEDIR}${RUBY_EXAMPLESDIR}/,} ${MKDIR} ${EXTDOCS:C,^([^/]+)/.*,\1,:S,^,${STAGEDIR}${RUBY_DOCDIR}/,} @@ -199,18 +195,33 @@ ${WRKSRC}/LEGAL \ ${WRKSRC}/README* \ ${STAGEDIR}${RUBY_DOCDIR}/ + +# +# Add generated RI files to pkg-plist +# +.if ${PORT_OPTIONS:MRDOC} + @${FIND} -ds ${STAGEDIR}${RUBY_RIDIR}/ ! -type d ! -name created.rid | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} -ds ${STAGEDIR}${RUBY_RIDIR}/ -type d -mindepth 1 | \ + ${SED} -E -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endif # -# Add generated doxygen files to pkg-plist +# Add generated C API doxygen files to pkg-plist # - @${ECHO_CMD} "@unexec rmdir %D/${RUBY_SITERIDIR:S,^${PREFIX}/,,} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/${RUBY_RIDIR:S,^${PREFIX}/,,} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/share/ri/${RUBY_VER} 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/share/ri 2>/dev/null || true" >> ${TMPPLIST} - @${ECHO_CMD} "@unexec rmdir %D/${RUBY_DOCDIR:S,^${PREFIX}/,,} 2>/dev/null || true" >> ${TMPPLIST} +.if ${PORT_OPTIONS:MCAPIDOCS} + @${RM} -rf ${STAGEDIR}${RUBY_DOCDIR}/html + @${FIND} -ds ${STAGEDIR}${RUBY_DOCDIR}/capi ! -type d | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} -ds ${STAGEDIR}${RUBY_DOCDIR}/capi -type d | \ + ${SED} -E -e 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} +.endif - @${CAT} ${PKGMESSAGE} + @${ECHO_CMD} "@dirrmtry ${RUBY_SITERIDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry ${RUBY_RIDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry share/ri/${RUBY_VER}" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry share/ri" >> ${TMPPLIST} + @${ECHO_CMD} "@dirrmtry ${RUBY_DOCDIR:S,^${PREFIX}/,,}" >> ${TMPPLIST} plist: truncate -s0 pkg-plist Index: lang/ruby21/pkg-plist =================================================================== --- lang/ruby21/pkg-plist (revision 353561) +++ lang/ruby21/pkg-plist (working copy) @@ -102,173 +102,173 @@ %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/pty %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/irb %%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/images -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/README -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/bigdecimal/linear.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/bigdecimal/nlsolve.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/bigdecimal/pi.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/biorhythm.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/cal.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/cbreak.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/clnt.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/coverage.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dir.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/README.ja.rdoc -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/README.rdoc -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/darray.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/darrayc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dbiff.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dcdbiff.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dchatc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dchats.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dhasen.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dhasenc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dlogc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dlogd.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqin.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqlib.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqout.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/dqueue.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbch.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbm.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbmc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbs-acl.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbs.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_c.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_s.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/extserv_test.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/gw_ct.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/gw_cu.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/gw_s.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/holderc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/holders.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/http0.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/http0serv.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/name.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/namec.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/old_tuplespace.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/rinda_ts.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/rindac.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/rindas.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/ring_echo.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/ring_inspect.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/ring_place.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/simpletuple.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/speedc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/drb/speeds.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dualstack-fetch.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/dualstack-httpd.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/eval.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/export.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/exyacc.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fact.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.awk -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.pl -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.py -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fib.scm -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/freq.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/from.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/fullpath.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/less.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/list.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/list2.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/list3.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/logger/app.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/logger/log.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/logger/shifting.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mine.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mkproto.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/mpart.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/observ.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/occur.pl -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/occur.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/occur2.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/c_rehash.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/cert2text.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/certstore.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/cipher.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/crlstore.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/echo_cli.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/echo_svr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/gen_csr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/smime_read.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/smime_write.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/openssl/wget.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/optparse/opttest.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/optparse/subcommand.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/philos.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pi.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pty/expect_sample.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pty/script.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pty/shl.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rcs.awk -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rcs.dat -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rcs.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/rdoc2latex.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/sample.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ripper/ruby2html.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/ripper/strip-comment.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/blend.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/convert.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/list_description.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/re_read.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/rss/rss_recent.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/sieve.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/svr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/test.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/adder.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/subtracter.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/tc_adder.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/tc_subtracter.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/testunit/ts_examples.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/time.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/timeout.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/README.md -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/kinaba/authors.markdown -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/kinaba/entry.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/kinaba/remarks.markdown -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/mame/authors.markdown -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/mame/entry.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/mame/music-box.mp4 -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/mame/remarks.markdown -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/shinh/authors.markdown -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/shinh/entry.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/shinh/remarks.markdown -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/yhara/authors.markdown -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/yhara/entry.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/yhara/remarks.en.markdown -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trick2013/yhara/remarks.markdown -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/trojan.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/tsvr.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/uumerge.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-app.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-multipart.cgi -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-servlet.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/demo-urlencoded.cgi -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/hello.cgi -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/hello.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/httpd.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/httpproxy.rb -%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/webrick/httpsd.rb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/webrick -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/trick2013/yhara -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/trick2013/shinh -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/trick2013/mame -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/trick2013/kinaba -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/trick2013 -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/testunit -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/rss -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/ripper -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc/markup -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/pty -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/optparse -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/openssl -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/logger -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/drb -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/curses -%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/bigdecimal +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/README +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/bigdecimal/linear.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/bigdecimal/nlsolve.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/bigdecimal/pi.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/biorhythm.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/cal.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/cbreak.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/clnt.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/coverage.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/dir.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/README.ja.rdoc +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/README.rdoc +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/darray.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/darrayc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dbiff.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dcdbiff.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dchatc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dchats.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dhasen.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dhasenc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dlogc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dlogd.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqin.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqlib.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqout.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/dqueue.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbch.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbm.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbmc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbs-acl.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbs.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_c.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/drbssl_s.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/extserv_test.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/gw_ct.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/gw_cu.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/gw_s.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/holderc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/holders.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/http0.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/http0serv.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/name.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/namec.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/old_tuplespace.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/rinda_ts.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/rindac.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/rindas.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/ring_echo.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/ring_inspect.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/ring_place.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/simpletuple.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/speedc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/drb/speeds.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/dualstack-fetch.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/dualstack-httpd.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/eval.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/export.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/exyacc.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fact.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.awk +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.pl +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.py +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fib.scm +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/freq.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/from.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/fullpath.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/less.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/list.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/list2.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/list3.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/logger/app.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/logger/log.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/logger/shifting.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/mine.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/mkproto.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/mpart.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/observ.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/occur.pl +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/occur.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/occur2.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/c_rehash.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/cert2text.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/certstore.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/cipher.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/crlstore.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/echo_cli.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/echo_svr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/gen_csr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/smime_read.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/smime_write.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/openssl/wget.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/optparse/opttest.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/optparse/subcommand.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/philos.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pi.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pty/expect_sample.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pty/script.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/pty/shl.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rcs.awk +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rcs.dat +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rcs.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/rdoc2latex.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rdoc/markup/sample.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/ripper/ruby2html.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/ripper/strip-comment.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/blend.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/convert.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/list_description.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/re_read.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/rss/rss_recent.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/sieve.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/svr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/test.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/adder.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/subtracter.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/tc_adder.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/tc_subtracter.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/testunit/ts_examples.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/time.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/timeout.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/README.md +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/kinaba/authors.markdown +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/kinaba/entry.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/kinaba/remarks.markdown +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/mame/authors.markdown +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/mame/entry.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/mame/music-box.mp4 +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/mame/remarks.markdown +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/shinh/authors.markdown +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/shinh/entry.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/shinh/remarks.markdown +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/yhara/authors.markdown +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/yhara/entry.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/yhara/remarks.en.markdown +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trick2013/yhara/remarks.markdown +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/trojan.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/tsvr.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/uumerge.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-app.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-multipart.cgi +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-servlet.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/demo-urlencoded.cgi +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/hello.cgi +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/hello.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpd.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpproxy.rb +%%PORTEXAMPLES%%%%RUBY_EXAMPLESDIR%%/webrick/httpsd.rb +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/webrick +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/trick2013/yhara +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/trick2013/shinh +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/trick2013/mame +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/trick2013/kinaba +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/trick2013 +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/testunit +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/rss +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/ripper +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc/markup +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/rdoc +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/pty +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/optparse +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/openssl +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/logger +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/drb +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/curses +%%PORTEXAMPLES%%@dirrm %%RUBY_EXAMPLESDIR%%/bigdecimal %%RUBY_DOCDIR%%/.keep_me %%RUBY_EXAMPLESDIR%%/.keep_me @dirrmtry %%RUBY_EXAMPLESDIR%% --- patch-lang_ruby ends here --- From owner-freebsd-ruby@FreeBSD.ORG Sun May 11 05:30:07 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6018356; Sun, 11 May 2014 05:30:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 9B2862394; Sun, 11 May 2014 05:30:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4B5U7qW087323; Sun, 11 May 2014 05:30:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4B5U7I7087322; Sun, 11 May 2014 05:30:07 GMT (envelope-from edwin) Date: Sun, 11 May 2014 05:30:07 GMT Message-Id: <201405110530.s4B5U7I7087322@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189646: [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDOC options handling and etc. X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 May 2014 05:30:07 -0000 Synopsis: [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDOC options handling and etc. Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun May 11 05:30:07 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189646 From owner-freebsd-ruby@FreeBSD.ORG Mon May 12 11:08:00 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C39F42B2 for ; Mon, 12 May 2014 11:08:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 970FF27F6 for ; Mon, 12 May 2014 11:08:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4CB80CQ069385 for ; Mon, 12 May 2014 11:08:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4CB80B0069383 for ruby@FreeBSD.org; Mon, 12 May 2014 11:08:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 12 May 2014 11:08:00 GMT Message-Id: <201405121108.s4CB80B0069383@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 11:08:00 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/189646 ruby [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDO o ports/188741 ruby devel/rubygem-ffi can't load libc on FreeBSD 10 2 problems total. From owner-freebsd-ruby@FreeBSD.ORG Wed May 14 09:20:09 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B1D5A69; Wed, 14 May 2014 09:20:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 212D22BB4; Wed, 14 May 2014 09:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4E9K84A079854; Wed, 14 May 2014 09:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4E9K8nt079853; Wed, 14 May 2014 09:20:08 GMT (envelope-from edwin) Date: Wed, 14 May 2014 09:20:08 GMT Message-Id: <201405140920.s4E9K8nt079853@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189792: [PATCH] lang/ruby21: update to 2.1.2. X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2014 09:20:09 -0000 Synopsis: [PATCH] lang/ruby21: update to 2.1.2. Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 14 09:20:08 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189792 From owner-freebsd-ruby@FreeBSD.ORG Fri May 16 08:25:43 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E382AE1A for ; Fri, 16 May 2014 08:25:43 +0000 (UTC) Received: from mo6-p05-ob.smtp.rzone.de (mo6-p05-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5305::7]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 71DDF266E for ; Fri, 16 May 2014 08:25:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1400228739; l=6094; s=domk; d=nagilum.de; h=Date:Cc:From:Subject:To:X-RZG-CLASS-ID:X-RZG-AUTH; bh=mKw3TQ4MTTFVqqFxxldDV9yhVI0=; b=biINmSDu4vWMaKmELMSWoYaZK7tai/hftKa433SIjNf+zBBLr6byi4tozbXhtlZ98hU 12jIWhneVPUJFa40hNdDcesrwyXdeHm0ySLmLbuP4ihyKeaBH0iTQqd9FQ2v6GOnCwarm +8pMVZwE+0RJ0C6MpmdgqVDR4FDmdjKQo2Q= X-RZG-AUTH: :O2kGeEG7b/pS1EO4THa/nJdkGexqY2koAkiM3P8W4OZGgXnciNPcJoCmfQ0bAjNacNys X-RZG-CLASS-ID: mo05 Received: from cakebox.homeunix.net (188-015-186-093.fttx.vsenet.de [93.186.15.188]) by smtp.strato.de (RZmta 34.2 AUTH) with ESMTPSA id a04ee5q4G8PX0Je (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cakebox.mooo.com", Issuer "CA Cert Signing Authority" (verification FAILED - unable to verify the first certificate)) (Client hostname not verified); Fri, 16 May 2014 10:25:33 +0200 (CEST) Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id 73C022D9BCD; Fri, 16 May 2014 10:25:11 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on cakebox.tis X-Spam-Level: X-Spam-Status: No, score=-0.0 required=3.4 tests=NO_RELAYS autolearn=ham autolearn_force=no version=3.4.0 Received: by cakebox.homeunix.net (Postfix, from userid 0) id 8B2B22D50AF; Fri, 16 May 2014 10:25:08 +0200 (CEST) To: FreeBSD-gnats-submit@freebsd.org Subject: textproc/rubygem-nokogiri 1.6.2.1 fails to build From: freebsd@nagilum.org X-send-pr-version: 3.114 X-GNATS-Notify: Message-Id: <20140516082508.8B2B22D50AF@cakebox.homeunix.net> Date: Fri, 16 May 2014 10:25:08 +0200 (CEST) Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 08:25:44 -0000 >Submitter-Id: freebsd@nagilum.org >Originator: freebsd@nagilum.org >Organization: >Confidential: no >Synopsis: textproc/rubygem-nokogiri 1.6.2.1 fails to build >Severity: non-critical >Priority: low >Category: ports >Class: sw-bug >Release: FreeBSD 9.2-STABLE i386 >Environment: System: FreeBSD cakebox.tis 9.2-STABLE FreeBSD 9.2-STABLE #0 r264294M: Fri Apr 11 10:19:25 CEST 2014 root@cakebox.tis:/usr/obj/export/src/sys/net5501 i386 >Description: The build fails due to wrong libiconv detection. libiconv is installed: libiconv-1.14_3 Name : libiconv Version : 1.14_3 Installed on : Fri Mar 28 13:04:32 CET 2014 Origin : converters/libiconv Architecture : freebsd:9:x86:32 Prefix : /usr/local Categories : devel converters Maintainer : gnome@FreeBSD.org WWW : http://www.gnu.org/software/libiconv/ Comment : Character set conversion library Options : DOCS : on ENCODINGS : on PATCHES : on Shared Libs required: libintl.so.9 libiconv.so.3 Shared Libs provided: libiconv.so.3 libcharset.so.1 Flat size : 2.19MiB installed files: libiconv-1.14_3: /usr/local/bin/iconv /usr/local/include/iconv.h /usr/local/include/libcharset.h /usr/local/include/localcharset.h /usr/local/lib/charset.alias /usr/local/lib/libcharset.a /usr/local/lib/libcharset.la /usr/local/lib/libcharset.so /usr/local/lib/libcharset.so.1 /usr/local/lib/libiconv.a /usr/local/lib/libiconv.la /usr/local/lib/libiconv.so /usr/local/lib/libiconv.so.3 /usr/local/man/man1/iconv.1.gz /usr/local/man/man3/iconv.3.gz /usr/local/man/man3/iconv_close.3.gz /usr/local/man/man3/iconv_open.3.gz /usr/local/man/man3/iconv_open_into.3.gz /usr/local/man/man3/iconvctl.3.gz /usr/local/share/doc/libiconv/iconv.1.html /usr/local/share/doc/libiconv/iconv.3.html /usr/local/share/doc/libiconv/iconv_close.3.html /usr/local/share/doc/libiconv/iconv_open.3.html /usr/local/share/doc/libiconv/iconv_open_into.3.html /usr/local/share/doc/libiconv/iconvctl.3.html >How-To-Repeat: Attempt to build textproc/rubygem-nokogiri 1.6.2.1. >Fix: Unknown. --- buildlog begins here --- root@cakebox ~ > portmaster rubygem-nokogiri-1.6.2 ===>>> Currently installed version: rubygem-nokogiri-1.6.2 ===>>> Port directory: /usr/ports/textproc/rubygem-nokogiri ===>>> Gathering distinfo list for installed ports ===>>> Launching 'make checksum' for textproc/rubygem-nokogiri in background ===>>> Gathering dependency list for textproc/rubygem-nokogiri from ports ===>>> Initial dependency check complete for textproc/rubygem-nokogiri ===>>> Starting build for textproc/rubygem-nokogiri <<<=== ===>>> All dependencies are up to date ===> Cleaning for rubygem-nokogiri-1.6.2.1 ===> rubygem-nokogiri-1.6.2.1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by rubygem-nokogiri-1.6.2.1 for building ===> Extracting for rubygem-nokogiri-1.6.2.1 => SHA256 Checksum OK for rubygem/nokogiri-1.6.2.1.gem. ===> rubygem-nokogiri-1.6.2.1 depends on file: /usr/local/bin/gem19 - found ===> rubygem-nokogiri-1.6.2.1 depends on file: /usr/local/bin/ruby19 - found Unpacked gem: '/var/tmp/export/ports/textproc/rubygem-nokogiri/work/nokogiri-1.6.2.1' ===> Patching for rubygem-nokogiri-1.6.2.1 ===> rubygem-nokogiri-1.6.2.1 depends on file: /usr/local/bin/ruby19 - found ===> rubygem-nokogiri-1.6.2.1 depends on package: rubygem-mini_portile=0.6.0 - found ===> rubygem-nokogiri-1.6.2.1 depends on file: /usr/local/bin/gem19 - found ===> rubygem-nokogiri-1.6.2.1 depends on file: /usr/local/bin/ruby19 - found ===> rubygem-nokogiri-1.6.2.1 depends on file: /usr/local/lib/ruby/1.9/i386-freebsd9/iconv.so - found ===> Configuring for rubygem-nokogiri-1.6.2.1 ===> Building for rubygem-nokogiri-1.6.2.1 Successfully built RubyGem Name: nokogiri Version: 1.6.2.1 File: nokogiri-1.6.2.1.gem ===> Staging for rubygem-nokogiri-1.6.2.1 ===> rubygem-nokogiri-1.6.2.1 depends on package: rubygem-mini_portile=0.6.0 - found ===> rubygem-nokogiri-1.6.2.1 depends on file: /usr/local/bin/gem19 - found ===> rubygem-nokogiri-1.6.2.1 depends on file: /usr/local/bin/ruby19 - found ===> rubygem-nokogiri-1.6.2.1 depends on file: /usr/local/lib/ruby/1.9/i386-freebsd9/iconv.so - found ===> Generating temporary packing list Building native extensions. This could take a while... Building nokogiri using packaged libraries. ERROR: Error installing nokogiri-1.6.2.1.gem: ERROR: Failed to build gem native extension. /usr/local/bin/ruby19 extconf.rb --build-args Building nokogiri using packaged libraries. ----- libiconv is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies. ----- *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-opt-dir --with-opt-include --without-opt-include=${opt-dir}/include --with-opt-lib --without-opt-lib=${opt-dir}/lib --with-make-prog --without-make-prog --srcdir=. --curdir --ruby=/usr/local/bin/ruby19 --help --clean --use-system-libraries --enable-static --disable-static --with-zlib-dir --without-zlib-dir --with-zlib-include --without-zlib-include=${zlib-dir}/include --with-zlib-lib --without-zlib-lib=${zlib-dir}/lib --enable-cross-build --disable-cross-build Gem files will remain installed in /var/tmp/export/ports/textproc/rubygem-nokogiri/work/stage/usr/local/lib/ruby/gems/1.9/gems/nokogiri-1.6.2.1 for inspection. Results logged to /var/tmp/export/ports/textproc/rubygem-nokogiri/work/stage/usr/local/lib/ruby/gems/1.9/gems/nokogiri-1.6.2.1/ext/nokogiri/gem_make.out *** [do-install] Error code 1 Stop in /export/ports/textproc/rubygem-nokogiri. ===>>> make failed for textproc/rubygem-nokogiri ===>>> Aborting update ===>>> Killing background jobs Terminated --- buildlog ends here --- From owner-freebsd-ruby@FreeBSD.ORG Fri May 16 08:30:05 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60F03EB4; Fri, 16 May 2014 08:30:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 380F62691; Fri, 16 May 2014 08:30:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4G8U5sL077262; Fri, 16 May 2014 08:30:05 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4G8U5Ql077261; Fri, 16 May 2014 08:30:05 GMT (envelope-from edwin) Date: Fri, 16 May 2014 08:30:05 GMT Message-Id: <201405160830.s4G8U5Ql077261@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189853: textproc/rubygem-nokogiri 1.6.2.1 fails to build X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2014 08:30:05 -0000 Synopsis: textproc/rubygem-nokogiri 1.6.2.1 fails to build Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri May 16 08:30:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189853 From owner-freebsd-ruby@FreeBSD.ORG Sun May 18 07:25:52 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 17B62BE0; Sun, 18 May 2014 07:25:52 +0000 (UTC) Received: from mo6-p00-ob.smtp.rzone.de (mo6-p00-ob.smtp.rzone.de [IPv6:2a01:238:20a:202:5300::10]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.smtp.rzone.de", Issuer "TeleSec ServerPass DE-2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6C46D2215; Sun, 18 May 2014 07:25:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; t=1400397947; l=5628; s=domk; d=nagilum.de; h=MIME-Version:Content-Type:Subject:Cc:To:From:Date:X-RZG-CLASS-ID: X-RZG-AUTH; bh=BCrAoPYJ2HeNz2o1TyePcDkzoaI=; b=mt+xtW11EiD9eSlX2Da2qviuKKAb/XS6zLsbTpwLLQXqYQ9fevEhfS4sIQX16KfNd7i zTalTEW8yUv7hM/nQR9ZAXDU0tR07nKSJoaXUQ19pDkZUr+yhEs0NP8nK5IlW0qXAjP0V +69ubmy4738Swd6fuwRrZst063PokZOmkWg= X-RZG-AUTH: :O2kGeEG7b/pS1EO4THa/nJdkGexqY2koAkiM3P8W4OZGgXnciNPcJoCmfQ0bAjNacNys X-RZG-CLASS-ID: mo00 Received: from cakebox.homeunix.net (188-015-186-093.fttx.vsenet.de [93.186.15.188]) by smtp.strato.de (RZmta 34.2 AUTH) with ESMTPSA id Y01108q4I7PcF3A (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cakebox.mooo.com", Issuer "CA Cert Signing Authority" (verification FAILED - unable to verify the first certificate)) (Client hostname not verified); Sun, 18 May 2014 09:25:38 +0200 (CEST) Received: from cakebox.homeunix.net (localhost [127.0.0.1]) by cakebox.homeunix.net (Postfix) with ESMTP id 29E5F2D939F; Sun, 18 May 2014 09:25:29 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on cakebox.tis X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.4 tests=ALL_TRUSTED autolearn=ham autolearn_force=no version=3.4.0 Received: by cakebox.homeunix.net (Postfix, from userid 80) id CB7EC2D87AC; Sun, 18 May 2014 09:25:25 +0200 (CEST) Received: from 10.1.2.16 ([10.1.2.16]) by cakebox.mooo.com (Horde Framework) with HTTP; Sun, 18 May 2014 09:25:22 +0200 Date: Sun, 18 May 2014 09:25:22 +0200 Message-ID: <20140518092522.Horde.n3fNWAbK9hwZrUMsCgS3tQ7@cakebox.mooo.com> From: FreeBSD@nagilum.org To: bug-followup@freebsd.org Subject: Re: ports/189853: textproc/rubygem-nokogiri 1.6.2.1 fails to build User-Agent: Internet Messaging Program (IMP) H5 (6.1.7) Content-Type: multipart/signed; boundary="=_C9l4vG_dFlUUOoMOhR1niQ1"; protocol="application/pgp-signature"; micalg=pgp-sha1 MIME-Version: 1.0 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 07:25:52 -0000 This message is in MIME format and has been PGP signed. --=_C9l4vG_dFlUUOoMOhR1niQ1 Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes Content-Disposition: inline libxml2 update fixed the issue. So this PR can be closed. Alex. --=_C9l4vG_dFlUUOoMOhR1niQ1 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJTeGBdAAoJEK8pu2wOF4nWGpQP/1I2Nmt7AKNMMrRVH8dd+TgS HOzi5PDn+iv2oWxU3YtZcALoPNJZEEEL3KTqb82zux/Ia0fsSNcavquXcMytX0EN QXFo9fM3pDgULwF/ZIUJ2D5V0ErUkhnZpaywlcdmQWpwHwSPh8qSHqu7LeNbeccq pJktvSQNJ5TP7HcpiN+FV1Aoc+k/0XKUb9MTH6GZ8vhICQTUxxWWY6ue/jlHnHbI 86crnMZZxnH+BqbtvikS03WHTyRz+KDe8eprj3Y/cjgGkqvZptR69h7zS9DXVBsv +nTzHESg0QqsduiFVKEiCvXj7OP9FZOm5AzLVDe2yvZZUp60JhTpQQ0mUD3HBhIR Kdh9jMgHEM3ifuHgrst3ZhGjxVqLUUSy+DurWI+D8V01IMHpuYwKTk7hYl0AVsYX bzBE2BPExKc76GxzYIrYk2KcwYDxcsOW+pIdE7T6H+Ad4beVj3Lsd97UKU5sdH71 DA7/nLMn3m9paj56VyL0PgUuI+nnqlstg3JV3Rik3iwSGClFrIj2WGi8jPucFdmV mE8SZtkQtw+myvzQboZolsq1htu9rfc67kGJRAYRPZe5AYf7JTmLfu34xMoPhYbW yoZjqrcJ9QK0XJlw9lmkVt3ffUDGoT/O598T9P24veYiQe+zBpE4bmrldDv65wTP hbw29GpqO7MbAXzkG2zb =rEAU -----END PGP SIGNATURE----- --=_C9l4vG_dFlUUOoMOhR1niQ1-- From owner-freebsd-ruby@FreeBSD.ORG Sun May 18 07:30:03 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 91F68D01 for ; Sun, 18 May 2014 07:30:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 73A60223B for ; Sun, 18 May 2014 07:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4I7U3tm008270 for ; Sun, 18 May 2014 07:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4I7U3Ym008269; Sun, 18 May 2014 07:30:03 GMT (envelope-from gnats) Date: Sun, 18 May 2014 07:30:03 GMT Message-Id: <201405180730.s4I7U3Ym008269@freefall.freebsd.org> To: ruby@FreeBSD.org From: FreeBSD@nagilum.org Subject: Re: ports/189853: textproc/rubygem-nokogiri 1.6.2.1 fails to build Reply-To: FreeBSD@nagilum.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 07:30:03 -0000 The following reply was made to PR ports/189853; it has been noted by GNATS. From: FreeBSD@nagilum.org To: bug-followup@freebsd.org Cc: ruby@freebsd.org Subject: Re: ports/189853: textproc/rubygem-nokogiri 1.6.2.1 fails to build Date: Sun, 18 May 2014 09:25:22 +0200 This message is in MIME format and has been PGP signed. --=_C9l4vG_dFlUUOoMOhR1niQ1 Content-Type: multipart/mixed; boundary="=_KBL-kOdfLfUKi54kWhWkRA1" This message is in MIME format. --=_KBL-kOdfLfUKi54kWhWkRA1 Content-Type: text/plain; charset=UTF-8; format=flowed; DelSp=Yes Content-Disposition: inline libxml2 update fixed the issue. So this PR can be closed. Alex. --=_KBL-kOdfLfUKi54kWhWkRA1 Content-Type: application/pgp-keys Content-Description: =?utf-8?b?w5ZmZmVudGxpY2hlciA=?= =?utf-8?b?UEdQLVNjaGzDvHNzZWw=?= -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1 mQINBFKTiUABEAC7Oqyx1Lotqycr84Lorx1almzBKUoAV5wUH2dKPMehanV/kYTa ypX+501hUDh27r4AMRGXeC4lNTcYB/75OkzIvTOKLj84pc6Wr+mQLo5k6NSmpO7y j7rNP6MVfFdUsEvwJMgQGMVdJfg+pYONyIWb1wJZk2S6lHHo/+UuXKBuaacwSCps SWDu9+f2/d5SO6GcFeZDHS56u/IUgGHjCNAUphD2LqBAV3k8zFJRh6wTvVedxlqZ bzMMGGFPn7Vjbx1IYZMCKxVGn+fa6+UgA2q/aGsQCKXUvD/JLcPOiQv6txwBtClU g2ArSUUdGzNLlbaQOyGPc+1G4xRpsxZ1BhwxqRsjmcpZdmpDxWCk0VAO5DmeedH7 7xYn1seDWd80ATz5KJX4VhBtyGieHRoYc2zcJN+KdIqx4DuOikfZad6+D5xCZ5+n pwydZym/X7xLpbstlUU84pAKB4dIDUuv72PDiRl6W5KMuRojJKgP9wE31Pub0+yX yycjgUg2buUyisFvpm4+EQEpbmJaKN2wcBUIzBd1l3rdvDmpXFZKRNPG3D2/PE+/ RLsdg9zB2O3dhCPiHfxeWPioVpjBa2IrqY9FFoZdsqXjJzLWTpxMjj14mhoZjh5z iZfDvjpVr1zyMYvqfxXk+DwsUvlEbn5DCPcDjykvnMzjpwW21qev/gfKfQARAQAB tCxOYWdpbHVtIChGcmVlT3Jpb24gUmVwbykgPG9yaW9uQG5hZ2lsdW0ub3JnPokC PgQTAQIAKAUCUpOJQAIbAwUJDShogAYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AA CgkQrym7bA4Xida9bA//RaW/HC2KIbdaMTQqcDwn1659h0TNKB/+HB8IFmkOAq8Q kclhMPMarq39LcsP39ht3yR3unnEe893mma/ERDT7MhWHWfd3VqGOTF5/rzg5I8W 04vibgV935dN+te/lqyJLffrPyBoj6nhNDKIYggFcI02M2zE2YtxQq+JA7VAnyBp OOJnJR4SrKSBxTXyEgT1J+UkAl1DhPuXf/EI9UDtzEkK/S3nVFpKU1a4lDMdzUMp d2yNQ2jco5VqTEI19OcvXbq9IPGSKQNsJsPeeGIWYdNP3wx2asDtv+Y/3aRKlnwB DZiX0beYj26zNJJzX32q00PO1EX+XksT4RDJK2JmpLDZy/7XNklBSm9jDFsG5PjJ flwCFDGBS75yPv0d49pEO1pD+ZFXdq+68ogogJjqPvD4KXviTDIpMXrHEa0cE/cW jejQShEU/9MAWu8xbKWyHuFlMLudDjKPheo9ktwVD3+fO5peVmHC5rhMu4C1SaSS 2MxH6gwE9dSyp1YKEoiReqYMHy4TX9RKoSaaGqxnjEmdSGlS1GCkDYNOAVBjWdZH UbkjnvUtWUC4upIWBPfD+COlZ29TD9cdSG/6spDxkorP4kJ1huXJp82noV2wKzzE IYgAXlqsvex3xr8liKuNIoVuFCSMzwNuSzdXDwZN2hF7T+vfxw1CCYtNXdZKEzm0 LUFsZXhhbmRlciBLdWVobiA8YWxleGFuZGVyLmt1ZWhuQG5hZ2lsdW0ub3JnPokC PgQTAQIAKAUCUxyogAIbAwUJDShogAYLCQgHAwIGFQgCCQoLBBYCAwECHgECF4AA CgkQrym7bA4XidZlIQ/9HINyLsxnTja6q4CrkW+eylB5kQl/04qLLuh8qWpQnPir 0AI4J5lFNnfIMKkY5s5ADfl+gBXMTcEsMoZgA36+UHfnrntu3bDg5a5l1pNjYOww rCfMgPYbzVKJgVBiJ2JDNWG0w/KQMNYPH5JL0L28TdwTCPPhCE+t832VItaXaflC vNFC+Y81QkXhlqB7rx5iHOi+FZY0Cf4p5BkhDNejA0FXlQsvcU1xxViFSwC8cf2m 2xcZ33sywzL2EJZMuibFCbt+Xf7sCSNdEGYZz+QNUNOzqeNw0qewmXsFhYbwa+cb 1lKSFgGG2P4cK7hXZtNw4d52D6sE7CryhxZ4st0eVDZJguUoYMAfxbiv11//eykt Vf9ZuCPDHWVVhVnyJRMQtQgIJQWasSedv9qCg6fBjGwGBfNHWrNxOaoF8raUVICq DfrtpqpPw7XPn+CHwXbDms6jyOS5sc1vC6pFk7GoVprSrUiQu2hWpZleEIrwCe3h lvoMNpT0bv1BOHLQHFEtHYS7d4GqVNsMIUop0P8eNNrSz2CB3/jQEZkhdHvjwshU yCFUkkIj2nHwkPNeZ8kG5zCqpQ587JG2/KDyMiWVwmlZuLU1NM1Ponl4I1Sga0kz DUkThR0GXXHkUCuv9vy77niCezwU94PZugsMJx0A1Hv7mnnxrGvjz3nQR5OSoYO5 Ag0EUpOJQAEQAPApmNbQNte2hUDyXjHzwurrIB3A68Gom9uP/3VaVastm0pxs5DU /422r1dMmLrHfssbMdMZIcETp5L1E0z+meY0LP302565aeMbQe3vQsi1ONrlqSAa QYU8iuNt/5wjzpyZy48oI1wdbagT2V4zUWojAjPBp7iBywkPf5jAtvM9W9bklzro tZmi2XrpeSQPdkzPonQL11Mb/0ChYrGxiQFA/PT7Vag9Slept8S1+whhqOby2qxL yrk42F6mSBmhqur5HvUkcQSEAc7FRPW9D0L4YnsuT9/PolkxO82o9cz+t+rXUO4E jOvrkkhZAAfSVf0rAKAMn+h8LRptjupmRr4/IS9+QmduMFqWLfvWirnuNY9Ph1IT L2FQ3sNMiowMiZgk0ZXf73IbReSLNPByq3ST6y5UIFhKMvKJWkW3vv097icAOVr0 o6Y9XTDzDKtrRGwTQ0FuwOXiMI/VVOeVj+uYBmLU9rE5uo5ErFWpBBYmQpDOumxj lKOBADwVClJ7UTCtUYi0C7qhlgMiIS/hS616fOcpj5MZbbMvZx6YGn17x80TX/f8 Ai/bJSO3qZDIOsrgVKql9CzDKgKwMbXyzuk9v09iM4gUSG+OUMQ/4weKF8r3Bxdo denaiFgHXPGntfWQc2AY2VynLR1GW5RYwSx9LuJEmr68QKzbvs/6vZYbABEBAAGJ AiUEGAECAA8FAlKTiUACGwwFCQ0oaIAACgkQrym7bA4XidYSdQ//U0Bn7fx9ymuV TlwTYKrslwvqvTy2PrGvxYL2McQ8l5s/SfY8MXc/0oDzvM0klgto8R0D5Pdf842s rREVJXPeJcZWoi1CuujhvW6wf73nVIM9npSAN75uDD5dAk/sXM1CfnBkCcQOWTBs 23U323JoAiM47kzYhHgn3xZ+CTigVvWRmAMTI9o+NOImruxt6FrGrEP3fQGrutTp E3EVkSgznpe5YN5jGBJmBy/DR5l5RajxEu3zCyc7WjQJUpVsEM7kj7Gmng+VO9RA Ive2b/OGTHBYRBx8rjVoh78EWzPyiVdfq1oLCNPTEI5LFdNVLeaSQNPqVjwmTSe1 G7H/kfdeuqllngc0qPSdXT1Z9uPtI+wzxuS3aL8usBnqLu/J4Wuuds8FJD5W3HW0 Y9P8LiuC7DoqRLnmrmWNXA0Zf/zkVfLo2htusA8MfJUt8iI0i7pYh232CWFZ4yAR ZQ1dFUn7aVPamZysOgRtnUfczJzEIuNc8X7TuKm9mRIi2MQ5N8/2Q+xyoJOr9J5V /wkXAKSc6YKIHV2VZCMgoi6Q6SlZSQ6j70VczA1WxQBxFJyQN8WdwEh0mlUQiIw0 XBD+cDa5LiwAVR0psB19I/Wtoyt86XQ3nk9eViCto6OJE6zUjkPgCmqE+7K23HxH DQ2zYG9Kan9YuqnsDotO+jw97BxL+iE= =SQLm -----END PGP PUBLIC KEY BLOCK----- --=_KBL-kOdfLfUKi54kWhWkRA1-- --=_C9l4vG_dFlUUOoMOhR1niQ1 Content-Type: application/pgp-signature Content-Description: Digitale PGP-Signatur Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAABAgAGBQJTeGBdAAoJEK8pu2wOF4nWGpQP/1I2Nmt7AKNMMrRVH8dd+TgS HOzi5PDn+iv2oWxU3YtZcALoPNJZEEEL3KTqb82zux/Ia0fsSNcavquXcMytX0EN QXFo9fM3pDgULwF/ZIUJ2D5V0ErUkhnZpaywlcdmQWpwHwSPh8qSHqu7LeNbeccq pJktvSQNJ5TP7HcpiN+FV1Aoc+k/0XKUb9MTH6GZ8vhICQTUxxWWY6ue/jlHnHbI 86crnMZZxnH+BqbtvikS03WHTyRz+KDe8eprj3Y/cjgGkqvZptR69h7zS9DXVBsv +nTzHESg0QqsduiFVKEiCvXj7OP9FZOm5AzLVDe2yvZZUp60JhTpQQ0mUD3HBhIR Kdh9jMgHEM3ifuHgrst3ZhGjxVqLUUSy+DurWI+D8V01IMHpuYwKTk7hYl0AVsYX bzBE2BPExKc76GxzYIrYk2KcwYDxcsOW+pIdE7T6H+Ad4beVj3Lsd97UKU5sdH71 DA7/nLMn3m9paj56VyL0PgUuI+nnqlstg3JV3Rik3iwSGClFrIj2WGi8jPucFdmV mE8SZtkQtw+myvzQboZolsq1htu9rfc67kGJRAYRPZe5AYf7JTmLfu34xMoPhYbW yoZjqrcJ9QK0XJlw9lmkVt3ffUDGoT/O598T9P24veYiQe+zBpE4bmrldDv65wTP hbw29GpqO7MbAXzkG2zb =rEAU -----END PGP SIGNATURE----- --=_C9l4vG_dFlUUOoMOhR1niQ1-- From owner-freebsd-ruby@FreeBSD.ORG Sun May 18 15:19:49 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 094A082C; Sun, 18 May 2014 15:19:49 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 D1C1621C7; Sun, 18 May 2014 15:19:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4IFJmQu090910; Sun, 18 May 2014 15:19:48 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4IFJmBK090909; Sun, 18 May 2014 15:19:48 GMT (envelope-from rakuco) Date: Sun, 18 May 2014 15:19:48 GMT Message-Id: <201405181519.s4IFJmBK090909@freefall.freebsd.org> To: freebsd@nagilum.org, rakuco@FreeBSD.org, ruby@FreeBSD.org From: rakuco@FreeBSD.org Subject: Re: ports/189853: textproc/rubygem-nokogiri 1.6.2.1 fails to build X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 15:19:49 -0000 Synopsis: textproc/rubygem-nokogiri 1.6.2.1 fails to build State-Changed-From-To: open->closed State-Changed-By: rakuco State-Changed-When: Sun May 18 15:19:47 UTC 2014 State-Changed-Why: Closing at submitter's request. http://www.freebsd.org/cgi/query-pr.cgi?pr=189853 From owner-freebsd-ruby@FreeBSD.ORG Sun May 18 15:56:32 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 751A7A50 for ; Sun, 18 May 2014 15:56:32 +0000 (UTC) Received: from mailrelay003.isp.belgacom.be (mailrelay003.isp.belgacom.be [195.238.6.53]) by mx1.freebsd.org (Postfix) with ESMTP id 16E2724F1 for ; Sun, 18 May 2014 15:56:31 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AnIMACbXeFNbsWnc/2dsb2JhbABZgwaBBwcMrE0BmFEXdIJmHF80Koh8AZ1/sy0Xjm2EKgEDmVmTG4M5Ow Received: from 220.105-177-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.177.105.220]) by relay.skynet.be with ESMTP; 18 May 2014 17:56:24 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.8/8.14.8) with ESMTP id s4IFuNeW053755 for ; Sun, 18 May 2014 17:56:23 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 18 May 2014 17:56:22 +0200 From: Tijl Coosemans To: ruby@FreeBSD.org Subject: rubygem-goocanvas rubygem-gtk3 dependencies Message-ID: <20140518175622.3c389f97@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 15:56:32 -0000 Hi, I think graphics/rubygem-goocanvas should depend on rubygem-gtk3 instead of rubygem-gtk2. And in x11-toolkits/rubygem-gtk3 it should say USE_GNOME=gtk30 instead of USE_GNOME=gtk20. From owner-freebsd-ruby@FreeBSD.ORG Sun May 18 23:06:09 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 24828CEE for ; Sun, 18 May 2014 23:06:09 +0000 (UTC) Received: from mail-qg0-x22e.google.com (mail-qg0-x22e.google.com [IPv6:2607:f8b0:400d:c04::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DD1A4249D for ; Sun, 18 May 2014 23:06:08 +0000 (UTC) Received: by mail-qg0-f46.google.com with SMTP id q108so7456251qgd.5 for ; Sun, 18 May 2014 16:06:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ClOJgR472viTNj2TiMPQPPJ+QL7FCsyr0cnFqL94fEE=; b=KvSazOuufid8Ie7GHxYjxsL+xjxdeegR0yvzBRexhR95Kos5n7OT8/r5/2K0IwjZXY HZAqzjExxj7mkBtGoD7Sn+IuXJys99WdCpem3786FgluJwsMGc0woRzisDc+MZxcb80v BuvxNx9iGYvplU9gf4D7j98TLf7h0OJR56/GR9wW38A4IkVcPTKMvHZUZi3nmfYaQaMC h+B1VBZZA/DHLYw4MA03o1Al7ff7Y7IdmyWZpN6Vr7t2iyRSmhtD6Z3APe+hx0tSCx2h saSzqViSVdgwFxxOEjeEeg7VHgk+QUecwZIefBLps/dUqxCCUe9Q+0/sOqMaONP/sFJB V3jA== MIME-Version: 1.0 X-Received: by 10.140.35.212 with SMTP id n78mr41522002qgn.87.1400454367470; Sun, 18 May 2014 16:06:07 -0700 (PDT) Received: by 10.96.179.65 with HTTP; Sun, 18 May 2014 16:06:07 -0700 (PDT) Date: Sun, 18 May 2014 16:06:07 -0700 Message-ID: Subject: FreeBSD Port: www/rubygem-jekyll From: Matthew DeAbreu To: ruby@FreeBSD.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2014 23:06:09 -0000 Hello, I am a web developer and I currently have my website on a host which uses FreeBSD and has the FreeBSD Port of Jekyll installed. Since they have to use the port they and by extension I am limited to using version 1.0.3 which was released almost a year ago. On top of that there have been quite a few new features added which would be very useful to myself and others. Would it be possible to update this port to a more recent version of Jekyll? I ask mainly due to the fact that in the very next version (1.1.0) they have added a feature (Support passing parameters to templates in include tag (#1204)) which I plan on making extensive use of. Thanks and I look forward to your response, Matthew DeAbreu Matthew.DeAbreu@gmail.com From owner-freebsd-ruby@FreeBSD.ORG Mon May 19 11:08:00 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4BED2A76 for ; Mon, 19 May 2014 11:08:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 391AA2EE2 for ; Mon, 19 May 2014 11:08:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4JB80xJ081556 for ; Mon, 19 May 2014 11:08:00 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4JB7xuY081554 for ruby@FreeBSD.org; Mon, 19 May 2014 11:07:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 May 2014 11:07:59 GMT Message-Id: <201405191107.s4JB7xuY081554@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 May 2014 11:08:00 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/189792 ruby [PATCH] lang/ruby21: update to 2.1.2. o ports/189646 ruby [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDO o ports/188741 ruby devel/rubygem-ffi can't load libc on FreeBSD 10 3 problems total. From owner-freebsd-ruby@FreeBSD.ORG Tue May 20 08:30:13 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEB33C37; Tue, 20 May 2014 08:30:13 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 960802B48; Tue, 20 May 2014 08:30:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4K8UD1B086320; Tue, 20 May 2014 08:30:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4K8UDP5086319; Tue, 20 May 2014 08:30:13 GMT (envelope-from edwin) Date: Tue, 20 May 2014 08:30:13 GMT Message-Id: <201405200830.s4K8UDP5086319@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189980: devel/rubygem-celluloid needs rubygem-timers1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 08:30:13 -0000 Synopsis: devel/rubygem-celluloid needs rubygem-timers1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 20 08:30:13 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189980 From owner-freebsd-ruby@FreeBSD.ORG Tue May 20 08:40:09 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27DFC2C7; Tue, 20 May 2014 08:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 F32022C2F; Tue, 20 May 2014 08:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4K8e8SR098417; Tue, 20 May 2014 08:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4K8e8rk098416; Tue, 20 May 2014 08:40:08 GMT (envelope-from edwin) Date: Tue, 20 May 2014 08:40:08 GMT Message-Id: <201405200840.s4K8e8rk098416@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/189983: patch devel/rubygem-pygments.rb for newer yajl-ruby X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 08:40:09 -0000 Synopsis: patch devel/rubygem-pygments.rb for newer yajl-ruby Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 20 08:40:08 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=189983 From owner-freebsd-ruby@FreeBSD.ORG Tue May 20 20:10:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49AB9CCB; Tue, 20 May 2014 20:10:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 1FD982C94; Tue, 20 May 2014 20:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4KKA3bZ043222; Tue, 20 May 2014 20:10:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4KKA3Ku043221; Tue, 20 May 2014 20:10:03 GMT (envelope-from edwin) Date: Tue, 20 May 2014 20:10:03 GMT Message-Id: <201405202010.s4KKA3Ku043221@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190035: |PATCH| sysutils/rubygem-capistrano: update to 3.2.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 May 2014 20:10:04 -0000 Synopsis: |PATCH| sysutils/rubygem-capistrano: update to 3.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue May 20 20:10:03 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190035 From owner-freebsd-ruby@FreeBSD.ORG Wed May 21 08:28:29 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C3BF9E5E for ; Wed, 21 May 2014 08:28:29 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A56942D06 for ; Wed, 21 May 2014 08:28:29 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s4L8STI6021714 for ; Wed, 21 May 2014 08:28:29 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 21 May 2014 08:28:29 GMT Message-Id: <201405210828.s4L8STI6021714@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 08:28:29 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/ruby-esound broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-esound portname: databases/ruby-msql broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-msql portname: devel/ruby-amstd broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-amstd portname: devel/ruby-avl broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-avl portname: devel/ruby-robjectteam broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-robjectteam portname: devel/rubygem-dep_selector broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-dep_selector portname: graphics/ruby-rmagick broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-rmagick portname: graphics/ruby-tgif broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-tgif portname: japanese/rbnamazu broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rbnamazu portname: japanese/rskkserv broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rskkserv portname: print/ruby-panda broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ruby-panda portname: textproc/eruby broken because: broken with ruby1.9 threads build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=eruby portname: textproc/ruby-diff broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-diff portname: textproc/ruby-html-fillinform broken because: Not stage friendly, no more public distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-html-fillinform portname: textproc/ruby-html-template broken because: Not stage friendly, no more public distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-html-template portname: www/mod_ruby broken because: broken with ruby1.9 threads build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_ruby portname: www/ruby-div broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ruby-div If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Wed May 21 08:29:51 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C248620B for ; Wed, 21 May 2014 08:29:51 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B36A92D65 for ; Wed, 21 May 2014 08:29:51 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s4L8Tp0x040126 for ; Wed, 21 May 2014 08:29:51 GMT (envelope-from linimon@FreeBSD.org) Date: Wed, 21 May 2014 08:29:51 GMT Message-Id: <201405210829.s4L8Tp0x040126@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 08:29:51 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: textproc/eruby description: Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Only for threadless ruby, use ruby-gem erubis instead expiration date: 2014-06-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=eruby portname: www/mod_ruby description: An Apache module that embeds Ruby interpreter within maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Only for threadless ruby expiration date: 2014-06-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_ruby If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Wed May 21 13:00:09 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D12181D; Wed, 21 May 2014 13:00:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 73F31251C; Wed, 21 May 2014 13:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LD09c3035937; Wed, 21 May 2014 13:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LD09fP035936; Wed, 21 May 2014 13:00:09 GMT (envelope-from edwin) Date: Wed, 21 May 2014 13:00:09 GMT Message-Id: <201405211300.s4LD09fP035936@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190066: [patch] lang/ruby19 (and lang/ruby20, lang/ruby21) fix X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 13:00:09 -0000 Synopsis: [patch] lang/ruby19 (and lang/ruby20, lang/ruby21) fix Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 21 13:00:09 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190066 From owner-freebsd-ruby@FreeBSD.ORG Wed May 21 14:00:09 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 31BBEFE; Wed, 21 May 2014 14:00:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 06BCF29C1; Wed, 21 May 2014 14:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LE08Fk058370; Wed, 21 May 2014 14:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LE08L9058369; Wed, 21 May 2014 14:00:08 GMT (envelope-from edwin) Date: Wed, 21 May 2014 14:00:08 GMT Message-Id: <201405211400.s4LE08L9058369@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190068: [PATCH] devel/rubygem-mixlib-shellout: fix MIXLIB-29 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 14:00:09 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-shellout: fix MIXLIB-29 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed May 21 14:00:08 UTC 2014 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190068 From owner-freebsd-ruby@FreeBSD.ORG Wed May 21 14:00:10 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC012105; Wed, 21 May 2014 14:00:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 C1ED929C3; Wed, 21 May 2014 14:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LE0Awq058448; Wed, 21 May 2014 14:00:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LE0Ani058446; Wed, 21 May 2014 14:00:10 GMT (envelope-from edwin) Date: Wed, 21 May 2014 14:00:10 GMT Message-Id: <201405211400.s4LE0Ani058446@freefall.freebsd.org> To: renchap@cocoa-x.com, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190068: [PATCH] devel/rubygem-mixlib-shellout: fix MIXLIB-29 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 14:00:11 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-shellout: fix MIXLIB-29 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed May 21 14:00:10 UTC 2014 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190068 From owner-freebsd-ruby@FreeBSD.ORG Wed May 21 14:05:25 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D1F82AD; Wed, 21 May 2014 14:05:25 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 023AC2A73; Wed, 21 May 2014 14:05:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4LE5OCA062085; Wed, 21 May 2014 14:05:24 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4LE5Opm062084; Wed, 21 May 2014 14:05:24 GMT (envelope-from swills) Date: Wed, 21 May 2014 14:05:24 GMT Message-Id: <201405211405.s4LE5Opm062084@freefall.freebsd.org> To: nickdewing@gmail.com, swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/190068: [PATCH] devel/rubygem-mixlib-shellout: fix MIXLIB-29 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2014 14:05:25 -0000 Synopsis: [PATCH] devel/rubygem-mixlib-shellout: fix MIXLIB-29 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Wed May 21 14:05:24 UTC 2014 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=190068 From owner-freebsd-ruby@FreeBSD.ORG Thu May 22 20:12:49 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C728A1A; Thu, 22 May 2014 20:12:49 +0000 (UTC) Received: from melo.ec-m.fr (melo.ec-m.fr [147.94.19.37]) by mx1.freebsd.org (Postfix) with ESMTP id 08C1326DC; Thu, 22 May 2014 20:12:48 +0000 (UTC) Received: from amavis1.serv.int (amavis1.serv.int [10.3.0.45]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id C3FA5AC886; Thu, 22 May 2014 22:12:40 +0200 (CEST) X-Virus-Scanned: amavisd-new at centrale-marseille.fr Received: from melo.ec-m.fr ([10.3.0.13]) by amavis1.serv.int (amavis1.serv.int [10.3.0.45]) (amavisd-new, port 10024) with LMTP id 0Mmv9iqV2KeV; Thu, 22 May 2014 22:12:37 +0200 (CEST) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTPS id EFD3FAC87D; Thu, 22 May 2014 22:12:37 +0200 (CEST) Received: (from root@localhost) by dgeo.sysadm.ec-m.fr (8.14.7/8.14.7/Submit) id s4MKCbbM060273; Thu, 22 May 2014 22:12:37 +0200 (CEST) (envelope-from dgeo@centrale-marseille.fr) Date: Thu, 22 May 2014 22:12:37 +0200 (CEST) Message-Id: <201405222012.s4MKCbbM060273@dgeo.sysadm.ec-m.fr> From: Geoffroy Desvernay To: bug-followup@FreeBSD.org Subject: Re: ports/184592: [PATCH] www/rubygem-unicorn: add rc.d script X-GNATS-Notify: X-porttools-version: 1.02 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------3848b3543f5ef5d1ad65bb82c3966f46" Cc: ruby@FreeBSD.org, swills@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 May 2014 20:12:49 -0000 --------3848b3543f5ef5d1ad65bb82c3966f46 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Description: Without rc_setvar and better procname Responsible committer (ruby@FreeBSD.org; swills@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: change, diff: SVN) --------3848b3543f5ef5d1ad65bb82c3966f46 Content-Type: text/plain; charset=utf-8; name="rubygem-unicorn-4.6.3.patch" Content-Transfer-Encoding: base64; Content-Disposition: attachment; filename="rubygem-unicorn-4.6.3.patch" SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIE1ha2VmaWxlCShyZXZpc2lvbiAzNTQ4ODIp CisrKyBNYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMyw2ICszLDcgQEAKIAogUE9SVE5BTUU9 CXVuaWNvcm4KIFBPUlRWRVJTSU9OPQk0LjYuMworUE9SVFJFVklTSU9OPQkxCiBDQVRFR09SSUVT PQl3d3cgcnVieWdlbXMKIE1BU1RFUl9TSVRFUz0JUkcKIApAQCAtMTcsNSArMTgsNyBAQAogVVNF X1JVQllHRU1TPQl5ZXMKIFJVQllHRU1fQVVUT1BMSVNUPQl5ZXMKIFBMSVNUX0ZJTEVTPQliaW4v dW5pY29ybiBiaW4vdW5pY29ybl9yYWlscworU1VCX0xJU1Q9CVJVQllfTkFNRT0ke1JVQllfTkFN RX0KK1VTRV9SQ19TVUJSPQl1bmljb3JuCiAKIC5pbmNsdWRlIDxic2QucG9ydC5taz4KSW5kZXg6 IGZpbGVzL3VuaWNvcm4uaW4KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PQotLS0gZmlsZXMvdW5pY29ybi5pbgkocmV2aXNp b24gMCkKKysrIGZpbGVzL3VuaWNvcm4uaW4JKHdvcmtpbmcgY29weSkKQEAgLTAsMCArMSwzMDYg QEAKKyMhL2Jpbi9zaAorCisjIFBST1ZJREU6IHVuaWNvcm4KKyMgUkVRVUlSRTogTE9HSU4gU0VS VkVSUworIyBLRVlXT1JEOiBzaHV0ZG93bgorCisuIC9ldGMvcmMuc3VicgorCituYW1lPSJ1bmlj b3JuIgorcHJvY25hbWU9IiUlUlVCWV9OQU1FJSUiCisKK2V4dHJhX2NvbW1hbmRzPSJ1cGdyYWRl IHNob3cgcmVvcGVubG9ncyIKK3N0YXJ0X2NtZD0idW5pY29ybl9zdGFydF9jb21tYW5kIgordXBn cmFkZV9jbWQ9InVuaWNvcm5fdXBncmFkZV9jb21tYW5kIgorc2hvd19jbWQ9InVuaWNvcm5fc2hv d19jb21tYW5kIgorcmVvcGVubG9nc19jbWQ9InVuaWNvcm5fcmVvcGVubG9nc19jb21tYW5kIgor Citsb2FkX3JjX2NvbmZpZyAiJHtuYW1lfSIKKworOiAke3VuaWNvcm5fZW5hYmxlOj0iTk8ifQor OiAke3VuaWNvcm5fZmxhZ3M6PSItRCJ9Cis6ICR7dW5pY29ybl9lbnY6PSJwcm9kdWN0aW9uIn0K KzogJHt1bmljb3JuX2luaXRfY29uZmlnOj0iIn0KKzogJHt1bmljb3JuX2J1bmRsZV9nZW1maWxl Oj0iIn0KKzogJHt1bmljb3JuX3Byb2ZpbGVzOj0iIn0KKzogJHt1bmljb3JuX3VwZ3JhZGVfdGlt ZW91dDo9IjYwIn0KKzogJHt1bmljb3JuX3JjX3NjcmlwdDo9IiUlUFJFRklYJSUvZXRjL3JjLmQv dW5pY29ybiJ9CisKKyMKKyMgQ29udmVuaWVuY2UgZnVuY3Rpb24gdG8gcmVhZCBhIHByb2ZpbGUn cyBlbnZpcm9ubWVudCB2YXJpYWJsZSwgb3IgZmFsbCBiYWNrIHRvIGEgZGVmYXVsdAorIworIyBl LnguIF9yZWFkX3Byb2ZpbGVfdmFyIG15X2FwcCBwaWRmaWxlICcvdS9teV9hcHAvc2hhcmQvcGlk cy91bmljb3JuLnBpZCcKKyMKK19yZWFkX3Byb2ZpbGVfdmFyKCkKK3sKKyAgcHJvZmlsZT0kMQor ICB2YXI9JDIKKyAgZGVmYXVsdD0kMworICBkZWZhdWx0Mj0kNAorICBldmFsIHZhbHVlPSJcJHt1 bmljb3JuXyR7cHJvZmlsZX1fJHt2YXJ9Oi0ke2RlZmF1bHR9fSIKKyAgZXZhbCB2YWx1ZT0iXCR7 dmFsdWU6LSR7ZGVmYXVsdDJ9fSIKKyAgZWNobyAiJHt2YWx1ZX0iCit9CisKKyMKKyMgVGFrZXMg YSBkaXJlY3RvcnkgYW5kIHNldHMgdXAgc29tZSBkZWZhdWx0IGVudmlyb25lbWVudCB2YXJpYWJs ZXMgYmFzZWQgb24gYSBjYXBpc3RyYW5vIGxheW91dAorIworX3NldHVwX2RpcmVjdG9yeSgpCit7 CisgIGxvY2FsIGRpcmVjdG9yeQorICBkaXJlY3Rvcnk9JDEKKyAgCisgIGRpcmVjdG9yeV9jb21t YW5kPSIke2RpcmVjdG9yeX0vY3VycmVudC9iaW4vdW5pY29ybl9yYWlscyIKKyAgZGlyZWN0b3J5 X3BpZGZpbGU9IiR7ZGlyZWN0b3J5fS9zaGFyZWQvcGlkcy91bmljb3JuLnBpZCIKKyAgZGlyZWN0 b3J5X29sZF9waWRmaWxlPSIke2RpcmVjdG9yeV9waWRmaWxlfS5vbGRiaW4iCisgIGRpcmVjdG9y eV9jb25maWc9IiR7ZGlyZWN0b3J5fS9jdXJyZW50L2NvbmZpZy91bmljb3JuLmNvbmYucmIiCisg IGRpcmVjdG9yeV9yYWNrdXA9IiR7ZGlyZWN0b3J5fS9jdXJyZW50L2NvbmZpZy5ydSIKKyAgZGly ZWN0b3J5X2luaXRfY29uZmlnPSIke2RpcmVjdG9yeX0vY3VycmVudC8uZW52IgorICBkaXJlY3Rv cnlfYnVuZGxlX2dlbWZpbGU9IiR7ZGlyZWN0b3J5fS9jdXJyZW50L0dlbWZpbGUiCisgIGRpcmVj dG9yeV9jaGRpcj0iJHtkaXJlY3Rvcnl9L2N1cnJlbnQiCisKKyAgIyBvbmx5IHVzZSB0aGUgZGly ZWN0b3J5X2luaXRfY29uZmlnIGlmIGl0IGV4aXN0cworICBpZiBbICEgLWYgIiR7ZGlyZWN0b3J5 X2luaXRfY29uZmlnfSIgXTsgdGhlbgorICAgIHVuc2V0IGRpcmVjdG9yeV9pbml0X2NvbmZpZwor ICBmaQorCisgICMgb25seSB1c2UgdGhlIGJ1bmRsZV9nZW1maWxlIGlmIGl0IGV4aXN0cworICBp ZiBbICEgLWYgIiR7ZGlyZWN0b3J5X2J1bmRsZV9nZW1maWxlfSIgXTsgdGhlbgorICAgIHVuc2V0 IGRpcmVjdG9yeV9idW5kbGVfZ2VtZmlsZQorICBmaQorCisgIGlmIFsgLWYgIiR7ZGlyZWN0b3J5 X2NvbmZpZ30iIF07IHRoZW4KKyAgICBkaXJlY3RvcnlfdXNlcj1gc3RhdCAtZiAiJVN1IiAiJHtk aXJlY3RvcnlfY29uZmlnfSJgICMgZGVmYXVsdCB0byB0aGUgb3duZXIgb2YgdGhlIGNvbmZpZyBm aWxlCisgIGZpCit9CisKKyMKKyMgSWYgd2UgaGF2ZSBhIHByb2ZpbGUsIHNldCB1cCB0aGUgZW52 aXJvbm1lbnQgZm9yIHRoYXQgcHJvZmlsZQorIworaWYgWyAtbiAiJDIiIF07IHRoZW4KKyAgcHJv ZmlsZT0iJDIiCisKKyAgIyBzZXQgdGhlIHJjdmFyIGZvciB0aGlzIHNwZWNpZmljIHByb2ZpbGUK KyAgcmN2YXI9YHNldF9yY3ZhciAiJHtuYW1lfV8ke3Byb2ZpbGV9ImAKKyAgIyBpZiB0aGUgdXNl ciBwcm92aWRlcyBhIGRpcmVjdG9yeSwgd2UgY2FuIGluZmVyIHNvbWUgZGVmYXVsdCBjb25maWd1 cmF0aW9uCisgIGRpcmVjdG9yeT1gX3JlYWRfcHJvZmlsZV92YXIgIiR7cHJvZmlsZX0iICJkaXJl Y3RvcnkiYAorCisgIGlmIFsgLW4gIiR7ZGlyZWN0b3J5fSIgXTsgdGhlbgorICAgIF9zZXR1cF9k aXJlY3RvcnkgIiR7ZGlyZWN0b3J5fSIKKyAgZmkKKworICB1bmljb3JuX3JhY2t1cD1gICAgICAg ICBfcmVhZF9wcm9maWxlX3ZhciAiJHtwcm9maWxlfSIgInJhY2t1cCIgICAgICAgICAiJHtkaXJl Y3RvcnlfcmFja3VwfSJgCisgIHVuaWNvcm5fb2xkX3BpZGZpbGU9YCAgIF9yZWFkX3Byb2ZpbGVf dmFyICIke3Byb2ZpbGV9IiAib2xkX3BpZGZpbGUiICAgICIke2RpcmVjdG9yeV9vbGRfcGlkZmls ZX0iYAorICB1bmljb3JuX2NvbmZpZz1gICAgICAgICBfcmVhZF9wcm9maWxlX3ZhciAiJHtwcm9m aWxlfSIgImNvbmZpZyIgICAgICAgICAiJHtkaXJlY3RvcnlfY29uZmlnfSJgCisgIHVuaWNvcm5f aW5pdF9jb25maWc9YCAgIF9yZWFkX3Byb2ZpbGVfdmFyICIke3Byb2ZpbGV9IiAiaW5pdF9jb25m aWciICAgICIke2RpcmVjdG9yeV9pbml0X2NvbmZpZ30iYAorICB1bmljb3JuX2J1bmRsZV9nZW1m aWxlPWBfcmVhZF9wcm9maWxlX3ZhciAiJHtwcm9maWxlfSIgImJ1bmRsZV9nZW1maWxlIiAiJHtk aXJlY3RvcnlfYnVuZGxlX2dlbWZpbGV9ImAKKyAgdW5pY29ybl9jaGRpcj1gICAgICAgICAgX3Jl YWRfcHJvZmlsZV92YXIgIiR7cHJvZmlsZX0iICJjaGRpciIgICAgICAgICAgIiR7ZGlyZWN0b3J5 X2NoZGlyfSJgCisgIHVuaWNvcm5fbGlzdGVuPWAgICAgICAgIF9yZWFkX3Byb2ZpbGVfdmFyICIk e3Byb2ZpbGV9IiAibGlzdGVuIiAgICAgICAgICIke3VuaWNvcm5fbGlzdGVufSJgCisgIHVuaWNv cm5fdXNlcj1gICAgICAgICAgIF9yZWFkX3Byb2ZpbGVfdmFyICIke3Byb2ZpbGV9IiAidXNlciIg ICAgICAgICAgICIke3VuaWNvcm5fdXNlcn0iICAgICAgICAgICAiJHtkaXJlY3RvcnlfdXNlcn0i YAorICB1bmljb3JuX25pY2U9YCAgICAgICAgICBfcmVhZF9wcm9maWxlX3ZhciAiJHtwcm9maWxl fSIgIm5pY2UiICAgICAgICAgICAiJHt1bmljb3JuX25pY2V9ImAKKyAgdW5pY29ybl9lbnY9YCAg ICAgICAgICAgX3JlYWRfcHJvZmlsZV92YXIgIiR7cHJvZmlsZX0iICJlbnYiICAgICAgICAgICAg IiR7dW5pY29ybl9lbnZ9ImAKKyAgdW5pY29ybl9mbGFncz1gICAgICAgICAgX3JlYWRfcHJvZmls ZV92YXIgIiR7cHJvZmlsZX0iICJmbGFncyIgICAgICAgICAgIiR7dW5pY29ybl9mbGFnc30iYAor CisgIGNvbW1hbmQ9YF9yZWFkX3Byb2ZpbGVfdmFyICIke3Byb2ZpbGV9IiAgICAgICJjb21tYW5k IiAgICAgICIke3VuaWNvcm5fY29tbWFuZH0iICAgICAgIiR7ZGlyZWN0b3J5X2NvbW1hbmR9ImAK KyAgY29tbWFuZF9hcmdzPWBfcmVhZF9wcm9maWxlX3ZhciAiJHtwcm9maWxlfSIgImNvbW1hbmRf YXJncyIgIiR7dW5pY29ybl9jb21tYW5kX2FyZ3N9IiAiJHtkaXJlY3RvcnlfY29tbWFuZF9hcmdz fSJgCisgIHBpZGZpbGU9YF9yZWFkX3Byb2ZpbGVfdmFyICIke3Byb2ZpbGV9IiAgICAgICJwaWRm aWxlIiAgICAgICIke2RpcmVjdG9yeV9waWRmaWxlfSJgCitlbHNlCisgIGlmIFsgIngke3VuaWNv cm5fcHJvZmlsZXN9IiAhPSAieCIgLWEgIngkMSIgIT0gIngiIF07IHRoZW4KKyAgICAjIElmIHdl IHdlcmVuJ3Qgc3RhcnRlZCB3aXRoIGEgcHJvZmlsZSwgcnVuIHRoZSBjb21tYW5kIG9uIGFsbCBh dmFpbGFibGUgcHJvZmlsZXMKKyAgICBmb3IgcHJvZmlsZSBpbiAke3VuaWNvcm5fcHJvZmlsZXN9 OyBkbworICAgICAgIyBCeSBkZWZhdWx0IHNldCB0aGUgcHJvZmlsZSByY3ZhciB0byBubyB0byBz dXBwcmVzcyB3YXJuaW5ncyBieSBjaGVja3llc25vCisgICAgICBwcm9maWxlX3JjdmFyPWBzZXRf cmN2YXIgIiR7bmFtZX1fJHtwcm9maWxlfSJgCisgICAgICBldmFsICIke3Byb2ZpbGVfcmN2YXJ9 PVwkeyR7cHJvZmlsZV9yY3Zhcn06LSdOTyd9IgorCisgICAgICBpZiBjaGVja3llc25vICR7cHJv ZmlsZV9yY3Zhcn07IHRoZW4KKyAgICAgICAgZWNobyAiUnVubmluZyAkezF9IG9uICR7cHJvZmls ZX0iCisgICAgICAgICR7dW5pY29ybl9yY19zY3JpcHR9ICQxICRwcm9maWxlCisgICAgICBlbHNl CisgICAgICAgIGVjaG8gIlNraXBwaW5nICR7cHJvZmlsZX0iCisKKyAgICAgICAgIyBVbnNldCB0 aGUgdmFyaWFibGUgYW5kIHRoZW4gY2hlY2t5ZXNubyBhZ2FpbiB0byBwcmludCB0aGUgd2Fybmlu ZworICAgICAgICBldmFsICJ1bnNldCAke3Byb2ZpbGVfcmN2YXJ9IgorICAgICAgICBjaGVja3ll c25vICR7cHJvZmlsZV9yY3Zhcn0KKyAgICAgIGZpCisgICAgICBlY2hvCisgICAgZG9uZQorICAg IGV4aXQgMAorICBlbHNlCisgICAgIyBsb29rIGZvciBhIHByb2ZpbGUtbGVzcyBjb25maWd1cmF0 aW9uCisKKyAgICAjIGlmIHRoZSB1c2VyIHByb3ZpZGVzIGEgZGlyZWN0b3J5LCB3ZSBjYW4gaW5m ZXIgc29tZSBkZWZhdWx0IGNvbmZpZ3VyYXRpb24KKyAgICBkaXJlY3Rvcnk9JHt1bmljb3JuX2Rp cmVjdG9yeTotfQorCisgICAgaWYgWyAtbiAiJHtkaXJlY3Rvcnl9IiBdOyB0aGVuCisgICAgICBf c2V0dXBfZGlyZWN0b3J5ICIke2RpcmVjdG9yeX0iCisgICAgZmkKKworICAgIHVuaWNvcm5fcmFj a3VwPSR7dW5pY29ybl9yYWNrdXA6LSRkaXJlY3RvcnlfcmFja3VwfQorICAgIHVuaWNvcm5fb2xk X3BpZGZpbGU9JHt1bmljb3JuX29sZF9waWRmaWxlOi0kZGlyZWN0b3J5X29sZF9waWRmaWxlfQor ICAgIHVuaWNvcm5fY2hkaXI9JHt1bmljb3JuX2NoZGlyOi0kZGlyZWN0b3J5X2NoZGlyfQorICAg IHVuaWNvcm5fcmFja3VwPSR7dW5pY29ybl9yYWNrdXA6LSRkaXJlY3RvcnlfcmFja3VwfQorICAg IHVuaWNvcm5fdXNlcj0ke3VuaWNvcm5fdXNlcjotJGRpcmVjdG9yeV91c2VyfQorICAgIHVuaWNv cm5fY29uZmlnPSR7dW5pY29ybl9jb25maWc6LSRkaXJlY3RvcnlfY29uZmlnfQorICAgIHVuaWNv cm5faW5pdF9jb25maWc9JHt1bmljb3JuX2luaXRfY29uZmlnOi0kZGlyZWN0b3J5X2luaXRfY29u ZmlnfQorICAgIHVuaWNvcm5fYnVuZGxlX2dlbWZpbGU9JHt1bmljb3JuX2J1bmRsZV9nZW1maWxl Oi0kZGlyZWN0b3J5X2J1bmRsZV9nZW1maWxlfQorCisgICAgY29tbWFuZD0ke3VuaWNvcm5fY29t bWFuZDotJGRpcmVjdG9yeV9jb21tYW5kfQorICAgIGNvbW1hbmRfYXJncz0ke3VuaWNvcm5fY29t bWFuZF9hcmdzOi0kZGlyZWN0b3J5X2NvbW1hbmRfYXJnc30KKyAgICBwaWRmaWxlPSR7dW5pY29y bl9waWRmaWxlOi0kZGlyZWN0b3J5X3BpZGZpbGV9CisgIGZpCitmaQorCisjIGFkZCB0aGUgZGly ZWN0b3J5IGFzIGEgcmVxdWlyZWQgZGlyZWN0b3J5LCBpZiBpdCdzIHNwZWNpZmllZAorcmVxdWly ZWRfZGlycz0iJHtkaXJlY3Rvcnk6LX0iCisKKyMgaWYgd2UgaGF2ZSBhIGNvbmZpZyBmaWxlIG9y IHJhY2t1cCBmaWxlIHNwZWNpZmllZCwgbWFrZSBzdXJlIGl0IGV4aXN0cworcmVxdWlyZWRfZmls ZXM9IiR7dW5pY29ybl9jb25maWc6LX0gJHt1bmljb3JuX3JhY2t1cDotfSIKKworIworIyBCdWls ZCB1cCB0aGUgZmxhZ3MgYmFzZWQgb24gdGhlIGVudmlyb25tZW50IHZhcmlhYmxlcworIworWyAt biAiJHt1bmljb3JuX2xpc3Rlbn0iIF0gJiYgdW5pY29ybl9mbGFncz0iLWwgJHt1bmljb3JuX2xp c3Rlbn0gJHt1bmljb3JuX2ZsYWdzfSIKK1sgLW4gIiR7dW5pY29ybl9jb25maWd9IiBdICYmIHVu aWNvcm5fZmxhZ3M9Ii1jICR7dW5pY29ybl9jb25maWd9ICR7dW5pY29ybl9mbGFnc30iCitbIC1u ICIke3VuaWNvcm5fZW52fSIgXSAmJiB1bmljb3JuX2ZsYWdzPSItRSAke3VuaWNvcm5fZW52fSAk e3VuaWNvcm5fZmxhZ3N9IgorCisjIEFkZCBvdXIgcmFja3VwIGZpbGUgdG8gdGhlIHVuaWNvcm4g Y29tbWFuZF9hcmdzCitbIC1uICIke3VuaWNvcm5fcmFja3VwOi19IiBdICYmIGNvbW1hbmRfYXJn cz0iJHt1bmljb3JuX3JhY2t1cDotfSAke2NvbW1hbmRfYXJnczotfSIKKworIyBUaGlzIGZ1bmN0 aW9uIGJ1aWxkcyB0aGUgY29tbWFuZCB0byBzdGFydCB1bmljb3JuLiBUaGlzIGlzIHNwbGl0IG91 dCBzbyB3ZSBjYW4KKyMgcHJpbnQgaXQgZnJvbSB0aGUgInNob3ciIGNvbW1hbmQKK191bmljb3Ju X3N0YXJ0X2NvbW1hbmQoKQoreworICBsb2NhbCBzaGVsbF9jb21tYW5kCisgIHNoZWxsX2NvbW1h bmQ9IiR7dW5pY29ybl9idW5kbGVfZ2VtZmlsZTorZXhwb3J0IEJVTkRMRV9HRU1GSUxFPSR1bmlj b3JuX2J1bmRsZV9nZW1maWxlICYmIH0iXAorIiR7dW5pY29ybl9pbml0X2NvbmZpZzorLiAkdW5p Y29ybl9pbml0X2NvbmZpZyAmJiB9IlwKKyIke3VuaWNvcm5fY2hkaXI6K2NkICR1bmljb3JuX2No ZGlyICYmIH0iXAorIiR7dW5pY29ybl9uaWNlOituaWNlIC1uICR1bmljb3JuX25pY2UgfSJcCisi JHtjb21tYW5kfSAke3JjX2ZsYWdzfSAke2NvbW1hbmRfYXJnc30iCisKKyAgaWYgWyAtbiAiJHt1 bmljb3JuX3VzZXJ9IiBdOyB0aGVuCisgICAgZWNobyAic3UgLWwgJHt1bmljb3JuX3VzZXJ9IC1j IFwiJHtzaGVsbF9jb21tYW5kfVwiIgorICBlbHNlCisgICAgZWNobyAic2ggLWMgXCIke3NoZWxs X2NvbW1hbmR9XCIiCisgIGZpCit9CisKKyMKKyMgVGhlIHN0YXJ0IGNvbW1hbmQKKyMKK3VuaWNv cm5fc3RhcnRfY29tbWFuZCgpCit7CisgICMgZW5zdXJlIHVuaWNvcm4gaXNuJ3QgYWxyZWFkeSBy dW5uaW5nCisgIGlmIFsgLXogIiRyY19mYXN0IiAtYSAtbiAiJHJjX3BpZCIgXTsgdGhlbgorICAg IGVjaG8gMT4mMiAiJHtuYW1lfSBhbHJlYWR5IHJ1bm5pbmc/IChwaWQ9JHJjX3BpZCkuIgorICAg IHJldHVybiAxCisgIGZpCisKKyAgIyBlbnN1cmUgdGhhdCB0aGUgY29tbWFuZCBleGlzdHMgYW5k IGlzIGV4ZWN1dGFibGUKKyAgaWYgWyAhIC14ICIke19jaHJvb3R9JHtfY2hyb290OisvfSR7Y29t bWFuZH0iIF07IHRoZW4KKyAgICB3YXJuICJydW5fcmNfY29tbWFuZDogY2Fubm90IHJ1biAke25h bWV9X2NvbW1hbmQgXCIkY29tbWFuZFwiIgorICAgIHJldHVybiAxCisgIGZpCisKKyAgY2hlY2tf c3RhcnRtc2dzICYmIGVjaG8gIlN0YXJ0aW5nICR7bmFtZX06ICR7cHJvZmlsZX0uIgorCisgIGV2 YWwgIiQoX3VuaWNvcm5fc3RhcnRfY29tbWFuZCkiCisgIF9yZXR1cm49JD8KKworICBpZiBbICRf cmV0dXJuIC1uZSAwIF0gJiYgWyAteiAiJHtyY19mb3JjZX0iIF07IHRoZW4KKyAgICByZXR1cm4g MQorICBmaQorCisgIHJldHVybiAwCit9CisKK3VuaWNvcm5fdXBncmFkZV9jb21tYW5kKCkKK3sK KyAgaWYgWyAtbiAiJHtyY19waWR9IiBdOyB0aGVuCisgICAgIyBUZWxsIHRoZSBtYXN0ZXIgdG8g c3Bhd24gYSBuZXcgdmVyc2lvbiBvZiBpdHNlbGYKKyAgICBpZiBraWxsIC1VU1IyICIke3JjX3Bp ZH0iOyB0aGVuCisgICAgICBuPSR1bmljb3JuX3VwZ3JhZGVfdGltZW91dAorCisgICAgICAjIFdh aXQgdW50aWwgdGhlIHVuaWNvcm5fb2xkX3BpZGZpbGUgYW5kIHBpZGZpbGUgYm90aCBleGlzdCBh bmQgYXJlIG5vbi1lbXB0eQorICAgICAgZWNobyAtbiA+JjIgIldhaXRpbmcgZm9yIHRoZSBuZXcg bWFzdGVyIHRvIHNwYXduIgorICAgICAgd2hpbGUgWyBcKCAhIC1zICIke3VuaWNvcm5fb2xkX3Bp ZGZpbGV9IiAtbyAhIC1zICIke3BpZGZpbGV9IiBcKSAtYSAkbiAtZ2UgMCBdOyBkbworICAgICAg ICBwcmludGYgPiYyICcuJyAmJiBzbGVlcCAxICYmIG49JCgoICRuLTEgKSkKKyAgICAgIGRvbmUK KyAgICAgIGVjaG8KKworICAgICAgIyBpZiB0aGUgcGlkZmlsZSBvciB1bmljb3JuX29sZF9waWRm aWxlIHN0aWxsIGRvbid0IGV4aXN0LCBxdWl0CisgICAgICBpZiBbICEgLXMgIiR7cGlkZmlsZX0i IC1vICEgLXMgIiR7dW5pY29ybl9vbGRfcGlkZmlsZX0iIF07IHRoZW4KKyAgICAgICAgWyAhIC1z ICIke3BpZGZpbGV9IiBdICAgICAgICAgICAgICAmJiBlY2hvID4mMiAiJHtwaWRmaWxlfSBkb2Vz bid0IGV4aXN0IGFmdGVyICR7dW5pY29ybl91cGdyYWRlX3RpbWVvdXR9IHNlY29uZHMiCisgICAg ICAgIFsgISAtcyAiJHtwdW5pY29ybl9vbGRfcGlkZmlsZX0iIF0gJiYgZWNobyA+JjIgIiR7dW5p Y29ybl9vbGRfcGlkZmlsZX0gZG9lc24ndCBleGlzdCBhZnRlciAke3VuaWNvcm5fdXBncmFkZV90 aW1lb3V0fSBzZWNvbmRzIgorICAgICAgICByZXR1cm4gMQorICAgICAgZmkKKworICAgICAgIyBt YWtlIHN1cmUgdGhlIG5ldyBtYXN0ZXIgY2FuIHJlY2VpdmUgc2lnbmFscywgYW5kIHRoZW4gUVVJ VCB0aGUgb2xkIG9uZQorICAgICAgZWNobyA+JjIgIktpbGxpbmcgdGhlIG9sZCBtYXN0ZXIiCisg ICAgICBraWxsIC0wIGBjaGVja19waWRmaWxlICIke3BpZGZpbGV9IiAiJHtwcm9jbmFtZX0iYCAm JiBraWxsIC1RVUlUIGBjaGVja19waWRmaWxlICIke3VuaWNvcm5fb2xkX3BpZGZpbGV9IiAiJHtw cm9jbmFtZX0iYAorCisgICAgICAjIFdhaXQgZm9yIHRoZSBvbGQgbWFzdGVyIHRvIGRpZQorICAg ICAgZWNobyAtbiA+JjIgIldhaXRpbmcgZm9yIHRoZSBvbGQgbWFzdGVyIHRvIGNsZWFudXAiCisg ICAgICB3aGlsZSBbIC1zICIke3VuaWNvcm5fb2xkX3BpZGZpbGV9IiAtYSAkbiAtZ2UgMCBdOyBk bworICAgICAgICBwcmludGYgPiYyICcuJyAmJiBzbGVlcCAxICYmIG49JCgoICRuLTEgKSkKKyAg ICAgIGRvbmUKKyAgICAgIGVjaG8KKworICAgICAgIyBJZiB0aGUgb2xkIG1hc3RlciBpcyBzdGls bCBhcm91bmQsIHByaW50IHRoYXQgZmFjdCBhbmQgZXhpdCB3aXRoIGFuIGVycm9yCisgICAgICBp ZiBbIC1zICIke3VuaWNvcm5fb2xkX3BpZGZpbGV9IiAtYSAkbiAtbHQgMCBdOyB0aGVuCisgICAg ICAgIGVjaG8gPiYyICIke3VuaWNvcm5fb2xkX3BpZGZpbGV9IHN0aWxsIGV4aXN0cyBhZnRlciAk e3VuaWNvcm5fdXBncmFkZV90aW1lb3V0fSBzZWNvbmRzIgorICAgICAgICByZXR1cm4gMQorICAg ICAgZmkKKworICAgICAgIyBldmVyeXRoaW5nIHdvcmtlZCwgcmV0dXJuIHN1Y2Nlc3MKKyAgICAg IHJldHVybiAwCisgICAgZmkKKworICAgICMgSWYgdGhlcmUgaXNuJ3QgYSBwaWQgaW4gcmNfcGlk LCBqdXN0IHJ1biB0aGUgc3RhcnQgY29tbWFuZAorICAgIGVjaG8gPiYyICJDb3VsZG4ndCB1cGdy YWRlLCBydW5uaW5nIGBzdGFydGAgaW5zdGVhZCIKKyAgICAkMCBzdGFydCAiJHsyfSIKKyAgZmkK K30KKworIworIyBQcmludHMgdGhlIGNvbmZpZ3VyYXRpb24gZm9yIHRoZSBnaXZlbiBwcm9maWxl CisjCit1bmljb3JuX3Nob3dfY29tbWFuZCgpCit7CisgIGlmIFsgLW4gIiR7cHJvZmlsZX0iIF07 IHRoZW4KKyAgICBiYW5uZXI9IlVuaWNvcm4gQ29uZmlndXJhdGlvbiBmb3IgJHtwcm9maWxlfSIK KyAgZWxzZQorICAgIGJhbm5lcj0iVW5pY29ybiBDb25maWd1cmF0aW9uIgorICBmaQorCisgIGVj aG8gIgorIworIyAke2Jhbm5lcn0KKyMKKworY29tbWFuZDogICAgICAgICR7Y29tbWFuZH0KK2Nv bW1hbmRfYXJnczogICAke2NvbW1hbmRfYXJnc30KK3JhY2t1cDogICAgICAgICAke3VuaWNvcm5f cmFja3VwfQorcGlkZmlsZTogICAgICAgICR7cGlkZmlsZX0KK29sZF9waWRmaWxlOiAgICAke3Vu aWNvcm5fb2xkX3BpZGZpbGV9CitsaXN0ZW46ICAgICAgICAgJHt1bmljb3JuX2xpc3Rlbn0KK2Nv bmZpZzogICAgICAgICAke3VuaWNvcm5fY29uZmlnfQoraW5pdF9jb25maWc6ICAgICR7dW5pY29y bl9pbml0X2NvbmZpZ30KK2J1bmRsZV9nZW1maWxlOiAke3VuaWNvcm5fYnVuZGxlX2dlbWZpbGV9 CitjaGRpcjogICAgICAgICAgJHt1bmljb3JuX2NoZGlyfQordXNlcjogICAgICAgICAgICR7dW5p Y29ybl91c2VyfQorbmljZTogICAgICAgICAgICR7dW5pY29ybl9uaWNlfQorZW52OiAgICAgICAg ICAgICR7dW5pY29ybl9lbnZ9CitmbGFnczogICAgICAgICAgJHt1bmljb3JuX2ZsYWdzfQorCitz dGFydF9jb21tYW5kOgorCiskKF91bmljb3JuX3N0YXJ0X2NvbW1hbmQpCisiCit9CisKK3VuaWNv cm5fcmVvcGVubG9nc19jb21tYW5kKCkKK3sKKyAgWyAtbiAiJHtyY19waWR9IiBdICYmIGtpbGwg LVVTUjEgJHJjX3BpZAorfQorCitydW5fcmNfY29tbWFuZCAiJHsxfSIKClByb3BlcnR5IGNoYW5n ZXMgb246IGZpbGVzL3VuaWNvcm4uaW4KX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXwpBZGRlZDogc3ZuOmVvbC1zdHlsZQoj IyAtMCwwICsxICMjCituYXRpdmUKXCBObyBuZXdsaW5lIGF0IGVuZCBvZiBwcm9wZXJ0eQpBZGRl ZDogc3ZuOmV4ZWN1dGFibGUKIyMgLTAsMCArMSAjIworKgpcIE5vIG5ld2xpbmUgYXQgZW5kIG9m IHByb3BlcnR5CkFkZGVkOiBzdm46bWltZS10eXBlCiMjIC0wLDAgKzEgIyMKK3RleHQvcGxhaW4K XCBObyBuZXdsaW5lIGF0IGVuZCBvZiBwcm9wZXJ0eQo= --------3848b3543f5ef5d1ad65bb82c3966f46-- From owner-freebsd-ruby@FreeBSD.ORG Mon May 26 11:07:59 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 768AB5FA for ; Mon, 26 May 2014 11:07:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 6308D25FF for ; Mon, 26 May 2014 11:07:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QB7xon033574 for ; Mon, 26 May 2014 11:07:59 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4QB7wqX033572 for ruby@FreeBSD.org; Mon, 26 May 2014 11:07:58 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 26 May 2014 11:07:58 GMT Message-Id: <201405261107.s4QB7wqX033572@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: ruby@FreeBSD.org Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 11:07:59 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/190066 ruby [patch] lang/ruby19 (and lang/ruby20, lang/ruby21) fix o ports/190035 ruby |PATCH| sysutils/rubygem-capistrano: update to 3.2.1 o ports/189983 ruby patch devel/rubygem-pygments.rb for newer yajl-ruby o ports/189980 ruby devel/rubygem-celluloid needs rubygem-timers1 o ports/189792 ruby [PATCH] lang/ruby21: update to 2.1.2. o ports/189646 ruby [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDO o ports/188741 ruby devel/rubygem-ffi can't load libc on FreeBSD 10 7 problems total. From owner-freebsd-ruby@FreeBSD.ORG Thu May 29 18:43:35 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB74814D for ; Thu, 29 May 2014 18:43:35 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 D900A2ACC for ; Thu, 29 May 2014 18:43:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TIhZ5O003169 for ; Thu, 29 May 2014 18:43:35 GMT (envelope-from portmgr-feedback@FreeBSD.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4TIhZ8m003168; Thu, 29 May 2014 13:43:35 -0500 (CDT) (envelope-from portmgr-feedback@FreeBSD.org) Date: Thu, 29 May 2014 13:43:35 -0500 (CDT) From: portmgr-feedback@FreeBSD.org Message-Id: <201405291843.s4TIhZ8m003168@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: bdrewery set sender to portmgr-feedback@FreeBSD.org using -f To: ruby@FreeBSD.org Subject: FreeBSD ports that you maintain require staging updates X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2014 18:43:36 -0000 Hi, You are receiving this mail as a port that you maintain does not support STAGEDIR. Please convert the port to support staging, or reset maintainer if you no longer wish to maintain it, and submit a PR to have it updated. On June 30 all unstaged ports will be DEPRECATED and have their MAINTAINER reset to ports@FreeBSD.org. These ports will be set to EXPIRE on August 31. For more details see: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html Ports that you maintain that are currently unstaged (NO_STAGE=yes): audio/ruby-esound databases/ruby-msql devel/oniguruma devel/ruby-amstd devel/ruby-avl devel/ruby-robjectteam graphics/ruby-rmagick japanese/rbnamazu japanese/rskkserv print/ruby-panda textproc/ruby-html-fillinform textproc/ruby-html-template www/ruby-div You will continue to receive these mails once a week until all ports you maintain are either staged or maintainer is reset. Thanks for your efforts to help improve FreeBSD. Regards, FreeBSD ports management team. From owner-freebsd-ruby@FreeBSD.ORG Fri May 30 11:10:05 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D24985E; Fri, 30 May 2014 11:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 D727D29B5; Fri, 30 May 2014 11:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4UBA4Rl094851; Fri, 30 May 2014 11:10:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4UBA4k5094850; Fri, 30 May 2014 11:10:04 GMT (envelope-from edwin) Date: Fri, 30 May 2014 11:10:04 GMT Message-Id: <201405301110.s4UBA4k5094850@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190405: [patch] www/redmine support plugin staging X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 11:10:05 -0000 Synopsis: [patch] www/redmine support plugin staging Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri May 30 11:10:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190405 From owner-freebsd-ruby@FreeBSD.ORG Sat May 31 04:14:38 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED678D5F; Sat, 31 May 2014 04:14:37 +0000 (UTC) Received: from mail-pb0-x22d.google.com (mail-pb0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C1E632F8E; Sat, 31 May 2014 04:14:37 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id um1so2385049pbc.32 for ; Fri, 30 May 2014 21:14:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:to:subject:from:cc; bh=JnzzJRqYgRX1xH7c00bLqnGK2cybGbApKLgcdwMOIrQ=; b=H0CeA6zTFKAWSsG1z+e3d0/Gn9yvOY7oRCyZIq6WCmroWz0sGCW5e2KY26q/dac1D3 QCHrp2Jau1gEJ1CsRSxijJY92z1HhJg8FLGqcbzQ1/TMscN7+1S1Pnqz1bOKf4362gUo xaSUHnMltplLZplrEwXEUFMnOT0c04dAvD7JHpe+e5AviAwg3XaWNT9mUDJWd6onS6aT FiIf/zBoy3+brmlrZ3wM20tdfBcRtGn6lIKy9vRezjUlbtmfOLK/m5MSqghdDdL52/3R DDkH8/YX90xHSE01XGrAB1ZBED4siq2D6q5sELsy0YWN/mpXL7rljIRPz3yY0rUxpPNU s96g== X-Received: by 10.66.244.176 with SMTP id xh16mr23874106pac.20.1401509677401; Fri, 30 May 2014 21:14:37 -0700 (PDT) Received: from localhost (p03e1ed.tocgnt01.ap.so-net.ne.jp. [121.3.225.237]) by mx.google.com with ESMTPSA id xr9sm27810809pab.5.2014.05.30.21.14.35 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 May 2014 21:14:36 -0700 (PDT) Message-ID: <5389572c.69a1420a.746f.58cc@mx.google.com> Date: Fri, 30 May 2014 21:14:36 -0700 (PDT) To: FreeBSD-gnats-submit@FreeBSD.org Subject: [PATCH] www/ruby-fcgi: update to 0.9.2.1 From: Takumi Takahashi X-send-pr-version: 3.113 X-GNATS-Notify: Cc: ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 04:14:38 -0000 >Submitter-Id: current-users >Originator: Takumi Takahashi >Organization: >Confidential: no >Synopsis: [PATCH] www/ruby-fcgi: update to 0.9.2.1 >Severity: non-critical >Priority: low >Category: ports >Class: update >Release: FreeBSD 10.0-STABLE amd64 >Environment: System: FreeBSD srv.privu.tmfam.com 10.0-STABLE FreeBSD 10.0-STABLE #0 r266655: Mon May 26 02:18:31 JST >Description: - Update to 0.9.2.1 - change rubyforge.org to rubygems.org Port maintainer (ruby@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.02 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- rubygem-fcgi-0.9.2.1.patch begins here --- diff -ruN /usr/ports/www/ruby-fcgi/Makefile ./Makefile --- /usr/ports/www/ruby-fcgi/Makefile 2014-04-08 01:31:54.000000000 +0900 +++ ./Makefile 2014-05-31 12:55:19.703735223 +0900 @@ -2,31 +2,17 @@ # $FreeBSD: head/www/ruby-fcgi/Makefile 350524 2014-04-07 16:31:54Z bapt $ PORTNAME= fcgi -PORTVERSION= 0.8.8 +PORTVERSION= 0.9.2.1 CATEGORIES= www ruby -MASTER_SITES= RF -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= ruby +MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= FastCGI library for Ruby -OPTIONS_DEFINE= DOCS - LIB_DEPENDS= libfcgi.so:${PORTSDIR}/www/fcgi -USE_RUBY= yes -USE_RUBY_SETUP= yes -CONFIGURE_ARGS= -- --with-fcgi-include=${LOCALBASE}/include \ - --with-fcgi-lib=${LOCALBASE}/lib - -DOCS= ChangeLog README README.signals - -post-install: - @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} -.for f in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ -.endfor +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes .include diff -ruN /usr/ports/www/ruby-fcgi/distinfo ./distinfo --- /usr/ports/www/ruby-fcgi/distinfo 2014-01-23 00:30:13.000000000 +0900 +++ ./distinfo 2014-05-31 12:55:50.492603427 +0900 @@ -1,2 +1,2 @@ -SHA256 (ruby/fcgi-0.8.8.tgz) = 5197a7a670bf4f8adb16c7e091da4208c223e742629188928d898185d750c90a -SIZE (ruby/fcgi-0.8.8.tgz) = 19813 +SHA256 (rubygem/fcgi-0.9.2.1.gem) = f5e18b6769dfea1760e3da1dae1df7ade140cd5c1394e9318e36d9834f13ca1e +SIZE (rubygem/fcgi-0.9.2.1.gem) = 15872 diff -ruN /usr/ports/www/ruby-fcgi/pkg-descr ./pkg-descr --- /usr/ports/www/ruby-fcgi/pkg-descr 2013-08-30 03:06:47.000000000 +0900 +++ ./pkg-descr 2014-05-31 12:57:11.069092041 +0900 @@ -1,3 +1,3 @@ Ruby/fcgi is the FastCGI library for Ruby. -WWW: http://rubyforge.org/projects/fcgi/ +WWW: https://rubygems.org/gems/fcgi diff -ruN /usr/ports/www/ruby-fcgi/pkg-plist ./pkg-plist --- /usr/ports/www/ruby-fcgi/pkg-plist 2014-01-23 00:16:56.000000000 +0900 +++ ./pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,6 +0,0 @@ -%%RUBY_SITEARCHLIBDIR%%/fcgi.so -%%RUBY_SITELIBDIR%%/fcgi.rb -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README -%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.signals -%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% --- rubygem-fcgi-0.9.2.1.patch ends here --- From owner-freebsd-ruby@FreeBSD.ORG Sat May 31 04:20:04 2014 Return-Path: Delivered-To: ruby@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A540490; Sat, 31 May 2014 04:20:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 7B5C92067; Sat, 31 May 2014 04:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4V4K4hE083922; Sat, 31 May 2014 04:20:04 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4V4K435083921; Sat, 31 May 2014 04:20:04 GMT (envelope-from edwin) Date: Sat, 31 May 2014 04:20:04 GMT Message-Id: <201405310420.s4V4K435083921@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/190446: [PATCH] www/ruby-fcgi: update to 0.9.2.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 May 2014 04:20:04 -0000 Synopsis: [PATCH] www/ruby-fcgi: update to 0.9.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat May 31 04:20:04 UTC 2014 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=190446 From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 2 08:59:32 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 495F5DC1 for ; Mon, 2 Jun 2014 08:59:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 30F192ADD for ; Mon, 2 Jun 2014 08:59:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s528xWOl037325 for ; Mon, 2 Jun 2014 09:59:32 +0100 (BST) (envelope-from no-reply-bugzilla-daemon@freebsd.org) From: no-reply-bugzilla-daemon@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 190473] [maintainer] math/rubygem-narray: update to 0.6.0.9. Date: Mon, 02 Jun 2014 08:59:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 08:59:32 -0000 http://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190473 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|miwi@FreeBSD.org |ruby@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Thu Jun 5 08:24:01 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AAEC1102 for ; Thu, 5 Jun 2014 08:24:01 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93B222DE8 for ; Thu, 5 Jun 2014 08:24:01 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s558O1SS019771 for ; Thu, 5 Jun 2014 09:24:01 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 184604] [PATCH] www/redmine: update to 2.3.4, add UNICORN and STAGE Date: Thu, 05 Jun 2014 08:24:01 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: Issue Resolved X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: swills@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 08:24:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=184604 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Discussion |Issue Resolved CC| |miwi@FreeBSD.org Resolution|--- |FIXED --- Comment #5 from Martin Wilke --- We have 2.5.1 in the portstree. -- You are receiving this mail because: You are on the CC list for the bug. From owner-freebsd-ruby@FreeBSD.ORG Fri Jun 6 03:13:25 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A52E1FB for ; Fri, 6 Jun 2014 03:13:25 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1276C2AC8 for ; Fri, 6 Jun 2014 03:13:25 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s563DOJv037497 for ; Fri, 6 Jun 2014 04:13:24 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 190651] [update][patch] textproc/rubygem-redcarpet Date: Fri, 06 Jun 2014 03:13:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 03:13:25 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190651 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miwi@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |ruby@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Fri Jun 6 14:47:40 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3B6D1245 for ; Fri, 6 Jun 2014 14:47:40 +0000 (UTC) Received: from biglist.com (biglist.com [207.99.53.219]) by mx1.freebsd.org (Postfix) with SMTP id E8E9A28F5 for ; Fri, 6 Jun 2014 14:47:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=biglist.com; s=bravo-dkim; t=1402066060; bh=jDJ79UMXzThA3bPOdTtjxOp0JdI=; h=Received:Received:From:Content-Type:Subject:Message-Id:Date:To: Mime-Version:X-Mailer; b=pJ3GIxjJRW0CIX4A8TVyFaliXITbpHastLRAFQAQ5zcX0NpZZHn/BVGwKc0DoP6se KcLprQtHfwyqr6kO8PduCNuLFDwGtk3+vQQOJqOKF8VReHvgVH0wFieAuF8FqunoUy 2Mrng51q3lZJj8HcV4Ns5TA+C72eZ6Hl1LPG26es= Received: (qmail 88025 invoked from network); 6 Jun 2014 14:47:33 -0000 Received: from static-108-16-252-210.phlapa.fios.verizon.net (HELO ngaio.office.biglist.com) (108.16.252.210) by biglist.com with (AES128-SHA encrypted) SMTP; 6 Jun 2014 14:47:33 -0000 From: Dan Langille Content-Type: multipart/signed; boundary="Apple-Mail=_AF8F1CA9-5520-491D-AF37-32D76181A9C3"; protocol="application/pgp-signature"; micalg=pgp-sha512 Subject: therubyracer on FreeBSD Message-Id: Date: Fri, 6 Jun 2014 10:47:31 -0400 To: freebsd-ruby@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) X-Mailer: Apple Mail (2.1878.2) X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 14:47:40 -0000 --Apple-Mail=_AF8F1CA9-5520-491D-AF37-32D76181A9C3 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 I am trying to get therubyracer installed on FreeBSD. We'll use any = Javascript, but this is the one we are trying now. Recommendations = welcomed. We are using FreeBSD 8.4 with gcc4.9 and ruby 2.1.2p95=20 I get 'bundle install --deployment' working,but 'bundle exec rake = assets:precompile' gives a bus error. I raised an issue: https://github.com/cowboyd/therubyracer/issues/299 Seems that bus errors have occurred previously on FreeBSD 8: = https://github.com/cowboyd/therubyracer/issues/96 That issue took 10 months to resolve... Hopefully we can figure this = out. Any ideas please? =97=20 Dan Langille dvl@biglist.com --Apple-Mail=_AF8F1CA9-5520-491D-AF37-32D76181A9C3 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJTkdSDAAoJEGTRarrj/RoBPbwH/05UPIMPgKQesjVLazPXUiS9 AAfiD8iFKUjKrXp0CToKk+GkhfN9I/Y0IFhTltXHx2A3xzbjzoeKu612aH7oEZMk aU0fPSBV/O3r1FkG7x40699cGc6IHdAA+D8bMH5lvIG4CYKJpQQwW2DFePSOa/uG yqaKbTb9kPE6YM+ZB5lKxNoNUVaoTrIvoWqw6OKfiDDbNP7E1t8iXSGU9girbPOn s9CDUStGKIEGYdySxLiL6837g1XSaJlEYi9de8BBJ14nJ9xHPMLGv5fK89dHhnM4 n4Km1rYPBEm2GLgAjQ6mrbhgjAJ/Rg/uDIrdLTmypTaA3LgHg8d9w5yDxQuTkjU= =24yX -----END PGP SIGNATURE----- --Apple-Mail=_AF8F1CA9-5520-491D-AF37-32D76181A9C3-- From owner-freebsd-ruby@FreeBSD.ORG Sat Jun 7 08:28:28 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08AC76BD for ; Sat, 7 Jun 2014 08:28:28 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DF0DF293A for ; Sat, 7 Jun 2014 08:28:27 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s578SREg052975 for ; Sat, 7 Jun 2014 08:28:27 GMT (envelope-from linimon@FreeBSD.org) Date: Sat, 7 Jun 2014 08:28:27 GMT Message-Id: <201406070828.s578SREg052975@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2014 08:28:28 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/ruby-esound broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-esound portname: databases/ruby-msql broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-msql portname: devel/ruby-amstd broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-amstd portname: devel/ruby-avl broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-avl portname: devel/ruby-robjectteam broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-robjectteam portname: devel/rubygem-dep_selector broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-dep_selector portname: graphics/ruby-rmagick broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-rmagick portname: graphics/ruby-tgif broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-tgif portname: japanese/rbnamazu broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rbnamazu portname: japanese/rskkserv broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rskkserv portname: print/ruby-panda broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ruby-panda portname: textproc/eruby broken because: broken with ruby1.9 threads build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=eruby portname: textproc/ruby-diff broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-diff portname: textproc/ruby-html-fillinform broken because: Not stage friendly, no more public distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-html-fillinform portname: textproc/ruby-html-template broken because: Not stage friendly, no more public distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-html-template portname: www/mod_ruby broken because: broken with ruby1.9 threads build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_ruby portname: www/ruby-div broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ruby-div If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Sat Jun 7 08:28:58 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 504B585D for ; Sat, 7 Jun 2014 08:28:58 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4148A297C for ; Sat, 7 Jun 2014 08:28:58 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s578SwVS061934 for ; Sat, 7 Jun 2014 08:28:58 GMT (envelope-from linimon@FreeBSD.org) Date: Sat, 7 Jun 2014 08:28:58 GMT Message-Id: <201406070828.s578SwVS061934@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Jun 2014 08:28:58 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: audio/ruby-esound description: A Ruby binding to the EsounD library maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Broken for more than 5 months expiration date: 2014-06-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-esound portname: textproc/eruby description: Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Only for threadless ruby, use ruby-gem erubis instead expiration date: 2014-06-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=eruby portname: www/mod_ruby description: An Apache module that embeds Ruby interpreter within maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Only for threadless ruby expiration date: 2014-06-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_ruby If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 8 19:55:36 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E959B2 for ; Sun, 8 Jun 2014 19:55:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 55E432343 for ; Sun, 8 Jun 2014 19:55:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s58JtaGK088332 for ; Sun, 8 Jun 2014 20:55:36 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 190405] [patch] www/redmine support plugin staging Date: Sun, 08 Jun 2014 19:55:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: staging X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: eadler@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Jun 2014 19:55:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190405 Eitan Adler changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |staging -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 9 15:18:55 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 754C2710 for ; Mon, 9 Jun 2014 15:18:55 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 627742166 for ; Mon, 9 Jun 2014 15:18:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s59FItDm040180 for ; Mon, 9 Jun 2014 15:18:55 GMT (envelope-from portmgr-feedback@FreeBSD.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s59FItad040179; Mon, 9 Jun 2014 10:18:55 -0500 (CDT) (envelope-from portmgr-feedback@FreeBSD.org) Date: Mon, 9 Jun 2014 10:18:55 -0500 (CDT) From: portmgr-feedback@FreeBSD.org Message-Id: <201406091518.s59FItad040179@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: bdrewery set sender to portmgr-feedback@FreeBSD.org using -f To: ruby@FreeBSD.org Subject: FreeBSD ports that you maintain require staging updates X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jun 2014 15:18:55 -0000 Hi, You are receiving this mail as a port that you maintain does not support STAGEDIR. Please submit a PR to either stage the port or to reset maintainer to ports@FreeBSD.org if you no longer with to maintain it. If you have already submitted a PR, please ignore this mail. It is possible that someone else has done the work to update some of yours ports already but it is your responsibility as maintainer to ensure the port is staged and kept up-to-date with the ports framework. On June 30 all unstaged ports without PR will be DEPRECATED and have their MAINTAINER reset to ports@FreeBSD.org. These ports will be set to EXPIRE on August 31. For more details see: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html Ports that you maintain that are currently unstaged (NO_STAGE=yes): audio/ruby-esound databases/ruby-msql devel/oniguruma devel/ruby-amstd devel/ruby-avl devel/ruby-robjectteam graphics/ruby-rmagick japanese/rbnamazu japanese/rskkserv print/ruby-panda textproc/ruby-html-fillinform textproc/ruby-html-template www/ruby-div You will continue to receive these mails once a week until all ports you maintain are either staged or maintainer is reset. Thanks for your efforts to help improve FreeBSD. Regards, FreeBSD ports management team. From owner-freebsd-ruby@FreeBSD.ORG Tue Jun 10 09:05:56 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00CBBFCE for ; Tue, 10 Jun 2014 09:05:55 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DBF902BE5 for ; Tue, 10 Jun 2014 09:05:55 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5A95tGT009115 for ; Tue, 10 Jun 2014 10:05:55 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 189646] [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDOC options handling and etc. Date: Tue, 10 Jun 2014 09:05:55 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yasu@utahime.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 09:05:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189646 Yasuhiro KIMURA changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #142600|0 |1 is obsolete| | --- Comment #2 from Yasuhiro KIMURA --- Created attachment 143608 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143608&action=edit Update patch to fit current port tree. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Tue Jun 10 13:19:46 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 26F0116F for ; Tue, 10 Jun 2014 13:19:46 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0EA7224D2 for ; Tue, 10 Jun 2014 13:19:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5ADJj3f023430 for ; Tue, 10 Jun 2014 14:19:45 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 189646] [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDOC options handling and etc. Date: Tue, 10 Jun 2014 13:19:46 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: swills@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 13:19:46 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189646 Steve Wills changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swills@FreeBSD.org --- Comment #3 from Steve Wills --- I like this change, but would prefer to keep the list of files in the plist. Would you consider doing this without the find outputting to the tmp plist? -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Tue Jun 10 19:17:04 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8FF73122 for ; Tue, 10 Jun 2014 19:17:04 +0000 (UTC) Received: from mail-ig0-x22c.google.com (mail-ig0-x22c.google.com [IPv6:2607:f8b0:4001:c05::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5F8AA293E for ; Tue, 10 Jun 2014 19:17:04 +0000 (UTC) Received: by mail-ig0-f172.google.com with SMTP id l13so5523874iga.5 for ; Tue, 10 Jun 2014 12:17:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=l+yev+BxbmGpYTqXOqUQQ2VqHNGtyNODel+ISUTnVHU=; b=bSOeBEiM8dpcW/u8qQM7qlwCGlsiR0C/qgaKivjyBQWgWaVc5dPVHEdMRTeoCOeW20 Bv8imrR3mJsOLGmr+izIKfmi2H+qZedfu040CMTRstwA1XTiL1JU14Q5LaYnW4ekmA1P Lo4aFECO8nBC6w3NY+C3Vw0K3wsRTMdTe7IBTTDR7fyOLe8nhkWlHvi2cmE+DzfMkqVZ Yzms2rLTBABYi/x073lwscWyg5mZobKsk1w9mggVyGdxfO7OD5GlqzwpNWUnmVzkQT2b KYzmvZhFfAX2CbeWR5mc7EHs9m2B/TEQNEz2EA20upYwsA1TD4cjObatG/Q6ffdBRm2e dl2A== MIME-Version: 1.0 X-Received: by 10.42.106.15 with SMTP id x15mr40262846ico.67.1402427823829; Tue, 10 Jun 2014 12:17:03 -0700 (PDT) Received: by 10.64.28.198 with HTTP; Tue, 10 Jun 2014 12:17:03 -0700 (PDT) In-Reply-To: References: Date: Tue, 10 Jun 2014 12:17:03 -0700 Message-ID: Subject: Re: therubyracer on FreeBSD From: Patrick To: Dan Langille Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 19:17:04 -0000 On Fri, Jun 6, 2014 at 7:47 AM, Dan Langille wrote: > I am trying to get therubyracer installed on FreeBSD. We'll use any > Javascript, but this is the one we are trying now. Recommendations > welcomed. > > We are using FreeBSD 8.4 with gcc4.9 and ruby 2.1.2p95 > > I get 'bundle install --deployment' working,but 'bundle exec rake > assets:precompile' gives a bus error. > > I raised an issue: https://github.com/cowboyd/therubyracer/issues/299 > > Seems that bus errors have occurred previously on FreeBSD 8: > https://github.com/cowboyd/therubyracer/issues/96 > > That issue took 10 months to resolve... Hopefully we can figure this out. > > Any ideas please? If you can, I'd avoid therubyracer entirely. I wasted so much time fighting with it on FreeBSD. ExecJS supports other runtimes such as Node.js, which works great and without the upstream battle against which you'll face using therubyracer. From owner-freebsd-ruby@FreeBSD.ORG Tue Jun 10 19:18:24 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5997C282 for ; Tue, 10 Jun 2014 19:18:24 +0000 (UTC) Received: from biglist.com (biglist.com [207.99.53.219]) by mx1.freebsd.org (Postfix) with SMTP id DD6BB295B for ; Tue, 10 Jun 2014 19:18:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=biglist.com; s=bravo-dkim; t=1402427904; bh=jifB658tNvYpq1gu5ratkGVRBFI=; h=Received:Received:Content-Type:Mime-Version:Subject:From: In-Reply-To:Date:Cc:Message-Id:References:To:X-Mailer; b=qUbF5jjJhO8PHE9eJqnT5cRZsaHitzn6QzhATLbKABiLbV/2cns6rzmQ5pogJI1CR HDz8hacV1sJ4mzcp72CcDJmQRc9zU2E4UvbEQ3P6/Zgjf87te7/hyk1+gVXUKrgVU8 gIEsDygBNE3vSgLC0cgoXm6lWjSH/6ZkWmv4dSPc= Received: (qmail 31744 invoked from network); 10 Jun 2014 19:18:17 -0000 Received: from static-108-16-252-210.phlapa.fios.verizon.net (HELO ngaio.office.biglist.com) (108.16.252.210) by biglist.com with (AES128-SHA encrypted) SMTP; 10 Jun 2014 19:18:17 -0000 Content-Type: multipart/signed; boundary="Apple-Mail=_B732E990-7072-4F85-BAC4-8B0F42132114"; protocol="application/pgp-signature"; micalg=pgp-sha512 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) Subject: Re: therubyracer on FreeBSD From: Dan Langille In-Reply-To: Date: Tue, 10 Jun 2014 15:18:15 -0400 Message-Id: <610FEBB1-777E-4D8F-928E-C006D344C396@biglist.com> References: To: Patrick X-Mailer: Apple Mail (2.1878.2) Cc: freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 19:18:24 -0000 --Apple-Mail=_B732E990-7072-4F85-BAC4-8B0F42132114 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=windows-1252 On Jun 10, 2014, at 3:17 PM, Patrick wrote: > On Fri, Jun 6, 2014 at 7:47 AM, Dan Langille wrote: > I am trying to get therubyracer installed on FreeBSD. We'll use any = Javascript, but this is the one we are trying now. Recommendations = welcomed. >=20 > We are using FreeBSD 8.4 with gcc4.9 and ruby 2.1.2p95 >=20 > I get 'bundle install --deployment' working,but 'bundle exec rake = assets:precompile' gives a bus error. >=20 > I raised an issue: https://github.com/cowboyd/therubyracer/issues/299 >=20 > Seems that bus errors have occurred previously on FreeBSD 8: = https://github.com/cowboyd/therubyracer/issues/96 >=20 > That issue took 10 months to resolve... Hopefully we can figure this = out. >=20 > Any ideas please? > =20 >=20 > If you can, I'd avoid therubyracer entirely. I wasted so much time = fighting with it on FreeBSD. ExecJS supports other runtimes such as = Node.js, which works great and without the upstream battle against which = you'll face using therubyracer. >=20 We have abandoned therubyracer in favor of node. =97=20 Dan Langille dvl@biglist.com --Apple-Mail=_B732E990-7072-4F85-BAC4-8B0F42132114 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - https://gpgtools.org iQEcBAEBCgAGBQJTl1n4AAoJEGTRarrj/RoBiDoIAIBg9A7iwgFJEw8u5QA2jX7F LdXR0G2+FzXHnizMakD72e5GVYFY20FwhnwNSSlTGCGH52gMzO3hQIUMD3vgVph9 Ztk8/CEOOek+s3J8cW7xcGQS0Foa/xDQlMCXEwuGVkKJWOjYpj66WVTXSftzCffw u8sK2+ri2yaNaX87YC2ckojlzlcEEuIeAlmoJnF4ihk5jzc9SE5SRIzQ4WrB8+rZ hwWyLzyaqfwM5BuC7xOWJvsieAVWNrENYsyzQUP0VK5lK1/7MdunBymP6ETySNFD qbXsKSzT1miVO8G3ADCusqA0HFy1/EtUO6Ywz0dhV8i8QbJIA05VrmdieApe9Wo= =nPgT -----END PGP SIGNATURE----- --Apple-Mail=_B732E990-7072-4F85-BAC4-8B0F42132114-- From owner-freebsd-ruby@FreeBSD.ORG Tue Jun 10 19:21:28 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 345A244D for ; Tue, 10 Jun 2014 19:21:28 +0000 (UTC) Received: from mail-ig0-x235.google.com (mail-ig0-x235.google.com [IPv6:2607:f8b0:4001:c05::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 02DEF29E4 for ; Tue, 10 Jun 2014 19:21:27 +0000 (UTC) Received: by mail-ig0-f181.google.com with SMTP id h3so5541856igd.2 for ; Tue, 10 Jun 2014 12:21:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=X1/m5nmsiBKhCJQR5cGhtg7O6jQHqaoma+RL2Ss1hqI=; b=xdPUJywFWzXiElZnnRwuqISoVJ7csJpnkg55h6ePoCwas5ZL0Tj+CFSDxQYdWEa24Z DekRC81iSNTbFag5IMP/2pJRSPkJEHzb6vT4JSAghYzSqcBm9yHAAPm3IVXN+j+JOGpy MZxUc2ugLed1Q2GGVjt4piM7utRltQmldEsf4cilZEVpkBc9VfwGQzBSERkuoYuDpAaJ tFWNocoH0PfJUJ/96yiopf282QgDGIlcV6J7xboSjOYe+af875MK2lONpFkRC/dbb6xm UsrPeJr/9X4r6Yn2RFxO1qvnT/MS06Fx//ReWMdKMkXO6Wrxya5crkFxxzZNQBRG+qZH NanQ== MIME-Version: 1.0 X-Received: by 10.42.15.70 with SMTP id k6mr42373908ica.53.1402428087456; Tue, 10 Jun 2014 12:21:27 -0700 (PDT) Received: by 10.64.28.198 with HTTP; Tue, 10 Jun 2014 12:21:27 -0700 (PDT) In-Reply-To: <610FEBB1-777E-4D8F-928E-C006D344C396@biglist.com> References: <610FEBB1-777E-4D8F-928E-C006D344C396@biglist.com> Date: Tue, 10 Jun 2014 12:21:27 -0700 Message-ID: Subject: Re: therubyracer on FreeBSD From: Patrick To: Dan Langille Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 19:21:28 -0000 On Tue, Jun 10, 2014 at 12:18 PM, Dan Langille wrote: > > On Jun 10, 2014, at 3:17 PM, Patrick wrote: > > > On Fri, Jun 6, 2014 at 7:47 AM, Dan Langille wrote: > > I am trying to get therubyracer installed on FreeBSD. We'll use any > Javascript, but this is the one we are trying now. Recommendations > welcomed. > > > > We are using FreeBSD 8.4 with gcc4.9 and ruby 2.1.2p95 > > > > I get 'bundle install --deployment' working,but 'bundle exec rake > assets:precompile' gives a bus error. > > > > I raised an issue: https://github.com/cowboyd/therubyracer/issues/299 > > > > Seems that bus errors have occurred previously on FreeBSD 8: > https://github.com/cowboyd/therubyracer/issues/96 > > > > That issue took 10 months to resolve... Hopefully we can figure this out. > > > > Any ideas please? > > > > > > If you can, I'd avoid therubyracer entirely. I wasted so much time > fighting with it on FreeBSD. ExecJS supports other runtimes such as > Node.js, which works great and without the upstream battle against which > you'll face using therubyracer. > > > > We have abandoned therubyracer in favor of node. > https://dl.dropboxusercontent.com/u/31250/gifs/kudos.gif From owner-freebsd-ruby@FreeBSD.ORG Thu Jun 12 23:12:53 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D99522B2 for ; Thu, 12 Jun 2014 23:12:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C0D112413 for ; Thu, 12 Jun 2014 23:12:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5CNCrmw046622 for ; Fri, 13 Jun 2014 00:12:53 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 189646] [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDOC options handling and etc. Date: Thu, 12 Jun 2014 23:12:53 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yasu@utahime.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2014 23:12:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189646 --- Comment #4 from Yasuhiro KIMURA --- Created attachment 143724 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143724&action=edit Updated patch to use stattic plist, with 1 new problem described in comment. (In reply to Steve Wills from comment #3) > I like this change, but would prefer to keep the list of files in the plist. > Would you consider doing this without the find outputting to the tmp plist? I tried it and faced 2 problems. * Generated RDoc files/directories tree changes according to locale setting * Generated C API Docs files/directories tree changes depending on whether the port is already installed or not. I fixed the former by adding 'LC_ALL=C' to CONFIGURE_ENV and MAKE_ENV, but I couldn't fix the latter. So with attached patch build of 3 ports works fine on 'clean' environment such as redports, but if they are build on system on which they are already installed, build produces a lot of oraphaned files/directories in stage directory. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Fri Jun 13 04:15:36 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF96A37B for ; Fri, 13 Jun 2014 04:15:36 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7A2F2C00 for ; Fri, 13 Jun 2014 04:15:36 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5D4Faa0001939 for ; Fri, 13 Jun 2014 05:15:36 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 190857] [update] devel/rubygem-pry: update to 0.10.0. Date: Fri, 13 Jun 2014 04:15:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2014 04:15:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190857 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |ruby@FreeBSD.org |org | --- Comment #1 from Mark Linimon --- Over to maintainers. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Sun Jun 15 03:55:53 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E59B94F for ; Sun, 15 Jun 2014 03:55:53 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26B542BCC for ; Sun, 15 Jun 2014 03:55:53 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5F3trTp048370 for ; Sun, 15 Jun 2014 04:55:53 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 190869] New port: misc/rubygem-delayer: Delay the processing Date: Sun, 15 Jun 2014 03:55:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 03:55:53 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190869 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miwi@FreeBSD.org Assignee|freebsd-ports-bugs@FreeBSD. |ruby@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 16 09:55:13 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA671D42 for ; Mon, 16 Jun 2014 09:55:13 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A0F522D5B for ; Mon, 16 Jun 2014 09:55:13 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5G9tDQ0023141 for ; Mon, 16 Jun 2014 10:55:13 +0100 (BST) (envelope-from bz-noreply@freebsd.org) From: bz-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 189646] [PATCH] lang/ruby19, lang/ruby20, lang/ruby21: fix RDOC options handling and etc. Date: Mon, 16 Jun 2014 09:55:13 +0000 X-Bugzilla-Reason: CC AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yasu@utahime.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 09:55:13 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189646 Yasuhiro KIMURA changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #143608|0 |1 is obsolete| | Attachment #143724|0 |1 is obsolete| | --- Comment #5 from Yasuhiro KIMURA --- Created attachment 143828 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=143828&action=edit Updated patch to use dynamic plist for C API documents. After doxygen port is updated files/directories tree of C API document changed. So I conclude static plist is not suitable for C API document and switch back to dynamic plist about it. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 16 21:54:33 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2C694CA for ; Mon, 16 Jun 2014 21:54:33 +0000 (UTC) Received: from mail-ig0-x229.google.com (mail-ig0-x229.google.com [IPv6:2607:f8b0:4001:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A59FF2266 for ; Mon, 16 Jun 2014 21:54:33 +0000 (UTC) Received: by mail-ig0-f169.google.com with SMTP id a13so4404944igq.0 for ; Mon, 16 Jun 2014 14:54:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=vFOcPiR1a579ScynOezMGJKYSC4PIglXnInTp8GaHKg=; b=vz3zwbgw6PWQQFpkN1YHvtW7HVwSXaP1AhYQKv+qfHX3u6pIPQK/ALLX+s5sxDuVwn huiZ9Fc94QO5m0uLcZ0ypMHw4rtoq9fIeLv6Pi0U/ZvUsohazFJwoTDY47n6pgXTdTSl vQB8hQ3gtTeUpWJfPyhNDdo+62OTbR+aqc3cBIvVg7kaRD+8T/Jlw/6VxjxD3c1rKfJr cX29fUddBGWDiRE00dM2Axo3rssdCyMu0aQ5meSGK0/X/veqJYSTDGiolFQdgGgOSQnY t4j/sWEcUFfiQFGVsCsOBRzQhdNUuHEFz3E12pBgLUZvU2+SKWeO+vGCiret57yb62+O 2pPQ== MIME-Version: 1.0 X-Received: by 10.50.18.12 with SMTP id s12mr29101880igd.22.1402955673156; Mon, 16 Jun 2014 14:54:33 -0700 (PDT) Received: by 10.64.28.212 with HTTP; Mon, 16 Jun 2014 14:54:33 -0700 (PDT) Date: Mon, 16 Jun 2014 14:54:33 -0700 Message-ID: Subject: /usr/local/bin/ruby et al From: Patrick To: freebsd-ruby@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jun 2014 21:54:33 -0000 Is there any official way to have non-versioned links created in /usr/local/bin/ruby when installing from a precompiled package? ie. If I have DEFAULT_VERSIONS=ruby=2.0 in my /etc/make.conf and I run: pkg install ruby20, I'd love if /usr/local/bin/ruby, /usr/local/bin/irb, etc. were created instead of ruby20, irb20, etc. I know the Makefile in the port does this providing the default version is set. Or would it work if I built my own ruby20 package using Poudriere in an environment where the default version was set? Patrick From owner-freebsd-ruby@FreeBSD.ORG Tue Jun 17 01:34:18 2014 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 654EAFB6 for ; Tue, 17 Jun 2014 01:34:18 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 08FD423F9 for ; Tue, 17 Jun 2014 01:34:17 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s5H1Y7VG022682 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 17 Jun 2014 01:34:12 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s5H1Y70d022681; Tue, 17 Jun 2014 01:34:07 GMT (envelope-from swills) Date: Tue, 17 Jun 2014 01:34:07 +0000 From: Steve Wills To: Patrick Subject: Re: /usr/local/bin/ruby et al Message-ID: <20140617013404.GA22447@mouf.net> References: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9jxsPFA5p3P2qPhR" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 17 Jun 2014 01:34:12 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: freebsd-ruby@freebsd.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Jun 2014 01:34:18 -0000 --9jxsPFA5p3P2qPhR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Jun 16, 2014 at 02:54:33PM -0700, Patrick wrote: > Is there any official way to have non-versioned links created in > /usr/local/bin/ruby when installing from a precompiled package? Not at the moment. > ie. If I have DEFAULT_VERSIONS=ruby=2.0 in my /etc/make.conf and I run: pkg > install ruby20, I'd love if /usr/local/bin/ruby, /usr/local/bin/irb, etc. > were created instead of ruby20, irb20, etc. The /etc/make.conf settings only apply at build time of packages, not install time. > I know the Makefile in the port does this providing the default version is > set. Correct. > Or would it work if I built my own ruby20 package using Poudriere in > an environment where the default version was set? Yes, this will work, I do that myself. Just be sure to change the make.conf in poudriere, not the one in /etc. Steve --9jxsPFA5p3P2qPhR Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTn5sLAAoJEPXPYrMgexuhdZUIAKbor1N7yACJRdtn0Ec/Ewkj hBPj5orsxbtCf7sFnp/F3+bjR31oI/aQ8IjDOcAu3othD5aCtEPGj+3uRPlBXVWb wFKoNGsa1wVC3IkqJhwX8AtySZ6GlLUEWXeFFURod4V7vNsO3GCW1YpZEfG6ucct IvZvALmfDjYnbPGCfdlJy57bEi5xbH9lPQ0ghat/9hRLFPNWbV2ET9xKraMpTnPv 5vXG/UGj0+aVduAVoGhz6MNR0huXCKqGP/9sobxcnWNTTFhIxf7lsyOi3kOxM0wR wqkEjDZgCR7ZRPVtWLMEJeBAbyDtNy5U7FhT4urhhxc2+sVumRfqCUozv9rUov4= =/q/P -----END PGP SIGNATURE----- --9jxsPFA5p3P2qPhR-- From owner-freebsd-ruby@FreeBSD.ORG Wed Jun 18 00:47:41 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5EB8F500 for ; Wed, 18 Jun 2014 00:47:41 +0000 (UTC) Received: from mail-qg0-x22b.google.com (mail-qg0-x22b.google.com [IPv6:2607:f8b0:400d:c04::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1F465211F for ; Wed, 18 Jun 2014 00:47:40 +0000 (UTC) Received: by mail-qg0-f43.google.com with SMTP id z60so112483qgd.16 for ; Tue, 17 Jun 2014 17:47:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:content-type; bh=kTFJ+4Y2ImGC247gF3zb4HBhd28LBkxuerITIaiSm7U=; b=tXjHb++SrSgUq/4MNXIr6Aj3HdXHMOZwglif5wu/epnmf7cbtHc2222UjqxrbVei7v Iv/0l8/XWLCOw6BL/Wss0hSRdTL4ChZthK7OAtNqnEKP6Rc0RLYMf7LiKs2Yv54FSxEF 2kYOl2SY3YLTyUk6WyEX3pPcJrtl7jk55wIRS+6OFawxHLw527Uh3X4LaLu+7B74SF3D JIcUELUFJWMVu51TIirgVOYLCpAm2KHEZIHBkb9BdQDgLJV9IA5bAbzRDSIm//FAlAYC yJusDdy/zKY+WeQGvkQykxFXnUqIPDlj8z7kg3+3rEXBs35DrLH93KinvH1jYtmHSbCA DqIg== X-Received: by 10.140.85.166 with SMTP id n35mr38672298qgd.67.1403052460212; Tue, 17 Jun 2014 17:47:40 -0700 (PDT) MIME-Version: 1.0 Sender: joaoxsouls@gmail.com Received: by 10.140.19.38 with HTTP; Tue, 17 Jun 2014 17:47:20 -0700 (PDT) In-Reply-To: References: From: =?UTF-8?Q?Jo=C3=A3o_Oliveira?= Date: Wed, 18 Jun 2014 01:47:20 +0100 X-Google-Sender-Auth: GC3hG6-4DwA0DV0zqlZ784iqslg Message-ID: Subject: Fwd: gem problem To: ruby@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 00:47:41 -0000 Hi there, I am trying to install ruby20 either via ports or pkg, and because of this , it removes the gem executable, and the makefile suggests installing ruby-gems package/port but ruby-gems installs ruby19, is there any other way to install the gem executable, or can that line be deleted? Thanks! Jo=C3=A3o From owner-freebsd-ruby@FreeBSD.ORG Sat Jun 21 08:28:26 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 949B11F0 for ; Sat, 21 Jun 2014 08:28:26 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 767F42CDE for ; Sat, 21 Jun 2014 08:28:26 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s5L8SQOn058837 for ; Sat, 21 Jun 2014 08:28:26 GMT (envelope-from linimon@FreeBSD.org) Date: Sat, 21 Jun 2014 08:28:26 GMT Message-Id: <201406210828.s5L8SQOn058837@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2014 08:28:26 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: audio/ruby-esound broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-esound portname: databases/ruby-msql broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=databases&portname=ruby-msql portname: devel/ruby-amstd broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-amstd portname: devel/ruby-avl broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-avl portname: devel/ruby-robjectteam broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=ruby-robjectteam portname: devel/rubygem-dep_selector broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-dep_selector portname: graphics/ruby-rmagick broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-rmagick portname: graphics/ruby-tgif broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-tgif portname: japanese/rbnamazu broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rbnamazu portname: japanese/rskkserv broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=japanese&portname=rskkserv portname: print/ruby-panda broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ruby-panda portname: textproc/eruby broken because: broken with ruby1.9 threads build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=eruby portname: textproc/ruby-diff broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-diff portname: textproc/ruby-html-fillinform broken because: Not stage friendly, no more public distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-html-fillinform portname: textproc/ruby-html-template broken because: Not stage friendly, no more public distfiles build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-html-template portname: www/mod_ruby broken because: broken with ruby1.9 threads build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_ruby portname: www/ruby-div broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=ruby-div If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Sat Jun 21 08:28:56 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8E6D3AC for ; Sat, 21 Jun 2014 08:28:56 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A9DCF2D1C for ; Sat, 21 Jun 2014 08:28:56 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s5L8SuIA068328 for ; Sat, 21 Jun 2014 08:28:56 GMT (envelope-from linimon@FreeBSD.org) Date: Sat, 21 Jun 2014 08:28:56 GMT Message-Id: <201406210828.s5L8SuIA068328@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2014 08:28:56 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: audio/ruby-esound description: Ruby binding to the EsounD library maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Broken for more than 5 months expiration date: 2014-06-30 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=audio&portname=ruby-esound portname: textproc/eruby description: Interprets Ruby code embedded in a text file like PHP/ePerl/ASP/JSP maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Only for threadless ruby, use ruby-gem erubis instead expiration date: 2014-06-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=eruby portname: www/mod_ruby description: An Apache module that embeds Ruby interpreter within maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Only for threadless ruby expiration date: 2014-06-20 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_ruby If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 23 17:22:42 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6A66BD for ; Mon, 23 Jun 2014 17:22:42 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CE4A72F67 for ; Mon, 23 Jun 2014 17:22:42 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NHMghV011885 for ; Mon, 23 Jun 2014 18:22:42 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 191310] [PATCH] japanese/ruby-mecab: fix LICENSE, strip shared library and etc. Date: Mon, 23 Jun 2014 17:22:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rakuco@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 17:22:43 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191310 Raphael Kubo da Costa changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |ruby@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Mon Jun 23 19:29:51 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 885505CD for ; Mon, 23 Jun 2014 19:29:51 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 70A7D2B1A for ; Mon, 23 Jun 2014 19:29:51 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5NJTp2B036503 for ; Mon, 23 Jun 2014 20:29:51 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 191229] delete devel/rubygem-foreman_api Date: Mon, 23 Jun 2014 19:29:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rakuco@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jun 2014 19:29:51 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191229 Raphael Kubo da Costa changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |ruby@FreeBSD.org |org | -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Wed Jun 25 02:23:30 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C8FB3C8F for ; Wed, 25 Jun 2014 02:23:30 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFF422AF1 for ; Wed, 25 Jun 2014 02:23:30 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5P2NUIg083208 for ; Wed, 25 Jun 2014 03:23:30 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 191159] databases/rubygem-mysql2 "don't know how to make dirsyntax" Date: Wed, 25 Jun 2014 02:23:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to short_desc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 02:23:30 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191159 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |ruby@FreeBSD.org |org | Summary|rubygem mysql2 "don't know |databases/rubygem-mysql2 |how to make dirsyntax" |"don't know how to make | |dirsyntax" --- Comment #1 from Mark Linimon --- Fix summary and assign. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Wed Jun 25 02:43:56 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2D44F110 for ; Wed, 25 Jun 2014 02:43:56 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 144D82C72 for ; Wed, 25 Jun 2014 02:43:56 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5P2htkl009581 for ; Wed, 25 Jun 2014 03:43:55 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 191313] [PATCH] Mk/bsd.ruby.mk: fix staging error of normal user with 'USE_RUBY_EXTCONF=yes' Date: Wed, 25 Jun 2014 02:43:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Infrastructure X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2014 02:43:56 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191313 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |ruby@FreeBSD.org |org | --- Comment #1 from Mark Linimon --- Over to maintainers. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Thu Jun 26 16:00:07 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B51BE33A for ; Thu, 26 Jun 2014 16:00:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 A238D2A85 for ; Thu, 26 Jun 2014 16:00:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s5QG07qO052605 for ; Thu, 26 Jun 2014 16:00:07 GMT (envelope-from portmgr-feedback@FreeBSD.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.9/8.14.9/Submit) id s5QG07cf052604; Thu, 26 Jun 2014 11:00:07 -0500 (CDT) (envelope-from portmgr-feedback@FreeBSD.org) Date: Thu, 26 Jun 2014 11:00:07 -0500 (CDT) From: portmgr-feedback@FreeBSD.org Message-Id: <201406261600.s5QG07cf052604@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: bdrewery set sender to portmgr-feedback@FreeBSD.org using -f To: ruby@FreeBSD.org Subject: FreeBSD ports that you maintain require staging updates X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jun 2014 16:00:07 -0000 Hi, You are receiving this mail as a port that you maintain does not support STAGEDIR. Please submit a PR to either stage the port or to reset maintainer to ports@FreeBSD.org if you no longer wish to maintain it. If you have already submitted a PR, please ignore this mail. It is possible that someone else has done the work to update some of yours ports already but it is your responsibility as maintainer to ensure the port is staged and kept up-to-date with the ports framework. On June 30 all unstaged ports without PR will be DEPRECATED and have their MAINTAINER reset to ports@FreeBSD.org. These ports will be set to EXPIRE on August 31. For more details see: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html Ports that you maintain that are currently unstaged (NO_STAGE=yes): audio/ruby-esound databases/ruby-msql devel/oniguruma devel/ruby-amstd devel/ruby-avl devel/ruby-robjectteam graphics/ruby-rmagick japanese/rbnamazu japanese/rskkserv print/ruby-panda textproc/ruby-html-fillinform textproc/ruby-html-template www/ruby-div You will continue to receive these mails once a week until all ports you maintain are either staged or maintainer is reset. Thanks for your efforts to help improve FreeBSD. Regards, FreeBSD ports management team. From owner-freebsd-ruby@FreeBSD.ORG Wed Jul 2 11:35:10 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADC4B8C3 for ; Wed, 2 Jul 2014 11:35:10 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 95C202A6C for ; Wed, 2 Jul 2014 11:35:10 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s62BZAMa071620 for ; Wed, 2 Jul 2014 12:35:10 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 189980] devel/rubygem-celluloid needs rubygem-timers1 Date: Wed, 02 Jul 2014 11:35:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 11:35:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189980 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miwi@FreeBSD.org Assignee|ruby@FreeBSD.org |miwi@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Wed Jul 2 11:35:23 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33A958DA for ; Wed, 2 Jul 2014 11:35:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1BE042A75 for ; Wed, 2 Jul 2014 11:35:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s62BZM3l073733 for ; Wed, 2 Jul 2014 12:35:22 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 189983] patch devel/rubygem-pygments.rb for newer yajl-ruby Date: Wed, 02 Jul 2014 11:35:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 11:35:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=189983 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miwi@FreeBSD.org Assignee|ruby@FreeBSD.org |miwi@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Wed Jul 2 11:35:35 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFB9B8ED for ; Wed, 2 Jul 2014 11:35:35 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7F7A2A7A for ; Wed, 2 Jul 2014 11:35:35 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s62BZZVA076091 for ; Wed, 2 Jul 2014 12:35:35 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 190651] [update][patch] textproc/rubygem-redcarpet Date: Wed, 02 Jul 2014 11:35:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: miwi@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: miwi@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 11:35:36 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190651 Martin Wilke changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|ruby@FreeBSD.org |miwi@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Wed Jul 2 19:36:12 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8333C0D; Wed, 2 Jul 2014 19:36:12 +0000 (UTC) Received: from mailrelay008.isp.belgacom.be (mailrelay008.isp.belgacom.be [195.238.6.174]) by mx1.freebsd.org (Postfix) with ESMTP id 304FA296F; Wed, 2 Jul 2014 19:36:11 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiUMAAletFNbsKhu/2dsb2JhbABagw2BH65sAZhEF3WERBweQTQqJYhYAcdiF5NsAQSabItLiECDRTs Received: from 110.168-176-91.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([91.176.168.110]) by relay.skynet.be with ESMTP; 02 Jul 2014 21:36:03 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s62Ja3hw025872; Wed, 2 Jul 2014 21:36:03 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Wed, 2 Jul 2014 21:36:02 +0200 From: Tijl Coosemans To: ruby@FreeBSD.org, kuriyama@FreeBSD.org Subject: textproc/rubygem-charlock_holmes: builds stuff in stage dir Message-ID: <20140702213602.38d45229@kalimero.tijl.coosemans.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2014 19:36:12 -0000 Hi, During installation the port textproc/rubygem-charlock_holmes extracts a distfile to the staging area and builds it there instead of in the work directory. Then all of the source and object files are included in the package. Is that intentional? From owner-freebsd-ruby@FreeBSD.ORG Thu Jul 3 15:45:23 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 68D83E52 for ; Thu, 3 Jul 2014 15:45:23 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5132226CA for ; Thu, 3 Jul 2014 15:45:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s63FjNJZ027972 for ; Thu, 3 Jul 2014 16:45:23 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 191229] delete devel/rubygem-foreman_api Date: Thu, 03 Jul 2014 15:45:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: xmj@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: xmj@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Jul 2014 15:45:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191229 Johannes Jost Meixner changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xmj@FreeBSD.org Assignee|ruby@FreeBSD.org |xmj@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Sun Jul 6 05:35:24 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 172B4EE for ; Sun, 6 Jul 2014 05:35:24 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F338E2207 for ; Sun, 6 Jul 2014 05:35:23 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s665ZNa2027736 for ; Sun, 6 Jul 2014 06:35:23 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 190869] New port: misc/rubygem-delayer: Delay the processing Date: Sun, 06 Jul 2014 05:35:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tota@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: tota@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jul 2014 05:35:24 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190869 TAKATSU Tomonari changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Triage |Open CC| |tota@FreeBSD.org Assignee|ruby@FreeBSD.org |tota@FreeBSD.org --- Comment #3 from TAKATSU Tomonari --- I'll take it. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Mon Jul 7 08:28:24 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 98F358E3 for ; Mon, 7 Jul 2014 08:28:24 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7AFFD285A for ; Mon, 7 Jul 2014 08:28:24 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s678SO7q071059 for ; Mon, 7 Jul 2014 08:28:24 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Jul 2014 08:28:24 GMT Message-Id: <201407070828.s678SO7q071059@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 08:28:24 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc4.2, which is much stricter than older versions. The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 7.x/8.x/9.x/-current with target architecture'.) (Note: the dates are included to help you to gauge whether or not the error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: devel/rubygem-dep_selector broken because: Does not build build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=devel&portname=rubygem-dep_selector portname: graphics/ruby-rmagick broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-rmagick portname: graphics/ruby-tgif broken because: Does not compile build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-tgif portname: print/ruby-panda broken because: not staged build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ruby-panda portname: textproc/ruby-diff broken because: Does not fetch build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=textproc&portname=ruby-diff If these errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these error reports really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Mon Jul 7 08:34:01 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 46A09C62 for ; Mon, 7 Jul 2014 08:34:01 +0000 (UTC) Received: from portsmon.freebsd.org (portsmon.freebsd.org [IPv6:2001:1900:2254:206a::50:3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 379A92A11 for ; Mon, 7 Jul 2014 08:34:01 +0000 (UTC) Received: from portsmon.freebsd.org ([127.0.1.104]) by portsmon.freebsd.org (8.14.8/8.14.8) with ESMTP id s678Y1sR080579 for ; Mon, 7 Jul 2014 08:34:01 GMT (envelope-from linimon@FreeBSD.org) Date: Mon, 7 Jul 2014 08:34:01 GMT Message-Id: <201407070834.s678Y1sR080579@portsmon.freebsd.org> From: linimon@FreeBSD.org To: ruby@freebsd.org Reply-To: portmgr-feedback@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently scheduled for deletion X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 08:34:01 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on the existing port. In some cases, ports are marked for removal because they fail to build and install correctly from their sources, or otherwise fail in operation. The ports, and the reason and date that they have been scheduled for removal, are listed below. If no one has stepped forward before that time to propose a way to fix the problems (such as via a PR), the ports will be deleted. portname: graphics/ruby-rmagick description: Ruby binding for ImageMagick maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html expiration date: 2014-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=graphics&portname=ruby-rmagick portname: print/ruby-panda description: A Ruby extension library to access Panda maintainer: ruby@FreeBSD.org status: BROKEN deprecated because: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html expiration date: 2014-08-31 build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=print&portname=ruby-panda If this problem is one that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-ruby@FreeBSD.ORG Tue Jul 8 01:29:47 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0FAE9FF0 for ; Tue, 8 Jul 2014 01:29:47 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EB8C92781 for ; Tue, 8 Jul 2014 01:29:46 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s681TkC5005259 for ; Tue, 8 Jul 2014 02:29:46 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 190405] [patch] www/redmine support plugin staging Date: Tue, 08 Jul 2014 01:29:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: needs-staging X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: swills@FreeBSD.org X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: swills@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 01:29:47 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190405 Steve Wills changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |swills@FreeBSD.org Assignee|ruby@FreeBSD.org |swills@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Tue Jul 8 01:33:22 2014 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 538F31D6 for ; Tue, 8 Jul 2014 01:33:22 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3B283284E for ; Tue, 8 Jul 2014 01:33:22 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s681XMR6070342 for ; Tue, 8 Jul 2014 02:33:22 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: ruby@FreeBSD.org Subject: [Bug 191714] Port: lang/ruby19 does not install ri documentation for ri command line tool Date: Tue, 08 Jul 2014 01:33:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Needs Triage X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: ruby@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 01:33:22 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191714 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-ports-bugs@FreeBSD. |ruby@FreeBSD.org |org | --- Comment #1 from Mark Linimon --- Over to maintainers. -- You are receiving this mail because: You are the assignee for the bug. From owner-freebsd-ruby@FreeBSD.ORG Mon Jul 14 09:36:10 2014 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19D225F8 for ; Mon, 14 Jul 2014 09:36:10 +0000 (UTC) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E5EBF232A for ; Mon, 14 Jul 2014 09:36:09 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id w10so4960387pde.10 for ; Mon, 14 Jul 2014 02:36:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-transfer-encoding:content-type; bh=D7sukITfVjyUTVP/0tyQaVnYPYgY0jjVreBPmNMSam4=; b=A18dm9Vfn14cnEhliA76H2z40Go8HK9GANIgTZwV6z4taxmXhTroULSuj6+rs+urSh fFQaHSUz8+DTRK9s2xJF62rehgFMftnaaaTF8vdzjZkBu1y8oylq2udV56/Bj+gZF46j Qdpj/FB1PcXhHQldew/iPelS6GA4r4wXLhpFTDaD/JkSUafVnn6JluwGel4nAWS/Ospz q+QbM12LYmE0ZOIrZWzGBXGQlHhAKd6OpHCSesIlL8zjIHbYP2qsBUxCyRQK1inHuwyF uioTSw9wGx9dl8/YdvuBx0I8FDD20vVNcfT3bgE0aXVMSBegQNg6fw2nCBbez14ubfX6 bZ2g== X-Received: by 10.70.118.5 with SMTP id ki5mr8157900pdb.104.1405330569520; Mon, 14 Jul 2014 02:36:09 -0700 (PDT) Received: from realbsd.localnet ([58.20.244.60]) by mx.google.com with ESMTPSA id ia2sm10225908pbb.32.2014.07.14.02.36.07 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 14 Jul 2014 02:36:08 -0700 (PDT) From: absolutelyconvergent@gmail.com X-Google-Original-From: abscon@realbsd To: ruby@freebsd.org Subject: rubygem-selenium-webdriver-2.38.0 doesn't work with firefox Date: Mon, 14 Jul 2014 17:35:51 +0800 Message-ID: <1942787.bipI71X0Fp@realbsd> User-Agent: KMail/4.12.5 (FreeBSD/10.0-RELEASE-p7; KDE/4.12.5; amd64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2014 09:36:10 -0000 #!/usr/local/bin/ruby require 'rubygems' require 'selenium-webdriver' driver = Selenium::WebDriver.for :firefox driver.get "http://example.com/" puts "Page title is #{driver.title}" driver.quit This simple script finished with a popup message, saying Profile missing: Your Firefox profile cannot be loaded. It may be missing or inaccessible. And no luck with Selenium::WebDriver::Firefox::Profile.from_name. But py27-selenium-2.42.0 worked fine.