| Age | Commit message (Collapse) | Author |
|
|
|
Closes #35815.
|
|
Adds a mirror. Removes the subjective time reference in the tests
option. Adds a more verbose wxmac option…
Takes a wild swing at closing #35815.
Closes #35833.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #35663.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
|
|
|
|
Closes #32914.
Signed-off-by: Tim D. Smith <git@tim-smith.us>
|
|
|
|
|
|
Merges Lua52 into the Master branch as the new ‘Lua’ whilst
transitioning the old Lua formula to ‘Lua51’, running the two
side-by-side in a non-conflicting way.
|
|
Closes #31143.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Needed for the bottle to behave as expected.
Closes #31096.
|
|
|
|
|
|
Closes #28969.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #28096.
|
|
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #26942.
Closes #26946.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
References #25121.
|
|
Gnuplot supports use of AquaTerm as an output device on OSX, provided
it detects an installed AquaTerm at build time. AquaTerm provides its
support through a framework named 'AquaTerm', which is installed in the
standard location '/Library/Frameworks'.
Gnuplot v4.6.3 does not detect the current version of AquaTerm, v1.1.1,
which was released in July 2012. This is due to a small change to the
standard AquaTerm installation, which is designed to encourage client
software to link to the framework using '-framework' style compiler
options, in place of the traditional library style options. Gnuplot's
trunk (v4.7) does now use this '-framework' style.
References:
https://github.com/AquaTerm/AquaTerm/blob/v1.1.1/aquaterm/ReleaseNotes#L1-11
https://github.com/AquaTerm/AquaTerm/blob/v1.1.1/aquaterm/INSTALL#L7-15
This formula change modifies Gnuplot 4.6.x's configure script to
generate '-framework' style options, thereby allowing a standard
installation of AquaTerm v1.1.1 to be detected. It also makes a minor
modification to an 'import' specification, which is probably only of
relevance on a case sensitive file system.
Gnuplot trunk now includes a '--with-aquaterm' configure option, which
is required before it will attempt to detect AquaTerm. This change adds
a 'noaquaterm' option to the formula to support this (so we default to
--with-aquaterm). The option will also be effective with Gnuplot v4.6.x.
Closes #25121.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #25948.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|
|
Closes #19565.
|
|
|
|
Closes #19520.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Since glib 2.36 the patch is unnecessary.
Closes #18900.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
call g_type_init() in cairo.trm
Closes #18528.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #16766.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
* Avoid broken path when keg_only dependencies updates.
Closes #16567.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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.
|
|
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 #15776.
|
|
- Upgrade to version 4.6.1
- Remove the patch. It decides aquaterm=no on its own now.
- Fix HEAD by not running `autoreconf`. Instead run `./prepare`
- Add an option to build the Qt4 terminal plus optional Qt dep.
- Add an option to build the testsuite. It's fantastic.
- Add an option to build the cairo terminals using pango.
- Make the pango dep active if `--cario` or `--wx` because
- the wxWidgets termial requires pango.
- Add `--without-latex` and `--without-tutorial` so no LaTeX Req.
- Add `--without-cairo` unless it is turned on as an option.
- Add an `ENV.j1` to fix an emacs related file locking error.
- Remove the unrecognized `--disable-debug` & aquaterm options.
- Works with superenv and passes its testsuite on 10.8.2.
Fixes #15692
Closes #15829.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15777.
|
|
|
|
Adds a MacPorts patch that allows `--without-aquaterm` as a configuration
option and then invokes this option by default.
Fixes #14647.
|
|
|
|
Closes #14653.
|
|
|