Commit graph

11672 commits

Author SHA1 Message Date
Jack Nagel
ae3c76a4e0 scalate: use Pathname#find instead of loading Find
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 19:25:15 -05:00
Sebastian Sdorra
c2d7352f80 scm-manager 1.19
Closes Homebrew/homebrew#14277.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 18:41:31 -05:00
Charlie Sharpsteen
e30d3374de postgresql: Don't depend on ossp-uuid if building without
Fixes Homebrew/homebrew#14296.
2012-08-19 16:34:59 -07:00
Frank Celler
5afe575b9b ArangoDB 1.0.0
Closes Homebrew/homebrew#14261.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 18:23:58 -05:00
Shawn Morel
067c5e3296 clojure: Add --devel build
Closes Homebrew/homebrew#14294.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-08-19 16:15:11 -07:00
nibbles 2bits
353b795c5c ossp-uuid: change to a working mirror
ossp-uuid-1.6.2 has a flakey main ftp site, and they are no longer
hosted on the current `mirror` site. Change the mirror to use the
archive at googlecode.

Fixes Homebrew/homebrew#14265

Closes Homebrew/homebrew#14288.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-19 17:52:33 -05:00
samueljohn
7a0646c8e1 python3: ENV.minimal_optimization and cleanup
- Since 3.2.3, the "2to3" script has a version suffix already.
- Added `--without-gcc` to ensure python uses clang.
- Avoid optimization flags that are remembers by python
  (e.g. `python3.2-config --cflags`) and lead to problems
  with certain C-extensions.

Closes Homebrew/homebrew#14198.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 23:02:36 -05:00
samueljohn
909605ebc1 python: ENV.minimal_optimization. Remove 2to3 fix
- Extras now in HOMEBREW_PREFIX/share/python/Extras instead of
  HOMEBREW_PREFIX/share/python2.7/Extras
- Assure no '-march=...' or '-msse4' or similar flags are there
  because `python-config --cflags` reports them later and can
  break certain c-extensions. (happend for SciPy).

Closes Homebrew/homebrew#14199.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:57:00 -05:00
Birger J. Nordølum
2ec9461287 cogl 1.10.4
Closes Homebrew/homebrew#14215.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:41:51 -05:00
Birger J. Nordølum
835bcf1e7d clutter 1.10.8
Closes Homebrew/homebrew#14215.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:41:46 -05:00
imccoy
f20d04a33a urweb 20120807
Closes Homebrew/homebrew#14212.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:36:32 -05:00
Birger J. Nordølum
6f661f24e6 gdk-pixbuf 2.26.2
Closes Homebrew/homebrew#14214.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:35:16 -05:00
Birger J. Nordølum
84c4c4c9c5 coreutils 8.18
Closes Homebrew/homebrew#14213.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:32:40 -05:00
samueljohn
0129d02908 avro-c 1.7.1
Fixes Homebrew/homebrew#14196.
Closes Homebrew/homebrew#14205.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:31:51 -05:00
Jon Thacker
ac09a67727 scons 2.2.0
Closes Homebrew/homebrew#14238.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 22:17:21 -05:00
Charlie Sharpsteen
aa454ca0cd imagemagick: Install C++ interface by default.
Reasons:

  - It only adds 10 seconds to a deparallelized make job.
  - We do it for GraphicsMagick

A new option, `--without-magick-plus-plus` has been added for those who wish to
leave the C++ interface out.

Fixes Homebrew/homebrew#13559.
2012-08-18 17:41:16 -07:00
Iuri Diniz
6ea6427dad qscintilla2: Fix source code directory name
The directory was renamed from `Qt4` to `Qt4Qt5`.

Closes Homebrew/homebrew#14264.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-08-18 17:39:22 -07:00
Charlie Sharpsteen
93078bc9ee Ghostscript: Update to 9.06 2012-08-18 17:23:34 -07:00
Charlie Sharpsteen
1d69c6830c libwps: Update to 0.2.7 2012-08-18 16:06:57 -07:00
Charlie Sharpsteen
50fabcfbc8 netcdf: Update to 4.2.1.1
Also, use the new options DSL.
2012-08-18 15:08:19 -07:00
Fayland Lam
38f38090cb tor 0.2.2.38
Closes Homebrew/homebrew#14273.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:43:17 -05:00
Michael Vincent
0896eec88b kdiff3 0.9.97
Closes Homebrew/homebrew#14268.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:41:57 -05:00
Jeremy Johnstone
855d7e202e sshuttle 0.61
Closes Homebrew/homebrew#14266.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:40:35 -05:00
nibbles 2bits
8b035761b7 avidemux: update fails_with
avidemux fails with clang build 421. Make the adjustment.

Fixes Homebrew/homebrew#14230.
Closes Homebrew/homebrew#14231.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:39:16 -05:00
Nicolas Crowell
d6d4219af8 ncmpcpp: update URLs
brew install ncmpcpp was failing on a sha1 mismatch. It turns out the
link is dead or something and redirects to a new homepage. The new links
come from the page where the old ones were redirected to.

Closes Homebrew/homebrew#14218.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:37:17 -05:00
Anthony Pearson
e5a1253d58 node 0.8.7
Closes Homebrew/homebrew#14233.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:36:16 -05:00
Jack Nagel
e282aadb5b Deprecate MacOS.version? style methods
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:25:59 -05:00
Jack Nagel
7ee748c811 Adjust formula versions
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-18 11:13:54 -05:00
Jack Nagel
2cc9a0b98a Replace version strings with Version objects 2012-08-18 11:12:08 -05:00
Charlie Sharpsteen
e8599abf7f node: Remove XCode dependency
Node builds just fine under CLT-only installs. Node will not build under any
non-XCode package that provides Apple compilers but lacks a full set of
development Frameworks such as the osx-gcc-compiler.

Fixes Homebrew/homebrew#14274.
2012-08-18 00:17:26 -07:00
Jack Nagel
9a1ff95320 pan 0.139
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 22:18:43 -05:00
Jack Nagel
7326359cf9 enchant: only build aspell backend
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 22:18:15 -05:00
Jack Nagel
67fdbbef03 autogen 5.16.2
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 21:33:05 -05:00
Jack Nagel
68a5d1f3b8 automake 1.12.3
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 21:30:22 -05:00
Max Howell
ef43a15d59 avro-c conflicts with xz 2012-08-17 18:42:22 -04:00
Adam Vandenberg
2706adcab3 Use new :xcode dependency
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 15:37:41 -05:00
Misty De Meo
d6370dd48c exempt: style nits
A few style changes to bring it in line with current style:

* Moved homepage above url
* Use sha1 instead of md5
2012-08-17 14:10:41 -05:00
Misty De Meo
7851f25f01 gource: fix compilation with boost 1.50.0
Fixes Homebrew/homebrew#14246.
2012-08-17 14:05:58 -05:00
Lars Holm Nielsen
92a5dabe8b New formula: exempi
Closes Homebrew/homebrew#10692.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>

Note: Removed test since `exempi -h` doesn't exit 0
2012-08-17 14:05:58 -05:00
Jack Nagel
521b4f7160 class-dump: fix audit warning
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:44:34 -05:00
Chris Koenig
fc66d2fe79 gst-plugins-good: add optional libsoup dependency
Required for Gstreamer plugins souphttpsrc and souphttpclientsink.

Closes Homebrew/homebrew#14240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:34:01 -05:00
Chris Koenig
353aa6da6d New formula: libsoup
Intended to be an optional dependency of gst-plugins-good.

Closes Homebrew/homebrew#14240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:34:01 -05:00
Chris Koenig
76bfc5648a New formula: glib-networking
Intended to be used by libsoup, coming in a later commit.

Closes Homebrew/homebrew#14240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:34:01 -05:00
Chris Koenig
1182e15c5c New formula: gsettings-desktop-schemas
Intended to be used by glib-networking, coming in a later commit.

Closes Homebrew/homebrew#14240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:34:00 -05:00
Jack Nagel
93a72cff61 gnutls: depend on p11-kit
This enables compilation of other software that depends on this
functionality.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:33:32 -05:00
Jack Nagel
8f92552ebe p11-kit 0.13
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 13:13:53 -05:00
Sebastian Sdorra
2bb39906eb subversion 1.7.6
Closes Homebrew/homebrew#14250.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 12:31:06 -05:00
nibbles 2bits
3068061b1c open-scene-graph: fix patch array, adjust fails_with
Open-scene-graph has two patches. Change the patch block so
that something is returned.  Fixes patches not being applied.
Change the fails_with build number for clang to 421.

Closes Homebrew/homebrew#14236.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 12:28:27 -05:00
Thomas Bilk
1bf3964233 fossil 1.23
Closes Homebrew/homebrew#14258.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 12:19:37 -05:00
nibbles 2bits
cb876e7022 bdw-gc 7.2d
Upgrade bdw-gc to version 7.2d.  It passes make check on 10.8
using clang and llvm from XCode-4.4.1. Remove the `fails_with`.

Fixes Homebrew/homebrew#13940.
Closes Homebrew/homebrew#14259.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-17 12:16:03 -05:00