Misty De Meo
399f3a24f2
gdb: audit fixes
2015-11-19 20:52:37 -08:00
BrewTestBot
c8acc9f3f9
darcs: update 2.10.2 bottle.
2015-11-20 04:35:23 +00:00
Mandar Gokhale
0c1da0ed39
darcs 2.10.2
...
Update darcs to 2.10.2
Closes Homebrew/homebrew#46192 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-20 04:35:20 +00:00
BrewTestBot
34c493e75a
gdb: update 7.10 bottle.
2015-11-19 19:50:28 -08:00
BrewTestBot
bd17e7ee7e
gdb: update 7.10 bottle.
...
Closes Homebrew/homebrew#46191 .
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2015-11-19 19:50:23 -08:00
Guo Xiao
b0006db96d
gdb 7.10
...
Closes Homebrew/homebrew#505 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-19 19:50:21 -08:00
Dominyk Tiller
84128bc9fe
formulae: automated syntax fixes
2015-11-19 19:50:21 -08:00
Dominyk Tiller
61a476523b
formulae: remove redundant root_url
2015-11-19 19:50:21 -08:00
BrewTestBot
41bf49bf73
gdb: update 7.9.1 bottle.
2015-11-19 19:50:21 -08:00
Porkepix
aa1eebabf4
gdb 7.9.1
...
GDB 7.9.1
Closes Homebrew/homebrew#467 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-19 19:50:21 -08:00
BrewTestBot
314237cf27
gdb: update 7.9 bottle.
2015-11-19 19:50:21 -08:00
Alessio Bogon
6ec14bb53b
gdb 7.9
...
Closes Homebrew/homebrew#437 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
BrewTestBot
818b1d123d
gdb: add 7.8.2 bottle.
2015-11-19 19:50:21 -08:00
James Pearson
66f3d1758b
gdb 7.8.2
...
Unfortunately, it appears the Yosemite build fix
( https://sourceware.org/bugzilla/show_bug.cgi?id=17046 ) didn't make it
into 7.8.2, so the patch at the bottom is still necessary.
Closes Homebrew/homebrew#427 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
a5b64e2d87
Fix audit warnings
2015-11-19 19:50:21 -08:00
Dominyk Tiller
ffeb018e20
gdb: pruning more conflict
...
Yet another directory that conflicts.
Linking /usr/local/Cellar/binutils/2.24...
Error: Could not symlink share/info/bfd.info
Target /usr/local/share/info/bfd.info
Linking /usr/local/Cellar/binutils/2.24...
Error: Could not symlink share/info/configure.info
Target /usr/local/share/info/configure.info
Closes Homebrew/homebrew#382 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
f8934e5d5d
gdb 7.8.1
2015-11-19 19:50:21 -08:00
Jack Nagel
b4e4f9ab70
gdb: fix 10.10 build
...
Fixes Homebrew/homebrew#361 .
2015-11-19 19:50:21 -08:00
Jack Nagel
aa71884a99
gdb: use xz tarball
2015-11-19 19:50:21 -08:00
David Holm
0e3d6eac26
gdb 7.8
...
Closes Homebrew/homebrew#348 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
David Christenson
598fc50b9c
gdb: modernize
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2015-11-19 19:50:21 -08:00
David Christenson
261a5509af
gdb 7.7.1
...
Closes Homebrew/homebrew#313 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2015-11-19 19:50:21 -08:00
David Holm
27e9fe0390
gdb 7.7
...
Closes Homebrew/homebrew#272 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2015-11-19 19:50:21 -08:00
Peter Eisentraut
59b7b7f266
gdb: Remove standards.info
...
It is installed by several GNU packages, leading to linking conflicts,
and it is not very useful.
Closes Homebrew/homebrew#265 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Daniel Trebbien
b5ac393c22
gdb 7.6.2
...
Closes Homebrew/homebrew#258 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Xiyue Deng
5fd0a6748c
gdb 7.6.1
2015-11-19 19:50:21 -08:00
Xiyue Deng
eaf5765fd7
gdb: add version suffix
...
* Using "--with-version-suffix", gdb executable will be named as "gdb-7"
where "7" is the major version. This makes using system gdb and
Homebrew gdb at the same time easier.
2015-11-19 19:50:21 -08:00
Xiyue Deng
838022e1df
Removing files that conflicts with binutils.
...
Closes Homebrew/homebrew#199 .
2015-11-19 19:50:21 -08:00
Xiyue Deng
b5b4af9d3e
Style nitpick for args.
2015-11-19 19:50:21 -08:00
David Holm
160688270d
Support using the homebrewed installation of Python with GDB
...
Adds a flag, --with-brewed-python, which will build GDB with the
Homebrewed Python installation instead of the system one. This requires
Python to be built with --universal so a check for this has been added
as well.
Closes Homebrew/homebrew#153 .
Signed-off-by: Xiyue Deng <manphiz@gmail.com>
2015-11-19 19:50:21 -08:00
David Albert
5356df1373
Gdb 7.6
...
Closes Homebrew/homebrew#179 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2015-11-19 19:50:21 -08:00
David Albert
2628f3237f
GDB 7.5.1
...
This includes two patches to BFD related to new Mach-O load commands
added in 10.8 (and possibly 10.7 depending on what version of the
devtools you have installed). The first patch is from upstream and will
be released as part of GDB 7.6. The second patch fixes a bug in the
upstream patch to make GDB properly read a binary's start address. The
second patch is not yet upstream because I don't have a copyright
assignment agreement with the FSF yet, but it has been approved and some
version of it should find itself in GDB 7.6 as well. You can find the
related email thread here:
http://sourceware.org/ml/binutils/2012-11/msg00320.html
Closes Homebrew/homebrew#126 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
0d7f83e997
Convert to SHA1
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
David Albert
4dd5270788
gdb 7.5
...
Closes Homebrew/homebrew#69 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
David Albert
4059a20567
gdb: apply upstream patch to fix OS X crash
...
There is a known issue with gdb 7.4 on OS X where calling `run` on twice
in the same debugging session will crash gdb. It's been fixed upstream
and it's targeted for 7.5. I've added a patch that fixes it in the
formula.
The bug report:
http://old.nabble.com/-Bug-gdb-13619--New%3A-Crash-when-running-binary-a-second-time-in-the-same-session-td33196464.html
The patch (linked from the bug report):
http://sourceware.org/ml/gdb-patches/2012-02/msg00098.html
Closes Homebrew/homebrew#8 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
David Albert
e6d682f587
gdb 7.4
...
Closes Homebrew/homebrew#7 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
5d6af2f90d
Add mirrors to GNU formulae
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
2bd35f5a80
gdb: style fixes, add readline dep
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
733efdfcf1
gdb: clarify caveats
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
d2fea8cec2
Use ftpmirror.gnu.org for GNU urls
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
28d9dfe739
gdb 7.3.1
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
1cd2437bd0
gdb 7.3a
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
ebe54b4e31
gdb 7.3
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
40efaadf42
Add caveats to gdb and fix Python support
...
User-installed versions of gdb have to be code signed; this caveat
points users to more information about this. Also, gdb has problems
building against a Homebrew-installed Python. This patch forces it
to build against the system Python.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2015-11-19 19:50:21 -08:00
Jack Nagel
14ff6e6091
Update gdb to 7.2
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2015-11-19 19:50:21 -08:00
Adam Vandenberg
a18e0ab27a
Import duplicate formulae from homebrew/duplicates
2015-11-19 19:50:21 -08:00
BrewTestBot
efac32cac8
youtube-dl: update 2015.11.19 bottle.
2015-11-19 23:42:58 +00:00
Sergey M․
c2ff0f08af
youtube-dl 2015.11.19
...
Closes Homebrew/homebrew#46166 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-19 23:42:54 +00:00
Alessandro Gatti
286365a32f
cfr-decompiler 0.110
...
CFR 0.110
Closes Homebrew/homebrew#46167 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-19 23:42:32 +00:00
Jason Karns
4b23457df9
heroku-toolbelt 3.42.22
...
Closes Homebrew/homebrew#46177 .
Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
2015-11-19 23:40:51 +00:00