Commit graph

10499 commits

Author SHA1 Message Date
nibbles 2bits
8450526d9b djvulibre 3.5.25.3
Upgrade djvulibre to version 3.5.25.3.
Add a patch that's upstream to fix missing `INKSCAPE` file.
Curl a half-dozen missing pngs that are now in HEAD in response
to a bug report I filed.  Fixes compile error with all compilers.
Add comments containing the removal version and bug report urls.
Remove unrecognized `--disable-debug`, '--with-x', and '--with-qt'.
Use the given flag named `--disable-desktopfiles` rather than the
negatation flag.

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

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 20:34:45 -07:00
Morten Wilken
0ffb890de7 giter8 0.4.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 20:33:49 -07:00
Chris Lowder
4f280691fd libzdb 2.10.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 20:32:33 -07:00
Adam Vandenberg
44dbc1aec3 jack: mark as fails with clang 2012-06-12 20:31:26 -07:00
Adam Vandenberg
837a363b70 ushare: fails with clang 2012-06-12 20:19:18 -07:00
Adam Vandenberg
d1ea0ba13b libdlna 0.2.4 2012-06-12 20:19:18 -07:00
samueljohn
b127a65a1a python: Install pip
Using the recommended way of installing stuff
nowadays: pip. easy_install is still in place
and can be used but pip supports uninstalling
and other features easy_install lacks.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 20:10:06 -07:00
Anders F Bjorklund
ffb05dc88c nss: remove the @executable_path from the dylibs
Closes Homebrew/homebrew#12720.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-12 18:21:58 -05:00
Anders F Bjorklund
f3f5c2b4ea nss: make sure to add nspr lib as well as include
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-12 18:21:53 -05:00
Austin Seipp
fd472da711 ocaml: add HEAD and devel 4.00.0+beta2
Closes Homebrew/homebrew#12741.

Signed-off-by: Austin Seipp <mad.one@gmail.com>
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-12 18:17:29 -05:00
Gergo Erdosi
0f3baaa9c7 percona toolkit 2.1.2
Closes Homebrew/homebrew#12797.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-12 18:04:17 -05:00
oncletom
ba23fc2f8a closure-compiler: use SVN to get externals
Closes Homebrew/homebrew#12688.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 07:11:27 -07:00
oncletom
b7edc735ef Formula as HEAD-only to fix the latest stable build
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 07:10:39 -07:00
oncletom
6cf89eef43 Fixed typo for HEAD uri
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 07:10:38 -07:00
oncletom
79b9979727 Made closure compiler formula working with SVN source
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 07:10:38 -07:00
nibbles 2bits
06cde06a46 weechat: switch back to cmake, support aspell
The weechat devs have informed us that configure is deprecated.
Switch back to cmake.
Add a user option to enable the aspell module.
Add a user option to enable the lua module.
Add an inreplace to fix the bad path in HB framework Python's
LINKFORSHARED variable and an explanation for it.
Add deps for lua and apsell if the user options those.
Add a caveat suggesting the user install aspell manually before
installing weechat, otherwise they won't have any dictionaries.
Remove the code that deleted the extra module symlinks.

The Aspell dep could be made into a requirement, but it would be
nice if Aspell installed at least the en dictionary by default.
All bindings work except the Ruby bindings when built against
rbenv and ruby-1.9.  This has been reported upstream and is the
main reason for switching back to cmake, so we can get support.
Tested on Lion using clang and llvm from XCode-4.3.3 against
system Python, HB framework and non-framework python, the current
Aspell, Lua, and Guile, system Ruby, and system Perl.

Fixes Homebrew/homebrew#12377

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 07:07:42 -07:00
Adam Vandenberg
f7c57d2f04 skipfish: make config.h writeable before modifying 2012-06-12 07:04:36 -07:00
Drew Hess
a4cd91f914 Gambit Scheme 4.6.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 06:59:08 -07:00
Adam Vandenberg
ec9e09200e Perforce: fix checksums 2012-06-12 06:58:14 -07:00
nibbles 2bits
aa1d3d3b24 snappy 1.0.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 06:55:20 -07:00
nibbles 2bits
d0bc16132d snobol4 1.4.1
Upgrade snobol4 to version 1.4.1 and add `--mandir`.
Tested on Lion using llvm and clang from XCode-4.3.3.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-12 06:54:44 -07:00
nibbles 2bits
00d40f1316 silk: remove fails_with :llvm
After testing silk using llvm from XCode-4.3.2 and finding it
compiles well, remove the `fails_with :llvm` block.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 22:10:38 -07:00
nibbles 2bits
4046ee8411 skytools 3.0.3 and fix Requirement
Upgrade Skytools to version 3.0.3.
Change the `satisfied?` section of the Postgresql requirement to
look for `postgres` not `pg_config` because the build fails when
it can't find the former and because the system Postgresql has the
latter binary causing the Requirement to be met while the build
would fail.  Tested using llvm and clang from XCode-4.3.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 21:58:04 -07:00
Kyle Isom
df01a44f0d BlazeBlogger 1.2.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 21:56:29 -07:00
Adam Vandenberg
5707aee2f3 skipfish: fix sha1 2012-06-11 21:45:45 -07:00
Adam Vandenberg
f72c14f0b1 silk: fix sha1 2012-06-11 21:45:23 -07:00
Adam Vandenberg
d83430947d gccxml is head only, so mark it as such 2012-06-11 21:44:21 -07:00
Capi Etheriel
381c5290c7 lighttpd: add lua option
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 21:37:07 -07:00
nibbles 2bits
7668ae0219 skipfish 2.07b
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 21:34:42 -07:00
nibbles 2bits
b39b89a196 silk 2.4.7
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 21:33:36 -07:00
Adam Vandenberg
1112f7ca4a geany: remove intltool hack 2012-06-11 21:33:21 -07:00
Adam Vandenberg
ebac6ff5f9 ml-donkey 3.1.1
Also patch compiler selection to not hard-code GCC.
2012-06-11 21:11:22 -07:00
Adam Vandenberg
218eb229d8 ConcurrencyKit 0.2.2 2012-06-11 21:05:47 -07:00
Victor Baca
86ffc932fe Gradle 1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 21:03:24 -07:00
Adam Vandenberg
bb307e6c7e geany: fix compilation against current glib 2012-06-11 21:01:50 -07:00
Adam Vandenberg
030f983202 grace: fix compiliation against libpng 1.5 2012-06-11 20:56:37 -07:00
Adam Vandenberg
9700016972 pdflib-lite 7.0.5p3 2012-06-11 20:54:32 -07:00
Adam Vandenberg
ac3dd3d6d4 dxflib 2.5.0.0-1 2012-06-11 20:40:06 -07:00
Jack Nagel
17bb092923 gtypist: remove unused configure switch
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-11 21:45:44 -05:00
Jack Nagel
b645bf86d4 gtypist 2.9.1
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-11 21:43:26 -05:00
Jack Nagel
fa03228b15 meld 1.6.0
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-11 21:41:56 -05:00
Jack Nagel
2505880e0a idutils 4.6
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-11 21:41:41 -05:00
Jack Nagel
6bc2ad7dcc Remove kiwi
kiwi was a package manager for Node, but it is defunct and the
homepage/download are both gone.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-11 21:30:01 -05:00
Jack Nagel
866fc6d928 gnome-doc-utils 0.20.10
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-06-11 21:25:18 -05:00
nibbles 2bits
d278d02a1b x264 2197
Upgrade x264 to version 2197, the 2012-06-09 stable tarball.
Add a caveat advising the user to recompile brews that use x264.
Add a conditional when building head that sets `GIT_DIR` and runs
`version.sh` so that folks can easily see the current version.

Because version 2197 was inadvertently used a couple of commits
ago, some folks may have a tarball with this name in their cache
that will fail sha1 check.  Hopefully they will know enough to
delete the version in their cache and attempt the install again.
Compiles well using clang and llvm from XCode-4.3.2 on Lion.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 18:49:41 -07:00
Shawn Jonnet
e3fcac9e1c Node --devel 0.7.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 18:46:56 -07:00
Victor Trac
50bfe5f030 elb-tools 1.0.17.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 18:45:23 -07:00
Adam Vandenberg
7f491ce695 znc 0.206 2012-06-11 08:31:14 -07:00
Adam Vandenberg
b8fb3c8941 clisp: update homepage 2012-06-11 08:24:31 -07:00
Nando Vieira
a892bfbac6 html2text: apply patch for UTF-8 support
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-11 07:53:14 -07:00