Commit Graph

10283 Commits (fe393c7013bd7755c1ad8adde2f7d760a0297abd)

Author SHA1 Message Date
nibbles 2bits fe393c7013 adobe-air-sdk 3.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-09 07:31:14 -07:00
nibbles 2bits 90185e34d1 adol-c 2.3.0 and adjust inreplace
Upgrade adol-c to version 2.3.0
Adjust the inreplace to patch configure.ac also, because this
software tends to recreate configure on Lion and wipe out the
changes we inreplaced.  Tested using clang and llvm.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-09 07:30:52 -07:00
nibbles 2bits 2c711aa029 colpack 1.0.6
Upgrade colpack to version 1.0.6.
The `makefile` doesn't exist and has to be created with configure.
Remove the `inreplace` that applied to the `makefile`.
Add a call to `system "./configure"`.  It creates a Makefile that
has all the features the previous formula inrepalced.
This software is used by adol-c, and adol-c was tested against this
new version.  Tested with llvm and clang on Lion.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-09 07:30:22 -07:00
Adam Vandenberg fa24538906 Algol68g 2.4 2012-06-08 21:12:52 -07:00
Adam Vandenberg e06de008bf gpac 0.5.0 2012-06-08 20:36:22 -07:00
Camillo Lugaresi ab449c3082 wine devel 1.5.6 and update winetricks
Closes Homebrew/homebrew#12685.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-08 20:58:00 -05:00
fpartridge 4e00580807 libquicktime 1.2.4
[jn: add --without-gtk; gtk+ is (currently) not in the dependency tree
here.]

Closes Homebrew/homebrew#12681.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-08 20:55:11 -05:00
nibbles 2bits 2bba5dab31 weechat 0.3.8
Upgrade weechat to version 0.3.8.
Remove the patch block because the patch is included.

Closes Homebrew/homebrew#12679.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-08 20:38:29 -05:00
Jack Nagel d1c8b235a2 thrift: use ARGV.build_head?
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-08 20:34:14 -05:00
Adam Vandenberg f743448e0d ActiveMQ 5.6.0 2012-06-08 07:02:08 -07:00
Adam Vandenberg 7a6eb05d8e Apollo: fix quoting in script 2012-06-08 07:00:35 -07:00
René Moser ef50cc9d75 git-ftp 0.7.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-08 06:55:33 -07:00
Tommaso Passi f7035f55bf Transmission 2.52
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-08 06:49:23 -07:00
Gergo Erdosi 55d2490451 percona-server 5.5.24-26.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-08 06:48:09 -07:00
Jannis Leidel 9e01776bf3 PyPy 1.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-08 06:43:26 -07:00
Adam Vandenberg c417c3dcba daemonize 1.7.3 2012-06-07 22:21:48 -07:00
Adam Vandenberg fc4fd83068 bsdconv 7.4 2012-06-07 22:20:42 -07:00
nibbles 2bits 303901c36f openimageio 1.0.7
Upgrade oiio to version 1.0.7.  It passes `--with-tests`.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 22:16:24 -07:00
akafred 9ced300719 groovy: add --devel
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 22:02:08 -07:00
Zach Moazeni b1be296ba1 leveldb 1.5.0
LevelDB is a fast key-value storage library written at Google that
provides an ordered mapping from string keys to string values.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 21:45:02 -07:00
Lifepillar 1485d89a3f LucidDB 0.9.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 21:36:04 -07:00
Clay McClure e4714d614b postgresql: fix PL/Python build
Fixes Homebrew/homebrew#11162
Closes Homebrew/homebrew#12134

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 21:20:27 -07:00
Adam Vandenberg c3f787fc66 Remove ungif.
ungif is a duplicate of giflib.
Since giflib is the upstream project name, keep that one.
2012-06-07 21:04:08 -07:00
Timothée Peignier daca7015c0 pipemeter 1.1.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 21:03:13 -07:00
Thomas Goyne 3e5db5b842 libagg: Fix compilation errors
Remove AM_C_PROTOTYPES from configure.in, which was dropped in automake
1.12 as pre-ANSI C compilers are no longer worth caring about.

Add fails_with clang. AGG tries to return a const reference as a
non-const reference, which is allowed by gcc and llvm but not clang 3.1.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 20:58:49 -07:00
Enderson Maia 1524bcf23e freetds: add "--with-unixodbc"
Without this option, freetds will compile against other available ODBC, in
Mac OS X for example, it will compile against native OS X iodbc installation.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 20:52:58 -07:00
Mark A. Matienzo 94a03eedd4 sleuthkit: patch to build against recent versions of libewf
libewf > 20100226 introduced a significant API change that is not backwards
compatible. The included patch for sleuthkit was provided by the maintainer
of libewf. This patch is not needed to build HEAD in sleuthkit as the issue
was fixed in sleuthkit/sleuthkit@7dcf7863b4

Fixes Homebrew/homebrew#12628.
Closes Homebrew/homebrew#12660.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-06-07 20:40:19 -07:00
Camillo Lugaresi 551595f147 socat 1.7.2.1 and 2.0.0-b5
Note that socat 1.7.2.0 had a security vulnerability (see socat homepage).

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 20:34:38 -07:00
Kevin Moore a0cd6b56d9 Dart 8370
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 19:34:11 -07:00
samueljohn 1a251732b5 Python3: many cleanups and fixes
* fix suggested framework symlink location
* add "python3" executable for --framework builds.
* warn if ~/.pydistutils.cfg is found
* Tk warnings not necessary for Lion.
* Caveats: Fix naming of easy_install

Closes Homebrew/homebrew#9869.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 19:31:29 -07:00
Michael Hanson 717f6ea0e8 Pow 0.4.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 19:28:03 -07:00
Charlie Sharpsteen 14fceb6421 librasterlite: Update to 1.1c 2012-06-07 18:31:57 -07:00
Charlie Sharpsteen f544de87bb freexl: Update to 1.0.0c 2012-06-07 18:29:01 -07:00
David M. Lee dc3cbe95dc mcpp: Patch from ZeroC for handling EOL comments
Closes Homebrew/homebrew#11993.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07 17:19:36 -05:00
Eduardo Kasa 5a8ecb3574 mit-scheme: fix build with Xcode 4.3+
Fixes Homebrew/homebrew#11475.
Closes Homebrew/homebrew#12046.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07 17:17:11 -05:00
Jack Nagel 649aebb9e0 bulk_extractor: update homepage
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07 17:01:54 -05:00
Jack Nagel d156fd1b4d zint: update homepage
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07 16:58:17 -05:00
Jack Nagel b0e62ce045 graphicsmagick 1.3.15
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07 16:55:58 -05:00
Dougal Sutherland 3533b59c61 LibSVM: remove unneeded inreplace
No longer need to modify Makefile, just rename the .so.

Closes Homebrew/homebrew#12606.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07 16:35:36 -05:00
teenst 77038f24f7 mecab: fix checksum
Closes Homebrew/homebrew#12646.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07 16:20:24 -05:00
Ali Asad Lotia 9d469e4f93 postgresql 9.1.4
Closes Homebrew/homebrew#12644.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07 16:14:31 -05:00
Jonathan Doklovic 5af452cf10 atlassian-plugin-sdk 3.11
Closes Homebrew/homebrew#12653.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07 16:03:44 -05:00
Xiao Li e49e206080 opencv: add option for TBB support
TBB enables parallel code in OpenCV. Some task like opencv_traincascade
will be slow without TBB enabled.

Closes Homebrew/homebrew#12407.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-07 16:00:21 -05:00
Rafael Mendonça França ad6bf835be Elixir 0.5.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 07:16:35 -07:00
Dan Loewenherz 30bc31bb41 gsutil 3.9
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 07:12:13 -07:00
Tony McDaniel 6ef9ac52d1 tetgen 1.4.3
Closes Homebrew/homebrew#12594.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-07 07:09:56 -07:00
Andrew Fecheyr ba79d7f594 Abiword: add wv dependency
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-06 22:42:03 -07:00
Adam Vandenberg 716b8cd644 phantomjs: style nits 2012-06-06 22:35:12 -07:00
Frank Febbraro 8177fe2696 casperjs 0.6.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-06 22:35:07 -07:00
Christoph Bünte 1b4de2d5b0 osm-pbf 1.2.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-06 22:28:28 -07:00