Commit Graph

9458 Commits (5d94cf0534d91a81369743bb3b38f55dca3d8e16)

Author SHA1 Message Date
Julien Blanchard 5d94cf0534 Clojure 1.4.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-16 19:06:02 -07:00
jnothman 57548dd29e Fix broken download URL for fltk
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-16 19:04:18 -07:00
Adam Vandenberg 9969748796 Recode: update download 2012-04-16 19:02:20 -07:00
Jack Nagel 5a4a3a9a54 libevent 2.0.18
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-16 13:40:23 -05:00
Jack Nagel a57496a5ae git: use whichever python is in the PATH
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-16 13:22:09 -05:00
Jack Nagel 15fb5ee156 git: install OS X keychain credential helper
Git can cache credentials used when accessing remotes over HTTP; this
helper provides integration with the OS X keychain.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-16 13:06:37 -05:00
Jack Nagel a1bf92631d sdl_mixer: use inreplace directly
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-16 12:28:06 -05:00
Jack Nagel 5c8926ebef sdl_image: use inreplace directly
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-16 12:27:54 -05:00
Mike McQuaid a985a20f63 Revert "Fix Git installation warnings."
git-svn complains.

This reverts commit 9597d5f80e047f8192a3352d6ddf888e8d1eed36.
2012-04-16 18:09:24 +10:00
Mike McQuaid 85056735d6 Fix Git installation warnings.
Install into share/perl5 like Debian:
http://packages.debian.org/sid/amd64/git/filelist
2012-04-16 16:46:39 +10:00
Mike McQuaid b7c47c0be5 Fix Qt installation warnings.
PRL files are necessary in lib so whitelist them.

Debian installs them too:
http://packages.debian.org/squeeze/amd64/libqt4-dev/filelist
2012-04-16 16:46:39 +10:00
Jack Nagel dd96568ca9 redis: don't overwrite existing config file
Fixes Homebrew/homebrew#11352.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 22:40:05 -05:00
Jack Nagel 2096604c6c redis: fix HEAD build
redis trunk doesn't propagate CC to the Lua build correctly, so just
pass it on the command-line because I'm lazy.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 22:36:32 -05:00
Jack Nagel 33f08f67b3 redis: style nits
- The doc directory no longer exists, and was triggering a warning
   about a no-op install.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 22:28:40 -05:00
Shawn Walker 54d267786a libzzip: add universal option
- Fix configure's failure to determine sizeof(long); reported upstream:
   https://sourceforge.net/tracker/?func=detail&aid=3511669&group_id=6389&atid=356389

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:49:34 -05:00
Shawn Walker c083565b57 freeimage: add universal option
- Fix discarded LDFLAGS so linking works as expected (required for
   universal build).

Closes Homebrew/homebrew#11178.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:46:47 -05:00
Camillo Lugaresi de9e569dae wine devel 1.5.0
Closes Homebrew/homebrew#11240.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:42:52 -05:00
Camillo Lugaresi 47a9e2aac9 winetricks r798
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:40:23 -05:00
Jack Nagel 979e03ec84 sdl: remove unneeded inreplace method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:31:05 -05:00
Michal Bendowski d68d97bb4b Enable universal build on some SDL packages
- This allows pygame to run on an universal Python.

Closes Homebrew/homebrew#11303.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-15 15:27:03 -05:00
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