Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-office/sc/files: sc-7.16-lex-syntax.patch sc-7.16-amd64.patch
Date: Thu, 30 Oct 2014 22:00:04
Message-Id: 20141030215957.D1C119192@oystercatcher.gentoo.org
1 jer 14/10/30 21:59:57
2
3 Modified: sc-7.16-lex-syntax.patch sc-7.16-amd64.patch
4 Log:
5 Fix building against sys-libs/ncurses[tinfo] (bug #527420).
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.2 app-office/sc/files/sc-7.16-lex-syntax.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/sc/files/sc-7.16-lex-syntax.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/sc/files/sc-7.16-lex-syntax.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/sc/files/sc-7.16-lex-syntax.patch?r1=1.1&r2=1.2
15
16 Index: sc-7.16-lex-syntax.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-office/sc/files/sc-7.16-lex-syntax.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- sc-7.16-lex-syntax.patch 17 Jan 2008 21:02:38 -0000 1.1
23 +++ sc-7.16-lex-syntax.patch 30 Oct 2014 21:59:57 -0000 1.2
24 @@ -1,6 +1,5 @@
25 -diff -Naur sc-7.16-orig/lex.c sc-7.16/lex.c
26 ---- sc-7.16-orig/lex.c 2002-08-20 16:44:26.000000000 -0600
27 -+++ sc-7.16/lex.c 2008-01-17 14:56:27.000000000 -0600
28 +--- a/lex.c
29 ++++ b/lex.c
30 @@ -107,7 +107,7 @@
31 yylex()
32 {
33
34
35
36 1.5 app-office/sc/files/sc-7.16-amd64.patch
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/sc/files/sc-7.16-amd64.patch?rev=1.5&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/sc/files/sc-7.16-amd64.patch?rev=1.5&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/sc/files/sc-7.16-amd64.patch?r1=1.4&r2=1.5
41
42 Index: sc-7.16-amd64.patch
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/app-office/sc/files/sc-7.16-amd64.patch,v
45 retrieving revision 1.4
46 retrieving revision 1.5
47 diff -u -r1.4 -r1.5
48 --- sc-7.16-amd64.patch 26 Sep 2014 19:57:56 -0000 1.4
49 +++ sc-7.16-amd64.patch 30 Oct 2014 21:59:57 -0000 1.5
50 @@ -1,6 +1,5 @@
51 -diff -Naur sc-7.16-orig/xmalloc.c sc-7.16/xmalloc.c
52 ---- sc-7.16-orig/xmalloc.c 2002-04-25 17:37:58.000000000 -0600
53 -+++ sc-7.16/xmalloc.c 2008-01-17 14:41:31.000000000 -0600
54 +--- a/xmalloc.c
55 ++++ b/xmalloc.c
56 @@ -3,19 +3,12 @@
57 * $Revision: 7.16 $
58 */