Commit graph

17374 commits

Author SHA1 Message Date
Adam Vandenberg
db2f32f969 latex2html: fix indents 2013-06-03 21:06:11 -07:00
Adam Vandenberg
6a1f00c851 latex2html 2012 2013-06-03 21:01:49 -07:00
Jack Nagel
11c53f73b2 libzdb: remove unused configure switch 2013-06-03 20:43:15 -05:00
Jack Nagel
6278d4de2a ccrypt 1.10
- remove unused configure switch
 - use fails_with

Closes Homebrew/homebrew#20213.
2013-06-03 20:42:06 -05:00
Jose Santos
d8963abe6e sbcl 1.1.8
Closes Homebrew/homebrew#20236.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-03 20:32:47 -05:00
Jack Nagel
37366debce aspell: fix audit warning
Closes Homebrew/homebrew#19731.
2013-06-03 19:02:38 -05:00
Adam Vandenberg
bfc8e51084 lastfmlib: does not build with clang 425 2013-06-03 16:34:24 -07:00
Jack Nagel
114d7fdafd urweb: use symbol deps for postgres and mysql 2013-06-03 18:21:02 -05:00
Jack Nagel
162773506f fontforge: fix X dep 2013-06-03 17:34:03 -05:00
Jack Nagel
4f72912192 grass: use :postgresql dep 2013-06-03 17:33:15 -05:00
Jack Nagel
9e814e64cb pyside: fix shiboken dep 2013-06-03 17:28:57 -05:00
Jack Nagel
c198084e44 libpst: fix option 2013-06-03 17:27:25 -05:00
Jack Nagel
afa2235053 boost149: revert change to icu option 2013-06-03 17:04:32 -05:00
Jack Nagel
708d760639 boost: revert change to icu option
We can't rename options, it breaks upgrades.
2013-06-03 17:03:09 -05:00
Jack Nagel
3c5dfcbc24 pyside: style 2013-06-03 17:03:09 -05:00
Mike McQuaid
dc0fcbbab3 gfortran 4.8.1 bottles 2013-06-03 22:56:38 +01:00
Francisco Souza
d1bff0a021 gfortran 4.8.1
Closes Homebrew/homebrew#20178.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-06-03 22:56:38 +01:00
Justin Clift
197b898d68 Libvirt 1.0.6
Closes Homebrew/homebrew#20220.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03 13:45:08 -07:00
Alexander Bohn / FI$H2k
0df0e771f1 New terminal-notifier formula (first version, revision 3)
The `terminal-notifier` utility (analogous to Growl's `growlnotify` tool) offers a CLI for displaying Apple Notification Center messages.

To use the program as distributed, one must call the inner binary of an app bundle (due to a library-linking quirk the author notes, in https://github.com/alloy/terminal-notifier/blob/master/README.markdown) – this formula sidesteps this awkward mode of execution with an exec script (see L#15).

New terminal-notifier formula (with test code codoned off apropos its function, redundant calls removed, and adjusted syntax in respect of Homebrew code conventions)

Closes Homebrew/homebrew#18511.

Signed-off-by: Samuel John <github@SamuelJohn.de>
2013-06-03 22:40:46 +02:00
Adam Vandenberg
785afdb0c1 libsass: silent version update
Closes Homebrew/homebrew#20230.
2013-06-03 13:39:34 -07:00
Samuel John
037f8013e4 gtk-doc: Needs libxml2 to be built --with-python
Fix Homebrew/homebrew#20150
2013-06-03 22:27:35 +02:00
Samuel John
1a11e67534 mercurial: Style bit 2013-06-03 22:17:37 +02:00
Jack Nagel
2443386d10 macvim: style 2013-06-03 15:03:22 -05:00
Samuel John
8e4aa706ad MacVim: Don't hardcode --with-macsdk
Instead only pass the --with-macsdk if on XCode-only.

Fix Homebrew/homebrew#20229
2013-06-03 22:00:40 +02:00
Samuel John
ea35beae06 mercurial: XCode-only system py: Find Python.h
Fix Homebrew/homebrew#18517
2013-06-03 20:56:25 +02:00
Pete Johns
efefcbf721 cppcheck 1.60.1
Closes Homebrew/homebrew#20222.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03 11:22:02 -07:00
Lifepillar
91ab009ac9 MySQL Cluster 7.3.1
Closes Homebrew/homebrew#20214.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03 11:19:52 -07:00
Iain D Broadfoot
00b1a3d089 heroku-toolbelt 2.39.4
Closes Homebrew/homebrew#20221.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03 11:14:37 -07:00
Sebastian Cohnen
a57b2f2741 tsung 1.5
Closes Homebrew/homebrew#20227.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-03 11:09:58 -07:00
Samuel John
f6e80bdea2 Python 2.x and 3.x support
New `depends_on :python` Dependency.
New `depends_on :python3` Dependency.

To avoid having multiple formulae with endings -py2 and -py3,
we will handle support for different pythons (2.x vs. 3.x)
in the same formula.
Further brewed vs. external python will be transparently supported.

The formula also gets a new object `python`, which is false if
no Python is available or the user has disabled it. Otherwise
it is defined and provides several support methods:

python.site_packages # the site-packages in the formula's Cellar
python.global_site_packages
python.binary # the full path to the python binary
python.prefix
python.version
python.version.major
python.version.minor
python.xy # => e.g. "python2.7"
python.incdir # includes of python
python.libdir # the python dylib library
python.pkg_config_path # used internally by brew
python.from_osx?
python.framework?
python.universal?
python.pypy?
python.standard_caveats # Text to set PYTHONPATH for python.from_osx?
python.if3then3 # => "" for 2.x and to "3" for 3.x.

Further, to avoid code duplication, `python` takes an optional
block that is run twice if the formula defines depends_on
:python AND :python3.

python do
  system python, 'setup.py', "--prefix=#{prefix}"
end

Read more in the Homebrew wiki.
2013-06-03 17:29:43 +02:00
Misty De Meo
2e64384f82 cairo: depend on freetype when building without X
harfbuzz won't build without cairo-ft.
2013-06-02 19:35:36 -05:00
Jack Nagel
e8a3879d6a libzdb: use recommended deps 2013-06-02 17:13:06 -05:00
Misty De Meo
bd32bcfe5b fftw: add test 2013-06-02 16:03:36 -05:00
Adam Vandenberg
6ab5929183 chcase: style nits 2013-06-02 12:23:47 -07:00
Adam Vandenberg
b93ebced4e botan: simplify
* don't need to_s on ENV.compiler
* soname inreplace no longer needed
2013-06-02 11:52:43 -07:00
Adam Vandenberg
be45887a8d basex: install metafiles in prefix 2013-06-02 11:40:34 -07:00
Adam Vandenberg
e62dee5650 autoenv: style nits 2013-06-02 11:23:39 -07:00
Adam Vandenberg
557eb368c2 aplus: style nit 2013-06-02 11:11:42 -07:00
Adam Vandenberg
2d00dfa2db alac: style nit 2013-06-02 10:57:08 -07:00
Matthew Price
df88e780a3 ghi 0.9.0.20130504
Closes Homebrew/homebrew#20211.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-02 10:54:59 -07:00
Adam Vandenberg
9d9cb0a4f2 abcMIDI 2013-05-10 2013-06-02 10:21:17 -07:00
Adam Vandenberg
71470397db abcm2ps: fix path in test 2013-06-02 10:19:55 -07:00
Mojo Talantikite
891bfad266 RethinkDB: add launchd plist
Closes Homebrew/homebrew#20186.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-02 10:08:11 -07:00
Adam Vandenberg
2fb8ba2f1b pxz: does not build with clang
Use llvm or gcc, as pxz uses openmp.

Closes Homebrew/homebrew#20209.
2013-06-02 10:05:34 -07:00
Kiyoshi '13k' Murata
c0e3c77fae pure 0.57
Closes Homebrew/homebrew#20203.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-02 08:27:37 -07:00
Simon Sigurdhsson
71a1e1f7e2 dnscrypt-proxy 1.3.0
Closes mxcl/homebrew#20205.

Closes Homebrew/homebrew#20206.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-02 08:27:04 -07:00
Peter Aronoff
1de8187428 sbcl: remove caveat
Homebrew no longer includes the maxima formula in mxcl/master, so the
message is only confusing.

Closes Homebrew/homebrew#20207.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-02 08:26:21 -07:00
Jose Santos
4cb8186096 sbcl 1.1.7
Closes Homebrew/homebrew#20200.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-01 19:58:00 -07:00
tokuhirom
4034f667bb plenv 2.0.1
Closes Homebrew/homebrew#20202.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-01 19:56:07 -07:00
Jaime Marquínez Ferrándiz
890b66f165 cherokee: depends on wget if HEAD
Closes Homebrew/homebrew#20196.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-01 14:15:59 -07:00