From owner-freebsd-ruby@FreeBSD.ORG Sun Dec 26 16:50:13 2010 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 ECE08106564A; Sun, 26 Dec 2010 16:50:13 +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 C3A298FC08; Sun, 26 Dec 2010 16:50: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 oBQGoDRM044677; Sun, 26 Dec 2010 16:50:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBQGoD2A044668; Sun, 26 Dec 2010 16:50:13 GMT (envelope-from edwin) Date: Sun, 26 Dec 2010 16:50:13 GMT Message-Id: <201012261650.oBQGoD2A044668@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/153453: [NEW PORT] databases/rubygem-memchache: Ruby bindings for libmemcached 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, 26 Dec 2010 16:50:14 -0000 Synopsis: [NEW PORT] databases/rubygem-memchache: Ruby bindings for libmemcached Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Dec 26 16:50:13 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=153453 From owner-freebsd-ruby@FreeBSD.ORG Sun Dec 26 17:07:50 2010 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 EF913106564A for ; Sun, 26 Dec 2010 17:07:50 +0000 (UTC) (envelope-from avl@logvinov.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id B7F948FC16 for ; Sun, 26 Dec 2010 17:07:50 +0000 (UTC) Received: by yie19 with SMTP id 19so1552380yie.13 for ; Sun, 26 Dec 2010 09:07:50 -0800 (PST) Received: by 10.150.200.10 with SMTP id x10mr15882755ybf.12.1293381622140; Sun, 26 Dec 2010 08:40:22 -0800 (PST) Received: from incubus.bsd ([222.131.32.6]) by mx.google.com with ESMTPS id k2sm8266096ybj.22.2010.12.26.08.40.19 (version=SSLv3 cipher=RC4-MD5); Sun, 26 Dec 2010 08:40:21 -0800 (PST) Message-ID: <4D177040.6020209@logvinov.com> Date: Mon, 27 Dec 2010 00:41:36 +0800 From: Alexander Logvinov User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.9.2.13) Gecko/20101225 Lightning/1.0b2 Thunderbird/3.1.7 ThunderBrowse/3.3.4 MIME-Version: 1.0 To: ruby@freebsd.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: RAKE_BIN and ruby19 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, 26 Dec 2010 17:07:51 -0000 Hi! It seems this a typo: --- bsd.ruby.mk 22 Nov 2010 05:47:07 -0000 1.203 +++ bsd.ruby.mk 26 Dec 2010 16:32:33 -0000 @@ -551,7 +551,7 @@ .if ${RUBY_VER} == 1.8 RAKE_BIN= ${LOCALBASE}/bin/rake .else -RAKE_BIN= ${GEM_LIB_DIR}/bin/rake${RUBY_VER:S/.//} +RAKE_BIN= ${LOCALBASE}/bin/rake${RUBY_VER:S/.//} .endif .endif Also it can be: --- bsd.ruby.mk 22 Nov 2010 05:47:07 -0000 1.203 +++ bsd.ruby.mk 26 Dec 2010 16:34:47 -0000 @@ -547,11 +547,11 @@ .endif .if defined(USE_RAKE) -BUILD_DEPENDS+= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake .if ${RUBY_VER} == 1.8 RAKE_BIN= ${LOCALBASE}/bin/rake +BUILD_DEPENDS+= ${RAKE_BIN}:${PORTSDIR}/devel/rubygem-rake .else -RAKE_BIN= ${GEM_LIB_DIR}/bin/rake${RUBY_VER:S/.//} +RAKE_BIN= ${LOCALBASE}/bin/rake${RUBY_VER:S/.//} .endif .endif Without this portmaster wants to install devel/rubygem-rake: $ sudo portmaster rubygem-passenger ... ===>>> The following actions will be taken if you choose to proceed: Re-install rubygem-passenger-3.0.2 Install devel/rubygem-rake -- Best regards, Alexander From owner-freebsd-ruby@FreeBSD.ORG Sun Dec 26 17:25:57 2010 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 0BA6A1065696 for ; Sun, 26 Dec 2010 17:25:57 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from raven.customer.vol.cz (raven.customer.vol.cz [195.250.144.108]) by mx1.freebsd.org (Postfix) with ESMTP id 480308FC12 for ; Sun, 26 Dec 2010 17:25:56 +0000 (UTC) Received: from [192.168.0.23] (ip-62-245-117-217.net.upcbroadband.cz [62.245.117.217]) (authenticated bits=0) by raven.customer.vol.cz (8.14.3/8.14.3) with ESMTP id oBQHPqnr079023 for ; Sun, 26 Dec 2010 18:25:53 +0100 (CET) (envelope-from pav@FreeBSD.org) From: Pav Lucistnik To: ruby@FreeBSD.org Content-Type: multipart/signed; micalg="pgp-sha1"; protocol="application/pgp-signature"; boundary="=-QMH/lIbi54JFkJtkDep9" Date: Sun, 26 Dec 2010 18:25:52 +0100 Message-ID: <1293384352.50169.6.camel@hood.oook.cz> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port X-Scanned-By: MIMEDefang 2.68 on 195.250.144.108 X-Milter: Spamilter (Reciever: raven.customer.vol.cz; Sender-ip: 62.245.117.217; Sender-helo: [192.168.0.23]; ) Cc: Subject: [Fwd: ruby18-refe-0.8.0 failed on amd64 8] X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pav@FreeBSD.org List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2010 17:25:57 -0000 --=-QMH/lIbi54JFkJtkDep9 Content-Type: text/plain; charset="ISO-8859-2" Content-Transfer-Encoding: quoted-printable -------- P=F8eposlan=E1 zpr=E1va -------- > Od: User Ports-amd64 > Komu: cvs@oook.cz, itetcu@FreeBSD.org > P=F8edm=ECt: ruby18-refe-0.8.0 failed on amd64 8 > Datum: Sat, 25 Dec 2010 05:06:48 GMT >=20 > Excerpt from the build log at >=20 > http://pointyhat.FreeBSD.org/errorlogs/amd64-errorlogs/a.8.201012241051= 34/ruby18-refe-0.8.0.log >=20 > building ruby18-refe-0.8.0 on gohan61.freebsd.org > in directory /y/pkgbuild/8/20101224105134/chroot/5347 > building for: 8.0-RELEASE-p2 amd64 > maintained by: ruby@FreeBSD.org > port directory: /usr/ports/japanese/ruby-refe > Makefile ident: $FreeBSD: ports/japanese/ruby-refe/Makefile,v 1.9 2010/12= /24 07:29:30 pgollucci Exp $ >=20 > [... lines trimmed ...] >=20 > mkdir -p /usr/local/share/refe/function_document/rb/proc > install new /usr/local/share/refe/function_document/rb/proc > <--- data/refe/function_document/rb/proc > <--- data/refe/function_document/rb > ---> data/refe/function_document/match > mkdir -p /usr/local/share/refe/function_document/match > install gen /usr/local/share/refe/function_document/match > install fds /usr/local/share/refe/function_document/match > <--- data/refe/function_document/match > ---> data/refe/function_document/special > mkdir -p /usr/local/share/refe/function_document/special > ---> data/refe/function_document/special/local > mkdir -p /usr/local/share/refe/function_document/special/local > install set /usr/local/share/refe/function_document/special/local > <--- data/refe/function_document/special/local > <--- data/refe/function_document/special > ---> data/refe/function_document/ruby > mkdir -p /usr/local/share/refe/function_document/ruby > install finalize /usr/local/share/refe/function_document/ruby > install options /usr/local/share/refe/function_document/ruby > install xrealloc /usr/local/share/refe/function_document/ruby > install stop /usr/local/share/refe/function_document/ruby > install xfree /usr/local/share/refe/function_document/ruby > install xmalloc /usr/local/share/refe/function_document/ruby > install run /usr/local/share/refe/function_document/ruby > install init /usr/local/share/refe/function_document/ruby > install xcalloc /usr/local/share/refe/function_document/ruby > ---> data/refe/function_document/ruby/stack > mkdir -p /usr/local/share/refe/function_document/ruby/stack > install check /usr/local/share/refe/function_document/ruby/stack > install length /usr/local/share/refe/function_document/ruby/stack > <--- data/refe/function_document/ruby/stack > <--- data/refe/function_document/ruby > ---> data/refe/function_document/autoload > mkdir -p /usr/local/share/refe/function_document/autoload > install i /usr/local/share/refe/function_document/autoload > <--- data/refe/function_document/autoload > ---> data/refe/function_document/stack > mkdir -p /usr/local/share/refe/function_document/stack > install check /usr/local/share/refe/function_document/stack > install extend /usr/local/share/refe/function_document/stack > <--- data/refe/function_document/stack > ---> data/refe/function_document/generic > mkdir -p /usr/local/share/refe/function_document/generic > ---> data/refe/function_document/generic/ivar > mkdir -p /usr/local/share/refe/function_document/generic/ivar > install remove /usr/local/share/refe/function_document/generic/ivar > install set /usr/local/share/refe/function_document/generic/ivar > install defined /usr/local/share/refe/function_document/generic/ivar > install get /usr/local/share/refe/function_document/generic/ivar > <--- data/refe/function_document/generic/ivar > <--- data/refe/function_document/generic > ---> data/refe/function_document/undefine > mkdir -p /usr/local/share/refe/function_document/undefine > install final /usr/local/share/refe/function_document/undefine > <--- data/refe/function_document/undefine > ---> data/refe/function_document/void > mkdir -p /usr/local/share/refe/function_document/void > install stmts /usr/local/share/refe/function_document/void > install expr /usr/local/share/refe/function_document/void > <--- data/refe/function_document/void > ---> data/refe/function_document/node > mkdir -p /usr/local/share/refe/function_document/node > install assign /usr/local/share/refe/function_document/node > <--- data/refe/function_document/node > ---> data/refe/function_document/proc > mkdir -p /usr/local/share/refe/function_document/proc > install yield /usr/local/share/refe/function_document/proc > install eq /usr/local/share/refe/function_document/proc > install binding /usr/local/share/refe/function_document/proc > install call /usr/local/share/refe/function_document/proc > install arity /usr/local/share/refe/function_document/proc > install invoke /usr/local/share/refe/function_document/proc > install new /usr/local/share/refe/function_document/proc > ---> data/refe/function_document/proc/s > mkdir -p /usr/local/share/refe/function_document/proc/s > install new /usr/local/share/refe/function_document/proc/s > <--- data/refe/function_document/proc/s > ---> data/refe/function_document/proc/to > mkdir -p /usr/local/share/refe/function_document/proc/to > install proc /usr/local/share/refe/function_document/proc/to > install s /usr/local/share/refe/function_document/proc/to > <--- data/refe/function_document/proc/to > ---> data/refe/function_document/proc/save > mkdir -p /usr/local/share/refe/function_document/proc/save > ---> data/refe/function_document/proc/save/safe > mkdir -p /usr/local/share/refe/function_document/proc/save/safe > install level /usr/local/share/refe/function_document/proc/save/safe > <--- data/refe/function_document/proc/save/safe > <--- data/refe/function_document/proc/save > ---> data/refe/function_document/proc/set > mkdir -p /usr/local/share/refe/function_document/proc/set > ---> data/refe/function_document/proc/set/safe > mkdir -p /usr/local/share/refe/function_document/proc/set/safe > install level /usr/local/share/refe/function_document/proc/set/safe > <--- data/refe/function_document/proc/set/safe > <--- data/refe/function_document/proc/set > ---> data/refe/function_document/proc/get > mkdir -p /usr/local/share/refe/function_document/proc/get > ---> data/refe/function_document/proc/get/safe > mkdir -p /usr/local/share/refe/function_document/proc/get/safe > install level /usr/local/share/refe/function_document/proc/get/safe > <--- data/refe/function_document/proc/get/safe > <--- data/refe/function_document/proc/get > <--- data/refe/function_document/proc > ---> data/refe/function_document/local > mkdir -p /usr/local/share/refe/function_document/local > install pop /usr/local/share/refe/function_document/local > install id /usr/local/share/refe/function_document/local > install push /usr/local/share/refe/function_document/local > install cnt /usr/local/share/refe/function_document/local > install append /usr/local/share/refe/function_document/local > install tbl /usr/local/share/refe/function_document/local > <--- data/refe/function_document/local > ---> data/refe/function_document/st > mkdir -p /usr/local/share/refe/function_document/st > install insert /usr/local/share/refe/function_document/st > install lookup /usr/local/share/refe/function_document/st > install foreach /usr/local/share/refe/function_document/st > install copy /usr/local/share/refe/function_document/st > ---> data/refe/function_document/st/cleanup > mkdir -p /usr/local/share/refe/function_document/st/cleanup > install safe /usr/local/share/refe/function_document/st/cleanup > <--- data/refe/function_document/st/cleanup > ---> data/refe/function_document/st/init > mkdir -p /usr/local/share/refe/function_document/st/init > ---> data/refe/function_document/st/init/table > mkdir -p /usr/local/share/refe/function_document/st/init/table > install - /usr/local/share/refe/function_document/st/init/table > ---> data/refe/function_document/st/init/table/with > mkdir -p /usr/local/share/refe/function_document/st/init/table/with > install size /usr/local/share/refe/function_document/st/init/table/with > <--- data/refe/function_document/st/init/table/with > <--- data/refe/function_document/st/init/table > ---> data/refe/function_document/st/init/strtable > mkdir -p /usr/local/share/refe/function_document/st/init/strtable > install - /usr/local/share/refe/function_document/st/init/strtable > ---> data/refe/function_document/st/init/strtable/with > mkdir -p /usr/local/share/refe/function_document/st/init/strtable/with > install size /usr/local/share/refe/function_document/st/init/strtable/wit= h > <--- data/refe/function_document/st/init/strtable/with > <--- data/refe/function_document/st/init/strtable > ---> data/refe/function_document/st/init/numtable > mkdir -p /usr/local/share/refe/function_document/st/init/numtable > install - /usr/local/share/refe/function_document/st/init/numtable > ---> data/refe/function_document/st/init/numtable/with > mkdir -p /usr/local/share/refe/function_document/st/init/numtable/with > install size /usr/local/share/refe/function_document/st/init/numtable/wit= h > <--- data/refe/function_document/st/init/numtable/with > <--- data/refe/function_document/st/init/numtable > <--- data/refe/function_document/st/init > ---> data/refe/function_document/st/free > mkdir -p /usr/local/share/refe/function_document/st/free > install table /usr/local/share/refe/function_document/st/free > <--- data/refe/function_document/st/free > ---> data/refe/function_document/st/delete > mkdir -p /usr/local/share/refe/function_document/st/delete > install - /usr/local/share/refe/function_document/st/delete > install safe /usr/local/share/refe/function_document/st/delete > <--- data/refe/function_document/st/delete > ---> data/refe/function_document/st/add > mkdir -p /usr/local/share/refe/function_document/st/add > install direct /usr/local/share/refe/function_document/st/add > <--- data/refe/function_document/st/add > <--- data/refe/function_document/st > ---> data/refe/function_document/-init > mkdir -p /usr/local/share/refe/function_document/-init > install load /usr/local/share/refe/function_document/-init > install stack /usr/local/share/refe/function_document/-init > install sym /usr/local/share/refe/function_document/-init > install eval /usr/local/share/refe/function_document/-init > install -thread /usr/local/share/refe/function_document/-init > install heap /usr/local/share/refe/function_document/-init > install -proc /usr/local/share/refe/function_document/-init > ---> data/refe/function_document/-init/var > mkdir -p /usr/local/share/refe/function_document/-init/var > install tables /usr/local/share/refe/function_document/-init/var > <--- data/refe/function_document/-init/var > <--- data/refe/function_document/-init > ---> data/refe/function_document/symbols > mkdir -p /usr/local/share/refe/function_document/symbols > install i /usr/local/share/refe/function_document/symbols > <--- data/refe/function_document/symbols > ---> data/refe/function_document/umethod > mkdir -p /usr/local/share/refe/function_document/umethod > install bind /usr/local/share/refe/function_document/umethod > install call /usr/local/share/refe/function_document/umethod > install proc /usr/local/share/refe/function_document/umethod > install unbind /usr/local/share/refe/function_document/umethod > <--- data/refe/function_document/umethod > ---> data/refe/function_document/os > mkdir -p /usr/local/share/refe/function_document/os > ---> data/refe/function_document/os/live > mkdir -p /usr/local/share/refe/function_document/os/live > install obj /usr/local/share/refe/function_document/os/live > <--- data/refe/function_document/os/live > ---> data/refe/function_document/os/obj > mkdir -p /usr/local/share/refe/function_document/os/obj > install of /usr/local/share/refe/function_document/os/obj > <--- data/refe/function_document/os/obj > ---> data/refe/function_document/os/each > mkdir -p /usr/local/share/refe/function_document/os/each > install obj /usr/local/share/refe/function_document/os/each > <--- data/refe/function_document/os/each > <--- data/refe/function_document/os > ---> data/refe/function_document/pipe > mkdir -p /usr/local/share/refe/function_document/pipe > install open /usr/local/share/refe/function_document/pipe > <--- data/refe/function_document/pipe > ---> data/refe/function_document/bm > mkdir -p /usr/local/share/refe/function_document/bm > install mark /usr/local/share/refe/function_document/bm > <--- data/refe/function_document/bm > ---> data/refe/function_document/var > mkdir -p /usr/local/share/refe/function_document/var > install marker /usr/local/share/refe/function_document/var > install getter /usr/local/share/refe/function_document/var > install setter /usr/local/share/refe/function_document/var > <--- data/refe/function_document/var > ---> data/refe/function_document/svalue > mkdir -p /usr/local/share/refe/function_document/svalue > ---> data/refe/function_document/svalue/to > mkdir -p /usr/local/share/refe/function_document/svalue/to > install mvalue /usr/local/share/refe/function_document/svalue/to > install avalue /usr/local/share/refe/function_document/svalue/to > <--- data/refe/function_document/svalue/to > <--- data/refe/function_document/svalue > ---> data/refe/function_document/mark > mkdir -p /usr/local/share/refe/function_document/mark > install hashentry /usr/local/share/refe/function_document/mark > install entry /usr/local/share/refe/function_document/mark > ---> data/refe/function_document/mark/global > mkdir -p /usr/local/share/refe/function_document/mark/global > install entry /usr/local/share/refe/function_document/mark/global > <--- data/refe/function_document/mark/global > ---> data/refe/function_document/mark/source > mkdir -p /usr/local/share/refe/function_document/mark/source > install filename /usr/local/share/refe/function_document/mark/source > <--- data/refe/function_document/mark/source > ---> data/refe/function_document/mark/locations > mkdir -p /usr/local/share/refe/function_document/mark/locations > install array /usr/local/share/refe/function_document/mark/locations > <--- data/refe/function_document/mark/locations > <--- data/refe/function_document/mark > ---> data/refe/function_document/new > mkdir -p /usr/local/share/refe/function_document/new > install size /usr/local/share/refe/function_document/new > install dvar /usr/local/share/refe/function_document/new > install call /usr/local/share/refe/function_document/new > install super /usr/local/share/refe/function_document/new > install blktag /usr/local/share/refe/function_document/new > install fcall /usr/local/share/refe/function_document/new > <--- data/refe/function_document/new > ---> data/refe/function_document/rm > mkdir -p /usr/local/share/refe/function_document/rm > install final /usr/local/share/refe/function_document/rm > <--- data/refe/function_document/rm > ---> data/refe/function_document/mod > mkdir -p /usr/local/share/refe/function_document/mod > ---> data/refe/function_document/mod/av > mkdir -p /usr/local/share/refe/function_document/mod/av > install set /usr/local/share/refe/function_document/mod/av > <--- data/refe/function_document/mod/av > <--- data/refe/function_document/mod > ---> data/refe/function_document/search > mkdir -p /usr/local/share/refe/function_document/search > install method /usr/local/share/refe/function_document/search > <--- data/refe/function_document/search > ---> data/refe/function_document/lex > mkdir -p /usr/local/share/refe/function_document/lex > install getline /usr/local/share/refe/function_document/lex > ---> data/refe/function_document/lex/get > mkdir -p /usr/local/share/refe/function_document/lex/get > install str /usr/local/share/refe/function_document/lex/get > <--- data/refe/function_document/lex/get > <--- data/refe/function_document/lex > ---> data/refe/function_document/list > mkdir -p /usr/local/share/refe/function_document/list > install i /usr/local/share/refe/function_document/list > install append /usr/local/share/refe/function_document/list > install concat /usr/local/share/refe/function_document/list > <--- data/refe/function_document/list > ---> data/refe/function_document/-f-l > mkdir -p /usr/local/share/refe/function_document/-f-l > install -u-n-s-e-t /usr/local/share/refe/function_document/-f-l > install -t-e-s-t /usr/local/share/refe/function_document/-f-l > install -r-e-v-e-r-s-e /usr/local/share/refe/function_document/-f-l > install -s-e-t /usr/local/share/refe/function_document/-f-l > install -a-b-l-e /usr/local/share/refe/function_document/-f-l > <--- data/refe/function_document/-f-l > ---> data/refe/function_document/method > mkdir -p /usr/local/share/refe/function_document/method > install clone /usr/local/share/refe/function_document/method > install call /usr/local/share/refe/function_document/method > install arity /usr/local/share/refe/function_document/method > install proc /usr/local/share/refe/function_document/method > install list /usr/local/share/refe/function_document/method > install unbind /usr/local/share/refe/function_document/method > install inspect /usr/local/share/refe/function_document/method > install eq /usr/local/share/refe/function_document/method > <--- data/refe/function_document/method > ---> data/refe/function_document/warn > mkdir -p /usr/local/share/refe/function_document/warn > ---> data/refe/function_document/warn/unless > mkdir -p /usr/local/share/refe/function_document/warn/unless > ---> data/refe/function_document/warn/unless/e > mkdir -p /usr/local/share/refe/function_document/warn/unless/e > install option /usr/local/share/refe/function_document/warn/unless/e > <--- data/refe/function_document/warn/unless/e > <--- data/refe/function_document/warn/unless > <--- data/refe/function_document/warn > ---> data/refe/function_document/-r-e-a-l-l-o-c > mkdir -p /usr/local/share/refe/function_document/-r-e-a-l-l-o-c > install -n /usr/local/share/refe/function_document/-r-e-a-l-l-o-c > <--- data/refe/function_document/-r-e-a-l-l-o-c > ---> data/refe/function_document/yield > mkdir -p /usr/local/share/refe/function_document/yield > ---> data/refe/function_document/yield/under > mkdir -p /usr/local/share/refe/function_document/yield/under > install i /usr/local/share/refe/function_document/yield/under > install - /usr/local/share/refe/function_document/yield/under > <--- data/refe/function_document/yield/under > <--- data/refe/function_document/yield > ---> data/refe/function_document/global > mkdir -p /usr/local/share/refe/function_document/global > install id /usr/local/share/refe/function_document/global > <--- data/refe/function_document/global > ---> data/refe/function_document/fc > mkdir -p /usr/local/share/refe/function_document/fc > install path /usr/local/share/refe/function_document/fc > install i /usr/local/share/refe/function_document/fc > <--- data/refe/function_document/fc > ---> data/refe/function_document/tokadd > mkdir -p /usr/local/share/refe/function_document/tokadd > install string /usr/local/share/refe/function_document/tokadd > install escape /usr/local/share/refe/function_document/tokadd > install - /usr/local/share/refe/function_document/tokadd > <--- data/refe/function_document/tokadd > ---> data/refe/function_document/-n-i-l > mkdir -p /usr/local/share/refe/function_document/-n-i-l > install -p /usr/local/share/refe/function_document/-n-i-l > <--- data/refe/function_document/-n-i-l > ---> data/refe/function_document/remove > mkdir -p /usr/local/share/refe/function_document/remove > install trace /usr/local/share/refe/function_document/remove > install method /usr/local/share/refe/function_document/remove > <--- data/refe/function_document/remove > ---> data/refe/function_document/false > mkdir -p /usr/local/share/refe/function_document/false > install or /usr/local/share/refe/function_document/false > install and /usr/local/share/refe/function_document/false > install xor /usr/local/share/refe/function_document/false > ---> data/refe/function_document/false/to > mkdir -p /usr/local/share/refe/function_document/false/to > install s /usr/local/share/refe/function_document/false/to > <--- data/refe/function_document/false/to > <--- data/refe/function_document/false > ---> data/refe/function_document/original > mkdir -p /usr/local/share/refe/function_document/original > install module /usr/local/share/refe/function_document/original > <--- data/refe/function_document/original > ---> data/refe/function_document/thread > mkdir -p /usr/local/share/refe/function_document/thread > install free /usr/local/share/refe/function_document/thread > install mark /usr/local/share/refe/function_document/thread > install switch /usr/local/share/refe/function_document/thread > ---> data/refe/function_document/thread/keys > mkdir -p /usr/local/share/refe/function_document/thread/keys > install i /usr/local/share/refe/function_document/thread/keys > <--- data/refe/function_document/thread/keys > ---> data/refe/function_document/thread/status > mkdir -p /usr/local/share/refe/function_document/thread/status > install name /usr/local/share/refe/function_document/thread/status > <--- data/refe/function_document/thread/status > <--- data/refe/function_document/thread > ---> data/refe/function_document/-check > mkdir -p /usr/local/share/refe/function_document/-check > install -type /usr/local/share/refe/function_document/-check > install -safe-str /usr/local/share/refe/function_document/-check > <--- data/refe/function_document/-check > ---> data/refe/function_document/call > mkdir -p /usr/local/share/refe/function_document/call > install cfunc /usr/local/share/refe/function_document/call > install op /usr/local/share/refe/function_document/call > install final /usr/local/share/refe/function_document/call > ---> data/refe/function_document/call/trace > mkdir -p /usr/local/share/refe/function_document/call/trace > install func /usr/local/share/refe/function_document/call/trace > <--- data/refe/function_document/call/trace > ---> data/refe/function_document/call/end > mkdir -p /usr/local/share/refe/function_document/call/end > install proc /usr/local/share/refe/function_document/call/end > <--- data/refe/function_document/call/end > <--- data/refe/function_document/call > ---> data/refe/function_document/run > mkdir -p /usr/local/share/refe/function_document/run > install final /usr/local/share/refe/function_document/run > ---> data/refe/function_document/run/single > mkdir -p /usr/local/share/refe/function_document/run/single > install final /usr/local/share/refe/function_document/run/single > <--- data/refe/function_document/run/single > <--- data/refe/function_document/run > ---> data/refe/function_document/sweep > mkdir -p /usr/local/share/refe/function_document/sweep > ---> data/refe/function_document/sweep/source > mkdir -p /usr/local/share/refe/function_document/sweep/source > install filename /usr/local/share/refe/function_document/sweep/source > <--- data/refe/function_document/sweep/source > <--- data/refe/function_document/sweep > ---> data/refe/function_document/value > mkdir -p /usr/local/share/refe/function_document/value > install expr /usr/local/share/refe/function_document/value > <--- data/refe/function_document/value > ---> data/refe/function_document/bind > mkdir -p /usr/local/share/refe/function_document/bind > install clone /usr/local/share/refe/function_document/bind > <--- data/refe/function_document/bind > ---> data/refe/function_document/clone > mkdir -p /usr/local/share/refe/function_document/clone > install method /usr/local/share/refe/function_document/clone > <--- data/refe/function_document/clone > ---> data/refe/function_document/gc > mkdir -p /usr/local/share/refe/function_document/gc > install sweep /usr/local/share/refe/function_document/gc > ---> data/refe/function_document/gc/mark > mkdir -p /usr/local/share/refe/function_document/gc/mark > install all /usr/local/share/refe/function_document/gc/mark > install rest /usr/local/share/refe/function_document/gc/mark > <--- data/refe/function_document/gc/mark > <--- data/refe/function_document/gc > ---> data/refe/function_document/handle > mkdir -p /usr/local/share/refe/function_document/handle > install rescue /usr/local/share/refe/function_document/handle > <--- data/refe/function_document/handle > ---> data/refe/function_document/assign > mkdir -p /usr/local/share/refe/function_document/assign > install - /usr/local/share/refe/function_document/assign > ---> data/refe/function_document/assign/in > mkdir -p /usr/local/share/refe/function_document/assign/in > install cond /usr/local/share/refe/function_document/assign/in > <--- data/refe/function_document/assign/in > <--- data/refe/function_document/assign > ---> data/refe/function_document/errat > mkdir -p /usr/local/share/refe/function_document/errat > install getter /usr/local/share/refe/function_document/errat > install setter /usr/local/share/refe/function_document/errat > <--- data/refe/function_document/errat > ---> data/refe/function_document/init > mkdir -p /usr/local/share/refe/function_document/init > ---> data/refe/function_document/init/mark > mkdir -p /usr/local/share/refe/function_document/init/mark > install stack /usr/local/share/refe/function_document/init/mark > <--- data/refe/function_document/init/mark > <--- data/refe/function_document/init > ---> data/refe/function_document/-f-i-x-n-u-m > mkdir -p /usr/local/share/refe/function_document/-f-i-x-n-u-m > install -p /usr/local/share/refe/function_document/-f-i-x-n-u-m > <--- data/refe/function_document/-f-i-x-n-u-m > ---> data/refe/function_document/arg > mkdir -p /usr/local/share/refe/function_document/arg > install add /usr/local/share/refe/function_document/arg > install ambiguous /usr/local/share/refe/function_document/arg > install defined /usr/local/share/refe/function_document/arg > install concat /usr/local/share/refe/function_document/arg > install prepend /usr/local/share/refe/function_document/arg > ---> data/refe/function_document/arg/blk > mkdir -p /usr/local/share/refe/function_document/arg/blk > install pass /usr/local/share/refe/function_document/arg/blk > <--- data/refe/function_document/arg/blk > <--- data/refe/function_document/arg > ---> data/refe/function_document/heredoc > mkdir -p /usr/local/share/refe/function_document/heredoc > install identifier /usr/local/share/refe/function_document/heredoc > install restore /usr/local/share/refe/function_document/heredoc > <--- data/refe/function_document/heredoc > ---> data/refe/function_document/-s-p-e-c-i-a-l > mkdir -p /usr/local/share/refe/function_document/-s-p-e-c-i-a-l > ---> data/refe/function_document/-s-p-e-c-i-a-l/-c-o-n-s-t > mkdir -p /usr/local/share/refe/function_document/-s-p-e-c-i-a-l/-c-o-n-s-= t > install -p /usr/local/share/refe/function_document/-s-p-e-c-i-a-l/-c-o-n-= s-t > <--- data/refe/function_document/-s-p-e-c-i-a-l/-c-o-n-s-t > <--- data/refe/function_document/-s-p-e-c-i-a-l > ---> data/refe/function_document/top > mkdir -p /usr/local/share/refe/function_document/top > install private /usr/local/share/refe/function_document/top > install include /usr/local/share/refe/function_document/top > install public /usr/local/share/refe/function_document/top > ---> data/refe/function_document/top/const > mkdir -p /usr/local/share/refe/function_document/top/const > install get /usr/local/share/refe/function_document/top/const > <--- data/refe/function_document/top/const > ---> data/refe/function_document/top/local > mkdir -p /usr/local/share/refe/function_document/top/local > install init /usr/local/share/refe/function_document/top/local > install setup /usr/local/share/refe/function_document/top/local > <--- data/refe/function_document/top/local > <--- data/refe/function_document/top > ---> data/refe/function_document/secure > mkdir -p /usr/local/share/refe/function_document/secure > install visibility /usr/local/share/refe/function_document/secure > <--- data/refe/function_document/secure > ---> data/refe/function_document/compile > mkdir -p /usr/local/share/refe/function_document/compile > install - /usr/local/share/refe/function_document/compile > install error /usr/local/share/refe/function_document/compile > <--- data/refe/function_document/compile > ---> data/refe/function_document/catch > mkdir -p /usr/local/share/refe/function_document/catch > install i /usr/local/share/refe/function_document/catch > install timer /usr/local/share/refe/function_document/catch > <--- data/refe/function_document/catch > ---> data/refe/function_document/undef > mkdir -p /usr/local/share/refe/function_document/undef > install marker /usr/local/share/refe/function_document/undef > install getter /usr/local/share/refe/function_document/undef > install setter /usr/local/share/refe/function_document/undef > <--- data/refe/function_document/undef > ---> data/refe/function_document/internal > mkdir -p /usr/local/share/refe/function_document/internal > install id /usr/local/share/refe/function_document/internal > <--- data/refe/function_document/internal > ---> data/refe/function_document/true > mkdir -p /usr/local/share/refe/function_document/true > install or /usr/local/share/refe/function_document/true > install and /usr/local/share/refe/function_document/true > install xor /usr/local/share/refe/function_document/true > ---> data/refe/function_document/true/to > mkdir -p /usr/local/share/refe/function_document/true/to > install s /usr/local/share/refe/function_document/true/to > <--- data/refe/function_document/true/to > <--- data/refe/function_document/true > ---> data/refe/function_document/sym > mkdir -p /usr/local/share/refe/function_document/sym > install inspect /usr/local/share/refe/function_document/sym > install intern /usr/local/share/refe/function_document/sym > ---> data/refe/function_document/sym/to > mkdir -p /usr/local/share/refe/function_document/sym/to > install i /usr/local/share/refe/function_document/sym/to > install s /usr/local/share/refe/function_document/sym/to > <--- data/refe/function_document/sym/to > <--- data/refe/function_document/sym > ---> data/refe/function_document/block > mkdir -p /usr/local/share/refe/function_document/block > install append /usr/local/share/refe/function_document/block > install pass /usr/local/share/refe/function_document/block > <--- data/refe/function_document/block > ---> data/refe/function_document/-d-a-t-a > mkdir -p /usr/local/share/refe/function_document/-d-a-t-a > install -p-t-r /usr/local/share/refe/function_document/-d-a-t-a > <--- data/refe/function_document/-d-a-t-a > ---> data/refe/function_document/eval > mkdir -p /usr/local/share/refe/function_document/eval > install - /usr/local/share/refe/function_document/eval > install node /usr/local/share/refe/function_document/eval > ---> data/refe/function_document/eval/under > mkdir -p /usr/local/share/refe/function_document/eval/under > install i /usr/local/share/refe/function_document/eval/under > install - /usr/local/share/refe/function_document/eval/under > <--- data/refe/function_document/eval/under > <--- data/refe/function_document/eval > ---> data/refe/function_document/gvar > mkdir -p /usr/local/share/refe/function_document/gvar > install i /usr/local/share/refe/function_document/gvar > <--- data/refe/function_document/gvar > ---> data/refe/function_document/module > mkdir -p /usr/local/share/refe/function_document/module > install setup /usr/local/share/refe/function_document/module > <--- data/refe/function_document/module > ---> data/refe/function_document/ins > mkdir -p /usr/local/share/refe/function_document/ins > ---> data/refe/function_document/ins/methods > mkdir -p /usr/local/share/refe/function_document/ins/methods > install i /usr/local/share/refe/function_document/ins/methods > ---> data/refe/function_document/ins/methods/priv > mkdir -p /usr/local/share/refe/function_document/ins/methods/priv > install i /usr/local/share/refe/function_document/ins/methods/priv > <--- data/refe/function_document/ins/methods/priv > ---> data/refe/function_document/ins/methods/prot > mkdir -p /usr/local/share/refe/function_document/ins/methods/prot > install i /usr/local/share/refe/function_document/ins/methods/prot > <--- data/refe/function_document/ins/methods/prot > <--- data/refe/function_document/ins/methods > <--- data/refe/function_document/ins > ---> data/refe/function_document/add > mkdir -p /usr/local/share/refe/function_document/add > install final /usr/local/share/refe/function_document/add > install heap /usr/local/share/refe/function_document/add > <--- data/refe/function_document/add > ---> data/refe/function_document/literal > mkdir -p /usr/local/share/refe/function_document/literal > install append /usr/local/share/refe/function_document/literal > ---> data/refe/function_document/literal/concat > mkdir -p /usr/local/share/refe/function_document/literal/concat > install string /usr/local/share/refe/function_document/literal/concat > install list /usr/local/share/refe/function_document/literal/concat > install dstr /usr/local/share/refe/function_document/literal/concat > install - /usr/local/share/refe/function_document/literal/concat > <--- data/refe/function_document/literal/concat > <--- data/refe/function_document/literal > ---> data/refe/function_document/set > mkdir -p /usr/local/share/refe/function_document/set > install backtrace /usr/local/share/refe/function_document/set > ---> data/refe/function_document/set/trace > mkdir -p /usr/local/share/refe/function_document/set/trace > install func /usr/local/share/refe/function_document/set/trace > <--- data/refe/function_document/set/trace > ---> data/refe/function_document/set/method > mkdir -p /usr/local/share/refe/function_document/set/method > install visibility /usr/local/share/refe/function_document/set/method > <--- data/refe/function_document/set/method > <--- data/refe/function_document/set > ---> data/refe/function_document/cvar > mkdir -p /usr/local/share/refe/function_document/cvar > install cbase /usr/local/share/refe/function_document/cvar > ---> data/refe/function_document/cvar/override > mkdir -p /usr/local/share/refe/function_document/cvar/override > install check /usr/local/share/refe/function_document/cvar/override > <--- data/refe/function_document/cvar/override > <--- data/refe/function_document/cvar > ---> data/refe/function_document/scope > mkdir -p /usr/local/share/refe/function_document/scope > install dup /usr/local/share/refe/function_document/scope > <--- data/refe/function_document/scope > ---> data/refe/function_document/thgroup > mkdir -p /usr/local/share/refe/function_document/thgroup > install add /usr/local/share/refe/function_document/thgroup > install list /usr/local/share/refe/function_document/thgroup > ---> data/refe/function_document/thgroup/s > mkdir -p /usr/local/share/refe/function_document/thgroup/s > install alloc /usr/local/share/refe/function_document/thgroup/s > <--- data/refe/function_document/thgroup/s > <--- data/refe/function_document/thgroup > ---> data/refe/function_document/is > mkdir -p /usr/local/share/refe/function_document/is > install defined /usr/local/share/refe/function_document/is > ---> data/refe/function_document/is/pointer > mkdir -p /usr/local/share/refe/function_document/is/pointer > ---> data/refe/function_document/is/pointer/to > mkdir -p /usr/local/share/refe/function_document/is/pointer/to > install heap /usr/local/share/refe/function_document/is/pointer/to > <--- data/refe/function_document/is/pointer/to > <--- data/refe/function_document/is/pointer > <--- data/refe/function_document/is > ---> data/refe/function_document/-c-l-a-s-s > mkdir -p /usr/local/share/refe/function_document/-c-l-a-s-s > install -o-f /usr/local/share/refe/function_document/-c-l-a-s-s > <--- data/refe/function_document/-c-l-a-s-s > ---> data/refe/function_document/range > mkdir -p /usr/local/share/refe/function_document/range > install op /usr/local/share/refe/function_document/range > <--- data/refe/function_document/range > ---> data/refe/function_document/avalue > mkdir -p /usr/local/share/refe/function_document/avalue > ---> data/refe/function_document/avalue/to > mkdir -p /usr/local/share/refe/function_document/avalue/to > install svalue /usr/local/share/refe/function_document/avalue/to > install yvalue /usr/local/share/refe/function_document/avalue/to > <--- data/refe/function_document/avalue/to > <--- data/refe/function_document/avalue > ---> data/refe/function_document/-i-m-m-e-d-i-a-t-e > mkdir -p /usr/local/share/refe/function_document/-i-m-m-e-d-i-a-t-e > install -p /usr/local/share/refe/function_document/-i-m-m-e-d-i-a-t-e > <--- data/refe/function_document/-i-m-m-e-d-i-a-t-e > ---> data/refe/function_document/givar > mkdir -p /usr/local/share/refe/function_document/givar > install i /usr/local/share/refe/function_document/givar > ---> data/refe/function_document/givar/mark > mkdir -p /usr/local/share/refe/function_document/givar/mark > install i /usr/local/share/refe/function_document/givar/mark > <--- data/refe/function_document/givar/mark > <--- data/refe/function_document/givar > ---> data/refe/function_document/errinfo > mkdir -p /usr/local/share/refe/function_document/errinfo > install setter /usr/local/share/refe/function_document/errinfo > <--- data/refe/function_document/errinfo > ---> data/refe/function_document/terminate > mkdir -p /usr/local/share/refe/function_document/terminate > install process /usr/local/share/refe/function_document/terminate > <--- data/refe/function_document/terminate > ---> data/refe/function_document/-data > mkdir -p /usr/local/share/refe/function_document/-data > ---> data/refe/function_document/-data/-get > mkdir -p /usr/local/share/refe/function_document/-data/-get > install -struct /usr/local/share/refe/function_document/-data/-get > <--- data/refe/function_document/-data/-get > ---> data/refe/function_document/-data/-make > mkdir -p /usr/local/share/refe/function_document/-data/-make > install -struct /usr/local/share/refe/function_document/-data/-make > <--- data/refe/function_document/-data/-make > ---> data/refe/function_document/-data/-wrap > mkdir -p /usr/local/share/refe/function_document/-data/-wrap > install -struct /usr/local/share/refe/function_document/-data/-wrap > <--- data/refe/function_document/-data/-wrap > <--- data/refe/function_document/-data > ---> data/refe/function_document/ev > mkdir -p /usr/local/share/refe/function_document/ev > ---> data/refe/function_document/ev/const > mkdir -p /usr/local/share/refe/function_document/ev/const > install defined /usr/local/share/refe/function_document/ev/const > install get /usr/local/share/refe/function_document/ev/const > <--- data/refe/function_document/ev/const > <--- data/refe/function_document/ev > ---> data/refe/function_document/read > mkdir -p /usr/local/share/refe/function_document/read > install escape /usr/local/share/refe/function_document/read > <--- data/refe/function_document/read > ---> data/refe/function_document/blk > mkdir -p /usr/local/share/refe/function_document/blk > install free /usr/local/share/refe/function_document/blk > install mark /usr/local/share/refe/function_document/blk > install orphan /usr/local/share/refe/function_document/blk > ---> data/refe/function_document/blk/copy > mkdir -p /usr/local/share/refe/function_document/blk/copy > install prev /usr/local/share/refe/function_document/blk/copy > <--- data/refe/function_document/blk/copy > <--- data/refe/function_document/blk > ---> data/refe/function_document/frame > mkdir -p /usr/local/share/refe/function_document/frame > install dup /usr/local/share/refe/function_document/frame > <--- data/refe/function_document/frame > ---> data/refe/function_document/dvar > mkdir -p /usr/local/share/refe/function_document/dvar > ---> data/refe/function_document/dvar/asgn > mkdir -p /usr/local/share/refe/function_document/dvar/asgn > install internal /usr/local/share/refe/function_document/dvar/asgn > install curr /usr/local/share/refe/function_document/dvar/asgn > install - /usr/local/share/refe/function_document/dvar/asgn > <--- data/refe/function_document/dvar/asgn > <--- data/refe/function_document/dvar > ---> data/refe/function_document/mvalue > mkdir -p /usr/local/share/refe/function_document/mvalue > ---> data/refe/function_document/mvalue/to > mkdir -p /usr/local/share/refe/function_document/mvalue/to > install svalue /usr/local/share/refe/function_document/mvalue/to > <--- data/refe/function_document/mvalue/to > <--- data/refe/function_document/mvalue > ---> data/refe/function_document/main > mkdir -p /usr/local/share/refe/function_document/main > ---> data/refe/function_document/main/to > mkdir -p /usr/local/share/refe/function_document/main/to > install s /usr/local/share/refe/function_document/main/to > <--- data/refe/function_document/main/to > <--- data/refe/function_document/main > ---> data/refe/function_document/find > mkdir -p /usr/local/share/refe/function_document/find > ---> data/refe/function_document/find/bad > mkdir -p /usr/local/share/refe/function_document/find/bad > install fds /usr/local/share/refe/function_document/find/bad > <--- data/refe/function_document/find/bad > ---> data/refe/function_document/find/class > mkdir -p /usr/local/share/refe/function_document/find/class > install path /usr/local/share/refe/function_document/find/class > <--- data/refe/function_document/find/class > <--- data/refe/function_document/find > ---> data/refe/function_document/-o-b-j > mkdir -p /usr/local/share/refe/function_document/-o-b-j > install -i-n-f-e-c-t /usr/local/share/refe/function_document/-o-b-j > install -f-r-o-z-e-n /usr/local/share/refe/function_document/-o-b-j > install -t-a-i-n-t /usr/local/share/refe/function_document/-o-b-j > install -t-a-i-n-t-e-d /usr/local/share/refe/function_document/-o-b-j > install -f-r-e-e-z-e /usr/local/share/refe/function_document/-o-b-j > <--- data/refe/function_document/-o-b-j > ---> data/refe/function_document/-a-l-l-o-c-a > mkdir -p /usr/local/share/refe/function_document/-a-l-l-o-c-a > install -n /usr/local/share/refe/function_document/-a-l-l-o-c-a > <--- data/refe/function_document/-a-l-l-o-c-a > ---> data/refe/function_document/readonly > mkdir -p /usr/local/share/refe/function_document/readonly > install setter /usr/local/share/refe/function_document/readonly > <--- data/refe/function_document/readonly > ---> data/refe/function_document/e > mkdir -p /usr/local/share/refe/function_document/e > ---> data/refe/function_document/e/option > mkdir -p /usr/local/share/refe/function_document/e/option > install supplied /usr/local/share/refe/function_document/e/option > <--- data/refe/function_document/e/option > <--- data/refe/function_document/e > ---> data/refe/function_document/obj > mkdir -p /usr/local/share/refe/function_document/obj > install free /usr/local/share/refe/function_document/obj > <--- data/refe/function_document/obj > ---> data/refe/function_document/cv > mkdir -p /usr/local/share/refe/function_document/cv > install i /usr/local/share/refe/function_document/cv > <--- data/refe/function_document/cv > ---> data/refe/function_document/copy > mkdir -p /usr/local/share/refe/function_document/copy > install fds /usr/local/share/refe/function_document/copy > ---> data/refe/function_document/copy/node > mkdir -p /usr/local/share/refe/function_document/copy/node > install scope /usr/local/share/refe/function_document/copy/node > <--- data/refe/function_document/copy/node > <--- data/refe/function_document/copy > ---> data/refe/function_document/error > mkdir -p /usr/local/share/refe/function_document/error > install handle /usr/local/share/refe/function_document/error > install pos /usr/local/share/refe/function_document/error > install print /usr/local/share/refe/function_document/error > <--- data/refe/function_document/error > ---> data/refe/function_document/-b-u-i-l-t-i-n > mkdir -p /usr/local/share/refe/function_document/-b-u-i-l-t-i-n > install -t-y-p-e /usr/local/share/refe/function_document/-b-u-i-l-t-i-n > <--- data/refe/function_document/-b-u-i-l-t-i-n > ---> data/refe/function_document/-s-y-m-b-o-l > mkdir -p /usr/local/share/refe/function_document/-s-y-m-b-o-l > install -p /usr/local/share/refe/function_document/-s-y-m-b-o-l > <--- data/refe/function_document/-s-y-m-b-o-l > ---> data/refe/function_document/trace > mkdir -p /usr/local/share/refe/function_document/trace > install en /usr/local/share/refe/function_document/trace > install ev /usr/local/share/refe/function_document/trace > <--- data/refe/function_document/trace > ---> data/refe/function_document/dyna > mkdir -p /usr/local/share/refe/function_document/dyna > install pop /usr/local/share/refe/function_document/dyna > install push /usr/local/share/refe/function_document/dyna > ---> data/refe/function_document/dyna/in > mkdir -p /usr/local/share/refe/function_document/dyna/in > install block /usr/local/share/refe/function_document/dyna/in > <--- data/refe/function_document/dyna/in > <--- data/refe/function_document/dyna > ---> data/refe/function_document/delete > mkdir -p /usr/local/share/refe/function_document/delete > install never /usr/local/share/refe/function_document/delete > <--- data/refe/function_document/delete > ---> data/refe/function_document/ret > mkdir -p /usr/local/share/refe/function_document/ret > install args /usr/local/share/refe/function_document/ret > <--- data/refe/function_document/ret > ---> data/refe/function_document/define > mkdir -p /usr/local/share/refe/function_document/define > install final /usr/local/share/refe/function_document/define > <--- data/refe/function_document/define > ---> data/refe/function_document/whole > mkdir -p /usr/local/share/refe/function_document/whole > ---> data/refe/function_document/whole/match > mkdir -p /usr/local/share/refe/function_document/whole/match > install p /usr/local/share/refe/function_document/whole/match > <--- data/refe/function_document/whole/match > <--- data/refe/function_document/whole > ---> data/refe/function_document/-r-u-b-y > mkdir -p /usr/local/share/refe/function_document/-r-u-b-y > ---> data/refe/function_document/-r-u-b-y/-d-a-t-a > mkdir -p /usr/local/share/refe/function_document/-r-u-b-y/-d-a-t-a > install -f-u-n-c /usr/local/share/refe/function_document/-r-u-b-y/-d-a-t-= a > <--- data/refe/function_document/-r-u-b-y/-d-a-t-a > ---> data/refe/function_document/-r-u-b-y/-m-e-t-h-o-d > mkdir -p /usr/local/share/refe/function_document/-r-u-b-y/-m-e-t-h-o-d > install -f-u-n-c /usr/local/share/refe/function_document/-r-u-b-y/-m-e-t-= h-o-d > <--- data/refe/function_document/-r-u-b-y/-m-e-t-h-o-d > <--- data/refe/function_document/-r-u-b-y > ---> data/refe/function_document/intersect > mkdir -p /usr/local/share/refe/function_document/intersect > install fds /usr/local/share/refe/function_document/intersect > <--- data/refe/function_document/intersect > ---> data/refe/function_document/nil > mkdir -p /usr/local/share/refe/function_document/nil > install inspect /usr/local/share/refe/function_document/nil > install plus /usr/local/share/refe/function_document/nil > ---> data/refe/function_document/nil/to > mkdir -p /usr/local/share/refe/function_document/nil/to > install a /usr/local/share/refe/function_document/nil/to > install f /usr/local/share/refe/function_document/nil/to > install i /usr/local/share/refe/function_document/nil/to > install s /usr/local/share/refe/function_document/nil/to > <--- data/refe/function_document/nil/to > <--- data/refe/function_document/nil > ---> data/refe/function_document/warning > mkdir -p /usr/local/share/refe/function_document/warning > ---> data/refe/function_document/warning/unless > mkdir -p /usr/local/share/refe/function_document/warning/unless > ---> data/refe/function_document/warning/unless/e > mkdir -p /usr/local/share/refe/function_document/warning/unless/e > install option /usr/local/share/refe/function_document/warning/unless/e > <--- data/refe/function_document/warning/unless/e > <--- data/refe/function_document/warning/unless > <--- data/refe/function_document/warning > ---> data/refe/function_document/boot > mkdir -p /usr/local/share/refe/function_document/boot > install defclass /usr/local/share/refe/function_document/boot > <--- data/refe/function_document/boot > ---> data/refe/function_document/-a-l-l-o-c > mkdir -p /usr/local/share/refe/function_document/-a-l-l-o-c > install -n /usr/local/share/refe/function_document/-a-l-l-o-c > install - /usr/local/share/refe/function_document/-a-l-l-o-c > <--- data/refe/function_document/-a-l-l-o-c > ---> data/refe/function_document/inspect > mkdir -p /usr/local/share/refe/function_document/inspect > install obj /usr/local/share/refe/function_document/inspect > install i /usr/local/share/refe/function_document/inspect > <--- data/refe/function_document/inspect > ---> data/refe/function_document/ivar > mkdir -p /usr/local/share/refe/function_document/ivar > install i /usr/local/share/refe/function_document/ivar > <--- data/refe/function_document/ivar > ---> data/refe/function_document/get > mkdir -p /usr/local/share/refe/function_document/get > install backtrace /usr/local/share/refe/function_document/get > <--- data/refe/function_document/get > ---> data/refe/function_document/localjump > mkdir -p /usr/local/share/refe/function_document/localjump > install error /usr/local/share/refe/function_document/localjump > install exitstatus /usr/local/share/refe/function_document/localjump > <--- data/refe/function_document/localjump > ---> data/refe/function_document/stat > mkdir -p /usr/local/share/refe/function_document/stat > install col /usr/local/share/refe/function_document/stat > <--- data/refe/function_document/stat > ---> data/refe/function_document/here > mkdir -p /usr/local/share/refe/function_document/here > install document /usr/local/share/refe/function_document/here > <--- data/refe/function_document/here > ---> data/refe/function_document/print > mkdir -p /usr/local/share/refe/function_document/print > install undef /usr/local/share/refe/function_document/print > <--- data/refe/function_document/print > ---> data/refe/function_document/include > mkdir -p /usr/local/share/refe/function_document/include > ---> data/refe/function_document/include/class > mkdir -p /usr/local/share/refe/function_document/include/class > install new /usr/local/share/refe/function_document/include/class > <--- data/refe/function_document/include/class > <--- data/refe/function_document/include > ---> data/refe/function_document/safe > mkdir -p /usr/local/share/refe/function_document/safe > install getter /usr/local/share/refe/function_document/safe > install setter /usr/local/share/refe/function_document/safe > <--- data/refe/function_document/safe > ---> data/refe/function_document/parse > mkdir -p /usr/local/share/refe/function_document/parse > install string /usr/local/share/refe/function_document/parse > <--- data/refe/function_document/parse > ---> data/refe/function_document/sv > mkdir -p /usr/local/share/refe/function_document/sv > install i /usr/local/share/refe/function_document/sv > <--- data/refe/function_document/sv > ---> data/refe/function_document/make > mkdir -p /usr/local/share/refe/function_document/make > install backtrace /usr/local/share/refe/function_document/make > <--- data/refe/function_document/make > ---> data/refe/function_document/jump > mkdir -p /usr/local/share/refe/function_document/jump > ---> data/refe/function_document/jump/tag > mkdir -p /usr/local/share/refe/function_document/jump/tag > ---> data/refe/function_document/jump/tag/but > mkdir -p /usr/local/share/refe/function_document/jump/tag/but > ---> data/refe/function_document/jump/tag/but/local > mkdir -p /usr/local/share/refe/function_document/jump/tag/but/local > install jump /usr/local/share/refe/function_document/jump/tag/but/local > <--- data/refe/function_document/jump/tag/but/local > <--- data/refe/function_document/jump/tag/but > <--- data/refe/function_document/jump/tag > <--- data/refe/function_document/jump > ---> data/refe/function_document/specific > mkdir -p /usr/local/share/refe/function_document/specific > install eval /usr/local/share/refe/function_document/specific > <--- data/refe/function_document/specific > ---> data/refe/function_document/newline > mkdir -p /usr/local/share/refe/function_document/newline > install node /usr/local/share/refe/function_document/newline > <--- data/refe/function_document/newline > ---> data/refe/function_document/convert > mkdir -p /usr/local/share/refe/function_document/convert > install type /usr/local/share/refe/function_document/convert > <--- data/refe/function_document/convert > ---> data/refe/function_document/exec > mkdir -p /usr/local/share/refe/function_document/exec > install under /usr/local/share/refe/function_document/exec > <--- data/refe/function_document/exec > ---> data/refe/function_document/regx > mkdir -p /usr/local/share/refe/function_document/regx > install options /usr/local/share/refe/function_document/regx > <--- data/refe/function_document/regx > <--- data/refe/function_document > <--- data/refe > <--- data > /bin/mkdir -p /usr/local/share/doc/ruby18/refe/ja > install -o root -g wheel -m 444 /work/a/ports/japanese/ruby-refe/work/re= fe-0.8.0/ChangeLog /usr/local/share/doc/ruby18/refe/ > install -o root -g wheel -m 444 /work/a/ports/japanese/ruby-refe/work/re= fe-0.8.0/NEWS /usr/local/share/doc/ruby18/refe/ > install -o root -g wheel -m 444 /work/a/ports/japanese/ruby-refe/work/re= fe-0.8.0/TODO /usr/local/share/doc/ruby18/refe/ > install -o root -g wheel -m 444 /work/a/ports/japanese/ruby-refe/work/re= fe-0.8.0/README.en /usr/local/share/doc/ruby18/refe/ > install -o root -g wheel -m 444 /work/a/ports/japanese/ruby-refe/work/re= fe-0.8.0/README.ja /usr/local/share/doc/ruby18/refe/ja/ > =3D=3D=3D> Registering installation for ruby18-refe-0.8.0 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > =3D=3D=3D> Building package for ruby18-refe-0.8.0 > Deleting ruby18-refe-0.8.0 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >=20 > =3D=3D=3D Checking filesystem state > list of extra files and directories in / (not present before this port wa= s installed but present after it was deinstalled) > 948100 4 drwxr-xr-x 3 root wheel 51= 2 Dec 25 05:06 usr/local/share/doc/ruby18/refe > 948101 4 drwxr-xr-x 2 root wheel 51= 2 Dec 25 05:06 usr/local/share/doc/ruby18/refe/ja > 948106 16 -r--r--r-- 1 root wheel 751= 9 Dec 25 05:06 usr/local/share/doc/ruby18/refe/ja/README.ja > 948102 48 -r--r--r-- 1 root wheel 2279= 8 Dec 25 05:06 usr/local/share/doc/ruby18/refe/ChangeLog > 948103 8 -r--r--r-- 1 root wheel 353= 6 Dec 25 05:06 usr/local/share/doc/ruby18/refe/NEWS > 948104 4 -r--r--r-- 1 root wheel 50= 0 Dec 25 05:06 usr/local/share/doc/ruby18/refe/TODO > 948105 8 -r--r--r-- 1 root wheel 222= 9 Dec 25 05:06 usr/local/share/doc/ruby18/refe/README.en > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D > build of /usr/ports/japanese/ruby-refe ended at Sat Dec 25 05:06:46 UTC 2= 010 >=20 --=20 --=20 Pav Lucistnik If God didn't mean for us to juggle, tennis balls wouldn't come three to a can. --=-QMH/lIbi54JFkJtkDep9 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (FreeBSD) iEYEABECAAYFAk0XeqAACgkQntdYP8FOsoKbiACfcRR9F5ycgTewXID1y3vunspg CfoAoMOZzRljZmgE2sqLUZ3ZtRhQvmhZ =ceLW -----END PGP SIGNATURE----- --=-QMH/lIbi54JFkJtkDep9-- From owner-freebsd-ruby@FreeBSD.ORG Sun Dec 26 17:40:10 2010 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 E3B9E1065674 for ; Sun, 26 Dec 2010 17:40:10 +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 BA4668FC16 for ; Sun, 26 Dec 2010 17:40:10 +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 oBQHeAFY098210 for ; Sun, 26 Dec 2010 17:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBQHeAlL098208; Sun, 26 Dec 2010 17:40:10 GMT (envelope-from gnats) Date: Sun, 26 Dec 2010 17:40:10 GMT Message-Id: <201012261740.oBQHeAlL098208@freefall.freebsd.org> To: ruby@FreeBSD.org From: Mikhail Tsatsenko Cc: Subject: Re: ports/153453: [NEW PORT] databases/rubygem-memchache: Ruby bindings for libmemcached X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Mikhail Tsatsenko List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Dec 2010 17:40:11 -0000 The following reply was made to PR ports/153453; it has been noted by GNATS. From: Mikhail Tsatsenko To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/153453: [NEW PORT] databases/rubygem-memchache: Ruby bindings for libmemcached Date: Sun, 26 Dec 2010 20:03:31 +0300 This is a multi-part message in MIME format. --------------030807030604070001080508 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Here is updated shell archive: - Claim mainteinership --------------030807030604070001080508 Content-Type: text/plain; name="memcache.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="memcache.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # . # ./Makefile # ./distinfo # ./pkg-descr # echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << '464ef7c6571951809b23e262cbe26e19' X# Ports collection makefile for: rubygem-memchache X# Date created: 2010-12-25 X# Whom: Mikhail T. X# X XPORTNAME= memcache XPORTVERSION= 1.2.13 XCATEGORIES= databases rubygems XMASTER_SITES= RG X XMAINTAINER= michael@fun-box.ru XCOMMENT= Ruby bindings for libmemcached X XLIB_DEPENDS= memcached:${PORTSDIR}/databases/libmemcached X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes XGEM_ENV+=EXTERNAL_LIB="YES" X X# This gem has a hardcoded include paths, so I didn't find X# better solution than symlinking them to the build directory, sorry Xpre-install: X @${MKDIR} ${PREFIX}/${GEM_LIB_DIR}/ext/ X @${LN} -s ${PREFIX}/include/libhashkit ${PREFIX}/${GEM_LIB_DIR}/ext X @${LN} -s ${PREFIX}/include/libmemcached ${PREFIX}/${GEM_LIB_DIR}/ext X X# clean up Xpost-install: X @${RM} -f ${PREFIX}/${GEM_LIB_DIR}/ext/libhashkit X @${RM} -f ${PREFIX}/${GEM_LIB_DIR}/ext/libmemcached X X.include 464ef7c6571951809b23e262cbe26e19 echo x - ./distinfo sed 's/^X//' >./distinfo << 'aec8793adfd5b7c3f00e62ae41a09ac2' XSHA256 (rubygem/memcache-1.2.13.gem) = 4b4ac40cf8f4052d0a66c4ff8d75e8e452553539910717da623343a3b0783ef6 XSIZE (rubygem/memcache-1.2.13.gem) = 697344 aec8793adfd5b7c3f00e62ae41a09ac2 echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << '0e313719ff012ceaf97a028d51caa8f5' Xmemcache X XRuby client for memcached supporting advanced Xprotocol features and pluggable architecture. X XWWW: http://github.com/ninjudd/memcache 0e313719ff012ceaf97a028d51caa8f5 exit --------------030807030604070001080508-- From owner-freebsd-ruby@FreeBSD.ORG Sun Dec 26 18:07:57 2010 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 47AB5106566B for ; Sun, 26 Dec 2010 18:07:57 +0000 (UTC) (envelope-from stas@FreeBSD.org) Received: from mx0.deglitch.com (cl-414.sto-01.se.sixxs.net [IPv6:2001:16d8:ff00:19d::2]) by mx1.freebsd.org (Postfix) with ESMTP id B62C58FC08 for ; Sun, 26 Dec 2010 18:07:56 +0000 (UTC) Received: from [10.78.158.180] (unknown [166.205.138.221]) by mx0.deglitch.com (Postfix) with ESMTPSA id 0C1348FC2B; Sun, 26 Dec 2010 21:07:47 +0300 (MSK) References: <4D177040.6020209@logvinov.com> In-Reply-To: <4D177040.6020209@logvinov.com> Mime-Version: 1.0 (iPad Mail 8C148) Message-Id: X-Mailer: iPad Mail (8C148) From: Stanislav Sedov Date: Sun, 26 Dec 2010 10:07:32 -0800 To: Alexander Logvinov Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "ruby@freebsd.org" Subject: Re: RAKE_BIN and ruby19 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, 26 Dec 2010 18:07:57 -0000 On Dec 26, 2010, at 8:41 AM, Alexander Logvinov wrote: > Hi! >=20 > It seems this a typo: >=20 > --- bsd.ruby.mk 22 Nov 2010 05:47:07 -0000 1.203 > +++ bsd.ruby.mk 26 Dec 2010 16:32:33 -0000 > @@ -551,7 +551,7 @@ > .if ${RUBY_VER} =3D=3D 1.8 > RAKE_BIN=3D ${LOCALBASE}/bin/rake > .else > -RAKE_BIN=3D ${GEM_LIB_DIR}/bin/rake${RUBY_VER:S/.//} > +RAKE_BIN=3D ${LOCALBASE}/bin/rake${RUBY_VER:S/.//} > .endif > .endif >=20 > Also it can be: >=20 > --- bsd.ruby.mk 22 Nov 2010 05:47:07 -0000 1.203 > +++ bsd.ruby.mk 26 Dec 2010 16:34:47 -0000 > @@ -547,11 +547,11 @@ > .endif >=20 > .if defined(USE_RAKE) > -BUILD_DEPENDS+=3D ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-= rake > .if ${RUBY_VER} =3D=3D 1.8 > RAKE_BIN=3D ${LOCALBASE}/bin/rake > +BUILD_DEPENDS+=3D ${RAKE_BIN}:${PORTSDIR}/devel/rubygem-rake > .else > -RAKE_BIN=3D ${GEM_LIB_DIR}/bin/rake${RUBY_VER:S/.//} > +RAKE_BIN=3D ${LOCALBASE}/bin/rake${RUBY_VER:S/.//} > .endif > .endif >=20 This change was made because we had problems with old version of rake bundled with ruby 1.9. That's why we made it to always install rake, even for 1.9. Or was it rubygem? Why this is a promlem in any case? It seems that this path should point to the right rake location for 1.9. -- Stanislav Sedov ST4096-RIPE= From owner-freebsd-ruby@FreeBSD.ORG Mon Dec 27 01:37:59 2010 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 1381B1065674; Mon, 27 Dec 2010 01:37:59 +0000 (UTC) (envelope-from avl@logvinov.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 652418FC17; Mon, 27 Dec 2010 01:37:58 +0000 (UTC) Received: by gxk8 with SMTP id 8so3731688gxk.13 for ; Sun, 26 Dec 2010 17:37:57 -0800 (PST) Received: by 10.150.202.12 with SMTP id z12mr16295379ybf.110.1293413877821; Sun, 26 Dec 2010 17:37:57 -0800 (PST) Received: from incubus.bsd ([125.33.216.133]) by mx.google.com with ESMTPS id v39sm11599020yba.7.2010.12.26.17.37.55 (version=SSLv3 cipher=RC4-MD5); Sun, 26 Dec 2010 17:37:57 -0800 (PST) Message-ID: <4D17EE41.9050907@logvinov.com> Date: Mon, 27 Dec 2010 09:39:13 +0800 From: Alexander Logvinov User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; ru-RU; rv:1.9.2.13) Gecko/20101225 Lightning/1.0b2 Thunderbird/3.1.7 ThunderBrowse/3.3.4 MIME-Version: 1.0 To: Stanislav Sedov References: <4D177040.6020209@logvinov.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: "ruby@freebsd.org" Subject: Re: RAKE_BIN and ruby19 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, 27 Dec 2010 01:37:59 -0000 Hi! On 27.12.2010 02:07 Stanislav Sedov wrote: >> -RAKE_BIN= ${GEM_LIB_DIR}/bin/rake${RUBY_VER:S/.//} >> +RAKE_BIN= ${LOCALBASE}/bin/rake${RUBY_VER:S/.//} >> .endif >> .endif > This change was made because we had problems with old version of rake > bundled with ruby 1.9. That's why we made it to always install rake, even > for 1.9. Or was it rubygem? It doesn't install rubygem-rake anyway with RUBY_DEFAULT_VER=1.9. But portmaster wants it because of BUILD_DEPENDS. :) Also 1.9.2 provides a fresh 0.8.7 version of rake. > Why this is a promlem in any case? It seems that this path should point > to the right rake location for 1.9. With "RAKE_BIN= ${GEM_LIB_DIR}/bin/rake${RUBY_VER:S/.//}" line I can't build www/rubygem-passenger: ===> Checking if www/rubygem-passenger already installed /usr/bin/env /usr/local/bin/gem19 install -l --no-update-sources --no-ri --install-dir /usr/local/lib/ruby/gems/1.9 --no-rdoc /usr/ports/distfiles/rubygem/passenger-3.0.2.gem -- --build-args Successfully installed passenger-3.0.2 1 gem installed (cd /usr/local/lib/ruby/gems/1.9/gems/passenger-3.0.2 && lib/ruby/gems/1.9/gems/passenger-3.0.2/bin/rake19 nginx) lib/ruby/gems/1.9/gems/passenger-3.0.2/bin/rake19: not found *** Error code 127 Stop in /usr/ports/www/rubygem-passenger. *** Error code 1 -- Best regards, Alexander From owner-freebsd-ruby@FreeBSD.ORG Mon Dec 27 11:08:29 2010 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 4777C1065698 for ; Mon, 27 Dec 2010 11:08:29 +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 1BF928FC27 for ; Mon, 27 Dec 2010 11:08:29 +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 oBRB8SEQ057048 for ; Mon, 27 Dec 2010 11:08:28 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBRB8SXc057046 for ruby@FreeBSD.org; Mon, 27 Dec 2010 11:08:28 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 27 Dec 2010 11:08:28 GMT Message-Id: <201012271108.oBRB8SXc057046@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, 27 Dec 2010 11:08:29 -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/153453 ruby [NEW PORT] databases/rubygem-memchache: Ruby bindings 1 problem total. From owner-freebsd-ruby@FreeBSD.ORG Mon Dec 27 16:10:31 2010 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 583AD106564A; Mon, 27 Dec 2010 16:10:31 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2EA848FC1A; Mon, 27 Dec 2010 16:10: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 oBRGAV6L014046; Mon, 27 Dec 2010 16:10:31 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBRGAVxI014042; Mon, 27 Dec 2010 16:10:31 GMT (envelope-from pgollucci) Date: Mon, 27 Dec 2010 16:10:31 GMT Message-Id: <201012271610.oBRGAVxI014042@freefall.freebsd.org> To: pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/153453: [NEW PORT] databases/rubygem-memchache: Ruby bindings for libmemcached 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, 27 Dec 2010 16:10:31 -0000 Synopsis: [NEW PORT] databases/rubygem-memchache: Ruby bindings for libmemcached Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Mon Dec 27 16:10:30 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=153453 From owner-freebsd-ruby@FreeBSD.ORG Tue Dec 28 01:40:16 2010 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 621B51065674; Tue, 28 Dec 2010 01:40:16 +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 38BC78FC1C; Tue, 28 Dec 2010 01:40: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 oBS1eGQu098106; Tue, 28 Dec 2010 01:40:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBS1eGKm098094; Tue, 28 Dec 2010 01:40:16 GMT (envelope-from edwin) Date: Tue, 28 Dec 2010 01:40:16 GMT Message-Id: <201012280140.oBS1eGKm098094@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/153478: [MAINTAINER] mail/rubygem-vmail: update to 1.1.7 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: Tue, 28 Dec 2010 01:40:16 -0000 Synopsis: [MAINTAINER] mail/rubygem-vmail: update to 1.1.7 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 28 01:40:15 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=153478 From owner-freebsd-ruby@FreeBSD.ORG Tue Dec 28 01:40:21 2010 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 3C89E106566B; Tue, 28 Dec 2010 01:40:21 +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 135C28FC12; Tue, 28 Dec 2010 01:40:21 +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 oBS1eKxH098655; Tue, 28 Dec 2010 01: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 oBS1eKbk098643; Tue, 28 Dec 2010 01:40:20 GMT (envelope-from edwin) Date: Tue, 28 Dec 2010 01:40:20 GMT Message-Id: <201012280140.oBS1eKbk098643@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/153479: [maintainer] math/ruby-narray_miss: update to 1.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: Tue, 28 Dec 2010 01:40:21 -0000 Synopsis: [maintainer] math/ruby-narray_miss: update to 1.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 28 01:40:20 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=153479 From owner-freebsd-ruby@FreeBSD.ORG Tue Dec 28 02:48:02 2010 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 6E8791065673; Tue, 28 Dec 2010 02:48:02 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 44C028FC18; Tue, 28 Dec 2010 02:48:02 +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 oBS2m2hR072158; Tue, 28 Dec 2010 02:48:02 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBS2m29B072154; Tue, 28 Dec 2010 02:48:02 GMT (envelope-from pgollucci) Date: Tue, 28 Dec 2010 02:48:02 GMT Message-Id: <201012280248.oBS2m29B072154@freefall.freebsd.org> To: pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/153478: [MAINTAINER] mail/rubygem-vmail: update to 1.1.7 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: Tue, 28 Dec 2010 02:48:02 -0000 Synopsis: [MAINTAINER] mail/rubygem-vmail: update to 1.1.7 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Dec 28 02:48:01 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=153478 From owner-freebsd-ruby@FreeBSD.ORG Tue Dec 28 02:48:10 2010 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 0B0EE106564A; Tue, 28 Dec 2010 02:48:10 +0000 (UTC) (envelope-from pgollucci@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D57148FC1A; Tue, 28 Dec 2010 02:48:09 +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 oBS2m9a6072253; Tue, 28 Dec 2010 02:48:09 GMT (envelope-from pgollucci@freefall.freebsd.org) Received: (from pgollucci@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBS2m9IJ072249; Tue, 28 Dec 2010 02:48:09 GMT (envelope-from pgollucci) Date: Tue, 28 Dec 2010 02:48:09 GMT Message-Id: <201012280248.oBS2m9IJ072249@freefall.freebsd.org> To: pgollucci@FreeBSD.org, ruby@FreeBSD.org, pgollucci@FreeBSD.org From: pgollucci@FreeBSD.org Cc: Subject: Re: ports/153479: [maintainer] math/ruby-narray_miss: update to 1.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: Tue, 28 Dec 2010 02:48:10 -0000 Synopsis: [maintainer] math/ruby-narray_miss: update to 1.2.1 Responsible-Changed-From-To: ruby->pgollucci Responsible-Changed-By: pgollucci Responsible-Changed-When: Tue Dec 28 02:48:09 UTC 2010 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=153479 From owner-freebsd-ruby@FreeBSD.ORG Tue Dec 28 13:30:30 2010 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 491FD106566C; Tue, 28 Dec 2010 13:30:30 +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 1FCE08FC16; Tue, 28 Dec 2010 13:30:30 +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 oBSDUTMB094982; Tue, 28 Dec 2010 13:30:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBSDUTRo094971; Tue, 28 Dec 2010 13:30:29 GMT (envelope-from edwin) Date: Tue, 28 Dec 2010 13:30:29 GMT Message-Id: <201012281330.oBSDUTRo094971@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/153488: [PATCH] update devel/rubygem-ruby-prof to the recent version 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: Tue, 28 Dec 2010 13:30:30 -0000 Synopsis: [PATCH] update devel/rubygem-ruby-prof to the recent version Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 28 13:30:28 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=153488 From owner-freebsd-ruby@FreeBSD.ORG Tue Dec 28 13:30:39 2010 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 CFF9D1065673; Tue, 28 Dec 2010 13:30:39 +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 A64188FC21; Tue, 28 Dec 2010 13:30:39 +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 oBSDUd93096316; Tue, 28 Dec 2010 13:30:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBSDUdco096290; Tue, 28 Dec 2010 13:30:39 GMT (envelope-from edwin) Date: Tue, 28 Dec 2010 13:30:39 GMT Message-Id: <201012281330.oBSDUdco096290@freefall.freebsd.org> To: michael@fun-box.ru, edwin@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/153488: [PATCH] update devel/rubygem-ruby-prof to the recent version 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: Tue, 28 Dec 2010 13:30:39 -0000 Synopsis: [PATCH] update devel/rubygem-ruby-prof to the recent version State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Dec 28 13:30:38 UTC 2010 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=153488 From owner-freebsd-ruby@FreeBSD.ORG Tue Dec 28 13:40:12 2010 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 BCFFF106571F for ; Tue, 28 Dec 2010 13:40: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 ABF748FC14 for ; Tue, 28 Dec 2010 13:40: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 oBSDeC3D052880 for ; Tue, 28 Dec 2010 13:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBSDeCgE052879; Tue, 28 Dec 2010 13:40:12 GMT (envelope-from gnats) Date: Tue, 28 Dec 2010 13:40:12 GMT Message-Id: <201012281340.oBSDeCgE052879@freefall.freebsd.org> To: ruby@FreeBSD.org From: Edwin Groothuis Cc: Subject: Re: ports/153488: [PATCH] update devel/rubygem-ruby-prof to the recent version 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: Tue, 28 Dec 2010 13:40:12 -0000 The following reply was made to PR ports/153488; it has been noted by GNATS. From: Edwin Groothuis To: gogo@cs.uni-sb.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/153488: [PATCH] update devel/rubygem-ruby-prof to the recent version Date: Tue, 28 Dec 2010 13:30:34 UT Maintainer of devel/rubygem-ruby-prof, Please note that PR ports/153488 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/153488 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ruby@FreeBSD.ORG Tue Dec 28 19:50:16 2010 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 19EB81065695; Tue, 28 Dec 2010 19:50:16 +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 E43188FC1A; Tue, 28 Dec 2010 19:50: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 oBSJoFxk005103; Tue, 28 Dec 2010 19:50:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBSJoFUY005094; Tue, 28 Dec 2010 19:50:15 GMT (envelope-from edwin) Date: Tue, 28 Dec 2010 19:50:15 GMT Message-Id: <201012281950.oBSJoFUY005094@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/153504: [NEW PORT] sysutils/rubygem-chef: A systems integration framework. Client part 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: Tue, 28 Dec 2010 19:50:16 -0000 Synopsis: [NEW PORT] sysutils/rubygem-chef: A systems integration framework. Client part Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 28 19:50:15 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=153504 From owner-freebsd-ruby@FreeBSD.ORG Wed Dec 29 21:00:27 2010 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 0059910656C0 for ; Wed, 29 Dec 2010 21:00:26 +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 C93638FC0C for ; Wed, 29 Dec 2010 21:00: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 oBTL0QWA005500 for ; Wed, 29 Dec 2010 21:00:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBTL0QOK005476; Wed, 29 Dec 2010 21:00:26 GMT (envelope-from gnats) Date: Wed, 29 Dec 2010 21:00:26 GMT Message-Id: <201012292100.oBTL0QOK005476@freefall.freebsd.org> To: ruby@FreeBSD.org From: Robert Gogolok Cc: Subject: Re: ports/153488: [PATCH] update devel/rubygem-ruby-prof to the recent version X-BeenThere: freebsd-ruby@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Robert Gogolok List-Id: FreeBSD-specific Ruby discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Dec 2010 21:00:27 -0000 The following reply was made to PR ports/153488; it has been noted by GNATS. From: Robert Gogolok To: bug-followup@freebsd.org Cc: Subject: Re: ports/153488: [PATCH] update devel/rubygem-ruby-prof to the recent version Date: Wed, 29 Dec 2010 21:53:54 +0100 I approve the patch. From owner-freebsd-ruby@FreeBSD.ORG Fri Dec 31 23:40:17 2010 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 21932106564A; Fri, 31 Dec 2010 23:40: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 ECD158FC14; Fri, 31 Dec 2010 23:40: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 oBVNeG4X015634; Fri, 31 Dec 2010 23:40:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id oBVNeGaD015622; Fri, 31 Dec 2010 23:40:16 GMT (envelope-from edwin) Date: Fri, 31 Dec 2010 23:40:16 GMT Message-Id: <201012312340.oBVNeGaD015622@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/153591: [PATCH] update ftp/rubygem-curb 0.7.8 -> 0.7.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, 31 Dec 2010 23:40:17 -0000 Synopsis: [PATCH] update ftp/rubygem-curb 0.7.8 -> 0.7.9 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 31 23:40:16 UTC 2010 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=153591