Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/cyphertite/files: cyphertite-2.0.2-fix-build.patch
Date: Sun, 06 Jul 2014 15:49:22
Message-Id: 20140706154917.69BE12004E@flycatcher.gentoo.org
1 grknight 14/07/06 15:49:17
2
3 Modified: cyphertite-2.0.2-fix-build.patch
4 Log:
5 Revision bump to fix CFLAGS and deps as per bug 516498 and bug 516500
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
8
9 Revision Changes Path
10 1.2 app-backup/cyphertite/files/cyphertite-2.0.2-fix-build.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/cyphertite/files/cyphertite-2.0.2-fix-build.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/cyphertite/files/cyphertite-2.0.2-fix-build.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/cyphertite/files/cyphertite-2.0.2-fix-build.patch?r1=1.1&r2=1.2
15
16 Index: cyphertite-2.0.2-fix-build.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-backup/cyphertite/files/cyphertite-2.0.2-fix-build.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- cyphertite-2.0.2-fix-build.patch 26 Jun 2014 00:56:07 -0000 1.1
23 +++ cyphertite-2.0.2-fix-build.patch 6 Jul 2014 15:49:17 -0000 1.2
24 @@ -111,7 +111,7 @@
25 diff -aurNw cyphertite-2.0.2/xmlsd/GNUmakefile cyphertite-2.0.2.new/xmlsd/GNUmakefile
26 --- cyphertite-2.0.2/xmlsd/GNUmakefile 2014-04-07 20:07:06.000000000 -0400
27 +++ cyphertite-2.0.2.new/xmlsd/GNUmakefile 2014-06-24 21:51:42.518905907 -0400
28 -@@ -41,7 +41,7 @@
29 +@@ -41,10 +41,10 @@
30
31 # Compiler and linker flags.
32 CPPFLAGS += -DNEED_LIBCLENS
33 @@ -119,7 +119,11 @@
34 +INCFLAGS += -I$(INCDIR)/clens/include/clens
35 WARNFLAGS ?= -Wall -Werror
36 DEBUG += -g
37 - CFLAGS += $(INCFLAGS) $(WARNFLAGS) $(DEBUG) -O2
38 +-CFLAGS += $(INCFLAGS) $(WARNFLAGS) $(DEBUG) -O2
39 ++CFLAGS += $(INCFLAGS) $(WARNFLAGS) $(DEBUG)
40 + LDFLAGS +=
41 + SHARED_OBJ_EXT ?= o
42 +
43 diff -aurwN cyphertite-2.0.2/cyphertite/examples/ct_archive/GNUmakefile cyphertite-2.0.2.new/cyphertite/examples/ct_archive/GNUmakefile
44 --- cyphertite-2.0.2/cyphertite/examples/ct_archive/GNUmakefile 2014-04-07 20:07:03.000000000 -0400
45 +++ cyphertite-2.0.2.new/cyphertite/examples/ct_archive/GNUmakefile 2014-06-24 22:45:13.136091682 -0400