[gnuplot5] 08/15: Remove beos-specific code.

Anton Gladky gladk at moszumanska.debian.org
Tue Sep 30 21:57:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository gnuplot5.

commit 163b2af5b13646a04f1a72d06429e20459c48c7a
Author: Anton Gladky <gladk at debian.org>
Date:   Mon Sep 29 22:32:25 2014 +0200

    Remove beos-specific code.
---
 debian/patches/09_remove_beos.patch | 44 +++++++++++++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 2 files changed, 45 insertions(+)

diff --git a/debian/patches/09_remove_beos.patch b/debian/patches/09_remove_beos.patch
new file mode 100644
index 0000000..4b7e227
--- /dev/null
+++ b/debian/patches/09_remove_beos.patch
@@ -0,0 +1,44 @@
+Description: remove beos-specific code
+Author: Anton Gladky <gladk at debian.org>
+Last-Update: 2014-09-29
+
+Index: gnuplot-5.0.rc2/configure.in
+===================================================================
+--- gnuplot-5.0.rc2.orig/configure.in
++++ gnuplot-5.0.rc2/configure.in
+@@ -1310,7 +1310,6 @@ AC_OUTPUT([Makefile
+            share/Makefile
+            share/LaTeX/Makefile
+            src/Makefile
+-           src/beos/Makefile
+            src/wxterminal/Makefile
+            src/qtterminal/Makefile
+            term/Makefile
+@@ -1418,10 +1417,6 @@ if test "$is_msdos" = yes; then
+   AC_MSG_RESULT([  svga terminal (MSDOS/djgpp): yes])
+ fi
+ 
+-if test "$build_src_beos_subdir" = yes; then
+-  AC_MSG_RESULT([  be terminal (BeOS): yes])
+-fi
+-
+ if test "$is_next" = yes; then
+   AC_MSG_RESULT([  next terminal: yes])
+ fi
+Index: gnuplot-5.0.rc2/src/Makefile.am
+===================================================================
+--- gnuplot-5.0.rc2.orig/src/Makefile.am
++++ gnuplot-5.0.rc2/src/Makefile.am
+@@ -75,11 +75,7 @@ getcolor_x11.o: getcolor.c
+ bf_test_SOURCES = bf_test.c
+ bf_test_LIBS = -lm
+ 
+-if BUILD_SRC_BEOS_SUBDIR
+-d_beos = beos
+-endif
+-
+-SUBDIRS = $(d_beos) wxterminal qtterminal
++SUBDIRS = wxterminal qtterminal
+ 
+ EXTRA_gnuplot_SOURCES = strftime.c vms.c
+ 
diff --git a/debian/patches/series b/debian/patches/series
index cc8ac7c..2e200f3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 05_default_gd_font.diff
 doc.patch
 08_disable_demo_plugin.patch
+09_remove_beos.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gnuplot5.git



More information about the debian-science-commits mailing list