Commit Graph

9800 Commits (e9c84b8bbf950d4ca55dfd610829902b3ac52cfe)

Author SHA1 Message Date
Jack Nagel e9c84b8bbf bonnie++: remove pointless test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:23:04 -05:00
Jack Nagel 06a6eba41f pixie: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:21:18 -05:00
Jack Nagel 3efc4e0b3e ispell: remove pointless test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:19:58 -05:00
Jack Nagel 816dbec987 open-cobol: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:17:48 -05:00
Jack Nagel 9dafb6ac2b trafficserver: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:14:57 -05:00
Jack Nagel 2f404c680f libraw: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:14:41 -05:00
Jack Nagel 0079bbcef6 newlisp: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:12:31 -05:00
Jack Nagel f01bac77cc appledoc: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:10:46 -05:00
Jack Nagel fa3d2d7bf4 link-grammar: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:02:56 -05:00
Jack Nagel 51d7e56917 justniffer: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:00:33 -05:00
Jack Nagel 3d8c756282 roundup: style nits
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 17:00:18 -05:00
Jack Nagel 2c9d18901f jbigkit: pass vars directly to make
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:53:52 -05:00
Jack Nagel 93b63e2743 jbigkit: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:53:39 -05:00
Jack Nagel dd0ed45bc9 jbig2dec: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:50:18 -05:00
Jack Nagel 64014de16f percona-toolkit: use full paths in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:49:32 -05:00
Jack Nagel 72bc963f8f par2tbb: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:49:00 -05:00
Jack Nagel 59c6e6f6d0 tmap: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:47:11 -05:00
Jack Nagel 57d0f7aaf4 uchardet: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:45:16 -05:00
Jack Nagel 0d2da95007 fastjar: use full path in test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:44:52 -05:00
Jack Nagel 7476cf9473 pyqt: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:43:34 -05:00
Jack Nagel d7ea7a2524 dash: clean up test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:24:59 -05:00
Jack Nagel 882ca9ab54 rrdtool: use mktemp and quicklook in test
Otherwise we are writing files to $PWD, which is undesirable.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-05 16:20:59 -05:00
Adam Vandenberg 64c6b6017e Tesseract: style nits 2012-05-05 12:41:59 -07:00
Adam Vandenberg 259a2a5923 tiff2png: remove inreplace 2012-05-05 12:34:44 -07:00
Adam Vandenberg 0d11c88222 geda-gaf: fix compiling against glib 2.32 and add --devel 2012-05-05 11:58:22 -07:00
Charlie Sharpsteen 01deaa5051 Use stable urls for all Gaia-SINS projects
Ammend links for freexl, libspatialite, librasterlite, libgaiagraphics and
spatialite-tools to point at the archives rather than the front page.

The front page link breaks when new releases are made.
2012-05-05 10:23:21 -07:00
Attila Györffy be9fb4af25 Node 0.6.17
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-05 09:26:43 -07:00
Birger J. Nordølum 078de9a70d GNU Bash 4.2.28
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-05 09:26:08 -07:00
David Aguilar b13613b4e6 git-cola 1.7.7
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-05 09:21:13 -07:00
Jack Nagel 5a0a703fb7 git: add test
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-04 17:56:25 -05:00
nibbles 2bits d9e7691c8b subversion: fix error with clang
Subversion will fail with clang when it queries the compiler
used to build system Python and finds it is llvm-gcc.  It then
uses the clang cflags with llvm-gcc to compile the python bindings
which causes the usual unknown `-march=native` flag issue.

Pre-define the configure variable `ac_cv_python_compile` as ENV.cc

Fixes Homebrew/homebrew#10914.
Closes Homebrew/homebrew#12059.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-04 17:51:51 -05:00
singe d3ecb36090 mairix: Add HEAD
Closes Homebrew/homebrew#12064.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 13:57:39 -07:00
nibbles 2bits f79494e152 libtiff 4.0.1
Upgrade libtiff to version 4.0.1.
Add ENV.x11 so it can find GL/gl.h.
Remove the apple-opengl flag. It doesn't exist and is the default.
Remove the mandir flag.  It gets the directory correct.

Libtiff-4.0.1 is the new stable version.  Testing was done by
building several programs that use it, including lcms, lcms2,
gdk-pixbuf, imagemagick, openjpeg, and openimageio.  Runtime tests
using the oiio testsuite and imagemagick's identify confirm the
library's functionality.

Closes Homebrew/homebrew#12029.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:55:43 -07:00
nibbles 2bits b1efcd3f38 mapnik: fix relative path in paths.py
Add patch to mapnik.rb to use an absolute path into site-packages
rather than a relative path in the file `paths.py`.  The upstream
bug report is noted in the formula comments and is where the patch
offered by the developer came from.

Fixes Homebrew/homebrew#12026.
Closes Homebrew/homebrew#12043.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:53:58 -07:00
nibbles 2bits 829beb0b8a newlisp 10.4.2
Upgrade newlisp to version 10.4.2

Closes Homebrew/homebrew#12056.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:53:58 -07:00
Jack Baty 2027ad1c74 ttytter 2.0.00
Closes Homebrew/homebrew#12060.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:49:02 -07:00
Mislav Marohnić d7260abac6 hub: Update to 1.9.0
The glorious GitHub API v3 Edition

Closes Homebrew/homebrew#12070.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:47:37 -07:00
Charlie Sharpsteen 29fbada106 QPDF: Update to 2.3.1
Also add a patch to workaround a PCRE API function that was removed in 8.30

Fixes Homebrew/homebrew#12069.
2012-05-04 11:42:42 -07:00
Adam Malcontenti-Wilson 6fd4937b62 ifuse: Update to 1.1.2
Closes Homebrew/homebrew#12067.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:13:50 -07:00
Charlie Sharpsteen fda4b9eeeb libimobiledevice: Disable Cython bindings
As long as libplist doesn't provide Cython bindings, they must be disabled for
libimobiledevice.
2012-05-04 11:13:50 -07:00
Charlie Sharpsteen 0ccaf8ccfd usbmuxd: Pass path to libusb headers to CMake
CMake fails to find this info on it's own.

Fixes Homebrew/homebrew#7293.
2012-05-04 11:09:33 -07:00
Adam Malcontenti-Wilson cea9127232 libimobiledevice: Update to 1.1.4
Closes Homebrew/homebrew#12058.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:04:11 -07:00
Adam Malcontenti-Wilson 06abf2f7d9 usbmuxd: Update to 1.0.8
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-05-04 11:04:00 -07:00
Adam Vandenberg 29d4858948 Jenkins: fix path in plist 2012-05-03 21:27:00 -07:00
Adam Vandenberg 805166de7a CouchDB: remove anticipated devel branch
The --devel branch didn't actually exist, so removing.
2012-05-03 21:17:53 -07:00
nibbles 2bits c1ed59f0a3 highlight 3.9
Upgrade highlight to version 3.9.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03 20:44:40 -07:00
Adam Vandenberg 302aed1f57 Jenkins: install to libexec, not lib 2012-05-03 20:40:23 -07:00
Adam Vandenberg aaf81c1531 Simplify some :using 2012-05-03 20:37:57 -07:00
Ben Woskow 0fc64231ad Atlassian SDK 3.10.1
Closes Homebrew/homebrew#12044.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03 20:17:46 -07:00
nibbles 2bits 93392c5803 mpop 1.0.27
Add build time dep on pkg-config that it uses.
Remove `--disable-debug`, which is not a valid option.
Remove option to enable MacOS Keyring.  It is the default.
Compiles with clang and llvm-gcc from XCode-4.3.2.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-03 20:16:34 -07:00