Commit graph

26144 commits

Author SHA1 Message Date
Jack Nagel
4df83192fe Don't assume cflags is non-nil
Fixes Homebrew/homebrew#29284.
2014-05-15 13:46:10 -05:00
Mike McQuaid
ee92173d57 vte3: make python a hard dependency. 2014-05-15 19:04:31 +01:00
Mike McQuaid
c38a073d40 vte: add dependency on pygobject. 2014-05-15 19:04:31 +01:00
Mike McQuaid
1271e40d23 vte: make python a hard dependency. 2014-05-15 19:04:31 +01:00
Mike McQuaid
bf070a5b74 pyqwt: set PYTHONPATH in test. 2014-05-15 19:04:31 +01:00
Mike McQuaid
b452072c22 pyqwt: make python a hard dependency. 2014-05-15 19:04:31 +01:00
Mike McQuaid
548c41bc0a hexchat: make python an optional dependency. 2014-05-15 19:04:30 +01:00
Mike McQuaid
f6663cdb1d enchant: make python an optional dependency. 2014-05-15 19:03:03 +01:00
Jack Nagel
37afc42c30 gst-plugins-good: set env var instead of appending 2014-05-15 12:40:29 -05:00
Jack Nagel
d99d790a57 gstreamer: set env var instead of appending 2014-05-15 12:38:45 -05:00
Jack Nagel
4d4f4f545b gstreamer: drop manual CFLAGS
These were cargo-culted from MacPorts. The build system passes different
flags.
2014-05-15 12:36:39 -05:00
Jack Nagel
5f022a31cc pdf2htmlex: upstream patch to fix build with latest poppler
Fixes Homebrew/homebrew#29279.
Closes Homebrew/homebrew#29280.
2014-05-15 10:30:40 -05:00
BrewTestBot
8d62147192 pandoc-citeproc: update 0.3.1 bottle.
Closes Homebrew/homebrew#29270.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-15 06:59:26 -07:00
Andrew Dunning
af1c6e33a2 pandoc-citeproc 0.3.1 2014-05-15 06:59:14 -07:00
Damir Vandic
f5ebf24135 typesafe-activator 1.1.3
Closes Homebrew/homebrew#29277.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-15 06:57:57 -07:00
Damir Vandic
84a45700a3 sbt devel 0.13.5-RC3
Closes Homebrew/homebrew#29276.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-15 06:57:32 -07:00
Jack Nagel
618def0445 mercurial: docs are bundled with source releases 2014-05-15 01:41:38 -05:00
Jack Nagel
9d6f24a935 geos: fails with llvm
Fixes Homebrew/homebrew#29266.
2014-05-15 00:13:53 -05:00
Jack Nagel
efc20e6dda Goodbye -fheinous-gnu-extensions! 2014-05-14 23:51:08 -05:00
Sergejs Kovrovs
ea517c9f80 qbs 1.2.0
Update qbs to v1.2.0

Closes Homebrew/homebrew#29273.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-14 21:37:21 -07:00
Adam Vandenberg
ed4e510d98 luabind: explicitly point to lua 2014-05-14 21:22:16 -07:00
Adam Vandenberg
29fab92eaf mysql-proxy 0.8.4 2014-05-14 20:56:49 -07:00
BrewTestBot
d177425ad3 monotone: update 1.1 bottle. 2014-05-14 20:49:39 -07:00
Adam Vandenberg
0d85d090c2 monotone 1.1 2014-05-14 20:40:52 -07:00
Jack Nagel
1dcfd05674 fswatch: modernize
- requires C++11
 - use full autotools build
 - remove broken test
2014-05-14 21:27:48 -05:00
Benny Wong
bf87ffd3de fswatch 1.3.2
Closes Homebrew/homebrew#29261.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-14 21:26:25 -05:00
Adam Caudill
80470e1289 libsodium 0.5.0
Closes Homebrew/homebrew#29254.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-14 21:14:09 -05:00
Paul Capestany
c441c698c5 highlight 3.18
Closes Homebrew/homebrew#29267.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-14 17:35:37 -07:00
Noel Martin Llevares
f1f732c3e1 sbt: use recommended defaults
Default brew install of `sbt` easily runs out of memory.

The addition of the flags `-Xms512M -Xmx1536M -Xss1M
-XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=256M` can prevent this
from happening.

http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html
http://stackoverflow.com/questions/15957183/outofmemoryerror-from-sbt

Closes Homebrew/homebrew#28815.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-14 17:29:17 -05:00
BrewTestBot
c661531c4f gmp: update 6.0.0a bottle. 2014-05-14 16:12:28 -05:00
Jack Nagel
9e6f25bb6e gmp: use ftpmirror.gnu.org
Primary gmp download site is pretty slow.
2014-05-14 16:11:16 -05:00
Alexis Hildebrandt
4ec45d041d gmp 6.0.0a
Closes Homebrew/homebrew#28502.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-14 16:11:16 -05:00
Chris Beer
6802902df9 raptor 2.0.14
Closes Homebrew/homebrew#29255.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-14 13:36:59 -07:00
Adam Vandenberg
707498fe1d kyoto-tycoon: find non-/usr/local lua 2014-05-14 13:20:01 -07:00
Martin Mauch
4c1f095c2e pex 1.20140409
Add pex for managing PostgreSQL extensions.

Closes Homebrew/homebrew#28218.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-14 12:34:16 -07:00
Adam Getchell
03ad1bbea0 geomview 1.9.5
Closes Homebrew/homebrew#29235.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-14 13:40:50 -05:00
Pete Gadomski
1aab408ebf liblas HEAD
Add HEAD url for liblas.

libLAS 1.7.0 is broken (libLAS/libLAS#33) when building with GDAL and
GEOTiff, so a HEAD url is necessary to get the fix until a new version
is tagged.

Closes Homebrew/homebrew#29249.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-14 13:25:27 -05:00
BrewTestBot
fb4f5672cc fleetctl: update 0.3.2 bottle.
Closes Homebrew/homebrew#29250.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-14 11:21:28 -07:00
Brian Waldon
16bd9a6404 fleetctl 0.3.2 2014-05-14 11:21:28 -07:00
BrewTestBot
af77c3d18a pass: update 1.6.2 bottle.
Closes Homebrew/homebrew#29245.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-05-14 08:51:16 -07:00
Kyle Marek-Spartz
38673312a2 pass 1.6.2 2014-05-14 08:51:16 -07:00
BrewTestBot
28127b7fae git: update 1.9.3 bottle. 2014-05-14 10:39:41 -05:00
Jack Nagel
9e0cf90e5c git: make perl lib path portable on 10.9
Fixes Homebrew/homebrew#29128.
2014-05-14 10:24:58 -05:00
BrewTestBot
7a929629dd youtube-dl: update 2014.05.13 bottle. 2014-05-14 09:12:17 -05:00
Steffen Matthischke
230469b2b2 youtube-dl 2014.05.13
Closes Homebrew/homebrew#29242.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-05-14 09:11:56 -05:00
Jack Nagel
1a1a34b174 llvm: build universal under superenv 2014-05-14 00:00:59 -05:00
Jack Nagel
31ebee2238 clhep 2.1.4.2 2014-05-13 23:46:46 -05:00
Jack Nagel
a5119d4aac clhep: don't override CMAKE_PREFIX_PATH 2014-05-13 22:44:38 -05:00
Jack Nagel
0f4a2a9e45 chipmunk: don't override CMAKE_PREFIX_PATH 2014-05-13 22:44:38 -05:00
Jack Nagel
84b854397f tiger-vnc: don't override CMAKE_PREFIX_PATH 2014-05-13 22:44:38 -05:00