Commit graph

10661 commits

Author SHA1 Message Date
nibbles 2bits
ff5e1d2dee sdl_image 1.2.12
Upgrade sdl_image to version 1.2.12.
Tested both native and universal on Lion using clang and llvm
from XCode-4.3.3.

Closes Homebrew/homebrew#13158.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-02 13:03:59 -05:00
nibbles 2bits
c5bba15b9d sdl_mixer 1.2.12
Upgrade sdl_mixer to version 1.2.12.
Tested on Lion using clang and llvm from XCode-4.3.3.

Closes Homebrew/homebrew#13157.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-02 13:02:45 -05:00
Justin Clift
e02caa4b17 libvirt 0.9.13
Closes Homebrew/homebrew#13155.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-02 13:00:56 -05:00
Dave Goodell
c19db3eef7 mpich2: add --devel and --HEAD versions
Closes Homebrew/homebrew#12303.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-02 08:42:57 -08:00
Dave Goodell
2690baa5f8 mpich2: delete unnecessary sbin files from MPE
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-02 08:42:56 -08:00
Dave Goodell
fda61e62e0 mpich2: add a simple test method
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-02 08:42:56 -08:00
Dave Goodell
02de6060f9 mpich2: add Fortran support (enabled by default)
A user can pass `--disable-fortran` to avoid compiling the Fortran
bindings.

Also remove the redundant default `--with-device=ch3:nemesis` argument
to configure.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-02 08:42:56 -08:00
samueljohn
491dacde27 open-mpi: Removed deletion of C/CXXFLAGS
These flags are needed for Xcode-only systems.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-02 08:15:10 -08:00
nibbles 2bits
6b2eecfba8 open-mpi: Update to 1.6
Upgrade open-mpi to version 1.6, the new super stable.
Add code to build the Fortran bindings by default.
Add an option to disable building the Fortran bindings.
Add an option to run `make check`.  Works with llvm-gcc.
Add a `fails_with :clang` because it fails `make check`.
Failure reported upstream and noted in comments.
Fix mv mpi.mod command.  It wasn't moving the file to include.
Mv the vtsetup.jar out of bin into libexec to stop the warning.
Add a shell wrapper in bin, vtsetup.jar, for the jar in libexec.
Use bin/vtsetup.jar because `vtsetup` already exists in bin.
Use `make all` because the INSTALL docs say to use that target.
Works on Lion 10.7.4 using XCode-4.3.2.
Works on Snow Leopard 10.6.8 using XCode-4.0.2.

Closes Homebrew/homebrew#12302.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-02 07:53:48 -08:00
Trevor Wennblom
a1a33737e0 libstfl 0.22
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-01 21:04:52 -07:00
Sebastian Sdorra
46aff91486 scm-manager 1.17
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-01 20:27:39 -07:00
Christopher Gateley
de7953488a httrack 3.46.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-01 20:25:52 -07:00
Mark A. Matienzo
02887cd335 fiwalk: update download location
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-01 20:25:06 -07:00
nibbles 2bits
5c7315e98a atf 0.15
Upgrade atf to version 0.15.
Change to the new homepage because the old `homepage` redirects.
Change the `url` to googlecode according to the `homepage`.
Remove the `--mandir` because it work correctly now.
Add `ENV.j1` and a separate `make install` step to stop a race
condition when brewing with llvm where a file is claimed to exist.
Tested on Lion using clang and llvm from XCode-4.3.3.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-01 20:18:38 -07:00
nibbles 2bits
afaec34a2b ascii 3.11
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-01 20:17:51 -07:00
Misty De Meo
e5f574267b atool: no longer requires gnu-sed
Fixes Homebrew/homebrew#13151.
2012-07-01 21:37:48 -05:00
Jack Nagel
92ec0aa0bc Remove git-diffall
This tool is now distributed in the main Git project's contrib
directory.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-01 13:58:55 -05:00
Birger J. Nordølum
851e094061 Cairo 1.12.2
Also added changes of Homebrew/homebrew#12047.

Closes Homebrew/homebrew#11286.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-01 13:11:00 -05:00
Birger J. Nordølum
395f95d590 pixman 0.26.2
Added an --disable-mmx option to make it compile with Clang.
Stated as not needed for Macs:
https://trac.macports.org/ticket/34671

Closes Homebrew/homebrew#12722.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-01 12:48:46 -05:00
Jack Nagel
d6e8244287 Update formulae for XQuartz compatibility 2012-07-01 12:41:00 -05:00
Jonathan Schleifer
eca8f263c8 New formula: gtk+3
A demonstration of the new X11/XQuartz dependency support. Includes
relevant fixups for compatibility.

Closes Homebrew/homebrew#12552.
2012-07-01 12:23:20 -05:00
Camillo Lugaresi
ea1625c217 use XQuartz when present 2012-07-01 12:10:32 -05:00
Simon Sigurdhsson
cacd351d1f txt2man 1.5.6
Closes Homebrew/homebrew#13102.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-30 08:39:01 -07:00
nibbles 2bits
22ebeda7ce fio 2.0.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-30 08:29:06 -07:00
nibbles 2bits
54815da39f fits 0.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-30 08:28:24 -07:00
nibbles 2bits
96229d7fe8 gsoap 2.8.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-30 08:28:09 -07:00
nibbles 2bits
3f7418d08e libraw 0.14.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-30 08:27:51 -07:00
skinny_much
e2d52f232a Tor 0.2.2.37
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-30 08:27:08 -07:00
Wei Dai
0d8be14d30 Fasd 0.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-30 08:25:40 -07:00
Charlie Sharpsteen
8afe199170 netcdf: Use correct seperator when prepending PATH
Fixes a buglet discovered in Homebrew/homebrew#13050.
2012-06-29 22:59:26 -08:00
Rui Pereira
28f115c0a6 libjpeg-turbo 1.2.0
libjpeg-turbo is a derivative of libjpeg that uses
SIMD instructions (MMX, SSE2, NEON) to accelerate
baseline JPEG compression and decompression on
x86, x86-64, and ARM systems.

Closes Homebrew/homebrew#11894.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 19:48:36 -07:00
Cliff Rowley
0e9c71bc32 qstat 2.11
QStat is a command-line utility for collecting real-time statistics from
on-line game servers.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 19:43:01 -07:00
Ben Burkert
a3a21decc0 ssldump: increase sample buffer size.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 11:21:17 -07:00
Will Ross
24b7c78f9f android-sdk: Add wrappers for platform_tools
Add redirection wrappers for all of the utilities in platform-tools, not
just adb. Also add emulator variant wrappers for tools.

Closes Homebrew/homebrew#12751.
Closes Homebrew/homebrew#13101.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 11:12:43 -07:00
Joel Niedfeldt
0f0d9fba5d LogEntries 0.8.26
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 10:59:52 -07:00
brendanhowell
d015374250 Fixes Qt compilation on 10.5
Fixes Homebrew/homebrew#12438.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 10:57:38 -07:00
Shawn Jonnet
9b455d7990 Node 0.8.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 10:53:15 -07:00
adammck
bce3f10be8 rbenv-vars 1.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 10:44:43 -07:00
Adam Vandenberg
d5f59c0484 Remove libdrizzle.
The upstream download is 404, and the project homepage says that this is
now maintained as part of the main drizzle package.
2012-06-29 10:38:47 -07:00
Yan Zhou
8463712c60 Eigen 3.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 10:38:19 -07:00
Gasol Wu
842e3d2a07 libevent: add --universal option
Closes Homebrew/homebrew#13032.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 10:36:51 -07:00
Mark Quezada
306708ab30 Freeswitch 1.0.6
Closes Homebrew/homebrew#10578.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 10:28:28 -07:00
nibbles 2bits
7063ddb27f remove readpst, duplicate of libpst
This commit removes readpst from the main Homebrew repo because
it is a duplicate of libpst.  They both use the same tarball,
same homepage, and compile nearly the same.  The only difference
is that libpst has a dep on boost.  So go with libpst which is
already the latest version.

Closes Homebrew/homebrew#13089.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 10:07:01 -07:00
Adam Vandenberg
f1e0f80b79 libpst 0.6.54 2012-06-29 10:06:10 -07:00
Domingo Suarez Torres
7c645d0bd9 Groovy 2.0.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 09:38:44 -07:00
Alexis Hildebrandt
295fb75437 ktoblzcheck 1.39
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 09:38:10 -07:00
nibbles 2bits
eba50d4d57 renameutils 0.12.0
Upgrade renameutils to version 0.12.0.
Adjust one of the three patches for the new file structure.
Add a fourth patch to fix a Makefile syntax error that would cause
`make install` to fail.  Reported upstream via email and fixed in
HEAD.  Taken from HEAD but not applied directly to `Makefile.am`.
Apply it to `Makefile.in` so there's no need for new deps on
autotools.

Tested on Lion using clang and llvm from XCode-4.3.3.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 09:37:58 -07:00
nibbles 2bits
6bcc7c7141 rakudo-star 2012.05
Upgrade rakudo-star to version 2012.05.
Adjust `CPPFLAGS` to correctly locate the libffi includes.
Add `ENV.j1` to stop intermittent race conditions when compiling.
Add code to move the man pages into share because there's no
configure option for that.

Tested on Lion using clang and llvm from XCode-4.3.3.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 09:36:56 -07:00
nibbles 2bits
040509ea88 recutils 1.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 09:20:30 -07:00
nibbles 2bits
d71554a12f redsocks 0.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 09:20:10 -07:00