Commit Graph

9464 Commits (ebefc27212170f428c80cd9a18b8236757787d48)

Author SHA1 Message Date
nibbles 2bits ebefc27212 jscoverage: fix configure errors with clang
jscoverage-0.5.1 has a file with hardcoded gcc and g++, named
configure.gnu.  inreplace those with ENV.cc and ENV.cxx.

It also has three places in js/configure where the conftest uses

    int main {

but also has two return commands.  The first return command,

    return;

does not return a value.  The second one does `return 0;`.
This causes an error building with clang during configure
because `int main` should return a value.  inline patch those
by removing the extra return command so that it does a `return 0;`

All four of these issues have been bug reported to their tracker,
and the formula comments include a link to the bug report.  The
issues exist in HEAD.  This now builds with all the compilers in
Lion and Snow Leopard, though no runtime tests were done as this
is unfamiliar software.

Fixes Homebrew/homebrew#11600.
Closes Homebrew/homebrew#11611.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:14:54 -05:00
Stian Eikeland 6513df2988 aria2: 1.15.0
[jn: Clang issues were fixed upstream, so remove fails_with block]

Closes Homebrew/homebrew#11661.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 14:51:42 -05:00
Jiyoon Jang 76a3ea7610 zeromq: update checksum, again
Closes Homebrew/homebrew#11655.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-14 19:41:41 -05:00
Jack Nagel ab1e133dea pyqwt: use correct site-packages directory
Fixes Homebrew/homebrew#11646.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-14 19:36:05 -05:00
Doug Mayer ab80616ff4 Fossil 1.22
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 12:55:01 -07:00
Ealden Esto E. Escanan 1f7c1c1ca0 Gradle 1.0 RC-1
Signed-off-by: Ealden Esto E. Escanan <ealden@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 12:53:47 -07:00
Anatol Pomozov 10462dee33 sshfs: use tarball url instead of git repo
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 12:53:35 -07:00
Anatol Pomozov 0e6cf9d063 fuse4x: update to 0.10.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 12:53:27 -07:00
Adam Vandenberg 8518537682 mit-scheme 9.1.1 2012-04-14 12:47:23 -07:00
Adam Vandenberg 817c9c5da2 Sphix: add options to force database selection 2012-04-14 10:01:57 -07:00
Adam Vandenberg b73b6d0ad4 Sphix: check for mysql_config
Check for mysql_config instead of mysql so that mysql-connector-c
will be picked up too.
2012-04-14 09:40:56 -07:00
Xiyue Deng 7d44bcb19d autoconf-archive 2012.04.07
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 09:34:34 -07:00
Christian Köstlin faaffb7cd6 dmd 2.059
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 09:34:25 -07:00
Nils Caspar 1692070878 rails-completion 0.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-13 19:58:21 -07:00
Berk D. Demir 2e7b9fec2d Scala 2.9.2
bash completion from scala-dist is still at 2.9.1 but changelog
doesn't mention any parameter changes to scala or scalac.

Closes Homebrew/homebrew#11627.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-13 19:54:53 -07:00
Jack Nagel 0de09900ff libsvm: use our CFLAGS
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-13 20:38:23 -05:00
Ian Van Ness 2e36f1f7a6 libsvm 3.12
Closes Homebrew/homebrew#11628.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-13 20:38:10 -05:00
James Aitken 228448962d Nginx 1.0.15 & devel 1.1.19
Includes important security fixes

Closes Homebrew/homebrew#11630.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-13 20:29:00 -05:00
Misty De Meo 5a28634b33 exiftool 8.87 2012-04-13 09:10:14 -05:00
Tyler Brock 3e695f9900 Synergy 1.3.8 and 1.4.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-13 06:55:40 -07:00
nibbles 2bits d723ea5f09 libffi 3.0.11
Upgrade libffi to version 3.0.11.  It passes make check when
built with any compiler from XCode-4.3.2 and 4.0.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-13 06:52:13 -07:00
Jannis Leidel 07c2a87420 reposurgeon 1.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-13 06:50:47 -07:00
skim 0fac4da973 swi-prolog 6.0.2
Closes Homebrew/homebrew#11612.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-12 21:20:34 -07:00
Jonathan 'Wolf' Rentzsch 3f4dac3a6c mogenerator 1.26
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-12 21:06:17 -07:00
nibbles 2bits 0061943bd3 mp4v2: add devel version r479, patch stable for clang
mp4v2 is used by easy-tag and cmus, but those require different
versions that are not API compatible.

Add a devel block for r479.
Add patches for stable committed in r472 inline.  Patches fix
compile errors with clang, but are not available via direct url.
Stable works with easy-tag and can open .m4a files from iTunes.
Devel works with cmus and can play .m4a files from iTunes.
Compiles with all 5 compilers from XCode-4.3.2, 4.0.2 on Lion
and Snow Leopard.  Main discussion was in Homebrew/homebrew#7998

Closes Homebrew/homebrew#11275.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-12 19:11:02 -05:00
nibbles 2bits 0e3ccf8fbc zile 2.4.7
Upgrade Zile to version 2.4.7.
Add dep on gettext because configure wanted libintl.
Remove --man flag.  It installs to share/man correctly.
Works on Lion and Snow Lep, XCode-4.3.2 and 4.0.2, all compilers.

Closes Homebrew/homebrew#11273.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-12 18:57:31 -05:00
Desert Crystal 393b08b0a3 osslsigncode 1.4
Closes Homebrew/homebrew#11510.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-12 07:12:51 -07:00
Marc Abramowitz 2f9044645d xclip 0.12
Closes Homebrew/homebrew#11597.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-12 07:03:22 -07:00
Adam Vandenberg 1324db4646 Python checks for pkg-config at configure time 2012-04-12 06:54:53 -07:00
Aria Stewart 70ae1bcea7 the_silver_searcher 0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-12 06:46:54 -07:00
nibbles 2bits aa09c93734 swftools 0.9.2 + add deps on ungif, fftw
* Upgrade swftools to version 0.9.2.
* Add a dep on ungif.
* Add a dep on fftw that is new to this version and used to speed up
resizing 2D images and increase their quality.
* Remove the optional qualifier on lame which had no effect.
* Remove the ENV.minimal_optimization, same reason, and it works.
* Remove the caveat about swfc segfaults on Snow Lep.  It works.
* Add a patch for configure to fix a syntax error in a conftest for
fftw that was causing it to be considered not found.  It now builds
and links all the binaries against libfftwf.dylib.
* The patch is merged in HEAD.  Remove at 0.9.3.  Noted in formula.

Tested on Lion and 64bit Snow Leopard with all five compilers from
XCode-4.3.2 and 4.0.2.

This would fix Homebrew/homebrew#11520

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-11 20:10:36 -07:00
Susan Potter 086151b115 elasticsearch 0.19.2
Includes addition of 'Upgrade from 0.18.x' instructions in caveat.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-11 19:43:12 -07:00
Eli Bishop fe64437dcf atlassian-plugin-sdk 3.9.3
Closes Homebrew/homebrew#11588.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-11 19:41:44 -07:00
Dave Rice a9f8e2a213 media-info 0.7.56
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-11 19:41:13 -07:00
Adam Vandenberg dc3e6d1bd2 Python3 3.2.3 + distribute 0.6.26 2012-04-11 19:19:59 -07:00
Adam Vandenberg 6796922da4 Python 2.7.3 + distribute 0.6.26 2012-04-11 19:18:46 -07:00
Jack Nagel 36db28a1ce mtr: clarify caveats, style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 15:00:03 -05:00
Jack Nagel 45df661674 fltk devel 1.3.x-r9327
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 14:38:50 -05:00
Jack Nagel 5463ed485e fltk: fails with clang
Fixes Homebrew/homebrew#11292.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 14:38:46 -05:00
nibbles 2bits b8c8f394d0 openjpeg: switch to configure
Switch the formula to use configure.
Openjpeg can be built using configure or cmake.  They don't install
identically, though.  When built with cmake, one header is absent.
Switching to configure gets us the unversioned one also, i.e.

    openjpeg/1.5.0/include/openjpeg-1.5/openjpeg.h
    openjpeg/1.5.0/include/openjpeg.h

While only three formula currently depend_on openjpeg, they all
contain code that expects the unversioned file, i.e.

    #include <openjpeg.h>

Closes Homebrew/homebrew#11576.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-04-11 10:22:11 -05:00
nibbles 2bits 2c745f0622 mapnik: fix compile error with system Python
Mapnik by default tries to install to the site-packages in /System
when brewed against system Python.  This causes a build error
because that directory is not writeable.  Mapnik correctly
determines the versioned site-packages name without modification,
but for Homebrew it needs the proper prefix.

* Add the standard `which_python` function to the formula.
* Add a scons argument for `PYTHON_PREFIX`
* Add the standard caveat for `PYTHONPATH`.

Discussed upstream: https://github.com/mapnik/mapnik/issues/1155
and tested on Lion against the system Python.

Fixes Homebrew/homebrew#11389

Closes Homebrew/homebrew#11407.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 01:03:22 -05:00
Anthony Ramine aabafaf8b6 wrangler: respect $CC during compilation
Closes Homebrew/homebrew#11524.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 01:01:37 -05:00
Jack Nagel db9779fd63 msgpack: add test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 00:27:47 -05:00
Jack Nagel 4d40cd7d30 msgpack: builds with LLVM >= 2335
Closes Homebrew/homebrew#11523.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-11 00:25:58 -05:00
Jack Nagel fc2a20d3aa glib: fails with clang
cf. Homebrew/homebrew#11575, Homebrew/homebrew#10653.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-10 22:53:41 -05:00
Ross Heflin 88b6a6f81b MPD 0.16.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 19:10:53 -07:00
Adam Vandenberg eee2760256 Sickbeard 494 2012-04-10 19:10:14 -07:00
Aria Stewart 9cd474f630 Percona Toolkit 2.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 19:06:26 -07:00
nibbles 2bits 53f80afcaa lzip 1.13
* Upgrade lzip to version 1.13.
* Remove --man flag because it installs to the correct location.
* Add make check because it's a compression program, and data
integrity seems worth the 2 sec. extra.
* Add ENV.j1 for make install, otherwise it will occasionally fail.

Tested on Lion and 64bit Snow Leopard using all compilers from
XCode-4.3.2 and 4.0.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 19:05:42 -07:00
nibbles 2bits 7a48c566f2 lzlib 1.3
* Upgrade lzlib to version 1.3.
* Correct configure flags.  It is a C library, not C++.  Before it
would always compile with gcc.  It only uses CC and CFLAGS.
* Add make check because it's a compression library, and data
integrity seems worth the 2 seconds extra.

Tested on Lion and 64bit Snow Leopard with all compilers from
XCode-4.3.2 and 4.0.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-10 19:05:08 -07:00