otx is hardcoded to use the MacOSX10.6 SDK which is no longer available in
Mountain Lion. By replacing this with MacOSX#{MacOS.version} the package can
be successfully built even on 10.8.
ClosesHomebrew/homebrew#15879.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
*Note*: the docs tarball was not updated in this release, but I
incremented the version for consistency.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
- Add an option to build without-x
- Add a `depends_on :x11` otherwise
- Add a `depends_on :libpng` that was missing.
- Add a `depends_on 'gd'` that is optional.
- Add a `depends_on 'libharu'` also optional for pdf output.
- Add a flag to enable 64bit pointers on 32bit machines.
- Add a flag to enable pthreads.
It's worth noting that this will build against mysql or postgresql.
It searches for `pg_config`. It's reasonable for molecular biology
grinding software have some sort of DB enabled. In that case,
we might want to add an `ENV :userpaths` to pick up the preferred
`pg_config` or we want to add a depends_on postgresql. Thoughts?
FixesHomebrew/homebrew#15782ClosesHomebrew/homebrew#15817.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Upgrade to 1.0.10
- Add a CMake variable to help it find OpenJpeg includes.
- Passes 39/39 tests
- Works with superenv
ClosesHomebrew/homebrew#15888.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- 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.
FixesHomebrew/homebrew#15692ClosesHomebrew/homebrew#15829.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Add a definition for Ruby 2.0.0-preview1
* Add a definition for Rubinius 2.0.0-rc1
ClosesHomebrew/homebrew#15855.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>