| Age | Commit message (Collapse) | Author |
|
|
|
Closes #15931.
|
|
Closes #15920.
|
|
Closes #15944.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
The new formula debugger users continuations to jump back up the stack,
and thus anything that has the potential to be executed twice (i.e.
ensure blocks) needs to to be essentially idempotent.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Download checksum for 3.11.5 was stealth-updated.
Fixes #15935.
|
|
- Add `ENV.m32` to fix build errors on 64bit hardware w/ `--32-bit`
Some users want to force 32bit ghc on 64bit hardware.
Ghc, however, comes with several internal libraries like libgmp
that get configured during the build. By forcing `ENV.m32`,
we force all the internal libs to build 32bit also.
Fixes #15925.
Closes #15933.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
|
|
Closes #15926.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #15927.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
c.f. #15923.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #15923.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #15911.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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.
Closes #15879.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #15889.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Was missing a `-I` flag.
Fixes #15890.
|
|
Closes #15897.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15898.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15891.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15893.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15894.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Enumerable#one? is not available under Ruby 1.8.6. Further, we really
want #any? here, as setting both HOME and CURL_HOME can trigger a false
negative.
Fixes #15883.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
*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?
Fixes #15782
Closes #15817.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15882.
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
Closes #15888.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15887.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15884.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15874.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15814.
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.
Fixes #15692
Closes #15829.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15872.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Use explicit call to LanguageModuleDependency.new instead.
Closes #15863.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15868.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15867.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15864.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
This restores compatibility with llvm.
Closes #15840.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15847.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15839.
|
|
Closes #15848.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15846.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #15852.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|