Gentoo Archives: gentoo-commits

From: "William Thomson (wltjr)" <wltjr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/firebird/files: firebird-2.0.3.12981.0-make-deps.patch firebird-2.0.3.12981.0-external-libs.patch digest-firebird-2.0.3.12981.0 digest-firebird-2.0.2.12964.0 firebird-2.0.2.12964.0-external-libs.patch firebird-2.0.2.12964.0-make-deps.patch
Date: Thu, 13 Sep 2007 22:19:58
Message-Id: E1IVwvQ-00052N-3e@stork.gentoo.org
1 wltjr 07/09/13 22:12:40
2
3 Added: firebird-2.0.3.12981.0-make-deps.patch
4 firebird-2.0.3.12981.0-external-libs.patch
5 digest-firebird-2.0.3.12981.0
6 Removed: digest-firebird-2.0.2.12964.0
7 firebird-2.0.2.12964.0-external-libs.patch
8 firebird-2.0.2.12964.0-make-deps.patch
9 Log:
10 Bumped to latest pre-release. Removed past 2.0.2.x due to that version being withdrawn by upstream.
11 (Portage version: 2.1.3.9)
12
13 Revision Changes Path
14 1.1 dev-db/firebird/files/firebird-2.0.3.12981.0-make-deps.patch
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/files/firebird-2.0.3.12981.0-make-deps.patch?rev=1.1&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/files/firebird-2.0.3.12981.0-make-deps.patch?rev=1.1&content-type=text/plain
18
19 Index: firebird-2.0.3.12981.0-make-deps.patch
20 ===================================================================
21 Index: firebird-2.0.0.12748/builds/posix/make.shared.targets
22 ===================================================================
23 --- firebird-2.0.0.12748.orig/builds/posix/make.shared.targets
24 +++ firebird-2.0.0.12748/builds/posix/make.shared.targets
25 @@ -57,7 +57,7 @@ $(SRC_ROOT)/dsql/parse.cpp: $(SRC_ROOT)/
26
27 # gpre_meta needs a special boot build since there is no database.
28
29 -$(SRC_ROOT)/gpre/gpre_meta.cpp: $(SRC_ROOT)/gpre/gpre_meta.epp
30 +$(SRC_ROOT)/gpre/gpre_meta.cpp: $(SRC_ROOT)/gpre/gpre_meta.epp $(GPRE_BOOT)
31 $(GPRE_BOOT) -lang_internal $(GPRE_FLAGS) $< $@
32
33
34 Index: firebird-2.0.0.12748/builds/posix/make.rules
35 ===================================================================
36 --- firebird-2.0.0.12748.orig/builds/posix/make.rules
37 +++ firebird-2.0.0.12748/builds/posix/make.rules
38 @@ -103,19 +103,19 @@ DSQL_GPRE_FLAGS = -lang_internal -r -m
39
40 .SUFFIXES: .c .e .epp .cpp
41
42 -.e.c:
43 +.e.c: $(GPRE_CURRENT)
44 $(GPRE_CURRENT) $(GPRE_FLAGS) $< $@
45
46
47 -.epp.cpp:
48 +.epp.cpp: $(GPRE_CURRENT)
49 $(GPRE_CURRENT) $(GPRE_FLAGS) $< $@
50
51
52 -$(SRC_ROOT)/jrd/%.cpp:: $(SRC_ROOT)/jrd/%.epp
53 +$(SRC_ROOT)/jrd/%.cpp:: $(SRC_ROOT)/jrd/%.epp $(GPRE_CURRENT)
54 $(GPRE_CURRENT) $(JRD_GPRE_FLAGS) $< $@
55
56
57 -$(SRC_ROOT)/dsql/%.cpp:: $(SRC_ROOT)/dsql/%.epp
58 +$(SRC_ROOT)/dsql/%.cpp:: $(SRC_ROOT)/dsql/%.epp $(GPRE_CURRENT)
59 $(GPRE_CURRENT) $(DSQL_GPRE_FLAGS) $< $@
60
61
62
63
64
65 1.1 dev-db/firebird/files/firebird-2.0.3.12981.0-external-libs.patch
66
67 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/files/firebird-2.0.3.12981.0-external-libs.patch?rev=1.1&view=markup
68 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/files/firebird-2.0.3.12981.0-external-libs.patch?rev=1.1&content-type=text/plain
69
70 Index: firebird-2.0.3.12981.0-external-libs.patch
71 ===================================================================
72 Index: firebird-2.0.0.12748/builds/posix/Makefile.in.firebird
73 ===================================================================
74 --- firebird-2.0.0.12748.orig/builds/posix/Makefile.in.firebird
75 +++ firebird-2.0.0.12748/builds/posix/Makefile.in.firebird
76 @@ -186,10 +186,10 @@ $(GEN_ROOT)/Make.Version : $(SRC_ROOT)/m
77 #
78
79 external_libraries:
80 - $(MAKE) -f $(GEN_ROOT)/Makefile.extern.icu
81 -ifeq ($(EDITLINE_FLG),Y)
82 - $(MAKE) -f $(GEN_ROOT)/Makefile.extern.editline
83 -endif
84 +# $(MAKE) -f $(GEN_ROOT)/Makefile.extern.icu
85 +#ifeq ($(EDITLINE_FLG),Y)
86 +# $(MAKE) -f $(GEN_ROOT)/Makefile.extern.editline
87 +#endif
88
89 #---------------------------------------------------------------------------
90 # Phase1: make a gpre_static from scratch so we can parse .e and .epp files
91 Index: firebird-2.0.0.12748/configure.in
92 ===================================================================
93 --- firebird-2.0.0.12748.orig/configure.in
94 +++ firebird-2.0.0.12748/configure.in
95 @@ -445,7 +445,7 @@
96 AC_CHECK_LIB(termcap, tgetent, , \
97 AC_CHECK_LIB(tinfo, tgetent, , \
98 AC_MSG_ERROR(termcap support not found)))))
99 - AC_SUBST(EDITLINE_A, -leditline)
100 + AC_SUBST(EDITLINE_A, -ledit)
101 fi
102 AC_CHECK_LIB(stdc++, main,,, $LIBS)
103
104 Index: firebird-2.0.0.12748/builds/posix/make.rules
105 ===================================================================
106 --- firebird-2.0.0.12748.orig/builds/posix/make.rules
107 +++ firebird-2.0.0.12748/builds/posix/make.rules
108 @@ -33,7 +33,7 @@
109
110
111 # Please don't use compiler/platform specific flags here - nmcc 02-Nov-2002
112 -CFLAGS:= $(CFLAGS) -I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include -I$(SRC_ROOT)/vulcan -I$(ROOT)/extern/icu/source/common -I$(ROOT)/extern/icu/source/i18n -DNAMESPACE=Vulcan
113 +CFLAGS:= $(CFLAGS) -I$(SRC_ROOT)/include/gen -I$(SRC_ROOT)/include -I$(SRC_ROOT)/vulcan -DNAMESPACE=Vulcan
114
115 ifeq ($(IsProdTypeBuild),Y)
116 CFLAGS:= $(CFLAGS) $(PROD_FLAGS) -DPROD_BUILD
117
118
119
120 1.1 dev-db/firebird/files/digest-firebird-2.0.3.12981.0
121
122 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/files/digest-firebird-2.0.3.12981.0?rev=1.1&view=markup
123 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/firebird/files/digest-firebird-2.0.3.12981.0?rev=1.1&content-type=text/plain
124
125 Index: digest-firebird-2.0.3.12981.0
126 ===================================================================
127 MD5 9a28587a596a149eb01f006be1cb2ddb Firebird-2.0.3.12981-0.tar.bz2 12623689
128 RMD160 6a1139b30a77070e6e74bdaebc5d9bdd52e32509 Firebird-2.0.3.12981-0.tar.bz2 12623689
129 SHA256 7abda7a3a35abeb4d2ff38b99e6238d713184e6c70a786777b7adcbad6b1261e Firebird-2.0.3.12981-0.tar.bz2 12623689
130 MD5 e48478a6034eb449ad502495e83a0764 ib_b60_doc.zip 10530848
131 RMD160 c64b4b6bc9125929928517ba072558a58ddf577d ib_b60_doc.zip 10530848
132 SHA256 8c0158678b2a2fe3ba3abfea1f5487fc5af2644d66837ab8a558f5ad6b6cfd6d ib_b60_doc.zip 10530848
133
134
135
136 --
137 gentoo-commits@g.o mailing list