From 633e82aafb65f44353feefdd317223b9587a6400 Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Fri, 12 Aug 2016 23:08:31 -0400 Subject: [PATCH 1/1] gnuplot: Update from 4.6.7 to 5.0.4 --- packages/gnuplot/Makefile.in.patch | 22 ---------------------- packages/gnuplot/build.sh | 3 +-- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 packages/gnuplot/Makefile.in.patch diff --git a/packages/gnuplot/Makefile.in.patch b/packages/gnuplot/Makefile.in.patch deleted file mode 100644 index 3fe6c7de..00000000 --- a/packages/gnuplot/Makefile.in.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -u -r ../gnuplot-4.6.5/docs/Makefile.in ./docs/Makefile.in ---- ../gnuplot-4.6.5/docs/Makefile.in 2013-09-24 01:16:41.000000000 +0200 -+++ ./docs/Makefile.in 2014-07-15 19:43:12.670797472 +0200 -@@ -73,14 +73,14 @@ - INFO_DEPS = $(srcdir)/gnuplot.info - - CC = @CC_FOR_BUILD@ --CPP = @CPP@ -+CPP = cpp - DEFS = @DEFS@ - DEFAULT_INCLUDES = -I. -I$(srcdir) -I.. -I$(top_builddir) --CPPFLAGS = @CPPFLAGS@ --CFLAGS = @CFLAGS@ -+CPPFLAGS = -+CFLAGS = - GIHDIR = @GIHDIR@ - INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/term --LDFLAGS = @LDFLAGS@ -+LDFLAGS = - LIBS = @LIBS@ - - COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) diff --git a/packages/gnuplot/build.sh b/packages/gnuplot/build.sh index eb1acf83..e440764d 100644 --- a/packages/gnuplot/build.sh +++ b/packages/gnuplot/build.sh @@ -1,7 +1,6 @@ TERMUX_PKG_HOMEPAGE=http://www.gnuplot.info/ TERMUX_PKG_DESCRIPTION="Command-line driven graphing utility" -TERMUX_PKG_VERSION=4.6.7 -TERMUX_PKG_BUILD_REVISION=3 +TERMUX_PKG_VERSION=5.0.4 TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/project/gnuplot/gnuplot/${TERMUX_PKG_VERSION}/gnuplot-${TERMUX_PKG_VERSION}.tar.gz TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--without-x --with-lua=no" TERMUX_PKG_DEPENDS="libandroid-support, readline, pango, libgd" -- 2.11.0