From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 3 07:53:19 2011 Return-Path: Delivered-To: freebsd-ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91647106566B for ; Sun, 3 Apr 2011 07:53:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [204.109.58.86]) by mx1.freebsd.org (Postfix) with ESMTP id 2F2B48FC08 for ; Sun, 3 Apr 2011 07:53:18 +0000 (UTC) Received: from meatwad.mouf.net (cpe-065-190-178-041.nc.res.rr.com [65.190.178.41]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id p337rBQU014943 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Sun, 3 Apr 2011 03:53:12 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <4D982767.2060703@FreeBSD.org> Date: Sun, 03 Apr 2011 03:53:11 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: freebsd-ruby@FreeBSD.org References: <4D8ABBD7.8050706@FreeBSD.org> In-Reply-To: <4D8ABBD7.8050706@FreeBSD.org> X-Enigmail-Version: 1.1.2 Content-Type: multipart/mixed; boundary="------------080407000009030303060108" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (mouf.net [204.109.58.86]); Sun, 03 Apr 2011 03:53:12 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.2 at mouf.net X-Virus-Status: Clean Cc: Subject: Re: making Ruby 1.9 default X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 07:53:19 -0000 This is a multi-part message in MIME format. --------------080407000009030303060108 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, Here's an updated version of this patch. It should fix the issues related to fetching and rdoc that have been reported to me. I believe this is ready to commit. Please test. With this and an upcoming change to portupgrade, portupgrade should be ready to work with Ruby 1.9. portupgrade-devel is already there. This should make having Ruby 1.9 default a lot easier. If folks think it's worth it, I can do a wider Call For Testers on ports@ since so many people use portupgrade. Steve On 03/23/11 23:34, Steve Wills wrote: > Hi, > > Please see the attached patch. This should get us past ruby-bdb and > allow portupgrade to work with Ruby 1.9. > > Steve > _______________________________________________ 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" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJNmCdnAAoJEPXPYrMgexuhf0AH/3ULuoKkQy9UW0oYwTu7mLb6 WiT3yaKWgi5/6312Wg/iiBnkpuB6sKlZrFQgJQlawg0NEYxXUSKjjLx8c+D/6RrU w5PJtl+ieYK78gjL2z27TpSu/DuHknGcZK4q0C7kv5Yg3j3cjdaJD/sVX3fzeqFz B1X3+unIzQMG+GL+Spoxf0h/5VuF0K9APXcgZ0OgI5XApSktMCTVDsN1NjqDAds3 jVCJBtxocMp8rIKKwRSYQx1A5F/XP+L3f10w5XL7LemcO++LSDOiA2UN2z2Bovf8 jZaChvafFMOZhZ5LUACzCo6x8cuRBD6MrKuZ4DPI4fBDCfbz3GWYu4q+C7nlMLE= =xSjV -----END PGP SIGNATURE----- --------------080407000009030303060108 Content-Type: text/plain; name="ruby-bdb-patch2.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ruby-bdb-patch2.txt" Index: Makefile =================================================================== RCS file: /home/ncvs/ports/databases/ruby-bdb/Makefile,v retrieving revision 1.61 diff -u -r1.61 Makefile --- Makefile 7 Jun 2010 20:48:38 -0000 1.61 +++ Makefile 3 Apr 2011 05:56:09 -0000 @@ -7,12 +7,13 @@ PORTNAME= bdb PORTVERSION= 0.6.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases ruby -MASTER_SITES= RF +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= swills PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} PKGNAMESUFFIX= ${WITH_BDB_VER} -DIST_SUBDIR= ruby +DISTNAME= knu-ruby-bdb-v0.6.5-8-g6feba54 MAINTAINER= knu@FreeBSD.org COMMENT= Ruby interface to Sleepycat's Berkeley DB revision 2 or later @@ -30,11 +31,11 @@ --with-db-version=${BDB_LIB_NAME:S/^db//} INSTALL_TARGET= site-install +WRKSRC= ${WRKDIR}/knu-ruby-bdb-6feba54 + DOCS= Changes \ README.en \ - bdb.html \ bdb.rd \ - docs/*.html \ docs/*.rd .include @@ -53,14 +54,13 @@ post-build: .if !defined(NOPORTDOCS) ( cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} rdoc ) + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${RUBY_RDOC} ) .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR}/doc (cd ${WRKSRC} && ${INSTALL_MAN} ${DOCS} ${DOCSDIR}) - (cd ${WRKSRC}/docs/doc && ${COPYTREE_SHARE} \* ${DOCSDIR}/doc) .endif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR}/ Index: distinfo =================================================================== RCS file: /home/ncvs/ports/databases/ruby-bdb/distinfo,v retrieving revision 1.44 diff -u -r1.44 distinfo --- distinfo 20 Mar 2011 12:47:58 -0000 1.44 +++ distinfo 24 Mar 2011 03:08:00 -0000 @@ -1,2 +1,2 @@ -SHA256 (ruby/bdb-0.6.5.tar.gz) = edba29bb720fa32a93a80b2746667d52a30d63e418e89958b17896ef0f25889d -SIZE (ruby/bdb-0.6.5.tar.gz) = 321865 +SHA256 (knu-ruby-bdb-v0.6.5-8-g6feba54.tar.gz) = 88582a29003fa0fb61c9136187db9cca575f5d11d64d5f5eec6e0c49f5416067 +SIZE (knu-ruby-bdb-v0.6.5-8-g6feba54.tar.gz) = 286058 Index: files/patch-src_common.c =================================================================== RCS file: files/patch-src_common.c diff -N files/patch-src_common.c --- files/patch-src_common.c 7 May 2009 16:12:59 -0000 1.1 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,20 +0,0 @@ ---- src/common.c.orig 2009-05-02 19:19:39.000000000 +0400 -+++ src/common.c 2009-05-02 19:20:04.000000000 +0400 -@@ -941,7 +941,7 @@ - } - } - if (!(dbst->options & BDB_NOT_OPEN)) { -- bdb_test_error(dbst->dbp->close(dbst->dbp, flags)); -+ dbst->dbp->close(dbst->dbp, flags); - } - } - else { -@@ -950,7 +950,7 @@ - bdb_ary_delete(&envst->db_ary, dbst->ori_val); - } - if (!(dbst->options & BDB_NOT_OPEN)) { -- bdb_test_error(dbst->dbp->close(dbst->dbp, flags)); -+ dbst->dbp->close(dbst->dbp, flags); - } - } - } --------------080407000009030303060108 Content-Type: application/octet-stream; name="ruby-bdb-patch2.txt.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ruby-bdb-patch2.txt.sig" iQEcBAABAgAGBQJNmCdnAAoJEPXPYrMgexuhtysH/AilYSOnv+CDeG0GYi04akCLKETxbghi 5Dyki2ctloRf6Djb+bd4SkFsN7PgOCiSK93LcH6xKWtDQBvCavW1bS6hbELaSlflcj+ZRh4x O+VlZqKin+SPVcAfuFVlTW0isTDO7stFjnOFUWT30NEltOMGONhc4cNAlPGmIQc1MR5CiCCT DbYkx+zD34hHduJ2Oy1ABRPVivXtCGl7weCsKp52Kb4N+aTUtoRxeE7g05ik7Xq6oAx1ReIj aZBM+o7NHONrfgwHIWToVtjNons0cNMHEnvE4FREq9rEOINhuLIyGJhx2A65LJI6F2fEjC+I +hNVYQ6J6hKxfS9rZNh6NLs= --------------080407000009030303060108-- From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 3 17:40:19 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 03589106564A; Sun, 3 Apr 2011 17:40:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CC8498FC19; Sun, 3 Apr 2011 17:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p33HeIbp045788; Sun, 3 Apr 2011 17:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p33HeIbl045784; Sun, 3 Apr 2011 17:40:18 GMT (envelope-from edwin) Date: Sun, 3 Apr 2011 17:40:18 GMT Message-Id: <201104031740.p33HeIbl045784@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156155: [PATCH] update devel/ruby-ncurses to 1.2.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 17:40:19 -0000 Synopsis: [PATCH] update devel/ruby-ncurses to 1.2.4 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 3 17:40:18 UTC 2011 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156155 From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 3 17:40:23 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 72E4E1065676; Sun, 3 Apr 2011 17:40:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 485878FC1F; Sun, 3 Apr 2011 17:40:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p33HeN8J046334; Sun, 3 Apr 2011 17:40:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p33HeNCL046324; Sun, 3 Apr 2011 17:40:23 GMT (envelope-from edwin) Date: Sun, 3 Apr 2011 17:40:23 GMT Message-Id: <201104031740.p33HeNCL046324@freefall.freebsd.org> To: swills@FreeBSD.org, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156155: [PATCH] update devel/ruby-ncurses to 1.2.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 17:40:23 -0000 Synopsis: [PATCH] update devel/ruby-ncurses to 1.2.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Apr 3 17:40:22 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156155 From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 3 17:50:12 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 770021065675 for ; Sun, 3 Apr 2011 17:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 653308FC13 for ; Sun, 3 Apr 2011 17:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p33HoCaF054142 for ; Sun, 3 Apr 2011 17:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p33HoCot054141; Sun, 3 Apr 2011 17:50:12 GMT (envelope-from gnats) Date: Sun, 3 Apr 2011 17:50:12 GMT Message-Id: <201104031750.p33HoCot054141@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/156155: [PATCH] update devel/ruby-ncurses to 1.2.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 03 Apr 2011 17:50:12 -0000 The following reply was made to PR ports/156155; it has been noted by GNATS. From: Edwin Groothuis To: saurbier@math.uni-bielefeld.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/156155: [PATCH] update devel/ruby-ncurses to 1.2.4 Date: Sun, 3 Apr 2011 17:40:20 UT Maintainer of devel/ruby-ncurses, Please note that PR ports/156155 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/156155 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 3 20:20:17 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EDDB61065670; Sun, 3 Apr 2011 20:20:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C65408FC12; Sun, 3 Apr 2011 20:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p33KKHQp090047; Sun, 3 Apr 2011 20:20:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p33KKHO3090038; Sun, 3 Apr 2011 20:20:17 GMT (envelope-from edwin) Date: Sun, 3 Apr 2011 20:20:17 GMT Message-Id: <201104032020.p33KKHO3090038@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156158: [PATCH] update devel/rubygem-ffi to work with Ruby 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 20:20:18 -0000 Synopsis: [PATCH] update devel/rubygem-ffi to work with Ruby 1.9 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 3 20:20:17 UTC 2011 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156158 From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 3 20:20:22 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 414BE106566C; Sun, 3 Apr 2011 20:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 19BC58FC0A; Sun, 3 Apr 2011 20:20:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p33KKLtd090574; Sun, 3 Apr 2011 20:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p33KKLiO090562; Sun, 3 Apr 2011 20:20:21 GMT (envelope-from edwin) Date: Sun, 3 Apr 2011 20:20:21 GMT Message-Id: <201104032020.p33KKLiO090562@freefall.freebsd.org> To: swills@FreeBSD.org, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156158: [PATCH] update devel/rubygem-ffi to work with Ruby 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 20:20:22 -0000 Synopsis: [PATCH] update devel/rubygem-ffi to work with Ruby 1.9 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Apr 3 20:20:21 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156158 From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 3 20:30:14 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D10EE1065673 for ; Sun, 3 Apr 2011 20:30:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C28258FC0C for ; Sun, 3 Apr 2011 20:30:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p33KUEL3097920 for ; Sun, 3 Apr 2011 20:30:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p33KUE7f097917; Sun, 3 Apr 2011 20:30:14 GMT (envelope-from gnats) Date: Sun, 3 Apr 2011 20:30:14 GMT Message-Id: <201104032030.p33KUE7f097917@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/156158: [PATCH] update devel/rubygem-ffi to work with Ruby 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 03 Apr 2011 20:30:14 -0000 The following reply was made to PR ports/156158; it has been noted by GNATS. From: Edwin Groothuis To: kick.christoph@googlemail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/156158: [PATCH] update devel/rubygem-ffi to work with Ruby 1.9 Date: Sun, 3 Apr 2011 20:20:19 UT Maintainer of devel/rubygem-ffi, Please note that PR ports/156158 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/156158 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Sun Apr 3 22:48:19 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49845106568D; Sun, 3 Apr 2011 22:48:19 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 220538FC2E; Sun, 3 Apr 2011 22:48:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p33MmI7L025167; Sun, 3 Apr 2011 22:48:18 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p33MmInN025162; Sun, 3 Apr 2011 22:48:18 GMT (envelope-from swills) Date: Sun, 3 Apr 2011 22:48:18 GMT Message-Id: <201104032248.p33MmInN025162@freefall.freebsd.org> To: kick.christoph@googlemail.com, swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/156158: [PATCH] update devel/rubygem-ffi to work with Ruby 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2011 22:48:19 -0000 Synopsis: [PATCH] update devel/rubygem-ffi to work with Ruby 1.9 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Apr 3 22:48:18 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156158 From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 4 01:58:29 2011 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F3F1106564A for ; Mon, 4 Apr 2011 01:58:29 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mouf.net (mouf.net [204.109.58.86]) by mx1.freebsd.org (Postfix) with ESMTP id 049578FC13 for ; Mon, 4 Apr 2011 01:58:28 +0000 (UTC) Received: from meatwad.mouf.net (cpe-065-190-178-041.nc.res.rr.com [65.190.178.41]) (authenticated bits=0) by mouf.net (8.14.4/8.14.4) with ESMTP id p341wOcJ020060 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT) for ; Sun, 3 Apr 2011 21:58:25 -0400 (EDT) (envelope-from swills@FreeBSD.org) Message-ID: <4D9925C0.6060305@FreeBSD.org> Date: Sun, 03 Apr 2011 21:58:24 -0400 From: Steve Wills User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.15) Gecko/20110323 Thunderbird/3.1.9 MIME-Version: 1.0 To: ruby@FreeBSD.org X-Enigmail-Version: 1.1.2 Content-Type: multipart/mixed; boundary="------------020605080708030100030601" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (mouf.net [204.109.58.86]); Sun, 03 Apr 2011 21:58:26 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.96.2 at mouf.net X-Virus-Status: Clean Cc: Subject: marking ports that don't work with 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2011 01:58:29 -0000 This is a multi-part message in MIME format. --------------020605080708030100030601 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, In preparation for more 1.9 testing, here's a patch that marks all ports that are maintained by ruby@ or ports@ and that don't work with 1.9. Any objections or other comments? Thanks, Steve -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (FreeBSD) iQEcBAEBAgAGBQJNmSW/AAoJEPXPYrMgexuhUjIH/itnhSCQz5HzUweMXaN0HBDf pekoEZs1JSgUSlDviKSjiIGwzAikwvEzV+SFfYao7M4Co2yIIjOYselnKnTmZLLW zVVyfV3UuObfUVDGo1v5Ek+pQJAE27Gj/bPNaeiTu4NEcRHGpXqpx1Ip8yp8JeHp nUER47PwpeLgfcyScOJ8gjTMtGmhrD7O5bTugo3roIDGB5dORg7YG5LtBp+IDSzE wlmrA0einrSN62AqbgaUUg+s1hMfwUVqj2F4HodqpzuvOW7SdtHiedo6z5kMnzAB HZB2zWbXPQe3RqNYy27nnlvR9XF044MvzlhsovRz/0kP1pjkoNwVS8Q/2fPUz2s= =rPv0 -----END PGP SIGNATURE----- --------------020605080708030100030601 Content-Type: text/plain; name="ruby_broken_19_patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ruby_broken_19_patch.txt" Index: audio/ruby-shout/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/ruby-shout/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- audio/ruby-shout/Makefile 7 Jun 2010 20:48:38 -0000 1.12 +++ audio/ruby-shout/Makefile 3 Apr 2011 23:30:45 -0000 @@ -32,6 +32,10 @@ BROKEN= does not build .endif +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} Index: audio/ruby-vorbisfile/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/ruby-vorbisfile/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- audio/ruby-vorbisfile/Makefile 6 Jun 2010 20:43:39 -0000 1.9 +++ audio/ruby-vorbisfile/Makefile 3 Apr 2011 23:38:22 -0000 @@ -36,4 +36,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif +.include Index: audio/ruby-xmms/Makefile =================================================================== RCS file: /home/ncvs/ports/audio/ruby-xmms/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- audio/ruby-xmms/Makefile 16 Jun 2009 15:53:05 -0000 1.15 +++ audio/ruby-xmms/Makefile 3 Apr 2011 23:39:04 -0000 @@ -38,4 +38,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif +.include Index: comms/ruby-serialport/Makefile =================================================================== RCS file: /home/ncvs/ports/comms/ruby-serialport/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- comms/ruby-serialport/Makefile 17 Aug 2009 08:29:06 -0000 1.8 +++ comms/ruby-serialport/Makefile 3 Apr 2011 23:39:29 -0000 @@ -41,4 +41,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif +.include Index: databases/ruby-search-namazu/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/ruby-search-namazu/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- databases/ruby-search-namazu/Makefile 16 Jun 2009 15:53:06 -0000 1.16 +++ databases/ruby-search-namazu/Makefile 3 Apr 2011 23:39:41 -0000 @@ -42,4 +42,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif +.include Index: databases/ruby-sqlite/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/ruby-sqlite/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- databases/ruby-sqlite/Makefile 7 Jun 2010 20:48:39 -0000 1.9 +++ databases/ruby-sqlite/Makefile 3 Apr 2011 23:39:56 -0000 @@ -41,4 +41,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif +.include Index: databases/rubygem-kirbybase/Makefile =================================================================== RCS file: /home/ncvs/ports/databases/rubygem-kirbybase/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- databases/rubygem-kirbybase/Makefile 26 Aug 2010 23:55:18 -0000 1.4 +++ databases/rubygem-kirbybase/Makefile 3 Apr 2011 23:40:12 -0000 @@ -19,4 +19,8 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/kbserver.rb -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif +.include Index: devel/ruby-eet/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ruby-eet/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- devel/ruby-eet/Makefile 16 Dec 2010 03:37:18 -0000 1.9 +++ devel/ruby-eet/Makefile 3 Apr 2011 23:42:13 -0000 @@ -22,6 +22,10 @@ .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif + do-build: @cd ${WRKSRC} && ${RAKE_BIN} PREFIX=${PREFIX}/ Index: devel/ruby-filelock/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ruby-filelock/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- devel/ruby-filelock/Makefile 7 Jun 2010 21:00:36 -0000 1.11 +++ devel/ruby-filelock/Makefile 3 Apr 2011 23:54:42 -0000 @@ -36,4 +36,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: devel/ruby-filemagic/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ruby-filemagic/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- devel/ruby-filemagic/Makefile 16 Jun 2009 15:53:07 -0000 1.5 +++ devel/ruby-filemagic/Makefile 3 Apr 2011 23:43:28 -0000 @@ -31,6 +31,10 @@ .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif + post-install: doc-install doc-install: Index: devel/ruby-metaruby/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ruby-metaruby/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- devel/ruby-metaruby/Makefile 16 Jun 2009 15:53:09 -0000 1.8 +++ devel/ruby-metaruby/Makefile 3 Apr 2011 23:54:46 -0000 @@ -31,4 +31,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: devel/ruby-poll/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ruby-poll/Makefile,v retrieving revision 1.4 diff -u -r1.4 Makefile --- devel/ruby-poll/Makefile 16 Jun 2009 15:53:09 -0000 1.4 +++ devel/ruby-poll/Makefile 3 Apr 2011 23:54:50 -0000 @@ -45,4 +45,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: devel/ruby-rrb/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ruby-rrb/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- devel/ruby-rrb/Makefile 7 Jun 2010 20:38:08 -0000 1.6 +++ devel/ruby-rrb/Makefile 3 Apr 2011 23:54:53 -0000 @@ -23,4 +23,8 @@ @cd ${INSTALL_WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: devel/ruby-strongtyping/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ruby-strongtyping/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- devel/ruby-strongtyping/Makefile 16 Jun 2009 15:53:10 -0000 1.10 +++ devel/ruby-strongtyping/Makefile 3 Apr 2011 23:54:57 -0000 @@ -32,4 +32,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: devel/ruby-textbuf/Makefile =================================================================== RCS file: /home/ncvs/ports/devel/ruby-textbuf/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- devel/ruby-textbuf/Makefile 16 Jun 2009 15:53:10 -0000 1.24 +++ devel/ruby-textbuf/Makefile 3 Apr 2011 23:44:23 -0000 @@ -38,4 +38,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: graphics/ruby-graph/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/ruby-graph/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- graphics/ruby-graph/Makefile 28 Mar 2010 06:37:51 -0000 1.13 +++ graphics/ruby-graph/Makefile 3 Apr 2011 23:44:44 -0000 @@ -36,4 +36,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: graphics/ruby-libpng/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/ruby-libpng/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- graphics/ruby-libpng/Makefile 7 Jun 2010 21:00:37 -0000 1.17 +++ graphics/ruby-libpng/Makefile 3 Apr 2011 23:45:18 -0000 @@ -50,4 +50,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: graphics/ruby-pgplot/Makefile =================================================================== RCS file: /home/ncvs/ports/graphics/ruby-pgplot/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- graphics/ruby-pgplot/Makefile 7 Jun 2010 20:48:40 -0000 1.16 +++ graphics/ruby-pgplot/Makefile 3 Apr 2011 23:45:41 -0000 @@ -50,4 +50,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: japanese/ruby-kakasi/Makefile =================================================================== RCS file: /home/ncvs/ports/japanese/ruby-kakasi/Makefile,v retrieving revision 1.15 diff -u -r1.15 Makefile --- japanese/ruby-kakasi/Makefile 16 Jun 2009 15:53:13 -0000 1.15 +++ japanese/ruby-kakasi/Makefile 3 Apr 2011 23:45:53 -0000 @@ -26,6 +26,10 @@ .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif + PKGNAMEPREFIX:= ${PKGNAMEPREFIX}${RUBY_PKGNAMEPREFIX} post-patch: Index: lang/ruby-extensions/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/ruby-extensions/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- lang/ruby-extensions/Makefile 29 Dec 2010 20:04:22 -0000 1.6 +++ lang/ruby-extensions/Makefile 3 Apr 2011 23:46:40 -0000 @@ -40,4 +40,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: lang/ruby-lua/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/ruby-lua/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- lang/ruby-lua/Makefile 28 Apr 2010 05:12:57 -0000 1.16 +++ lang/ruby-lua/Makefile 3 Apr 2011 23:46:53 -0000 @@ -33,4 +33,8 @@ ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR} .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: lang/ruby-perl/Makefile =================================================================== RCS file: /home/ncvs/ports/lang/ruby-perl/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- lang/ruby-perl/Makefile 28 Apr 2010 05:12:58 -0000 1.19 +++ lang/ruby-perl/Makefile 3 Apr 2011 23:47:20 -0000 @@ -48,4 +48,8 @@ ${INSTALL_DATA} ${WRKSRC}/README.ja ${RUBY_MODDOCDIR}/ja/ .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: mail/ruby-tmail/Makefile =================================================================== RCS file: /home/ncvs/ports/mail/ruby-tmail/Makefile,v retrieving revision 1.39 diff -u -r1.39 Makefile --- mail/ruby-tmail/Makefile 28 Apr 2010 05:12:58 -0000 1.39 +++ mail/ruby-tmail/Makefile 3 Apr 2011 23:47:35 -0000 @@ -37,4 +37,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: math/ruby-bitset/Makefile =================================================================== RCS file: /home/ncvs/ports/math/ruby-bitset/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- math/ruby-bitset/Makefile 16 Jun 2009 15:53:15 -0000 1.5 +++ math/ruby-bitset/Makefile 3 Apr 2011 23:47:57 -0000 @@ -26,4 +26,8 @@ ${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/ .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: math/ruby-bitvector/Makefile =================================================================== RCS file: /home/ncvs/ports/math/ruby-bitvector/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- math/ruby-bitvector/Makefile 7 Jun 2010 21:00:37 -0000 1.9 +++ math/ruby-bitvector/Makefile 3 Apr 2011 23:48:09 -0000 @@ -30,4 +30,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: math/ruby-gmp/Makefile =================================================================== RCS file: /home/ncvs/ports/math/ruby-gmp/Makefile,v retrieving revision 1.9 diff -u -r1.9 Makefile --- math/ruby-gmp/Makefile 19 Apr 2010 10:43:36 -0000 1.9 +++ math/ruby-gmp/Makefile 3 Apr 2011 23:48:23 -0000 @@ -29,6 +29,10 @@ .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} Index: net/ruby-mpi/Makefile =================================================================== RCS file: /home/ncvs/ports/net/ruby-mpi/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- net/ruby-mpi/Makefile 7 Dec 2009 23:07:37 -0000 1.12 +++ net/ruby-mpi/Makefile 3 Apr 2011 23:48:33 -0000 @@ -45,4 +45,8 @@ ${INSTALL_DATA} ${WRKSRC}/docs/rd/*.rd ${RUBY_MODDOCDIR}/rd/ .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: net/ruby-nis/Makefile =================================================================== RCS file: /home/ncvs/ports/net/ruby-nis/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- net/ruby-nis/Makefile 22 Aug 2009 00:31:43 -0000 1.8 +++ net/ruby-nis/Makefile 3 Apr 2011 23:48:51 -0000 @@ -35,4 +35,8 @@ ${INSTALL_DATA} ${WRKSRC}/test/* ${RUBY_MODEXAMPLESDIR}/ .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: net/ruby-pcap/Makefile =================================================================== RCS file: /home/ncvs/ports/net/ruby-pcap/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- net/ruby-pcap/Makefile 16 Jun 2009 15:53:17 -0000 1.7 +++ net/ruby-pcap/Makefile 3 Apr 2011 23:49:04 -0000 @@ -35,4 +35,8 @@ ${RUBY_MODDOCDIR}/ja/ .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: net/ruby-romp/Makefile =================================================================== RCS file: /home/ncvs/ports/net/ruby-romp/Makefile,v retrieving revision 1.12 diff -u -r1.12 Makefile --- net/ruby-romp/Makefile 16 Jun 2009 15:53:17 -0000 1.12 +++ net/ruby-romp/Makefile 3 Apr 2011 23:49:19 -0000 @@ -50,4 +50,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: net/ruby-spread/Makefile =================================================================== RCS file: /home/ncvs/ports/net/ruby-spread/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- net/ruby-spread/Makefile 28 Apr 2010 05:12:58 -0000 1.11 +++ net/ruby-spread/Makefile 3 Apr 2011 23:49:30 -0000 @@ -33,4 +33,8 @@ ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR} .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: print/ruby-pdflib/Makefile =================================================================== RCS file: /home/ncvs/ports/print/ruby-pdflib/Makefile,v retrieving revision 1.20 diff -u -r1.20 Makefile --- print/ruby-pdflib/Makefile 28 Mar 2010 06:42:57 -0000 1.20 +++ print/ruby-pdflib/Makefile 3 Apr 2011 23:49:40 -0000 @@ -59,4 +59,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: security/ruby-aes/Makefile =================================================================== RCS file: /home/ncvs/ports/security/ruby-aes/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- security/ruby-aes/Makefile 16 Jun 2009 15:53:18 -0000 1.6 +++ security/ruby-aes/Makefile 3 Apr 2011 23:49:55 -0000 @@ -39,4 +39,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: security/ruby-blowfish/Makefile =================================================================== RCS file: /home/ncvs/ports/security/ruby-blowfish/Makefile,v retrieving revision 1.10 diff -u -r1.10 Makefile --- security/ruby-blowfish/Makefile 7 Jun 2010 21:00:37 -0000 1.10 +++ security/ruby-blowfish/Makefile 3 Apr 2011 23:50:04 -0000 @@ -38,4 +38,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: security/ruby-cast_256/Makefile =================================================================== RCS file: /home/ncvs/ports/security/ruby-cast_256/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- security/ruby-cast_256/Makefile 16 Jun 2009 15:53:18 -0000 1.5 +++ security/ruby-cast_256/Makefile 3 Apr 2011 23:50:32 -0000 @@ -49,4 +49,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: security/ruby-mcrypt/Makefile =================================================================== RCS file: /home/ncvs/ports/security/ruby-mcrypt/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- security/ruby-mcrypt/Makefile 7 Jun 2010 21:00:37 -0000 1.13 +++ security/ruby-mcrypt/Makefile 3 Apr 2011 23:50:46 -0000 @@ -40,4 +40,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: security/ruby-pam/Makefile =================================================================== RCS file: /home/ncvs/ports/security/ruby-pam/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- security/ruby-pam/Makefile 22 Aug 2009 00:35:04 -0000 1.11 +++ security/ruby-pam/Makefile 3 Apr 2011 23:51:04 -0000 @@ -33,4 +33,8 @@ ${INSTALL_DATA} ${WRKSRC}/test/* ${RUBY_MODEXAMPLESDIR}/ .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: sysutils/ruby-log4r/Makefile =================================================================== RCS file: /home/ncvs/ports/sysutils/ruby-log4r/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- sysutils/ruby-log4r/Makefile 29 Dec 2010 20:04:33 -0000 1.14 +++ sysutils/ruby-log4r/Makefile 3 Apr 2011 23:51:22 -0000 @@ -36,4 +36,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: textproc/ruby-csv/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ruby-csv/Makefile,v retrieving revision 1.16 diff -u -r1.16 Makefile --- textproc/ruby-csv/Makefile 16 Jun 2009 15:53:19 -0000 1.16 +++ textproc/ruby-csv/Makefile 3 Apr 2011 23:51:33 -0000 @@ -27,4 +27,8 @@ ${INSTALL_DATA} ${WRKSRC}/README.txt ${RUBY_MODDOCDIR} .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: textproc/ruby-formvalidator/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ruby-formvalidator/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- textproc/ruby-formvalidator/Makefile 15 Feb 2009 13:33:55 -0000 1.7 +++ textproc/ruby-formvalidator/Makefile 3 Apr 2011 23:51:46 -0000 @@ -45,4 +45,8 @@ >> ${TMPPLIST} .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: textproc/ruby-gdome/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ruby-gdome/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- textproc/ruby-gdome/Makefile 16 Jun 2009 15:53:20 -0000 1.17 +++ textproc/ruby-gdome/Makefile 3 Apr 2011 23:52:00 -0000 @@ -29,6 +29,10 @@ .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif + post-extract: ${RM} -rf ${WRKSRC}/examples-ruby/CVS Index: textproc/ruby-htmltools/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ruby-htmltools/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- textproc/ruby-htmltools/Makefile 8 Jun 2010 00:22:08 -0000 1.6 +++ textproc/ruby-htmltools/Makefile 3 Apr 2011 23:52:12 -0000 @@ -36,4 +36,8 @@ @cd ${INSTALL_WRKSRC}; \ ${SETENV} ${MAKE_ENV} ${RUBY} ${RUBY_FLAGS} ${RUBY_SETUP} install ${RUBY_INSTALL_ARGS} -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: textproc/ruby-nqxml/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ruby-nqxml/Makefile,v retrieving revision 1.19 diff -u -r1.19 Makefile --- textproc/ruby-nqxml/Makefile 22 Aug 2009 00:37:08 -0000 1.19 +++ textproc/ruby-nqxml/Makefile 3 Apr 2011 23:52:28 -0000 @@ -33,4 +33,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: textproc/ruby-quixml/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ruby-quixml/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- textproc/ruby-quixml/Makefile 7 Jun 2010 20:48:41 -0000 1.8 +++ textproc/ruby-quixml/Makefile 3 Apr 2011 23:52:38 -0000 @@ -33,4 +33,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: textproc/ruby-raspell/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ruby-raspell/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- textproc/ruby-raspell/Makefile 22 Aug 2009 00:37:08 -0000 1.8 +++ textproc/ruby-raspell/Makefile 3 Apr 2011 23:52:53 -0000 @@ -32,4 +32,8 @@ ${INSTALL_DATA} ${WRKSRC}/README ${RUBY_MODDOCDIR}/ .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: textproc/ruby-tempura/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ruby-tempura/Makefile,v retrieving revision 1.5 diff -u -r1.5 Makefile --- textproc/ruby-tempura/Makefile 16 Jun 2009 15:53:21 -0000 1.5 +++ textproc/ruby-tempura/Makefile 3 Apr 2011 23:53:04 -0000 @@ -38,4 +38,8 @@ .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include Index: textproc/ruby-xtemplate/Makefile =================================================================== RCS file: /home/ncvs/ports/textproc/ruby-xtemplate/Makefile,v retrieving revision 1.13 diff -u -r1.13 Makefile --- textproc/ruby-xtemplate/Makefile 22 Aug 2009 00:37:08 -0000 1.13 +++ textproc/ruby-xtemplate/Makefile 3 Apr 2011 23:53:13 -0000 @@ -27,6 +27,10 @@ .include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} Index: www/ruby-tmpl/Makefile =================================================================== RCS file: /home/ncvs/ports/www/ruby-tmpl/Makefile,v retrieving revision 1.8 diff -u -r1.8 Makefile --- www/ruby-tmpl/Makefile 22 Aug 2009 00:38:24 -0000 1.8 +++ www/ruby-tmpl/Makefile 3 Apr 2011 23:53:27 -0000 @@ -25,4 +25,8 @@ do-install: cd ${WRKSRC}; ${RUBY} install.rb -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not work with ruby 1.9 +.endif +.include --------------020605080708030100030601 Content-Type: application/octet-stream; name="ruby_broken_19_patch.txt.sig" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="ruby_broken_19_patch.txt.sig" iQEcBAABAgAGBQJNmSXAAAoJEPXPYrMgexuhY3QIAIAUMOWic2pzKEFPxN1bYB8/Qm7J2SKr QPFZnKtXGyIAdLuVhP2DvN41j1YjM97egaCQGguX6LYxTARYQtvmoFGssEEgWPFl/HynoyM/ N2fWPf31aJ5qE0Q5tWQWMZ2vK+XMPi/ZC9zawEKj4MCDy4C2sMj0pSFaSrD2aro1wq7RnOvd ZDrCQZjEDrt7iMiILW8sxyLsNVntzjKkG8m4QoeMkvm3wCDrAsyHRA7f9h8afmpRzI1MUQ8X yW+7wqAdl9ddCn+YnlpYP9xeTxRmnh0dryA8pEqvM9HznvlOcx1+P5KCIwgiSFjrQq5intDA EcSNGw36sEzkBSuXYEtsxns= --------------020605080708030100030601-- From owner-freebsd-ruby@FreeBSD.ORG Mon Apr 4 11:08:33 2011 Return-Path: Delivered-To: ruby@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 002401065678 for ; Mon, 4 Apr 2011 11:08:32 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C683E8FC1A for ; Mon, 4 Apr 2011 11:08:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p34B8WOK029936 for ; Mon, 4 Apr 2011 11:08:32 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p34B8W9k029933 for ruby@FreeBSD.org; Mon, 4 Apr 2011 11:08:32 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 4 Apr 2011 11:08:32 GMT Message-Id: <201104041108.p34B8W9k029933@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 Cc: Subject: Current problem reports assigned to ruby@FreeBSD.org X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Apr 2011 11:08:33 -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 -------------------------------------------------------------------------------- f ports/156155 ruby [PATCH] update devel/ruby-ncurses to 1.2.4 o ports/156066 ruby [NEW PORT] databases/rubygem-xapian-full (self contain o ports/155943 ruby [MAINTAINER] net/rubygem-net-ldap: update to 0.2.1 f ports/155267 ruby [PATCH] databases/ruby-tokyocabinet: update to 1.31 o ports/154958 ruby [REPOCOPY] databases/rubygem-sqlite3 --> databases/rub o ports/154210 ruby ports-mgmt/portupgrade 2.4.8_1,2: cross-thread violati o ports/152387 ruby ports-mgmt/portupgrade: portinstall with bash completi o ports/151662 ruby ports-mgmt/portupgrade: upgrade of autoconf leaves old o ports/151510 ruby ports-mgmt/portupgrade: circular dependencies breaks p o ports/149817 ruby ports-mgmt/portupgrade: portinstall -p option doesn't o ports/147242 ruby ports-mgmt/portupgrade incorrectly remove old port whe o ports/144769 ruby [PATCH] ports-mgmt/portupgrade should have a configura o ports/144605 ruby [PATCH] Get ports-mgmt/portupgrade to build under Ruby o ports/140880 ruby ports-mgmt/portupgrade: portversion confused with ezm3 o ports/140364 ruby ports-mgmt/portupgrade-devel: #! line substitution is o ports/140273 ruby ports-mgmt/portupgrade-devel chokes on bsdpan pkgs o ports/140008 ruby ports-mgmt/portupgrade: many papercut omissions on por o ports/137958 ruby ports-mgmt/portupgrade fails with recursive dependency o ports/137708 ruby ports-mgmt/portupgrade: portupgrade -cRn is broken o ports/135691 ruby ports-mgmt/portupgrade Wrong example in man page of pk o ports/134714 ruby ports-mgmt/portupgrade deletes user data without quest o ports/134182 ruby ports-mgmt/portupgrade incorrectly handles manual reje o ports/131111 ruby ports-mgmt/portupgrade-devel: completely removes packa o ports/129930 ruby ports-mgmt/portupgrade - portinstall tries to install o ports/129891 ruby ports-mgmt/portupgrade fails to recognize variations o o ports/128881 ruby ports-mgmt/portupgrade backtrace o ports/127889 ruby ports-mgmt/portupgrade detects spurious failures and s o ports/127019 ruby ports-mgmt/portupgrade does not recognize fail conditi o ports/126140 ruby ports-mgmt/portupgrade runtime error o ports/125936 ruby ports-mgmt/portupgrade -R fails if BUILD_DEP's are not o ports/112818 ruby ports-mgmt/portupgrade -a fails with database error 31 problems total. From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 6 07:30:16 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D8754106564A for ; Wed, 6 Apr 2011 07:30:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id ACB0F8FC16 for ; Wed, 6 Apr 2011 07:30:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p367UGnw098566 for ; Wed, 6 Apr 2011 07:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p367UGYH098563; Wed, 6 Apr 2011 07:30:16 GMT (envelope-from gnats) Date: Wed, 6 Apr 2011 07:30:16 GMT Message-Id: <201104060730.p367UGYH098563@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/155943: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 07:30:16 -0000 The following reply was made to PR ports/155943; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/155943: commit references a PR Date: Wed, 6 Apr 2011 07:28:02 +0000 (UTC) clsung 2011-04-06 07:27:53 UTC FreeBSD ports repository Modified files: net/rubygem-net-ldap Makefile distinfo Log: - Update to 0.2.1 PR: ports/155943 Submitted by: maintainer (Jyun-Yan You) Revision Changes Path 1.3 +1 -1 ports/net/rubygem-net-ldap/Makefile 1.4 +2 -2 ports/net/rubygem-net-ldap/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 6 07:31:00 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E7D2106566C; Wed, 6 Apr 2011 07:31:00 +0000 (UTC) (envelope-from clsung@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D7BC58FC1A; Wed, 6 Apr 2011 07:30:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p367UxGo001195; Wed, 6 Apr 2011 07:30:59 GMT (envelope-from clsung@freefall.freebsd.org) Received: (from clsung@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p367UxS4001174; Wed, 6 Apr 2011 07:30:59 GMT (envelope-from clsung) Date: Wed, 6 Apr 2011 07:30:59 GMT Message-Id: <201104060730.p367UxS4001174@freefall.freebsd.org> To: jyyou@cs.nctu.edu.tw, clsung@FreeBSD.org, ruby@FreeBSD.org From: clsung@FreeBSD.org Cc: Subject: Re: ports/155943: [MAINTAINER] net/rubygem-net-ldap: update to 0.2.1 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 07:31:00 -0000 Synopsis: [MAINTAINER] net/rubygem-net-ldap: update to 0.2.1 State-Changed-From-To: open->closed State-Changed-By: clsung State-Changed-When: Wed Apr 6 07:30:58 UTC 2011 State-Changed-Why: Committed. Thank You. http://www.freebsd.org/cgi/query-pr.cgi?pr=155943 From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 6 09:40:20 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0D0F106566C; Wed, 6 Apr 2011 09:40:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 780C68FC19; Wed, 6 Apr 2011 09:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p369eKkp026106; Wed, 6 Apr 2011 09:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p369eK9F026097; Wed, 6 Apr 2011 09:40:20 GMT (envelope-from edwin) Date: Wed, 6 Apr 2011 09:40:20 GMT Message-Id: <201104060940.p369eK9F026097@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156217: port www/rubygem-passenger fails to install with ruby 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 09:40:20 -0000 Synopsis: port www/rubygem-passenger fails to install with ruby 1.9 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Wed Apr 6 09:40:19 UTC 2011 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156217 From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 6 09:40:24 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E47AA106567E; Wed, 6 Apr 2011 09:40:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BAF788FC15; Wed, 6 Apr 2011 09:40:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p369eO3m026562; Wed, 6 Apr 2011 09:40:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p369eOoG026552; Wed, 6 Apr 2011 09:40:24 GMT (envelope-from edwin) Date: Wed, 6 Apr 2011 09:40:24 GMT Message-Id: <201104060940.p369eOoG026552@freefall.freebsd.org> To: gebhart@secnetix.de, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156217: port www/rubygem-passenger fails to install with ruby 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 09:40:25 -0000 Synopsis: port www/rubygem-passenger fails to install with ruby 1.9 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Apr 6 09:40:24 UTC 2011 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156217 From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 6 09:50:12 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 80BC6106564A for ; Wed, 6 Apr 2011 09:50:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 711228FC15 for ; Wed, 6 Apr 2011 09:50:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p369oCka034712 for ; Wed, 6 Apr 2011 09:50:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p369oCvJ034711; Wed, 6 Apr 2011 09:50:12 GMT (envelope-from gnats) Date: Wed, 6 Apr 2011 09:50:12 GMT Message-Id: <201104060950.p369oCvJ034711@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/156217: port www/rubygem-passenger fails to install with ruby 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 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, 06 Apr 2011 09:50:12 -0000 The following reply was made to PR ports/156217; it has been noted by GNATS. From: Edwin Groothuis To: jatzen@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/156217: port www/rubygem-passenger fails to install with ruby 1.9 Date: Wed, 6 Apr 2011 09:40:22 UT Maintainer of www/rubygem-passenger, Please note that PR ports/156217 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/156217 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 6 10:20:04 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B8787106566B for ; Wed, 6 Apr 2011 10:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A604D8FC08 for ; Wed, 6 Apr 2011 10:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p36AK47D061798 for ; Wed, 6 Apr 2011 10:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p36AK4Hv061797; Wed, 6 Apr 2011 10:20:04 GMT (envelope-from gnats) Date: Wed, 6 Apr 2011 10:20:04 GMT Message-Id: <201104061020.p36AK4Hv061797@freefall.freebsd.org> To: ruby@FreeBSD.org From: Jacob Atzen Cc: Subject: Re: ports/156217: port www/rubygem-passenger fails to install with ruby 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jacob Atzen List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 10:20:04 -0000 The following reply was made to PR ports/156217; it has been noted by GNATS. From: Jacob Atzen To: bug-followup@freebsd.org Cc: Subject: Re: ports/156217: port www/rubygem-passenger fails to install with ruby 1.9 Date: Wed, 6 Apr 2011 11:50:30 +0200 I am not sure how to respond to this as the proposed patch is a patch to bsd.ruby.mk and not the passenger port. -- Cheers, - Jacob Atzen On Wednesday, April 6, 2011 at 11:40 , Edwin Groothuis wrote: > Maintainer of www/rubygem-passenger, > > Please note that PR ports/156217 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/156217 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 6 15:10:14 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 277521065670 for ; Wed, 6 Apr 2011 15:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F37EB8FC08 for ; Wed, 6 Apr 2011 15:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p36FADXm028175 for ; Wed, 6 Apr 2011 15:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p36FADsD028174; Wed, 6 Apr 2011 15:10:13 GMT (envelope-from gnats) Date: Wed, 6 Apr 2011 15:10:13 GMT Message-Id: <201104061510.p36FADsD028174@freefall.freebsd.org> To: ruby@FreeBSD.org From: Konstantin Saurbier Cc: Subject: Re: ports/156155: [PATCH] update devel/ruby-ncurses to 1.2.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Konstantin Saurbier List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 15:10:14 -0000 The following reply was made to PR ports/156155; it has been noted by GNATS. From: Konstantin Saurbier To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156155: [PATCH] update devel/ruby-ncurses to 1.2.4 Date: Wed, 6 Apr 2011 17:01:08 +0200 I approve the patch, please commit it. Thank you Steve! Best regards, Konstantin Saurbier From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 6 16:10:08 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4D566106564A for ; Wed, 6 Apr 2011 16:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1B0698FC2B for ; Wed, 6 Apr 2011 16:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p36GA7jS081762 for ; Wed, 6 Apr 2011 16:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p36GA7kG081761; Wed, 6 Apr 2011 16:10:07 GMT (envelope-from gnats) Date: Wed, 6 Apr 2011 16:10:07 GMT Message-Id: <201104061610.p36GA7kG081761@freefall.freebsd.org> To: ruby@FreeBSD.org From: milki Cc: Subject: Re: ports/156217: port www/rubygem-passenger fails to install with ruby 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: milki List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 16:10:08 -0000 The following reply was made to PR ports/156217; it has been noted by GNATS. From: milki To: bug-followup@FreeBSD.org, gebhart@secnetix.de Cc: Subject: Re: ports/156217: port www/rubygem-passenger fails to install with ruby 1.9 Date: Wed, 6 Apr 2011 09:04:12 -0700 swills@ says the patch looks good, but this will require an -exp run because it is for bsd.ruby.mk From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 6 19:37:08 2011 Return-Path: Delivered-To: freebsd-ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEB6D1065679; Wed, 6 Apr 2011 19:37:08 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C428D8FC16; Wed, 6 Apr 2011 19:37:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p36Jb858074438; Wed, 6 Apr 2011 19:37:08 GMT (envelope-from stas@freefall.freebsd.org) Received: (from stas@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p36Jb8WV074434; Wed, 6 Apr 2011 19:37:08 GMT (envelope-from stas) Date: Wed, 6 Apr 2011 19:37:08 GMT Message-Id: <201104061937.p36Jb8WV074434@freefall.freebsd.org> To: freebsd-ruby@freebsd.org, swell.k@gmail.com, stas@FreeBSD.org, stas@FreeBSD.org From: stas@FreeBSD.org Cc: Subject: Re: ports/155539: [patch] multimedia/mkvtoolnix: build with ruby19 is broken X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 19:37:09 -0000 Synopsis: [patch] multimedia/mkvtoolnix: build with ruby19 is broken State-Changed-From-To: open->closed State-Changed-By: stas State-Changed-When: Wed Apr 6 19:37:08 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=155539 From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 6 19:37:26 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7ACA106566B; Wed, 6 Apr 2011 19:37:26 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BDC0A8FC0C; Wed, 6 Apr 2011 19:37:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p36JbQg9074543; Wed, 6 Apr 2011 19:37:26 GMT (envelope-from stas@freefall.freebsd.org) Received: (from stas@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p36JbQsQ074539; Wed, 6 Apr 2011 19:37:26 GMT (envelope-from stas) Date: Wed, 6 Apr 2011 19:37:26 GMT Message-Id: <201104061937.p36JbQsQ074539@freefall.freebsd.org> To: jatzen@gmail.com, gebhart@secnetix.de, stas@FreeBSD.org, ruby@FreeBSD.org From: stas@FreeBSD.org Cc: Subject: Re: ports/156217: port www/rubygem-passenger fails to install with ruby 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 19:37:27 -0000 Synopsis: port www/rubygem-passenger fails to install with ruby 1.9 State-Changed-From-To: feedback->closed State-Changed-By: stas State-Changed-When: Wed Apr 6 19:37:26 UTC 2011 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=156217 From owner-freebsd-ruby@FreeBSD.ORG Wed Apr 6 19:40:15 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D6FBA1065672 for ; Wed, 6 Apr 2011 19:40:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C67698FC08 for ; Wed, 6 Apr 2011 19:40:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p36JeFl7074768 for ; Wed, 6 Apr 2011 19:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p36JeFBH074762; Wed, 6 Apr 2011 19:40:15 GMT (envelope-from gnats) Date: Wed, 6 Apr 2011 19:40:15 GMT Message-Id: <201104061940.p36JeFBH074762@freefall.freebsd.org> To: ruby@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/156217: commit references a PR X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Apr 2011 19:40:15 -0000 The following reply was made to PR ports/156217; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/156217: commit references a PR Date: Wed, 6 Apr 2011 19:36:59 +0000 (UTC) stas 2011-04-06 19:36:50 UTC FreeBSD ports repository Modified files: Mk bsd.ruby.mk Log: - As ports ruby 1.9 now includes a recent version of rake, revert a part of 1.197 by pgollucci which breaks rake with ruby 1.9 and switch back to using the ruby 1.9 bundled one. PR: ports/155539, ports/156217 Submitted by: Ralf Gebhart , Anonymous Revision Changes Path 1.204 +3 -3 ports/Mk/bsd.ruby.mk _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 7 04:06:37 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EFF30106566C; Thu, 7 Apr 2011 04:06:37 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C6DA78FC0C; Thu, 7 Apr 2011 04:06:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p3746boo036199; Thu, 7 Apr 2011 04:06:37 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p3746bre036195; Thu, 7 Apr 2011 04:06:37 GMT (envelope-from swills) Date: Thu, 7 Apr 2011 04:06:37 GMT Message-Id: <201104070406.p3746bre036195@freefall.freebsd.org> To: saurbier@math.uni-bielefeld.de, swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/156155: [PATCH] update devel/ruby-ncurses to 1.2.4 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2011 04:06:38 -0000 Synopsis: [PATCH] update devel/ruby-ncurses to 1.2.4 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Thu Apr 7 04:06:36 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156155 From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 7 09:10:20 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3F7BD106564A; Thu, 7 Apr 2011 09:10:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 199F38FC14; Thu, 7 Apr 2011 09:10:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p379AJnK042119; Thu, 7 Apr 2011 09:10:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p379AJGG042107; Thu, 7 Apr 2011 09:10:19 GMT (envelope-from edwin) Date: Thu, 7 Apr 2011 09:10:19 GMT Message-Id: <201104070910.p379AJGG042107@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156244: [MAINTAINER] net/rubygem-net-ldap: update to 0.2.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2011 09:10:20 -0000 Synopsis: [MAINTAINER] net/rubygem-net-ldap: update to 0.2.2 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Apr 7 09:10:19 UTC 2011 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156244 From owner-freebsd-ruby@FreeBSD.ORG Thu Apr 7 19:47:31 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF23E106566B; Thu, 7 Apr 2011 19:47:31 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 989C78FC16; Thu, 7 Apr 2011 19:47:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p37JlV2w023336; Thu, 7 Apr 2011 19:47:31 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p37JlVXn023331; Thu, 7 Apr 2011 19:47:31 GMT (envelope-from swills) Date: Thu, 7 Apr 2011 19:47:31 GMT Message-Id: <201104071947.p37JlVXn023331@freefall.freebsd.org> To: swills@FreeBSD.org, ruby@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Cc: Subject: Re: ports/156244: [MAINTAINER] net/rubygem-net-ldap: update to 0.2.2 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Apr 2011 19:47:31 -0000 Synopsis: [MAINTAINER] net/rubygem-net-ldap: update to 0.2.2 Responsible-Changed-From-To: ruby->swills Responsible-Changed-By: swills Responsible-Changed-When: Thu Apr 7 19:47:31 UTC 2011 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=156244 From owner-freebsd-ruby@FreeBSD.ORG Fri Apr 8 02:29:54 2011 Return-Path: Delivered-To: ruby@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9697A106564A for ; Fri, 8 Apr 2011 02:29:54 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from EXHUB015-3.exch015.msoutlookonline.net (exhub015-3.exch015.msoutlookonline.net [207.5.72.95]) by mx1.freebsd.org (Postfix) with ESMTP id 835D68FC13 for ; Fri, 8 Apr 2011 02:29:54 +0000 (UTC) Received: from [192.168.1.2] (173.66.131.189) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.2.254.0; Thu, 7 Apr 2011 19:19:50 -0700 Message-ID: <4D9E70C3.5020105@p6m7g8.com> Date: Thu, 7 Apr 2011 22:19:47 -0400 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Lightning/1.0b2 Thunderbird/3.1.9 MIME-Version: 1.0 To: Steve Wills References: <4D9925C0.6060305@FreeBSD.org> In-Reply-To: <4D9925C0.6060305@FreeBSD.org> Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Cc: ruby@freebsd.org Subject: Re: marking ports that don't work with 1.9 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2011 02:29:54 -0000 Well on the plus side, I don't see any incredibly high profile ports in that list. On 4/3/2011 9:58 PM, Steve Wills wrote: > Hi, > > In preparation for more 1.9 testing, here's a patch that marks all ports > that are maintained by ruby@ or ports@ and that don't work with 1.9. Any > objections or other comments? > > Thanks, > Steve > _______________________________________________ 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" -- ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-ruby@FreeBSD.ORG Fri Apr 8 15:40:23 2011 Return-Path: Delivered-To: ruby@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3EE05106566B; Fri, 8 Apr 2011 15:40:23 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 1874F8FC14; Fri, 8 Apr 2011 15:40:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p38FeMph043504; Fri, 8 Apr 2011 15:40:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p38FeMVn043492; Fri, 8 Apr 2011 15:40:22 GMT (envelope-from edwin) Date: Fri, 8 Apr 2011 15:40:22 GMT Message-Id: <201104081540.p38FeMVn043492@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/156280: [MAINTAINER] textproc/rubygem-htmlentities: update to 4.3.0 X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2011 15:40:23 -0000 Synopsis: [MAINTAINER] textproc/rubygem-htmlentities: update to 4.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Apr 8 15:40:22 UTC 2011 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=156280