- Upgrade to 1.12.0
- Add an option to build `without-x` like cairo
- Add a dep on x11 by default because it uses cairo and pango
- Make the x11 dep active if X11 is installed
- Works well with superenv & clutter
ClosesHomebrew/homebrew#15633.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- It builds a command line and gui interface to maxima.
- The app gets installed to prefix.
- Works well with superenv and wxmac.
FixesHomebrew/homebrew#15655ClosesHomebrew/homebrew#15669.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Add `ENV['LANG'] = 'C'` per the build instrutions for OSX.
- Tested with superenv and the new wxmaxima formula
ClosesHomebrew/homebrew#15668.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
srecord does not build if glibtool is not available at build time.
The libtool package installs glibtool into /usr/local/bin, so srecord
needs to list this dependency to overcome superenv.
ClosesHomebrew/homebrew#15688.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
tiny-fugue was crafted in 2007 to use pcre, and it uses system
pcre or HB pcre over its own internal pcre-2.08 by linking against
`-lpcre`. However it uses a removed API, `pcre_info` like goffice
tries to do.
- Add a dep on HB pcre.
- patch this to change to using `pcre_fullinfo`
- design the patch like the goffice patch.
FixesHomebrew/homebrew#15105ClosesHomebrew/homebrew#15681.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
* Fix typo in comment for adding rpath
* Enable detailed build log by adding "-d2" to bjam.
- This will show the actual compile commands during building.
* Tweak ICU handling
- Change icu4c_prefix to opt_prefix to avoid breakage when keg_only icu updates.
ClosesHomebrew/homebrew#15506.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
The sha1 for par2tbb was changed in 2814e3a9 but it's not right.
Correct the sha1 to be that of the download tarball. This change
matches the sha1 of the old tarball in my cache from March 20th.
FixesHomebrew/homebrew#15666ClosesHomebrew/homebrew#15674.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Fix a compiler error on OS X 10.8.
Link with boost_system for boost::system::system_category().
ClosesHomebrew/homebrew#15607.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
subversion --perl tries to install to `/Library/Perl` which is
not writeable by the regular user and causes a build error.
- Set the perl `DESTDIR=#{prefix}` and add a caveat.
FixesHomebrew/homebrew#15352ClosesHomebrew/homebrew#15652.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Upgrade to 110.75
- Remove the patches that have been merged.
- Add `env :std` because `ENV.m32` doesn't work in superenv.
- This builds a set of 32bit binaries via multiple downloads.
FixesHomebrew/homebrew#15587ClosesHomebrew/homebrew#15658.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Heroku has deprecated their Rubygem, and is encouraging everyone to use
their Toolbelt to install and use the `heroku` command line tool. While
they have a GUI installer for OS X, that's just not how I roll when it
comes to CLI tools. This takes the underlying package that the Toolbelt
is based on and wraps it up in a formula everyone can use.
ClosesHomebrew/homebrew#15480.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This is a pure library that can build with or without Boost,
but does not build against newer versions of Boost.
Nothing else in Homebrew depends on this library, so remove.
Users of this library will have to decide whether or not they want
to use Boost.
ClosesHomebrew/homebrew#14135.
- Upgrade to 1.12.2
- Add an option to build `without-x` like cairo and pango
- Add a dep on x11 by default because it uses cairo, pango, cogl
- Add a few flags like `disable-debug, disable-tests
- Works well with superenv. Requires the new atk PR.
FixesHomebrew/homebrew#15034ClosesHomebrew/homebrew#15634.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
- Upgrade to 0.91.0
- Change the skip clean to 'share' to stop a warning.
- The `skip_clean` is needed. It installs nothing to its prefix.
- Change the `satisfied?` PGS test to whether HB PGS is installed.
- Prepend HB PSG bin to PATH so it finds the right pg-config
ClosesHomebrew/homebrew#15474.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>