1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
|
# ChangeLog for sys-libs/libstdc++-v3
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-libs/libstdc++-v3/ChangeLog,v 1.33 2005/06/04 12:33:26 kugelfang Exp $
04 Jun 2005; Danny van Dyk <kugelfang@gentoo.org>
libstdc++-v3-3.3.4.ebuild:
Fixed multilib handling, both triggers (has_multilib_profile) and
directories (lib64 instead lib).
11 May 2005; Diego Pettenò <flameeyes@gentoo.org>
libstdc++-v3-3.3.4.ebuild:
Make libstdc++ depend on glibc only on glibc systems.
07 Feb 2005; Markus Rothe <corsair@gentoo.org> libstdc++-v3-3.3.4.ebuild:
Fix typo in ppc64 CFLAGS-filter
21 Nov 2004; Tom Gall <tgall@gentoo.org> libstdc++-v3-3.3.4.ebuild:
fix bug #70972 on ppc64
11 Nov 2004; Joshua Kinard <kumba@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild,
libstdc++-v3-3.3.4.ebuild:
Marked unstable on sparc.
31 Oct 2004; Joshua Kinard <kumba@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
Marked stable on mips.
30 Oct 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild,
libstdc++-v3-3.3.4.ebuild:
updated the ebuild with a table of known valid arch settings for i386/x86-64,
mips, and rs6000/ppc/ppc64
26 Oct 2004; Daniel Goller <morfic@gentoo.org> libstdc++-v3-3.3.4.ebuild:
Do the required magic to deal with G3, G4, G5 archs on gcc3.3
Closing bug 64252
11 Sep 2004; Travis Tilley <lv@gentoo.org> -libstdc++-v3-3.3.4-r1.ebuild:
temporarily removing ebuild pending a redesign of the toolchain eclass.
compatibility library targets should be handled differently from normal
library targets.
*libstdc++-v3-3.3.4-r1 (05 Sep 2004)
05 Sep 2004; Travis Tilley <lv@gentoo.org> +libstdc++-v3-3.3.4-r1.ebuild:
added stack smashing protection and converted the ebuild over to using the new
toolchain.eclass
03 Sep 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>
libstdc++-v3-3.3.3-r1.ebuild:
Masked libstdc++-v3-3.3.3-r1.ebuild stable for ppc
01 Sep 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild,
libstdc++-v3-3.3.4.ebuild:
made libstdc++-v3 use $(get_libdir) for optionally installing to lib32/lib64
based on the CONF_LIBDIR setting. CONF_LIBDIR wont be fully supported until
portage 2.0.51
*libstdc++-v3-3.3.4 (29 Aug 2004)
29 Aug 2004; Travis Tilley <lv@gentoo.org> +libstdc++-v3-3.3.4.ebuild:
version bump
28 Aug 2004; <solar@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
added call to gnuconfig_update
28 Aug 2004; <solar@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
remove glibc from the depends if USE=uclibc is set
19 Aug 2004; Guy Martin <gmsoft@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
Removed hppa KEYWORD until we have a working >=gcc-3.3.3.
17 Aug 2004; Luca Barbato <lu_zero@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
Marked ~ppc
02 Aug 2004; Daniel Goller <morfic@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
Without stable deps reversing x86 to ~x86
01 Aug 2004; Tom Gall <tgall@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
stable on ppc64, bug #59028
31 Jul 2004; Aron Griffis <agriffis@gentoo.org>
libstdc++-v3-3.3.3-r1.ebuild:
replace-flags -march=pentium-m -march=pentium3 for gcc-3.3 compat #58967
30 Jul 2004; Daniel Goller <morfic@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
Marked stable on x86
25 Jul 2004; Daniel Goller <morfic@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
Marked ~x86 for gcc3.4 profile
15 Jul 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
added -fstack-protector and a few others to the list of filtered flags
13 Jul 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
filter some gcc 3.4 flags that the gcc 3.3.3 xgcc will fail on
11 Jul 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
gcc 3.3 doesnt support -mtune on numerous archs, so xgcc will fail if we have
it in CFLAGS. the ebuild now filters this flag.
02 Jul 2004; Jeremy Huddleston <eradicator@gentoo.org>
libstdc++-v3-3.3.3-r1.ebuild:
virtual/glibc -> virtual/libc
10 Jun 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
stable on amd64
10 Jun 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
fixed the bug where some apps would fail to link if libstdc++-v3 is installed.
I didnt have previous ebuilds remove the .so symlink... this one does.
31 May 2004; Joshua Kinard <kumba@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
Added ~mips to KEYWORDS.
26 May 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
adding ~amd64 keyword now that gcc 3.4 is also marked ~amd64
27 May 2004; Travis Tilley <lv@gentoo.org> libstdc++-v3-3.3.3-r1.ebuild:
changed directory so that it doesnt clash with gcc 3.3.3
*libstdc++-v3-3.3.3-r1 (24 May 2004)
24 May 2004; Travis Tilley <lv@gentoo.org> +libstdc++-v3-3.3.3-r1.ebuild,
-libstdc++-v3-3.3.3.ebuild:
moved library to versioned directory with an env.d entry that tries to be as
far after the 3.4 libstdc++ as possible. hopefully this will fix the problems
people see with arts and similar ebuilds when the compat package is installed.
*libstdc++-v3-3.3.3 (23 May 2004)
23 May 2004; Travis Tilley <lv@gentoo.org> +Changelog,
+files/libstdc++_amd64_multilib_hack.patch, +libstdc++-v3-3.3.3.ebuild:
initial commit
|