Commit Graph

10788 Commits (468e18a3b3891e34d96d56e6d8434af832c59913)

Author SHA1 Message Date
Nick Silkey b9deb72253 cfengine 3.3.4
Closes Homebrew/homebrew#13242.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-06 19:44:18 -07:00
Charlie Sharpsteen 8d38cfec9b scons: Help scons to find its self
SCons was having a crisis of identity and could not find its own modules.
Things are now re-rooted to libexec so that the formula functions similar to
other python tools such as duplicity and denyhosts.
2012-07-06 15:19:40 -08:00
Misty De Meo 47b6b827e1 mapserver: use sha1 instead of md5 2012-07-06 14:06:02 -05:00
Alan Boudreault a519efea35 mapserver 6.0.3
Closes Homebrew/homebrew#13251.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-06 14:02:52 -05:00
Misty De Meo 863071310c tesseract: refactor language classes
Removes the ugly terrible klass_inna_strings.
2012-07-06 11:54:50 -05:00
Andreas Lappe cb8b0091a2 geocouch: Uuse tagged version
This adds the hard commit hash to the URL instead of using the master
branch which ensures that the hash stays valid and the code works with
1.2.0.

Fixes Homebrew/homebrew#13228.
Closes Homebrew/homebrew#13137.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-06 08:47:39 -08:00
Andreas Lappe 8f0b561774 geocouch: Adjust formula for new structure
Updates the hash of the zip-file and changes the 'build' directory into
'ebin'.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-06 08:47:24 -08:00
Misty De Meo 5f87f4e381 jbig2enc: s/:tag/:revision/
Fixes Homebrew/homebrew#13246.
2012-07-06 10:45:59 -05:00
Charlie Sharpsteen 655ab59f47 spatialite-tools: Update to 3.1.0b 2012-07-05 22:11:50 -08:00
Charlie Sharpsteen 1f776c8364 readosm: Update to 1.0.0a 2012-07-05 22:11:50 -08:00
Kazuki YAMAMOTO 181d7e95d4 Grails 2.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-05 19:32:51 -07:00
Christian Dedie fc40bb6215 Cassandra 1.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-05 19:32:17 -07:00
onewheelskyward 249e7a3283 mysql 5.5.25a
Closes Homebrew/homebrew#13230.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-05 13:37:47 -05:00
Adam Vandenberg 6868f44465 devil also fails with clang 4.0 2012-07-05 09:22:11 -07:00
nibbles 2bits 1c23ad0166 samba: add autotools to fix dep error on Lion
Samba calls autogen.sh, but never had any deps on autotools.
This causes a build error for Lion users who never installed them.
Add the standard deps on automake & libtool if XCode >= 4.3
Tested on with Clang and llvm from XCode-4.3.3.

Fixes Homebrew/homebrew#13188

Closes Homebrew/homebrew#13208.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-04 21:11:38 -07:00
Rui Pereira 1c6321404a Update tiger-vnc to 1.2.0.
Now using cmake, libjpeg-turbo and (optionally) gnutls.

Closes Homebrew/homebrew#11895.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-04 22:32:44 -05:00
Sebastian Hegler bbac5ace3f CGAL 4.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-04 14:00:36 -07:00
Misty De Meo 47ab0cc97a exiftool 8.96 2012-07-04 09:17:31 -05:00
Adam Vandenberg 1a4cef3962 mawk: use stable download 2012-07-03 19:17:28 -07:00
Misty De Meo 245cf459cd wget: HEAD has moved to git
http://lists.gnu.org/archive/html/bug-wget/2012-05/msg00022.html
2012-07-03 12:15:40 -05:00
Misty De Meo 971266d788 abiword: patch for glib headers 2012-07-03 10:18:52 -05:00
Misty De Meo c9d0cc0efa libgsf 1.14.23 2012-07-03 09:28:51 -05:00
Simon Sigurdhsson d779276795 rtpbreak 3.1a
Closes Homebrew/homebrew#13092.
Closes Homebrew/homebrew#13121.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-03 07:18:34 -07:00
Alexis Hildebrandt 0e15510fea wemux: specify etc
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-03 07:00:59 -07:00
Lars Eggert 9426e43b29 gzrt 0.6
Gzip Recovery Toolkit

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-03 06:59:26 -07:00
Adam Vandenberg 47d7e680e4 abiword: use sha1
stable and devel need to use the same type of checksum for now
2012-07-03 06:56:03 -07:00
James Aitken 9e7c5ad431 Nginx Stable 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-03 06:53:37 -07:00
nibbles 2bits 61b85a5e3b netcdf: fix for ifort and missing f90 symbols
Netcdf when built with `--enable-fortran` using the Intel Fortran
compiler, ifort, does accept the `--force-load` option, causing a
build error where libnetcdff.dylib is missing all the f90 symbols.
The solution is in a FAQ on their website:
  Set lt_cv_ld_force_load=no

http://www.unidata.ucar.edu/software/netcdf/docs/known_problems.html#intel-fortran-macosx

Fixes Homebrew/homebrew#13050.
Closes Homebrew/homebrew#13174.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-03 05:50:42 -08:00
Jack Nagel 5a5818e874 pixman: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-03 08:41:19 -05:00
Jack Nagel b2284830b0 wireshark: --with-x needs x11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-03 08:35:29 -05:00
Jack Nagel a78d9506d7 Depend on our cairo in GTK+ toolchain
Eventually we should try to just get this from XQuartz, but for now
let's depend on cairo for consistency.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-03 08:34:01 -05:00
Jack Nagel 98e3c37adb Make pixman keg-only
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-03 08:26:17 -05:00
Myles Borins 6986f635fe Cairo: point to pixman explicitly
Closes Homebrew/homebrew#13172.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 22:15:29 -07:00
Andreas Behr a5289b0771 opencv: fixes highgui not linking appkit framework
adds inline patch to fix http://code.opencv.org/issues/2038

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:38:02 -07:00
Demiko 9e28d4ae6a qscintilla2 2.6.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:36:54 -07:00
Mark A. Matienzo e01e85cc9a sleuthkit: update head build to use bootstrap script
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:35:38 -07:00
Frank Celler fe2579d29f ArangoDB 1.0.alpha3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:33:49 -07:00
nibbles 2bits 83002d4cae jpeg-turbo: fix race condition in make install
jpeg-turbo-1.2.0 can fail `make install` due to a race condition
on Lion using clang, where you get the error that a path exists.
Separate the make steps, and deparallelize the install.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:31:19 -07:00
Simon Sigurdhsson 97b390ddb9 pngcrush 1.7.28
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:29:00 -07:00
Marcus Vinicius Ferreira 162706dc99 Updated aws-elasticache to 1.6.0
Closes Homebrew/homebrew#13143.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:28:01 -07:00
Marcus Vinicius Ferreira ecf7afa35d Updated aws-iam-tools to 1.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:28:01 -07:00
Marcus Vinicius Ferreira 1a82e2ee55 Correction: updated homepage url
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:28:01 -07:00
Marcus Vinicius Ferreira 955ac13163 Correction: homepage url
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:28:00 -07:00
Marcus Vinicius Ferreira bd8285a030 Updated ec2-api-tools to 1.5.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:28:00 -07:00
Marcus Vinicius Ferreira 7e12d9f9ed Updated ec2-ami-tools to 1.4.0.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:28:00 -07:00
Marcus Vinicius Ferreira eb8adecc8d Updated RDS Command Line Toolkit to 1.8.002
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:28:00 -07:00
Etienne Segonzac 9126d512c6 freetds: fix download link
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:26:43 -07:00
nibbles 2bits aa0879f6ee autogen 5.16.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:26:13 -07:00
dsx d2b509abc3 MongoDB add --devel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:25:23 -07:00
Jack Nagel d1d29081cd source-highlight 3.1.7
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-02 13:42:35 -05:00
Scott Wheeler 7dc5c044b4 taglib 1.7.2, update homepage
Closes Homebrew/homebrew#13167.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-02 13:07:40 -05:00
nibbles 2bits bade0c321c stow 2.2.0
Upgrade stow to version 2.2.0.  Stow is used to create symlinks.
Remove the `--mandir` because it uses the correct path.
Remove the `--infodir` because it also uses the correct path.
Tested using clang and llvm from XCode-4.3.3.

Closes Homebrew/homebrew#13162.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-02 13:04:59 -05:00
nibbles 2bits 3fdc0efb4d sdl_ttf 2.0.11
Upgrade sdl_ttf to version 2.0.11.
Tested both native and universal on Lion using clang and llvm
from XCode-4.3.3.

Closes Homebrew/homebrew#13161.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-02 13:04:40 -05:00
nibbles 2bits fc324ed650 sdl_net 1.2.8
Upgrade sdl_net to version 1.2.8.
Tested both native and universal on Lion with llvm and clang from
XCode-4.3.3.

Closes Homebrew/homebrew#13160.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-02 13:04:24 -05:00
nibbles 2bits 7a1c1152da sdl_gfx 2.0.23
Upgrade sdl_gfx to version 2.0.23.
Remove the `--enable-shared` because it is the default.
Remove the `--enable-static=no` because it's okay to build.
Remove the `--disable-mmx` because it no longer fails.
Tested both native and universal on Lion against clang and llvm
from XCode-4.3.3.

Closes Homebrew/homebrew#13159.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-02 13:04:04 -05:00
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
nibbles 2bits 5648b4ff4c regina-rexx 3.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 09:19:50 -07:00
nibbles 2bits c4dcafeaba openimageio 1.0.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 09:17:30 -07:00
Cody Boisclair 4d73841884 rpm2cpio 1.4 from FreeBSD Ports
Closes Homebrew/homebrew#12813.
Closes Homebrew/homebrew#13094.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-29 09:16:12 -07:00
Fjölnir Ásgeirsson 3cc881d48a Berkeley Yacc 20120526
Closes Homebrew/homebrew#12444.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-28 22:16:46 -07:00
Jiahao Chen fa08a5ce1c valkyrie 2.0
valkyrie is a valgrind GUI

Closes Homebrew/homebrew#12217.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-28 21:28:56 -07:00
Dave Goodell 902cabf1a4 hwloc 1.4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-28 21:14:40 -07:00
elij 46e74d7660 http_load 20060312
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-28 21:08:14 -07:00
Matt Furden a96504c1bc wemux 3.1.0
wemux enhances tmux to make multi-user terminal multiplexing both easier and
more powerful. It allows users to host a wemux session and have clients join
in either mirror (read-only) or pair mode, allowing multiple people to work in
the same system simultaneously.

It features multi-session support as well as user listing and notifications when
users attach/detach.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-28 18:46:29 -07:00
Adam Vandenberg e717ab9178 riemann 0.1.2 2012-06-28 16:24:43 -07:00
nanki ec4d8a5f69 VisualNetkit 1.4
Closes Homebrew/homebrew#8974.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-28 15:32:46 -07:00
Adam Vandenberg fd21fa37cd mdbtools 0.7 2012-06-28 15:07:58 -07:00
Justin Clift 2479348aec libvirt 0.9.11.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-28 14:46:05 -07:00
Adam Vandenberg f59485d81a mdbtools: update comment 2012-06-28 14:40:40 -07:00
Adam Vandenberg 7323a2e6f0 PyQt 4.9.4 2012-06-28 14:39:00 -07:00
Andrea Francia fca1bfded4 ren 1.0
Closes Homebrew/homebrew#11323.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 21:31:35 -07:00
Tom Hughes f25e77d3b4 fakeroot 1.18.4
Closes Homebrew/homebrew#11330.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 21:04:43 -07:00
Adam Vandenberg 498bd755d0 ice fails with clang 2012-06-27 16:27:20 -07:00
Adam Vandenberg 834594929a gnu-prolog fails with (some versions of) clang 2012-06-27 16:01:26 -07:00
Adam Vandenberg 320c0892ac uudeview fails with clang 2012-06-27 15:45:24 -07:00
Jannis Leidel 8293f02277 elasticsearch 0.19.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 15:31:20 -07:00
nibbles 2bits e07b4558c2 cairo: fix llvm compile error, add --universal
Cairo-1.10.2 doesn't build well with link time optimization.
Patch `configure` to remove `-flto`.  This fixes the build error
with llvm.  This also fixes a build error when brewing cairo as
a universal library.
Add `--universal` option.  Works if gettext & glib are universal.
Patch `configure` to change `-Werror-implicit-function-declaration`
to a warning with `-Wimplicit-function-declaration`.  Fixes a
build error when universal & clang.
Tested on Lion with clang and llvm from XCode-4.3.3.
Tested by building py2cairo and `import cairo`.

Fixes Homebrew/homebrew#12923 and Homebrew/homebrew#10400

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 13:03:20 -07:00
Adam Vandenberg 9fdcf8c147 mjpegtools fails with clang 2012-06-27 13:01:14 -07:00
Adam Vandenberg b6f4cc23ab libmxml 2.7
Also fix hard-coded /Developer path.
2012-06-27 12:19:32 -07:00
Aaron Simmons eace94d919 chromedriver 21.0.1180.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 11:48:43 -07:00
Adam Vandenberg 39cd2e7db8 gphoto2 2.4.14 2012-06-27 11:48:00 -07:00
Adam Vandenberg cce8b32fcf libgphoto2 2.4.14 2012-06-27 11:47:50 -07:00
Adam Vandenberg 6487873d57 Remove metapixel
Metapixel doesn't compile against libpng 1.5 without patching.
There was some movement upstream, but now the head source is hard-coded
to Lion pathnames, which won't work on Snow Leopard and might break
on Mountain Lion too.

Rather than maintain our own patches, move to the boneyard.

Interested parties should work with upstream to get broad OS X
compatibility.
2012-06-27 11:36:30 -07:00
Adam Vandenberg 881d861088 Remove lbdb.
There has been no upstream activity for this software, and the build
depends on specific versions of Xcode and GCC. Since this isn't compatible
going forward, and we don't want to carry xcode project patches in core,
moving to the boneyard.
2012-06-27 11:25:54 -07:00
Trevor Wennblom d328425464 wxmac: use standard C++ string classes
http://groups.google.com/group/wx-dev/browse_thread/thread/07aaa5303b379306

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 11:16:23 -07:00
Michael Heuer 9a4c8ce624 Voldemort 0.90.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 11:14:15 -07:00
Adam Vandenberg 6cbc894e9b Remove git-subtree
subtree is now provided as a contrib of git itself.
2012-06-27 11:07:14 -07:00
Julien Ponge 4ef92a19f8 Ceylon 1.0M3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 11:04:26 -07:00
Shawn M Moore 658212e93f elasticsearch: Add better default network.host
`network.host` is bound to loopback interface to prevent errors when
switching networks. See:

  http://sartak.org/2012/06/roaming-elasticsearch.html

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 10:58:25 -07:00
David Gageot 9df5692ccd Sonar 3.1.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 10:56:08 -07:00
Laurent Drouet 77cda89a7a abcde 2.5.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 10:51:53 -07:00
Florian Maunier fee93c44e0 Android SDK r20
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 10:29:19 -07:00
Shawn Jonnet b580a3c398 HIREDIS 0.10.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 10:14:10 -07:00
Shawn Jonnet 5ec16f3157 Redis 2.4.15
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 10:13:32 -07:00
Adam Vandenberg 46024aec36 mdbtools: use alternate glibtool patch
This patch has been sent upstream.
2012-06-27 09:44:06 -07:00
Adam Vandenberg 2aaddf3ef3 mdbtools: remove extra flag 2012-06-27 09:31:00 -07:00
Adam Vandenberg 83e4f8ce3f mdbtools 0.7_rc1 2012-06-27 09:29:39 -07:00
Le Wang cf1a13a656 update mdbtools to use author's github repo, and make change to compile with Lion.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-27 09:20:55 -07:00
Adam Vandenberg eb78a8c31f fann: add test 2012-06-27 08:45:36 -07:00
Adam Vandenberg 7d87bbce8f epubcheck: style nits 2012-06-27 08:37:14 -07:00
Matt Davis 70a135dfe5 google-app-engine 1.7.0
Closes Homebrew/homebrew#13049.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-26 23:13:51 -05:00