Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 01 Jul 2014 23:55:46 +0400
From:      Andrey Chernov <ache@freebsd.org>
To:        Steve Wills <swills@FreeBSD.org>, ports-committers@freebsd.org,  svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r360019 - head/lang/ruby19
Message-ID:  <53B31242.2000808@freebsd.org>
In-Reply-To: <201407011431.s61EV0iF008865@svn.freebsd.org>
References:  <201407011431.s61EV0iF008865@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 01.07.2014 18:31, Steve Wills wrote:
> +.if ${PORT_OPTIONS:MLIBEDIT}
> +BUILD_DEPENDS+=	libedit>=0:${PORTSDIR}/devel/libedit
> +RUN_DEPENDS+=	libedit>=0:${PORTSDIR}/devel/libedit
> +CONFIGURE_ARGS+=	--enable-libedit --with-libedit-prefix=${LOCALBASE}
> +.endif
> +
> +.if ${PORT_OPTIONS:MREADLINE}
> +BUILD_DEPENDS+=	readline>=0:${PORTSDIR}/devel/readline
> +RUN_DEPENDS+=	readline>=0:${PORTSDIR}/devel/readline
> +CONFIGURE_ARGS+=	--disable-libedit --with-readline-prefix=${LOCALBASE}
> +.endif

BTW, it seems 1.9 configure don't have such options:
...
ruby library version = 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

-- 
http://ache.vniz.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53B31242.2000808>