Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-sqlite3/files: ocaml-sqlite3-0.22.0-destdir.patch ocaml-sqlite3-1.2.0-werror.patch
Date: Thu, 25 Sep 2008 12:35:47
Message-Id: E1Kiq4O-0005JE-Up@stork.gentoo.org
1 aballier 08/09/25 12:35:44
2
3 Modified: ocaml-sqlite3-0.22.0-destdir.patch
4 Added: ocaml-sqlite3-1.2.0-werror.patch
5 Log:
6 Dont use -Werror -pedantic when building, dont use install -D, keyword ~x86-fbsd
7 (Portage version: 2.2_rc9/cvs/Linux 2.6.26.5 x86_64)
8
9 Revision Changes Path
10 1.2 dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-0.22.0-destdir.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-0.22.0-destdir.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-0.22.0-destdir.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-0.22.0-destdir.patch?r1=1.1&r2=1.2
15
16 Index: ocaml-sqlite3-0.22.0-destdir.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-0.22.0-destdir.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ocaml-sqlite3-0.22.0-destdir.patch 31 Aug 2007 07:23:45 -0000 1.1
23 +++ ocaml-sqlite3-0.22.0-destdir.patch 25 Sep 2008 12:35:44 -0000 1.2
24 @@ -1,13 +1,14 @@
25 -Index: ocaml-sqlite3-0.22.0/Makefile.in
26 +Index: ocaml-sqlite3-1.2.0/Makefile.in
27 ===================================================================
28 ---- ocaml-sqlite3-0.22.0.orig/Makefile.in
29 -+++ ocaml-sqlite3-0.22.0/Makefile.in
30 -@@ -37,7 +37,7 @@ install: sqlite3.cma sqlite3.cmxa sqlite
31 +--- ocaml-sqlite3-1.2.0.orig/Makefile.in
32 ++++ ocaml-sqlite3-1.2.0/Makefile.in
33 +@@ -37,7 +37,8 @@ install: sqlite3.cma sqlite3.cmxa sqlite
34 [ -f *.so ] && SO_FILES=*.so; \
35 ocamlfind install sqlite3 META sqlite3.cmi sqlite3.mli sqlite3.cma *.cmxa *.a *.cmx $$SO_FILES
36 ocamlfind ocamlmktop -o sqlite3top -package "sqlite3" sqlite3.cma
37 - $(INSTALL) sqlite3top $(bindir)/sqlite3top
38 -+ $(INSTALL) -D sqlite3top $(DESTDIR)$(bindir)/sqlite3top
39 ++ mkdir -p $(DESTDIR)$(bindir)
40 ++ $(INSTALL) sqlite3top $(DESTDIR)$(bindir)/sqlite3top
41
42 remove: uninstall
43 uninstall:
44
45
46
47 1.1 dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-1.2.0-werror.patch
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-1.2.0-werror.patch?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ml/ocaml-sqlite3/files/ocaml-sqlite3-1.2.0-werror.patch?rev=1.1&content-type=text/plain
51
52 Index: ocaml-sqlite3-1.2.0-werror.patch
53 ===================================================================
54 Index: ocaml-sqlite3-1.2.0/Makefile.in
55 ===================================================================
56 --- ocaml-sqlite3-1.2.0.orig/Makefile.in
57 +++ ocaml-sqlite3-1.2.0/Makefile.in
58 @@ -5,7 +5,7 @@ exec_prefix=@exec_prefix@
59 bindir=@bindir@
60
61 CC=@CC@
62 -CFLAGS=@CPPFLAGS@ @CFLAGS@ -fPIC -Wall -pedantic -Werror -Wno-long-long
63 +CFLAGS=@CPPFLAGS@ @CFLAGS@ -fPIC -Wall -Wno-long-long
64 LIBS=@LIBS@
65 LDFLAGS=@LDFLAGS@