From: Alexander Dahl <post@lespocky.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] gnuplot: update configure options and gd support
Date: Tue, 28 Jul 2015 23:30:28 +0200 [thread overview]
Message-ID: <1438119029-17302-2-git-send-email-post@lespocky.de> (raw)
In-Reply-To: <1438119029-17302-1-git-send-email-post@lespocky.de>
Since 2009 a number of gnuplot versions from three different upstream
branches were used in ptxdist, namely 4.2.x, 4.4.x and 4.6.x with the
last update in 2013. Configure options were not checked with care,
leaving behind options not supported for a long time or calling some
options twice (maybe even with conflicting parameters). Configure
options were reviewed and tested now with
OSELAS.Toolchain-2012.12.1/arm-v5te-linux-gnueabi.
Signed-off-by: Alexander Dahl <post@lespocky.de>
---
rules/gnuplot.in | 18 +-----------------
rules/gnuplot.make | 33 ++++++++++++++-------------------
2 files changed, 15 insertions(+), 36 deletions(-)
diff --git a/rules/gnuplot.in b/rules/gnuplot.in
index f25f2c1..5256f69 100644
--- a/rules/gnuplot.in
+++ b/rules/gnuplot.in
@@ -49,26 +49,10 @@ config GNUPLOT_X
help
Enable the graphical X11 user interface of GNUplot
-config GNUPLOT_PLOT
- bool
- prompt "use Unix plot library"
- depends on BROKEN
- help
- If you link this program with the Unix plot library
- (rather outdated) it will be able to generate Unix
- plot output.
-
-config GNUPLOT_PNG
- bool
- prompt "PNG support"
- help
- Include support for PNG (Portable Network Graphics)
- graphics format
-
config GNUPLOT_GD
bool
prompt "GD support"
- depends on BROKEN
+ select LIBGD
help
Use the GD library.
GD is an open source code library for the dynamic
diff --git a/rules/gnuplot.make b/rules/gnuplot.make
index 39203fc..984eb2a 100644
--- a/rules/gnuplot.make
+++ b/rules/gnuplot.make
@@ -39,43 +39,38 @@ GNUPLOT_ENV := $(CROSS_ENV)
GNUPLOT_AUTOCONF = \
$(CROSS_AUTOCONF_USR) \
--disable-history-file \
+ --$(call ptx/endis, PTXCONF_GNUPLOT_X)-mouse \
--disable-x11-mbfonts \
- --enable-binary-data-file \
- --disable-with-image \
- --disable-binary-x11-polygon \
+ --disable-x11-external \
--disable-thin-splines \
- --enable-datastrings \
- --disable-histograms \
+ --disable-volatile-data \
+ --disable-raise-console \
--disable-objects \
- --disable-stringvariables \
--disable-macros \
- --disable-iris \
- --disable-mgr \
- --disable-rgip \
--disable-h3d-quadtree \
--disable-h3d-gridbox \
--disable-wxwidgets \
- --without-kpsexpand \
+ --enable-backwards-compatibility \
+ --disable-stats \
+ --disable-qt \
+ --without-lispdir \
--without-latex \
+ --without-kpsexpand \
+ --$(call ptx/wwo, PTXCONF_GNUPLOT_X)-x \
--without-lasergnu \
--without-linux-vga \
--without-ggi \
--without-xmi \
--with-readline=builtin \
+ --$(call ptx/wwo, PTXCONF_GNUPLOT_GD)-gd \
+ --$(call ptx/wwo, PTXCONF_GNUPLOT_PDF)-pdf \
+ --without-lua \
--without-cwdrc \
--without-lisp-files \
--without-row-help \
--without-tutorial \
--without-wx-config \
- --without-lua \
- --$(call ptx/endis, PTXCONF_GNUPLOT_X)-mouse \
- --$(call ptx/wwo, PTXCONF_GNUPLOT_X)-x \
- --$(call ptx/wwo, PTXCONF_GNUPLOT_PLOT)-plot \
- --$(call ptx/wwo, PTXCONF_GNUPLOT_PNG)-png \
- --$(call ptx/wwo, PTXCONF_GNUPLOT_GD)-gd \
- --without-plot \
- --$(call ptx/wwo, PTXCONF_GNUPLOT_PDF)-pdf \
- --without-tutorial \
+ --without-bitmap-terminals \
--without-cairo
GNUPLOT_MAKE_OPT := -C src
--
2.1.4
--
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2015-07-28 19:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-28 21:30 [ptxdist] gnuplot: cleanup and update Alexander Dahl
2015-07-28 21:30 ` Alexander Dahl [this message]
2015-07-28 21:30 ` [ptxdist] [PATCH 2/2] gnuplot: update to 4.6.7 Alexander Dahl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1438119029-17302-2-git-send-email-post@lespocky.de \
--to=post@lespocky.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox