svn commit: r334851 - head/databases/rrdtool

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 1 18:41:28 UTC 2013


On Mon, Nov 25, 2013 at 10:15 PM, William Grzybowski <wg at freebsd.org> wrote:

> Author: wg
> Date: Mon Nov 25 14:15:32 2013
> New Revision: 334851
> URL: http://svnweb.freebsd.org/changeset/ports/334851
>
> Log:
>   databases/rrdtool: fix build with python module
>
> Modified:
>   head/databases/rrdtool/Makefile
>
> Modified: head/databases/rrdtool/Makefile
>
> ==============================================================================
> --- head/databases/rrdtool/Makefile     Mon Nov 25 13:36:44 2013
>  (r334850)
> +++ head/databases/rrdtool/Makefile     Mon Nov 25 14:15:32 2013
>  (r334851)
> @@ -46,7 +46,7 @@ RUBY_MODULE_DESC=     Build RUBY bindings
>  .if ${PORT_OPTIONS:MPYTHON_MODULE}
>  USE_PYTHON=    yes
>  INSTALLS_EGGINFO=yes
> -PYDISTUTILS_EGGINFO=py_rrdtool-0.2.1-${PYTHON_VERSION:S/thon//}.egg-info
> +PYDISTUTILS_EGGINFO=py_rrdtool-0.2.2-${PYTHON_VERSION:S/thon//}.egg-info
>

How about py${PYTHON_VER} instead of ${PYTHON_VERSION:S/thon//}?

 .include "${PORTSDIR}/Mk/bsd.python.mk"
>  PLIST_SUB+=    WITH_PYTHON=""
>  CONFIGURE_ARGS+=       --enable-python
>


More information about the svn-ports-head mailing list