aboutsummaryrefslogtreecommitdiffstats
path: root/Library
AgeCommit message (Collapse)Author
2013-06-26byobu 5.43Ian Lancaster
Closes #20802. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26dovecot 2.2.4Ian Lancaster
Closes #20804. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26tcptraceroute: source from githubAdam Vandenberg
Closes #20803.
2013-06-26geoip 1.5.1Ian Lancaster
Closes #20799. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-06-26Python: fix LINKFORSHARED valueMisty De Meo
LINKFORSHARED incorrectly returns a truncated value by default, which breaks builds which depend on it returning a valid path. e.g., it returns: Python.framework/Versions/2.7/Python Instead of: $(brew --prefix)/Python.framework/Versions/2.7/Python This breaks zpython, and possibly other things. See #20182. Reported to Python.org in http://bugs.python.org/issue3588 and http://bugs.python.org/issue16848, fixed for python-config but not other usecases.
2013-06-25New formula beansdb 0.5.9Chongyu Zhu
Closes #20170. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-06-25inkscape: use optional dep for popplerJack Nagel
2013-06-25soci: use optional dep for boostJack Nagel
2013-06-25gearman: use optional dep for mysqlJack Nagel
2013-06-25R: use optional dep for valgrindJack Nagel
2013-06-25libgetdata: styleJack Nagel
2013-06-25libgetdata: use optional dep for fortranJack Nagel
2013-06-25fftw: use optional dep for fortranJack Nagel
2013-06-25Rename Fortran requirement to fix option generationJack Nagel
So, `depends_on :fortran => :optional` will generate "--with-fortran" rather than "--with-fortranRequired".
2013-06-25haproxy devel 1.5-dev19Joel Limberg
Closes #20791. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25Dart 24275Denis Barushev
Closes #20790. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25igraph 0.6.5Thierry Moisan
Closes #19818. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25hatari 1.7.0Christer Solskogen
Closes #20781. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25Fix info --githubAdam Vandenberg
Closes #20780.
2013-06-25concurrencykit 0.2.19Francisco Souza
Closes #20776. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25msmtp: Explicitly request opensslchdiza
This is a preventative measure. Msmtp can be built with either gnutls or openssl as its security lib. By default, it will use gnutls if it exists on the user's system. It will use openssl only if either the user requests it or gnutls is absent. The current formula is silent about what security lib to use, which means the brewer will get gnutls if it's present. This is risky, because brewers have no idea that this is the case. Suppose a brewer has gnutls brewed, and then brews msmtp with the current official formula. Then suppose the brewer removes gnutls later but keeps msmtp. Then msmtp will break, the user will have no idea why, there probably will be a ticket, and no matter what the brewer will have to rebrew. It therefore seems better to explicitly ask msmtp to build against openssl, since that isn't transient. Msmtp will find the system's ssl. For users who never brewed msmtp with gnutls already on their machines, this commit changes nothing at all. Closes #20756. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25git-flow-completion 0.4.2.2Justin Hileman
Closes #20775. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-25emacs: shrink caveatsAdam Vandenberg
Remove caveats that duplicate option descriptions.
2013-06-25Note which formula's requirements failedJack Nagel
Closes #20713.
2013-06-25Yield correct dependent when expanding requirementsJack Nagel
2013-06-25ghostscript: use optional dep for x11Jack Nagel
2013-06-25Uniqify tags when merging dependenciesJack Nagel
2013-06-25mysql: fix checksumJack Nagel
2013-06-24x264: remove trailing whitespaceAdam Vandenberg
2013-06-24lua: make sigaction powerpatch default, support --without-sigactionGary V. Vaughan
* update option decls to with/without * apply sigaction powerpatch by default, unless --without-sigaction is passed. Closes #20679. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24Perforce 2013.1.659207Gisle Aas
Closes #20757. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24deparallelized yasmKendall Park
Closes #19593. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24deparallelized x264Kendall Park
Closes #19594. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24msmtp: Delete unnecessary option codechdiza
Msmtp will enable support for the OS X Keychain by default on Macs. No need to ask for it. Closes #20753. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24sip 4.14.7Iyed
Closes #20755. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24bup: remove debug outputAdam Vandenberg
2013-06-24brew-server: fix reference to removed methodJack Nagel
Fixes #20744.
2013-06-24ArangoDB 1.3.2Frank Celler
Closes #20748. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24RabbitMQ 3.1.2Chris Griego
Closes #20742. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24Requirement: callers are responsible for invoking #satisfied?Jack Nagel
This hack was necessary since requirements were not checked again in the forked build process, but now they are, and calling it again after the build environment has been set up can produce incorrect results. In fact, if it happens to return false the second time, the env modification will be skipped altogether.
2013-06-24scm-manager 1.32Sebastian Sdorra
Closes #20741. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-24Add 'From:' to GitHub url for formulaAdam Vandenberg
Closes #20724.
2013-06-24Use Fortran ENV helpersAdam Vandenberg
2013-06-24Add Fortran ENV helpersAdam Vandenberg
2013-06-24Update audit for Fortran dependencyAdam Vandenberg
2013-06-24Use :fortranAdam Vandenberg
Closes #20731. Closes #13621.
2013-06-24Add :fortran requirementAdam Vandenberg
2013-06-24Misplaced manpages fail brewbotAdam Vandenberg
Closes #20711.
2013-06-24Use 'path or URL' as tap for non-tap, non-core formulaeAdam Vandenberg
2013-06-24Show tap/path for non-core formulae on build failureAdam Vandenberg
Closes #16373. Closes #20725.