Tom Scott
ad7ca4a93c
aws-sns-cli 2012-03-31
...
Closes Homebrew/homebrew#15157 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-27 08:43:16 -07:00
lacre
9e7ead393f
AIR SDK v3.4
...
Closes Homebrew/homebrew#15154 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-27 08:42:47 -07:00
mrickard
35c7fa82af
RDSCli 1.10.002
...
Closes Homebrew/homebrew#15158 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-27 08:40:37 -07:00
Birger J. Nordølum
ab9d95ddcc
SquashFS: 4.2 and add LZO,XZ support.
...
Closes Homebrew/homebrew#14863 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-27 07:05:06 -07:00
James Earl Douglas
52bbbc358b
frege 3.19.112a
...
Closes Homebrew/homebrew#15148 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-27 06:44:31 -07:00
royhodgman
095f6e28ed
transmission 2.71
...
Closes Homebrew/homebrew#15151 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-27 06:38:25 -07:00
Volker Stolz
8cec8a18a3
smlnj: detect Mountain Lion correctly
...
Closes Homebrew/homebrew#15149 .
Presumably fixes Homebrew/homebrew#12143 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-27 06:35:21 -07:00
Gergo Erdosi
3dc1d21c43
Percona Toolkit 2.1.4
...
Closes Homebrew/homebrew#15142 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-26 20:22:29 -07:00
Adam Vandenberg
b0d592b0b1
monotone: fix botan checksum
...
Closes Homebrew/homebrew#15146 .
2012-09-26 20:21:49 -07:00
Adam Vandenberg
64f53be5a1
gsettings-desktop-schemas: fix dependencies
...
Add explicit build-time dependencies on some tools so that superenv puts them in the path.
(And also so they'll be installed because they are needed!)
Fixes Homebrew/homebrew#15145 .
2012-09-26 17:32:51 -07:00
Adam Vandenberg
45b24fceec
gsettings-desktop-schemas: depends on pkg-config
...
Fixes Homebrew/homebrew#15145 .
2012-09-26 16:46:32 -07:00
Scott Greenlay
28c9ac1892
rust: fix compilation for Mountain Lion/clang 4.1
...
Should be fixed in next release of rust:
25bc65b487
Closes Homebrew/homebrew#15143 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-26 16:35:44 -07:00
Lasse Bang Mikkelsen
2f3403b73f
appledoc 2.1
...
Closes Homebrew/homebrew#15137 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-26 12:52:44 -07:00
Misty De Meo
f7afe051f2
clucene: 'cmake' => :build
2012-09-26 12:14:59 -05:00
Misty De Meo
8ff4bef57c
clucene: HEAD depends_on 'cmake'
2012-09-26 12:13:54 -05:00
Charlie Sharpsteen
fec701d41f
gdal: Depend on SpatiaLite by default
...
Depending on SpatiaLite adds minimal build time and is required by some GIS
applications such as QGIS.
2012-09-26 11:02:17 -05:00
Yan Zhou
038f9e1c34
Armadillo 3.4.2
...
Closes Homebrew/homebrew#15135 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-26 08:39:18 -07:00
Eashwar Ranganathan
c372ee93ef
Ninja 1.0.0
...
Closes Homebrew/homebrew#15130 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-26 08:17:14 -07:00
Andrey Popp
ded62a4b85
opam 0.7.2
...
Closes Homebrew/homebrew#15116 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-26 08:15:45 -07:00
Mike McQuaid
6fbc1cf09c
jenkins 1.483
2012-09-26 14:43:45 +01:00
Mike McQuaid
c7ced6bd79
jenkins: clean up launchd stuff.
2012-09-26 14:43:26 +01:00
Carlos Yakimov
1bf31d21aa
auto-scaling: yet another silent version bump
...
Closes Homebrew/homebrew#15107
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 22:16:16 -07:00
Adam Vandenberg
3fba48847c
vice: installer does the right thing with icons now
2012-09-25 20:30:44 -07:00
Adam Vandenberg
f7ceca220a
vice: update deps
2012-09-25 20:20:04 -07:00
Adam Vandenberg
e0f2d9c588
vice: style nit
2012-09-25 19:54:08 -07:00
Shaun Jackman
41438ead78
abyss: Fix build on OS X 10.8.
...
Closes Homebrew/homebrew#15109
This patch is from upstream and will be included in the next release of ABySS.
sjackman/abyss#13
sjackman/abyss@f195d2e
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 19:51:00 -07:00
nibbles 2bits
793255ddf4
valgrind 3.8.1
...
- Upgrade to 3.8.1
- Remove the __bzero patch because it works now.
- Move the existing patch into a gist
- Add a patch supplied in the issue below to fix compiling on Lion.
- Patch reported upstream and noted in comments
- Add a `--disable-dependency-tracking`
- Remove the `--mandir` because it installs correctly.
- Remove the `AR=ar` from the make command. It uses `/usr/bin/ar`
- Works with superenv
- passes `brew test -v valgrind` on Lion & ML using XCode-4.5
Fixes Homebrew/homebrew#14986 Homebrew/homebrew#14706
Closes Homebrew/homebrew#15122 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 19:49:20 -07:00
John Earles
600f1564b7
node 0.8.10
...
Closes Homebrew/homebrew#15125 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 18:58:28 -07:00
Jack Nagel
bb76172d8e
swftools: rename internal Xpdf class
...
I don't really feel like taking the time to grok what is going on in
this formula, but reopening the Xpdf class like this causes problems if
the actual Xpdf class is loaded as well, so rename it.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-25 17:32:25 -05:00
Simon Olofsson
5cfa90a8f5
vimpager 1.7.4
...
Closes Homebrew/homebrew#15120 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 14:33:29 -07:00
Misty De Meo
4677e06e44
htop-osx depends_on :autoconf, :libtool
2012-09-25 14:35:47 -05:00
Charlie Sharpsteen
396a59af1c
macvim: Depend on XCode
...
The MacVim build process requires a working `xcodebuild`.
Fixes Homebrew/homebrew#15111 .
2012-09-25 14:05:27 -05:00
Diwaker Gupta
86d67770cc
ZooKeeper 3.4.4
...
Closes Homebrew/homebrew#15110 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 11:27:57 -07:00
Alin Popa
c33e18014b
thrift: add language bindings
...
Closes Homebrew/homebrew#14746 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 10:59:34 -07:00
Myles Borins
d28a8611e5
chuck 1.3.1.2
...
Closes Homebrew/homebrew#15091 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 10:52:00 -07:00
Tim McGilchrist
88104118b0
Sinan 4.1.1
...
Closes Homebrew/homebrew#14093 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 09:43:27 -07:00
Joni Kanerva
938fa1d1f7
mariadb: fix shared data dir and my.cnf includedir
...
Fixes Homebrew/homebrew#15071 .
Closes Homebrew/homebrew#15094 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 08:22:21 -07:00
Dominik
527076288e
gearman 0.39
...
Closes Homebrew/homebrew#15096 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 08:20:49 -07:00
Frank Denis
c44963c241
dnscrypt-proxy 1.1.0, -HEAD and plugins
...
Closes Homebrew/homebrew#15088 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 08:20:02 -07:00
David M. Carr
3442613104
mongodb: --devel 2.2.1-rc0
...
Closes Homebrew/homebrew#15102 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 08:18:28 -07:00
David M. Carr
6f9e1c39c8
mongodb: fix hash for --32-bit
...
The 2.2.0 32-bit binary that 10gen published wasn't compiled as intended.
They re-built and pushed out a new binary, so this is the hash of the
new binary.
https://groups.google.com/d/msg/mongodb-user/KfsEskSEJi0/NMjWrI77L-8J
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 08:18:28 -07:00
James Aitken
733be16bdb
nginx stable 1.2.4
...
Closes Homebrew/homebrew#15101 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 08:17:07 -07:00
Adam Backstrom
119d697e79
git: also install git-subtree
...
The git-subtree formula was removed by b3a0a433c, as subtree is now
delivered with mainline Git. This commit ensures subtree is available in
the default install. The manpage is not installed.
See Homebrew/homebrew#12897 .
Closes Homebrew/homebrew#15085 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 06:45:12 -07:00
Gustavo Delfino
3e23386d02
imageworsener: add libpng dependency
...
Without this, imageworsener is very limited as
it can not write png files
Closes Homebrew/homebrew#15089 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 06:43:35 -07:00
Austin Seipp
6f329a3097
Ur/Web 20120925
...
Closes Homebrew/homebrew#15099 .
Signed-off-by: Austin Seipp <mad.one@gmail.com>
Closes Homebrew/homebrew#15099 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-25 06:40:24 -07:00
Timothée Peignier
1322b0f8a6
go 1.0.3
...
Closes Homebrew/homebrew#15086 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24 12:30:41 -07:00
Domingo Suarez Torres
103ffab973
Griffon 1.1.0
...
Closes Homebrew/homebrew#15084 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24 09:56:00 -07:00
Dustin Lang
13397c069d
cfitsio: sha1sum for examples zip
...
Closes Homebrew/homebrew#15083 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24 09:43:52 -07:00
Xidorn Quan
58d0a99aba
iftop 1.0pre2
...
Closes Homebrew/homebrew#15062 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24 08:59:04 -07:00
Raphael Fetzer
c5d5286949
FFmpeg 0.11.2
...
Closes Homebrew/homebrew#15056 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24 08:35:52 -07:00
Markus Doits
7eb20d04e4
optipng 1.7.3
...
Closes Homebrew/homebrew#15082 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24 08:35:06 -07:00
Anton Ilin
845b92bb55
phantomjs 1.7.0
...
Closes Homebrew/homebrew#15080 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24 08:34:48 -07:00
Pete Deffendol
bbd220a649
PostgreSQL 9.2.1
...
Closes Homebrew/homebrew#15079 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24 08:34:34 -07:00
Marc Simpson
99c089cd6c
opam 0.7.1
...
Closes Homebrew/homebrew#15076 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24 08:34:16 -07:00
Justin Clift
9242f973c4
libvirt 0.10.2
...
Closes Homebrew/homebrew#15075 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-24 08:33:58 -07:00
nibbles 2bits
4e8ce45bc2
libnids: build the shared library
...
libnids is used by dsniff, but libnids only builds a static library
due to being coded in 2005 before much use of `.dylib` etc. By
patching libnids to build a shared library, we can get dsniff to
link against it and against glib and gthread correctly without
`LDFLAGS` hacking.
- Add deps on automake anb libtool to run `autoreconf`
- Run autoreconf to fix any issues in 2005 era configure.
- Add configure flag to `--enable-shared`
- Add patch to fix errors building shared with `-soname` and `.so`
- Works well with superenv and dnsiff
Fixes Homebrew/homebrew#14363
Closes Homebrew/homebrew#15011 .
Signed-off-by: Max Howell <mxcl@me.com>
2012-09-24 09:58:47 -04:00
nibbles 2bits
2da1555e8b
ext2fuse: fix build error by using a CFLAG
...
ext2fuse has been broken for a while because it's an old piece
of code that needs a few cflags for clang. Macports also defines
a different precompiler variable, `-D__FreeBSD__=10` which it
turns out fixes all our build errors and aslo fixes the need we
had for defining `SSIZE_T`
- Add to CFLAGS `-D__FreeBSD__=10 -DENABLE_SWAPFS` like MP.
- Add a `--std=gnu89` flag if compiler is clang
- Remove the unneeded CFLAG.
- Works great with superenv.
Fixes Homebrew/homebrew#12207
Closes Homebrew/homebrew#15070 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-23 21:16:19 -07:00
nibbles 2bits
2026d2ece1
e2fsprogs 1.42.6
...
- Upgrade to 1.42.6
- Works well with superenv
- Needed for ext2fuse
Closes Homebrew/homebrew#15069 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-23 21:15:56 -07:00
Jason A. Donenfeld
234a45581a
pass 1.4
...
Closes Homebrew/homebrew#15072 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-23 21:15:16 -07:00
Jack Nagel
b752339b17
pyqt: update tarball location
...
Fixes Homebrew/homebrew#15060 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-23 16:13:10 -05:00
Mike McQuaid
e34352563e
qt: fix lion bottle checksum.
2012-09-23 17:37:39 +01:00
Bilal Syed Hussain
57fdce0a09
Updated taglib formula to use taglib 1.8
...
Closes Homebrew/homebrew#15059 .
Signed-off-by: Max Howell <mxcl@me.com>
2012-09-22 19:48:04 -04:00
Tomas Lin
6646c71e86
Groovy 2.0.4
...
Closes Homebrew/homebrew#15058 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-22 13:08:54 -07:00
Adam Vandenberg
5f68a09ae2
doxygen: add mirror
...
Closes Homebrew/homebrew#15057 .
2012-09-22 11:46:01 -07:00
Charlie Sharpsteen
3601ae7bb7
gnuplot: Disable aquaterm by default
...
Adds a MacPorts patch that allows `--without-aquaterm` as a configuration
option and then invokes this option by default.
Fixes Homebrew/homebrew#14647 .
2012-09-22 10:42:35 -05:00
Charlie Sharpsteen
294a6e9b68
gnuplot: Use options DSL
2012-09-22 10:42:35 -05:00
Alexey Palazhchenko
9d191a7878
Google App Engine 1.7.2 (Python, Java, Go).
...
Closes Homebrew/homebrew#15051 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-22 08:35:09 -07:00
Xiyue Deng
18cb10d97b
autoconf-archive 2012.09.08
...
Closes Homebrew/homebrew#15048 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-22 08:33:41 -07:00
Tobias Schwab
154ba86bcf
redis devel 2.6.0-rc7
...
Closes Homebrew/homebrew#15054 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-22 08:29:52 -07:00
Tobias Schwab
dbddcff99e
solr devel 4.0.0-BETA
...
Closes Homebrew/homebrew#15055 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-22 08:29:42 -07:00
Brett Koonce
9c989a3fa0
swi-prolog 6.2.1
...
Closes Homebrew/homebrew#15053 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-22 08:27:02 -07:00
Richard Petri
657d7ff1e3
qt: enable pch build with clang.
...
Closes Homebrew/homebrew#15050 .
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-09-22 12:09:13 +01:00
Mike McQuaid
7e8b27a76c
qt 4.8.3
2012-09-22 10:46:39 +01:00
Max Howell
682bc7de00
Build without-x; Fixes Homebrew/homebrew#15019 .
2012-09-22 00:35:31 -04:00
Sean Goller
8981c65baf
Update libmusicbrainz formula to latest version.
...
Remove test until a real one can be written.
Closes Homebrew/homebrew#14959 .
Signed-off-by: Max Howell <mxcl@me.com>
2012-09-22 00:16:59 -04:00
Max Howell
a26dd92e67
liblastfm-0.3.3.1
...
A fake release, but I maintain this and will tag the next proper release 0.3.4.
Remove fails with clang.
Closes Homebrew/homebrew#15008 .
2012-09-22 00:16:45 -04:00
Jarrett Cruger
963bbe119b
Updated node.js formula to v0.8.9
...
Signed-off-by: Max Howell <mxcl@me.com>
2012-09-21 23:22:36 -04:00
The Monast
03c79134c1
leiningen --devel 2.0.0-preview10
...
Closes Homebrew/homebrew#15040 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-21 18:18:01 -07:00
Shaun McDonald
ddd5395271
osmosis 0.41
...
Closes Homebrew/homebrew#15039 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-21 18:17:18 -07:00
nibbles 2bits
bad4eaf893
llvm: run make install
for clang too
...
llvm takes a second make install in the clang_dir when clang
is built according to the install instructions in the clang
tarball. Doing this gets all the clang include files installed
that were otherwise missing. Add a `make install`.
Fixes Homebrew/homebrew#14924
Closes Homebrew/homebrew#15046 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-21 18:14:30 -07:00
Philippe Latulippe
fd0d74598d
Tor 0.2.2.39
...
Closes Homebrew/homebrew#15044 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-21 14:33:22 -07:00
Janusz Harkot
2bab0faacd
memcached 1.4.15
...
Closes Homebrew/homebrew#15043 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-21 13:00:57 -07:00
Yan Zhou
1c71cfcc57
Armadillo 3.4.1
...
Closes Homebrew/homebrew#15035 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-21 08:55:20 -07:00
Clemens Gruber
1b46be07d8
metasploit 4.4.0
...
Closes Homebrew/homebrew#14988 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-20 22:43:41 -07:00
Austin Seipp
22aba51961
pxz v4.999.9beta
...
Closes Homebrew/homebrew#14979 .
2012-09-20 22:42:58 -07:00
Brett Nakashima
6308f563e2
rename 1.100
...
Closes Homebrew/homebrew#15027 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-20 22:37:49 -07:00
Jack Nagel
4ce336c8ac
auto-scaling 1.0.61.1
...
Fixes Homebrew/homebrew#15032 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-20 22:55:05 -05:00
Charles-Axel Dein
69a78f605e
zsh-completions 0.7.0
...
Closes Homebrew/homebrew#15018 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-20 20:10:15 -07:00
Adam Vandenberg
0f5ff949e1
cairo: add a mirror
...
Closes Homebrew/homebrew#15020 .
2012-09-20 20:09:29 -07:00
Victor Trac
4ff96069f7
aws-cfn-tools 1.0.11
...
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-20 20:08:13 -07:00
Lasantha Kularatne
f38e9438b8
AWS cloud-watch 1.0.13.4
...
Closes Homebrew/homebrew#15025 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-20 20:07:34 -07:00
royhodgman
8b5f805bfe
graphicsmagick 1.3.16
...
version bumped graphicsmagic to 1.3.16
Closes Homebrew/homebrew#15026 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-20 20:03:05 -07:00
Jack Nagel
a4c17f54b9
ccache 3.1.8
...
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-20 16:52:35 -05:00
Matt Blair
a43ab7eb4d
Jenkins 1.482
...
Closes Homebrew/homebrew#15017 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-19 22:13:51 -07:00
Rich Manalang
d9ca90e158
atlassian-plugin-sdk 4.0
...
Closes Homebrew/homebrew#15015 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-19 20:24:20 -07:00
Adam Vandenberg
ff5bac6caa
tomcat 7.0.30
2012-09-19 20:22:58 -07:00
Federico Hernandez
cd81fc29fe
task 2.1.2
...
Closes Homebrew/homebrew#15012 .
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-09-19 20:22:14 -07:00
nibbles 2bits
0e96e485d6
net-snmp: fix compile on ML, add darwin12.h
...
net-snmp has some fixes in HEAD for us coming in 5.7.2.
It fails on ML due to the same problem it has with Lion,
a missing header, and that's what's being fixed. It aslo
can't build the perl bindings because it wants to write to
`/Library/Perl`
- Duplicate the Lion path for ML and create `darwin12.h`
- Add `--enable-ipv6`
- Add `--with-logfile=#{var}/log/snmpd.log` fixes `/var/log/snmpd.log`
- Add `--disable-embedded-perl`
- Add `--without-perl-modules`
- Add `--disable-debugging`
- Remove an unused function `header_created?`
Fixes Homebrew/homebrew#14990 .
Closes Homebrew/homebrew#15009 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-19 22:19:17 -05:00
yrammos
ad3ed82066
lilypond: add option to build docs
...
Closes Homebrew/homebrew#14946 .
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-19 22:17:19 -05:00
James Wheare
13470cb3db
ircd-hybrid: Bump up the nickname limit to something airier.
...
There's no config setting for this, so we need to compile it in to something generous and useful
Closes Homebrew/homebrew#15005 .
Signed-off-by: Max Howell <mxcl@me.com>
2012-09-19 22:46:41 -04:00