On Mon, Jun 20, 2011 at 09:04:47PM +0200, Bernhard Walle wrote:
> Signed-off-by: Bernhard Walle <[email protected]>
> ---
>  rules/gnuplot.make |    9 +++++----
>  1 files changed, 5 insertions(+), 4 deletions(-)
> 
> diff --git a/rules/gnuplot.make b/rules/gnuplot.make
> index 4de83b0..d8fabf6 100644
> --- a/rules/gnuplot.make
> +++ b/rules/gnuplot.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_GNUPLOT) += gnuplot
>  #
>  # Paths and names
>  #
> -GNUPLOT_VERSION      := 4.2.6
> -GNUPLOT_MD5  := c10468d74030e8bed0fd6865a45cf1fd
> +GNUPLOT_VERSION      := 4.4.3
> +GNUPLOT_MD5  := 639603752996f4923bc02c895fa03b45
>  GNUPLOT              := gnuplot-$(GNUPLOT_VERSION)
>  GNUPLOT_SUFFIX       := tar.gz
>  GNUPLOT_URL  := 
> $(PTXCONF_SETUP_SFMIRROR)/gnuplot/$(GNUPLOT).$(GNUPLOT_SUFFIX)
> @@ -49,7 +49,6 @@ GNUPLOT_ENV := $(CROSS_ENV)
>  GNUPLOT_AUTOCONF = \
>       $(CROSS_AUTOCONF_USR) \
>       --disable-history-file \
> -     --disable-mouse \
>       --disable-x11-mbfonts \
>       --enable-binary-data-file \
>       --disable-with-image \
> @@ -86,8 +85,10 @@ endif
>  
>  ifdef PTXCONF_GNUPLOT_X
>  GNUPLOT_AUTOCONF += --with-x
> +GNUPLOT_AUTOCONF += --enable-mouse

in one line please.

And there is an old patch. Please check if its still necessary. If not,
remove it.

Michael

>  else
>  GNUPLOT_AUTOCONF += --without-x
> +GNUPLOT_AUTOCONF += --disable-mouse
>  endif
>  
>  ifdef PTXCONF_GNUPLOT_PLOT
> @@ -139,7 +140,7 @@ $(STATEDIR)/gnuplot.targetinstall:
>       @$(call install_copy, gnuplot, 0, 0, 0755, -, /usr/bin/gnuplot)
>  
>  ifdef PTXCONF_GNUPLOT_X
> -     @$(call install_copy, gnuplot, 0, 0, 0755, -, 
> /usr/libexec/gnuplot/4.2/gnuplot_x11)
> +     @$(call install_copy, gnuplot, 0, 0, 0755, -, 
> /usr/libexec/gnuplot/4.4/gnuplot_x11)
>  endif
>  
>       @$(call install_finish, gnuplot)
> -- 
> 1.7.5.4
> 
> 
> -- 
> ptxdist mailing list
> [email protected]
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
[email protected]

Reply via email to