Commit graph

10832 commits

Author SHA1 Message Date
Misty De Meo
1e46285432 pdfjam: add pdflatex Requirement
Fixes Homebrew/homebrew#13508.
2012-07-20 11:30:46 -05:00
samueljohn
e5e35399b5 botan: fix xcode-only install
- botan's configure.py ignores our CFLAGS and switches the compiler to
  llvm :-/ We can use the MACH_OPT variable to insert our CLFAGS and
  make this build with Xcode-only setups.
- Using ENV.compiler.to_s for the compiler string.
- Fixing the "ld: unknown option soname" issue when using clang.

Closes Homebrew/homebrew#13065.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-19 23:08:39 -05:00
Misty De Meo
846d61ba9b byobu: add gnu-sed dependency
byobu tries to call sed with flags which don't work with BSD sed;
depending on gnu-sed fixes several commands.

This was reported upstream and marked fixed, but still seems to be the
case in current versions:
https://bugs.launchpad.net/byobu/+bug/882813
2012-07-19 22:55:27 -05:00
nibbles 2bits
9bcfe37bc3 byobu 5.21
Upgrade byobu to version 5.21.
Tested on Lion with clang and llvm from XCode-4.3.3.

Closes Homebrew/homebrew#13399.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-19 22:49:33 -05:00
Vincent
8fd68ec443 wireshark 1.8.0
Closes Homebrew/homebrew#13397.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-19 17:20:27 -05:00
Jack Nagel
f298e66446 geeqie: depends on x11
Fixes Homebrew/homebrew#13492.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-19 12:49:53 -05:00
Jack Nagel
64e2ea081f fbida: help the linker find iconv symbols
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-19 12:49:53 -05:00
Misty De Meo
c14a1361f8 ddrescue 1.16 2012-07-19 11:55:32 -05:00
nibbles 2bits
8a33c18d3a libglademm: add depends_on :x11
libglademm will fail to compile in HB-0.9.2 unless is has a new
dep on :x11 to help it find its components. Add a `depends_on :x11`
Tested on Lion with clang and llvm from XCode-4.3.3.

Closes Homebrew/homebrew#13469.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-19 03:05:22 -05:00
Jack Nagel
017beeea02 glib 2.32.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-19 02:59:56 -05:00
Jack Nagel
c4496a13d9 pkg-config 0.27
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-19 02:59:56 -05:00
nibbles 2bits
17266951f8 libcsv 3.0.2 & use configure
Upgrade libcsv to version 3.0.2.
Add code to use `configure` and make to build this.
Remove code that sets env vars on the `make` command line because
`configure` establishes the correct values.
Tested on Lion with clang and llvm from XCode-4.3.3 by getting
libcsv to pass make check (~.25sec).

Closes Homebrew/homebrew#13404.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-18 23:21:47 -05:00
nibbles 2bits
aa3bfd6b82 libdc1394 2.2.0
Upgrade libdc1394 to version 2.2.0.
Add a dep on x11 so that it links against XQuartz if present.
Disable the examples and sdltest.  They cause build errors trying
to find OpenGl.
Move the `def patches` block to before `def install`.
Tested on Lion with clang and llvm from XCode-4.3.3.

Closes Homebrew/homebrew#13406.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-18 23:21:47 -05:00
Misty De Meo
2eccb4feb0 libinfinity: use sha1 2012-07-18 23:21:46 -05:00
nibbles 2bits
e616bddb3d libinfinity: add depends_on :x11
libinfinity-0.5.2 requires a dependency on :x11 so that pkg-config
can find freetype2 for cairo.   Otherwise two libinfinity libraries
will not be created, which will cause other packages that use
libinfinity to fail, like gobby.
Tested on Lion with llvm from XCode-4.3.3.

Closes Homebrew/homebrew#13416.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-18 23:21:46 -05:00
Dave Lee
f1b910c7f8 git-extras 1.7.0 (includes bash completions)
Closes Homebrew/homebrew#13436.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-18 23:21:46 -05:00
Dan Frankowski
979ed58475 New formula: genstats
Closes Homebrew/homebrew#13455.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-18 23:21:46 -05:00
Misty De Meo
1a5382f1ca jasper: use sha1 2012-07-18 23:21:46 -05:00
Shane Cusson
19e05fe3be jasper: source location update
sukkology.net isn't hosting the source anymore. uvic.ca is the
maintainer.

Closes Homebrew/homebrew#13461.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-18 23:21:46 -05:00
Brandon Harvey (bbook)
248e7ddad7 snappy: add --universal option
Closes Homebrew/homebrew#13473.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-18 23:21:45 -05:00
Misty De Meo
f0c35d529b runcocoa: use sha1 2012-07-18 23:21:45 -05:00
Hugo Ferreira
e88a0a6d55 runcocoa 20120108
- Make commands for gcc and llvm-gcc version agnostic
- Do not hardcode the path of gcc and llvm-gcc
- Added '-nomain' parameter to add your own main routine, for more advanced uses (eg. adding classes)

Closes Homebrew/homebrew#13483.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-18 23:21:45 -05:00
Fernando Ortiz
20150542c6 primesieve 3.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-18 21:13:35 -07:00
Amir Chaudhry
28fa1d1680 mercurial 2.2.3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-18 21:13:00 -07:00
Adam Vandenberg
1780c8d43f io: fix build break
* Fix a build break on GCC
* Add some optional but useful dependencies
* Remove a no-op install
2012-07-18 21:10:05 -07:00
oncletom
e5e78fbf69 closure-compiler 20120710
Closes Homebrew/homebrew#13449.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-17 23:29:29 -05:00
Misty De Meo
c3fc5e9411 ggobi: Note upstream bug report for patch 2012-07-17 23:29:29 -05:00
alexrp
d3da61d1a0 bdw-gc: add --universal option
Closes Homebrew/homebrew#13443.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-17 23:29:28 -05:00
Brett Koonce
125d2b1df3 berkeley-db 5.3.21
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-17 21:18:26 -07:00
Stian Eikeland
fc22b3f34f tinc 1.0.19
bumped to v1.0.19

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-17 14:23:07 -07:00
Nicholas Masso
516c195914 doxygen 1.8.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-17 11:57:07 -07:00
Jack Nagel
660ff59b09 readline 6.2.4
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-17 12:50:54 -05:00
Misty De Meo
e593be8db7 bash 4.2.37 2012-07-17 12:40:13 -05:00
Adam Vandenberg
0a68431dc0 libdvdread: style nits 2012-07-17 10:05:34 -07:00
Elliot Murphy
257a97bd98 elasticsearch 0.19.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-17 09:44:18 -07:00
Adam Vandenberg
1dd6db5598 tcpflow 1.2.7 2012-07-17 09:40:40 -07:00
Adam Vandenberg
3db4129398 Normalize copying over libtool files
TODO: move this into MacOS or another module.
2012-07-17 09:38:02 -07:00
Misty De Meo
e10ff53cc0 ggobi: patch to build with clang
clang fails while building ggobi with the error
"line directive requires a positive integer argument", which is
fair enough because 0 is not a positive integer. Patching all
"#line 0" instances to "#line 1" appears to work and fixes it on
clang.

cf. http://lists.freebsd.org/pipermail/freebsd-ports/2011-June/
068362.html

Fixes Homebrew/homebrew#13409.
Closes Homebrew/homebrew#13423.
2012-07-17 09:44:06 -05:00
Matti Schneider-Ghibaudo
b808ccc86e JSdoc-toolkit 2.4.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-17 06:43:42 -07:00
nibbles 2bits
b4ba60a9af libcdio 0.83
Upgrade libcdio to version 0.83.
Remove the caveat because it works on SL 10.6.8.
Tested on Lion with clang and llvm from XCode-4.3.3.
Tested on SL with clang, llvm, gcc from XCode-4.0.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-16 20:46:08 -07:00
nibbles 2bits
02016a89ec libconfig 1.4.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-16 20:40:55 -07:00
nibbles 2bits
aa03aae43a libcroco 0.6.5
Add `--disable-Bsymbolic` to stop an unrecognized flag link error.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-16 20:40:29 -07:00
Aku Kotkavuo
fbf5027fde GLFW 2.7.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-16 20:39:50 -07:00
Brett Koonce
c3cf171d95 lighttpd 1.4.31
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-16 20:39:31 -07:00
Brett Koonce
468e18a3b3 cracklib 2.8.19
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-16 20:39:07 -07:00
lacre
1743c46361 adobe-air-sdk: update checksum
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-16 20:37:21 -07:00
elij
622b2dbf5d dvdbackup 0.4.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-16 20:15:41 -07:00
Nimish Telang
84d7127946 dcraw 9.16
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-16 20:05:41 -07:00
nibbles 2bits
c081bb781f librsvg 2.36.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-16 20:01:55 -07:00
Brett Koonce
568a8cb308 riak 1.1.4
updated urls, sha256

Closes Homebrew/homebrew#13394.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-16 13:39:46 -05:00