Date: Tue, 1 Jul 2014 21:47:53 +0000 From: Steve Wills <swills@freebsd.org> To: Andrey Chernov <ache@freebsd.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r360019 - head/lang/ruby19 Message-ID: <20140701214752.GA69777@mouf.net> In-Reply-To: <53B31242.2000808@freebsd.org> References: <201407011431.s61EV0iF008865@svn.freebsd.org> <53B31242.2000808@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 Turns out the arg is actually used, it's just that it's saved in configure_= args in the generated Makefile and later passed to the extensions config script.= So the warning might be considered a bug in ruby's configure script, but it's = all actually used and working correctly. Thanks, Steve --/04w6evG8XlLl3ft Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJTsyyHAAoJEPXPYrMgexuhdosH/iQckK2aw4D3NC1Kze23HtQx N0SJZvhpnkYTJ3s9Zwu5pm0cS9ouJhkq9JYorPO6q0fjM2ps1SqIvAxzyNZTGhop a5NOAcKzPlaeFVTxb9JzRyZPu9ek4clw68orr3+4hJ4AmyDV1NZSp4rFoHBHQpBB wYM5L8izs5dRcPqVhNIucZNpdIQCyQfL6NP1skKz4pvz7runpZKL6VMsl3zw67LI LFQmr04VRnNtcBi0YW+2bp471G9cDGUlCf1iGMuSiP0IwGeANuC5emmE54P+xk9e DJvtq3mUnBs/GJHyNsmaL+JoKwbB3s9rw55OXHyRGUofkKBKP/xq+Ix5rgUehUw= =QTm8 -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140701214752.GA69777>