public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xgraph/files/
@ 2017-01-29 20:10 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2017-01-29 20:10 UTC (permalink / raw
  To: gentoo-commits

commit:     22b5a77775a7a8fec7e8cf4fa50269872d64516a
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jan 29 09:24:23 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 20:09:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b5a777

sci-visualization/xgraph: remove unused patches

Closes: https://github.com/gentoo/gentoo/pull/3709

 .../xgraph/files/xgraph-12.1-glibc-2.10.patch      | 29 ----------------------
 .../xgraph/files/xgraph-makefile-gentoo.patch      | 12 ---------
 2 files changed, 41 deletions(-)

diff --git a/sci-visualization/xgraph/files/xgraph-12.1-glibc-2.10.patch b/sci-visualization/xgraph/files/xgraph-12.1-glibc-2.10.patch
deleted file mode 100644
index e251408..00000000
--- a/sci-visualization/xgraph/files/xgraph-12.1-glibc-2.10.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-diff -ur xgraph-12.1.orig/dialog.c xgraph-12.1/dialog.c
---- xgraph-12.1.orig/dialog.c	2009-08-09 01:02:01.000000000 +0300
-+++ xgraph-12.1/dialog.c	2009-08-09 01:02:40.000000000 +0300
-@@ -775,7 +775,7 @@
-     memset(new_info->lines, 0, sizeof(Window) * E_LINES);
- 
-     lineptr = text;
--    while (getline(&lineptr, line)) {
-+    while (get_line(&lineptr, line)) {
- 	if (new_info->num_lines >= new_info->alloc_lines) {
- 	    int old_alloc_lines_size = new_info->alloc_lines * sizeof(Window);
- 	    new_info->alloc_lines *= 2;
-@@ -886,7 +886,7 @@
- 
- 
- int 
--getline(tptr, lptr)
-+get_line(tptr, lptr)
- char  **tptr;
- char   *lptr;
- 
-diff -ur xgraph-12.1.orig/dialog.h xgraph-12.1/dialog.h
---- xgraph-12.1.orig/dialog.h	2009-08-09 01:02:01.000000000 +0300
-+++ xgraph-12.1/dialog.h	2009-08-09 01:02:43.000000000 +0300
-@@ -1,3 +1,3 @@
- extern void msg_box(char *, char *);
--extern int getline(char **, char *);
-+extern int get_line(char **, char *);
- extern void do_error(char *);

diff --git a/sci-visualization/xgraph/files/xgraph-makefile-gentoo.patch b/sci-visualization/xgraph/files/xgraph-makefile-gentoo.patch
deleted file mode 100644
index e863742..00000000
--- a/sci-visualization/xgraph/files/xgraph-makefile-gentoo.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -Naur xgraph-12.1/Makefile.in xgraph-12.1-new/Makefile.in
---- xgraph-12.1/Makefile.in	1999-12-20 16:40:32.000000000 -0500
-+++ xgraph-12.1-new/Makefile.in	2006-08-12 10:04:18.000000000 -0400
-@@ -80,7 +80,7 @@
- 
- # C_WARNINGS = -Wall
- C_WARNINGS = 
--CFLAGS = $(ADDITIONAL_INCLUDES)  $(C_WARNINGS) -g  $(X_CFLAGS) 
-+CFLAGS = $(ADDITIONAL_INCLUDES)  $(C_WARNINGS) @CFLAGS@  $(X_CFLAGS) 
- 
- xgraph_LDADD = $(ADDITIONAL_LIBS) $(X_LIBS) $(X_PRE_LIBS) $(X_EXTRA_LIBS) -lX11 -lm
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-01-29 20:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-29 20:10 [gentoo-commits] repo/gentoo:master commit in: sci-visualization/xgraph/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox