Commit graph

7 commits

Author SHA1 Message Date
Jack Nagel
c8b3515d14 libgda: intltool is a build-time dep 2013-02-03 14:47:59 -06:00
Jack Nagel
8c29982153 Revert "Rename readline to gnu-readline"
This reverts commit adee5315265cc46aa6a3057071527abb16e1cd94.

Turns out one of the "other things" is a dealbreaker.

We only create kegs using a formula's canonical name. However, we do not
check that this is the case when mapping existing kegs back to formula
objects, and thus a keg with a name that happens to be an alias can fool
Homebrew into thinking the canonically-named keg exists.

So anything that enumerates kegs and then tries to do stuff with the
resulting formula objects will just break. This is obviously worse than
the debugger being broken, so reverting this for the time being.
2012-11-10 21:12:26 -06:00
Jack Nagel
e2f9856882 Rename readline to gnu-readline
The Readline class clashes with the Readline module from the Ruby
stdlib. This has mostly worked, but with the recent debugging support's
integration of IRB, it is no longer possible for them to coexist. So we
need to rename it.

The implications of this are:

 - Anything that depends on readline will reinstall it as
   "gnu-readline". Anything already installed will continue to function.

 - "brew upgrade readline" will say "gnu-readline not installed", as
   "readline" is now an alias.

 - Probably other things.

So there are some downsides, but we will just have to deal with them.

Fixes Homebrew/homebrew#15776.
2012-11-10 20:07:32 -06:00
samueljohn
6747292066 libgda: ENV.libxml2 needed if no CLT
Fixes Homebrew/homebrew#14108.
Closes Homebrew/homebrew#14408.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23 16:29:56 -05:00
nibbles 2bits
9aac42f90a libgda 5.0.3
Upgrade to 5.0.3. Add a dep on xz for the tarball.
Tested on ML with XCode-4.4.1.

Closes Homebrew/homebrew#14056.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-08 21:06:53 -07:00
Adam Vandenberg
1f566f18c6 libgda - audit warnings and formatting 2011-03-21 13:07:14 -07:00
Alexey Zakhlestin
0e638d938e Libgda 4.2.5 2011-03-21 12:11:33 +00:00