svn commit: r360019 - head/lang/ruby19
Andrey Chernov
ache at freebsd.org
Tue Jul 1 19:55:50 UTC 2014
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/
More information about the svn-ports-all
mailing list