From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 20:00:34 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E44A5536; Tue, 1 Jul 2014 20:00:34 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mouf.net", Issuer "mouf.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8793C2923; Tue, 1 Jul 2014 20:00:34 +0000 (UTC) Received: from mouf.net (swills@mouf [199.48.129.64]) by mouf.net (8.14.5/8.14.5) with ESMTP id s61K0OEO068816 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 1 Jul 2014 20:00:30 GMT (envelope-from swills@mouf.net) Received: (from swills@localhost) by mouf.net (8.14.5/8.14.5/Submit) id s61K0O0w068815; Tue, 1 Jul 2014 20:00:24 GMT (envelope-from swills) Date: Tue, 1 Jul 2014 20:00:24 +0000 From: Steve Wills To: Andrey Chernov Subject: Re: svn commit: r360019 - head/lang/ruby19 Message-ID: <20140701200023.GA68356@mouf.net> References: <201407011431.s61EV0iF008865@svn.freebsd.org> <53B31242.2000808@freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <53B31242.2000808@freebsd.org> User-Agent: Mutt/1.5.23 (2014-03-12) X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (mouf.net [199.48.129.64]); Tue, 01 Jul 2014 20:00:30 +0000 (UTC) X-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mouf.net X-Virus-Scanned: clamav-milter 0.98.1 at mouf.net X-Virus-Status: Clean Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 20:00:35 -0000 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Ah, thanks, I'll take a look, sorry for the error. Steve On Tue, Jul 01, 2014 at 11:55:46PM +0400, Andrey Chernov wrote: > On 01.07.2014 18:31, Steve Wills wrote: > > +.if ${PORT_OPTIONS:MLIBEDIT} > > +BUILD_DEPENDS+=3D libedit>=3D0:${PORTSDIR}/devel/libedit > > +RUN_DEPENDS+=3D libedit>=3D0:${PORTSDIR}/devel/libedit > > +CONFIGURE_ARGS+=3D --enable-libedit --with-libedit-prefix=3D${LOCALBAS= E} > > +.endif > > + > > +.if ${PORT_OPTIONS:MREADLINE} > > +BUILD_DEPENDS+=3D readline>=3D0:${PORTSDIR}/devel/readline > > +RUN_DEPENDS+=3D readline>=3D0:${PORTSDIR}/devel/readline > > +CONFIGURE_ARGS+=3D --disable-libedit --with-readline-prefix=3D${LOCALB= ASE} > > +.endif >=20 > BTW, it seems 1.9 configure don't have such options: > ... > ruby library version =3D 1.9 > configure: creating ./config.status > config.status: creating Makefile > config.status: creating ruby-1.9.pc > configure: WARNING: unrecognized options: --disable-libedit, > --with-readline-prefix >=20 > --=20 > http://ache.vniz.net/ --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTsxNXAAoJEPXPYrMgexuhjacH/0DavCJCaK2Mu6nDUGKOQTrE Z5nzHjzcMxjGo/i0HRQadigR78jes+WqkhxogueO0Hvfpfld5Ch1DHLxhz9KEDBz roB+mw6ITrlGSHRAvoE4J4yIDTYaJRjhsSpc5Y/2seWLu2IyMPFFy4XRLBaySAth a+aj5MqzqrJWBu8zzueNM37licS7NpeBeb+3ETnkz64/dqAOclkGp3bATua68qQw IlAjYVGeHAEl/kCSvThD33RzeUXM0kBtZVfNW1RARV4qtpx0Hx5wi7avB8FvSTWN yVArtHJdO7BI3t9SnDdb4qsvrT+N01Yc4sJ+0ffsrJvh3MYuVchPp/2XzdfmdOg= =uSEK -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g--