Mike McQuaid
bb712aa646
fontconfig: only keg-only on pre-Mountain Lion.
2012-08-23 08:40:56 -07:00
Mike McQuaid
a5a816dc32
cairo: only keg-only on pre-Mountain Lion.
2012-08-23 08:40:41 -07:00
Mike McQuaid
fb9ed8a63a
graphviz: set flag to not depend on X11.
2012-08-23 08:36:48 -07:00
samueljohn
837203a691
cdo: option not options
...
Closes Homebrew/homebrew#14410 .
Signed-off-by: Max Howell <mxcl@me.com>
2012-08-23 09:03:18 -04:00
Jack Nagel
65b0ad839f
blitz: fix typo
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-23 01:19:21 -05:00
Mike McQuaid
8de62fd2f7
pango: remove X flag.
2012-08-22 23:16:49 -07:00
Mike McQuaid
2eb3680e18
pango: don't depend on x11 unnecessarily.
2012-08-22 22:58:12 -07:00
Mike McQuaid
be0d059818
libtiff: don't depend on x11 unnecessarily.
2012-08-22 22:58:12 -07:00
Mike McQuaid
d5b0d34a50
libid3tag: use sha1 rather than md5.
2012-08-22 22:58:12 -07:00
Mike McQuaid
f629464b02
libdvdread: depend on libdvdcss unconditionally.
2012-08-22 22:58:11 -07:00
Mike McQuaid
c54f1b21e6
libdvdcss: use sha1 rather than md5.
2012-08-22 22:58:11 -07:00
Mike McQuaid
65594fba26
id3lib: use sha1 rather than md5.
2012-08-22 22:58:11 -07:00
Mike McQuaid
b2342d23b6
gdk-pixbuf: don't depend on x11 unnecessarily.
2012-08-22 22:58:11 -07:00
Mike McQuaid
4ea88500fc
emboss: don't depend on x11 unnecessarily.
2012-08-22 22:58:11 -07:00
Mike McQuaid
5c94d214fe
dzen2: use sha1 rather than md5.
2012-08-22 22:58:11 -07:00
Mike McQuaid
941f420d77
dvdauthor: don't depend on x11 unnecessarily.
2012-08-22 22:58:11 -07:00
Mike McQuaid
719a9c3cb4
devil: don't depend on x11 unnecessarily.
2012-08-22 22:58:11 -07:00
Mike McQuaid
3957a161a0
dcmtk: don't depend on x11 unnecessarily.
2012-08-22 22:58:11 -07:00
Mike McQuaid
c8517b39ec
cogl: don't depend on x11 unnecessarily.
2012-08-22 22:58:11 -07:00
Mike McQuaid
3dddfa7ec2
clutter: don't depend on x11 unnecessarily.
2012-08-22 22:58:10 -07:00
Adam Vandenberg
31276a5c6c
sbcl: use new dsl
2012-08-22 21:43:33 -07:00
Adam Vandenberg
ed19b270a9
salt: use new dsl
2012-08-22 21:41:04 -07:00
Adam Vandenberg
b5821384dc
cmus: use new dsl
2012-08-22 21:39:27 -07:00
Adam Vandenberg
3e4d228ab4
cfitsio: use new dsl
2012-08-22 21:37:04 -07:00
Adam Vandenberg
790c5dd817
cdo: use new dsl
2012-08-22 21:36:27 -07:00
Adam Vandenberg
3d5d5dff25
boost-build: use new dsl
2012-08-22 21:35:07 -07:00
Adam Vandenberg
742ab76b60
boost: use new dsl
2012-08-22 21:34:11 -07:00
Adam Vandenberg
a579c53e07
blitz: use new dsl
2012-08-22 21:33:24 -07:00
Adam Vandenberg
d611826e70
abiword: use new dsl
2012-08-22 21:32:07 -07:00
Adam Vandenberg
85c630effc
sip: use new dsl
2012-08-22 21:29:50 -07:00
Adam Vandenberg
3b7f6c0a6a
surfraw: use new dsl
2012-08-22 21:29:16 -07:00
Adam Vandenberg
2d4d780670
two-lame: use new dsl
2012-08-22 21:28:37 -07:00
Adam Vandenberg
c8a34157e9
thrift: use new dsl
2012-08-22 21:23:14 -07:00
Adam Vandenberg
66f172b8f2
torsocks: use new dsl
2012-08-22 21:15:11 -07:00
Adam Vandenberg
e8a833ad88
tmux: use new dsl
2012-08-22 21:14:18 -07:00
Adam Vandenberg
b33b46b79c
winetricks: don't need to guard checksum
2012-08-22 21:11:32 -07:00
Adam Vandenberg
edc7780e86
v8cgi: use new dsl
2012-08-22 21:08:16 -07:00
Adam Vandenberg
2fb16c1d51
libvorbis: use new dsl
2012-08-22 21:04:16 -07:00
Adam Vandenberg
5d494ae1ac
vrpn: use new dsl
2012-08-22 21:02:35 -07:00
Adam Vandenberg
d7dfe2b537
znc: new dsl
2012-08-22 21:00:14 -07:00
nibbles 2bits
43e306f612
zeromq: fix errors, use external libpgm, add devel
...
zeromq gets a makeover to fix build errors and to offer the devel
version. This has been tested with clang and llvm from XCode-4.4.1.
* Add a devel block
* Add a dep on libpgm, a new formula. The internal libpgm is b0rked
* Add a `do_config` function that gets run for devel or head builds.
* Add ENV.universal_binary for devel and head, it works.
* Add conditionals so that the manual lipo to UB is only for stable
Fixes Homebrew/homebrew#14210
Closes Homebrew/homebrew#14292 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 20:56:56 -07:00
nibbles 2bits
a928797043
New formula: libpgm
...
Libpgm is from OpenPGM, An implementation of the PGM reliable
multicast protocol. It's a dep for zeromq that fixes zeromq
so that it compiles on ML. Tested with clang and llvm from
XCode-4.4.1.
Fixes Homebrew/homebrew#14210
Closes Homebrew/homebrew#14290 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 20:56:42 -07:00
tamird
f68febbef4
go: install bash completion
...
Closes Homebrew/homebrew#14287 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 20:56:01 -07:00
Adam Vandenberg
a427b6391e
freetype: --universal
...
Fixes Homebrew/homebrew#14307 .
2012-08-22 20:53:49 -07:00
Adam Vandenberg
98c806cd88
freetype: remove unused args
2012-08-22 20:45:04 -07:00
Piya Pakdeechaturun
ca1fb9967d
node 0.8.8
...
Closes Homebrew/homebrew#14394 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 20:31:58 -07:00
Misty De Meo
5beac34bd0
vgmstream r982
2012-08-22 18:37:30 -05:00
Michael Prins
ee864b3205
rhash 1.2.9
...
RHash is used to recursively calculate hashes on files, similar to
md5deep, except that it implements a few more specialized hash
algorithms. Key among these are the ones used in many file-sharing
protocols such as DC++, BitTorrent and others.
Closes Homebrew/homebrew#11841 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 15:02:12 -07:00
Mike McQuaid
997c423f27
poppler: depend on :fontconfig rather than :x11
2012-08-22 14:01:21 -07:00
Alex Zinchenko
71249da368
libbluray 0.2.2
...
Closes Homebrew/homebrew#11598 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 11:28:36 -07:00
Shaun Jackman
43396b090b
bamtools 1.0.2
...
Closes Homebrew/homebrew#12861 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:54:00 -07:00
fal4
53573d2c34
io: options for disabling addons
...
Closes Homebrew/homebrew#14142 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:35:42 -07:00
Thomas Dippel
e782ac6e85
postgresql: explicitly initialize with utf8 encoding
...
If we d not explicitly specify utf8 as the encoding, the server will be
initialized with ASCII encoding for the template1 database, which causes
problems when trying to create new databases with UTF8 encoding.
Closes Homebrew/homebrew#14149 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:31:46 -07:00
linuxgeek247
d4f4719de4
snort 2.9.3.1
...
Closes Homebrew/homebrew#14380 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:18:06 -07:00
Adam Vandenberg
03b17093be
unp: update downloads
...
Fixes Homebrew/homebrew#12996 .
2012-08-22 09:15:14 -07:00
nibbles 2bits
b3ef32f007
libunique 3.0.2
...
Upgrade libunique to version 3.0.2.
Add a flag to disable gtk docs.
Change the gtk dep to gtk+3.
Tested with clang and llvm from XCode-4.3.3.
Closes Homebrew/homebrew#13421 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:10:11 -07:00
Bo Xiao
a52d256e9a
ctemplate 2.2
...
Closes Homebrew/homebrew#13564 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 09:02:41 -07:00
Gavin M. Roy
50889a205a
RabbitMQ 2.8.6
...
Closes Homebrew/homebrew#14378 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 08:47:04 -07:00
Adam Vandenberg
83d6245f8a
mpack: fix compilation with clang
...
Fixes Homebrew/homebrew#14375
2012-08-22 08:46:34 -07:00
Dave Crossland
d8301ff1d6
FontForge: enable Spiro features
...
Closes Homebrew/homebrew#14357 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 07:04:29 -07:00
Drarok Ithaqua
53394232ea
gearmand 0.36
...
Closes Homebrew/homebrew#14372 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 06:55:47 -07:00
Max Howell
59a7577cb4
Fix Fontforge regression for Xcode < 4.3
2012-08-22 09:46:47 -04:00
Max Howell
6b01891cf3
Fix lastfmfpclient compilation with clang
...
NOTE lastfm_fplib is the exact same formula! We need to solve deletion/renames and remove one of them.
Fixes Homebrew/homebrew#13485 .
2012-08-22 09:46:39 -04:00
samueljohn
4d1c18decc
zint: Remove redundnat flags.
...
- the std_cmake_args already include the prefix.
- The CMAKE_C_FLAGS are no longer needed for cmake >= 2.8.8
- Update to options DSL.
Closes Homebrew/homebrew#12921 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 06:16:10 -07:00
Maxim Kouprianov
fed45607d2
Vala 0.17.5
...
Closes Homebrew/homebrew#14364 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 06:13:16 -07:00
Anderson Vaz
83fb9ebfc9
app-engine-java-sdk 1.7.1
...
Closes Homebrew/homebrew#14358 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-22 05:58:21 -07:00
Max Howell
0bb28db057
Justniffer fails to build with clang 421
...
Fixes Homebrew/homebrew#14360 .
2012-08-21 22:07:35 -04:00
Max Howell
60b3b4627e
Fontforge works with Xcode 4.3+
...
Shouldn't break for previous versions. We hope.
Fixes #13635. Fixes Homebrew/homebrew#14097 .
2012-08-21 20:51:13 -04:00
Kyle Fuller
99981052a3
Google App Engine 1.7.1
...
Closes Homebrew/homebrew#14355 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21 15:23:00 -07:00
Adam Vandenberg
e132483b79
OpenCV: style nits
2012-08-21 14:46:32 -07:00
nibbles 2bits
a943c40612
opencv: fix --32-bit option, use HB libraries
...
opencv has a 32bit option meant to work with HB libraries
like libtiff, jpeg, and jasper when those are universal.
Add CMake flags to stop opencv from trying to build all
those from source. Instead let if find the HB libraries.
Add CMake flags to stop it building tests.
Add a dep on Eigen, which is used to speed up code. OpenCV
has it enabled by default.
Add a CMake flag to specify that CUDA is OFF.
Duplicate the 32bit extra_CFLAGS to extra_CXXFLAGS also.
When building 32bit specify `-DCMAKE_OSX_ARCHITECTURES=i386`
per the install docs.
Switch to an OOS build. Put the source dir last.
Use the new `option` DSL.
Adjust python includes to support XCode-only installs.
Use their new homepage `opencv.org`
Tested with clang and llvm from XCode-4.4.1 against HB python
and system python on Mt. Lion, all options.
Fixes Homebrew/homebrew#14237 Homebrew/homebrew#13603
Closes Homebrew/homebrew#14305 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21 14:45:36 -07:00
Adam Vandenberg
839c5322bb
ImageMagick: make OpenCL optional
...
Fixes Homebrew/homebrew#13651 .
2012-08-21 14:42:17 -07:00
Yehor Lvivski
e9cefdfc88
dart 10994
...
- Allow 32- or 64-bit SDK installs.
Closes Homebrew/homebrew#14217 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 16:11:34 -05:00
Adam Vandenberg
b6993f8160
rrdtool: use option dsl
2012-08-21 14:09:20 -07:00
Jack Nagel
2cbbfee68c
libnet: needs automake as well
...
Closes Homebrew/homebrew#14329 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 16:05:54 -05:00
Dave Crossland
7662a6b9af
fontforge: update HEAD url
...
Closes Homebrew/homebrew#14241 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 16:03:19 -05:00
Ian Rahimi
b56c17d40b
Fixed libdnet failing to build when --with-python is supplied to brew install
...
Closes Homebrew/homebrew#14352 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21 13:53:37 -07:00
Brett Koonce
96c69462bf
nginx devel 1.3.5
...
Closes Homebrew/homebrew#14340 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 12:32:32 -05:00
Wes Morgan
a34fe145ca
New formula: GNU xorriso
...
Closes Homebrew/homebrew#14349 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 12:29:53 -05:00
Kevin Lyda
d9a1225f6b
offlineimap: update HEAD url
...
Closes Homebrew/homebrew#14046 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-21 12:24:52 -05:00
Misty De Meo
3aa19d7175
exiftool 9.00
2012-08-21 11:34:16 -05:00
Max Howell
0b5c73caed
Shark fails with clang
2012-08-21 12:09:06 -04:00
Max Howell
12e1dcc8be
scantailor *still* fails to build with clang
...
Lame effort from team Scantailor.
2012-08-21 12:09:06 -04:00
Max Howell
452293a5ef
Make lasi build
2012-08-21 12:09:06 -04:00
Max Howell
8e323f158f
libechonest conflicts with Doxygen of all things
2012-08-21 12:09:05 -04:00
Max Howell
0ababd323d
libmusicbrainz RIP
...
Deprecated by the people at Musicbrainz in favor of “picard”.
2012-08-21 12:09:05 -04:00
Max Howell
912802f673
Fix Falcon on 10.8
...
Probably 10.x in fact. Main problem was the internal PCRE didn't build and link errors occurred. Cmake sucks.
2012-08-21 12:09:05 -04:00
Adam Vandenberg
7340ba8cf9
ettercap 0.7.4.1
...
Also marking as fails with clang.
Fixes Homebrew/homebrew#14347 .
2012-08-21 08:50:35 -07:00
Ali Asad Lotia
bb9d6c2ee3
jenkins 1.478
...
Closes Homebrew/homebrew#14339 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21 08:29:45 -07:00
nibbles 2bits
ab5448abfe
eigen: add :universal option
...
Add the `option :universal` to eigen. Tested with clang and llvm
from XCode-4.4.1.
Closes Homebrew/homebrew#14304 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-21 07:05:08 -07:00
Jack Nagel
53bc9bb920
git-cola: prepend correct directory to PYTHONPATH
...
Fixes Homebrew/homebrew#13850 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 22:41:29 -05:00
Alan Boudreault
6089580687
mapserver: add patch for pixmap symbol
...
Closes Homebrew/homebrew#14234 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 22:39:02 -05:00
Jack Nagel
efa5e88c06
coreutils 8.19
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 22:32:51 -05:00
John Kurkowski
64f47b8f56
sbt 0.12.0
...
Closes Homebrew/homebrew#14317 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 22:27:05 -05:00
David M. Carr
cc060d3901
mongodb devel 2.2.0-rc1
...
Closes Homebrew/homebrew#14190 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 22:20:18 -05:00
Steffen Hausmann
5008622daf
MonetDB 11.11.5
...
Disable support for the jaql query language, which is beta-quality and
fails to build.
Closes Homebrew/homebrew#14239 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:58:35 -05:00
René Moser
36dbfad790
git-ftp 0.8.1
...
Closes Homebrew/homebrew#14297 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:43:03 -05:00
Jack Nagel
20c8fe37fe
pcb: update homepage and head URL
...
Fixes Homebrew/homebrew#14300 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:41:11 -05:00
Alexander Færøy
d3a4ed7aa5
storm 0.8.0
...
Closes Homebrew/homebrew#14286 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:37:58 -05:00
David Aguilar
4a57cb4740
git-cola 1.8.0
...
Signed-off-by: David Aguilar <davvid@gmail.com>
Closes Homebrew/homebrew#14303 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-20 21:24:45 -05:00