Commit Graph

10727 Commits (80caee1fa5ea55d39a3b6ca0796b52d7ce538bd3)

Author SHA1 Message Date
nibbles 2bits 80caee1fa5 py2cairo: fix miscompile on Lion. Use LINKFLAG.
waf miscompiles py2cairo on Lion, linking the wrong Python Library when
HB Python is installed.  So add a LINKFLAG that sets the path to the real
python Library as determined by `python-prefix`, where it gets used at
link time and fixes the problem where you can't import cairo into Python.
Also add a `fails_with :llvm` block to work around a build error where
waf tries to optimize with `-march=native` which llvm doesn't accept.

https://bugs.freedesktop.org/show_bug.cgi?id=51544

Tested on Lion and SL using system Python, HB framework Python,
HB non-framework Python with clang building both native and
universal binaries, by importing the cairo module into Python.

Rebased on Homebrew 0.9.2

Fixes Homebrew/homebrew#12893

Closes Homebrew/homebrew#12943.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-07 02:53:05 -05:00
nibbles 2bits ba9091bec2 pygtk: depends_on :x11
pygtk-2.24.0 on Lion will not compile because it can't find
`<pango/pangocairo.h>.  This occurs because pkgconfig has trouble
querying the pangocairo.pc module because it complains that a
required module, `fontconfig` can't be found and suggests adding
it's path to `PKG_CONFIG_PATH`.  We know `fontconfig` is a part
of X11.  So add `depends_on :x11` to the formula so that all the
pkgconfig modules can be located.

Tested by importing pygtk, importing cairo, and by running
`brew test -v pygtk` on Lion with clang and llvm from XCode-4.3.3.

Fixes Homebrew/homebrew#13205 and possibly Homebrew/homebrew#13256

Closes Homebrew/homebrew#13257.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-07 02:42:11 -05:00
Adam Vandenberg b8cba5b3e5 gnu-prolog 1.4.1
Thanks to @2bits for the patch.

Closes Homebrew/homebrew#13145.
2012-07-06 21:15:11 -07:00
Yoji SHIDARA 973e78c9ae groonga 2.0.4
Closes Homebrew/homebrew#13153.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-06 21:11:24 -07:00
Brian Kidney a6cd5aa23c todo-txt: install bash completion
Closes Homebrew/homebrew#13250.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-06 21:01:11 -07:00
Mislav Marohnić 0e633749da hub: use system rake to avoid RVM's Bundler integration
Fixes defunkt/hub#205

Closes Homebrew/homebrew#13238.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-06 20:56:20 -07:00
Brandon Carl aec49d4eb9 lftp 4.3.8
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-06 20:55:59 -07:00
Adam Vandenberg c7703bc99f subversion: update requirements
* serf needs to be universal when building universal
* make universal requirements fatal
2012-07-06 20:13:40 -07:00
Stephane Epardaud 3a7ef91694 Ceylon 1.0M3.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-06 19:52:04 -07:00
Adam Vandenberg b5ba3122e0 storm: use sha1 and simplify install 2012-07-06 19:49:51 -07:00
Simon Pantzare 26d0d25106 Storm 0.7.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-06 19:46:43 -07:00
Nick Silkey b9deb72253 cfengine 3.3.4
Closes Homebrew/homebrew#13242.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-06 19:44:18 -07:00
Charlie Sharpsteen 8d38cfec9b scons: Help scons to find its self
SCons was having a crisis of identity and could not find its own modules.
Things are now re-rooted to libexec so that the formula functions similar to
other python tools such as duplicity and denyhosts.
2012-07-06 15:19:40 -08:00
Misty De Meo 47b6b827e1 mapserver: use sha1 instead of md5 2012-07-06 14:06:02 -05:00
Alan Boudreault a519efea35 mapserver 6.0.3
Closes Homebrew/homebrew#13251.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-06 14:02:52 -05:00
Misty De Meo 863071310c tesseract: refactor language classes
Removes the ugly terrible klass_inna_strings.
2012-07-06 11:54:50 -05:00
Andreas Lappe cb8b0091a2 geocouch: Uuse tagged version
This adds the hard commit hash to the URL instead of using the master
branch which ensures that the hash stays valid and the code works with
1.2.0.

Fixes Homebrew/homebrew#13228.
Closes Homebrew/homebrew#13137.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-06 08:47:39 -08:00
Andreas Lappe 8f0b561774 geocouch: Adjust formula for new structure
Updates the hash of the zip-file and changes the 'build' directory into
'ebin'.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-06 08:47:24 -08:00
Misty De Meo 5f87f4e381 jbig2enc: s/:tag/:revision/
Fixes Homebrew/homebrew#13246.
2012-07-06 10:45:59 -05:00
Charlie Sharpsteen 655ab59f47 spatialite-tools: Update to 3.1.0b 2012-07-05 22:11:50 -08:00
Charlie Sharpsteen 1f776c8364 readosm: Update to 1.0.0a 2012-07-05 22:11:50 -08:00
Kazuki YAMAMOTO 181d7e95d4 Grails 2.1.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-05 19:32:51 -07:00
Christian Dedie fc40bb6215 Cassandra 1.1.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-05 19:32:17 -07:00
onewheelskyward 249e7a3283 mysql 5.5.25a
Closes Homebrew/homebrew#13230.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-05 13:37:47 -05:00
Adam Vandenberg 6868f44465 devil also fails with clang 4.0 2012-07-05 09:22:11 -07:00
nibbles 2bits 1c23ad0166 samba: add autotools to fix dep error on Lion
Samba calls autogen.sh, but never had any deps on autotools.
This causes a build error for Lion users who never installed them.
Add the standard deps on automake & libtool if XCode >= 4.3
Tested on with Clang and llvm from XCode-4.3.3.

Fixes Homebrew/homebrew#13188

Closes Homebrew/homebrew#13208.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-04 21:11:38 -07:00
Rui Pereira 1c6321404a Update tiger-vnc to 1.2.0.
Now using cmake, libjpeg-turbo and (optionally) gnutls.

Closes Homebrew/homebrew#11895.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-07-04 22:32:44 -05:00
Sebastian Hegler bbac5ace3f CGAL 4.0.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-04 14:00:36 -07:00
Misty De Meo 47ab0cc97a exiftool 8.96 2012-07-04 09:17:31 -05:00
Adam Vandenberg 1a4cef3962 mawk: use stable download 2012-07-03 19:17:28 -07:00
Misty De Meo 245cf459cd wget: HEAD has moved to git
http://lists.gnu.org/archive/html/bug-wget/2012-05/msg00022.html
2012-07-03 12:15:40 -05:00
Misty De Meo 971266d788 abiword: patch for glib headers 2012-07-03 10:18:52 -05:00
Misty De Meo c9d0cc0efa libgsf 1.14.23 2012-07-03 09:28:51 -05:00
Simon Sigurdhsson d779276795 rtpbreak 3.1a
Closes Homebrew/homebrew#13092.
Closes Homebrew/homebrew#13121.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-03 07:18:34 -07:00
Alexis Hildebrandt 0e15510fea wemux: specify etc
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-03 07:00:59 -07:00
Lars Eggert 9426e43b29 gzrt 0.6
Gzip Recovery Toolkit

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-03 06:59:26 -07:00
Adam Vandenberg 47d7e680e4 abiword: use sha1
stable and devel need to use the same type of checksum for now
2012-07-03 06:56:03 -07:00
James Aitken 9e7c5ad431 Nginx Stable 1.2.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-03 06:53:37 -07:00
nibbles 2bits 61b85a5e3b netcdf: fix for ifort and missing f90 symbols
Netcdf when built with `--enable-fortran` using the Intel Fortran
compiler, ifort, does accept the `--force-load` option, causing a
build error where libnetcdff.dylib is missing all the f90 symbols.
The solution is in a FAQ on their website:
  Set lt_cv_ld_force_load=no

http://www.unidata.ucar.edu/software/netcdf/docs/known_problems.html#intel-fortran-macosx

Fixes Homebrew/homebrew#13050.
Closes Homebrew/homebrew#13174.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-07-03 05:50:42 -08:00
Jack Nagel 5a5818e874 pixman: fix typo
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-03 08:41:19 -05:00
Jack Nagel b2284830b0 wireshark: --with-x needs x11
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-03 08:35:29 -05:00
Jack Nagel a78d9506d7 Depend on our cairo in GTK+ toolchain
Eventually we should try to just get this from XQuartz, but for now
let's depend on cairo for consistency.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-03 08:34:01 -05:00
Jack Nagel 98e3c37adb Make pixman keg-only
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-07-03 08:26:17 -05:00
Myles Borins 6986f635fe Cairo: point to pixman explicitly
Closes Homebrew/homebrew#13172.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 22:15:29 -07:00
Andreas Behr a5289b0771 opencv: fixes highgui not linking appkit framework
adds inline patch to fix http://code.opencv.org/issues/2038

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:38:02 -07:00
Demiko 9e28d4ae6a qscintilla2 2.6.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:36:54 -07:00
Mark A. Matienzo e01e85cc9a sleuthkit: update head build to use bootstrap script
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:35:38 -07:00
Frank Celler fe2579d29f ArangoDB 1.0.alpha3
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:33:49 -07:00
nibbles 2bits 83002d4cae jpeg-turbo: fix race condition in make install
jpeg-turbo-1.2.0 can fail `make install` due to a race condition
on Lion using clang, where you get the error that a path exists.
Separate the make steps, and deparallelize the install.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:31:19 -07:00
Simon Sigurdhsson 97b390ddb9 pngcrush 1.7.28
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-02 21:29:00 -07:00