| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-11-17 | Move denyhosts to boneyard | Adam Vandenberg | |
| This formula does not configure the software correctly. In addition, MacPorts blacklists it from newer versions of OS X. See: https://github.com/mxcl/homebrew/issues/21484 https://trac.macports.org/browser/trunk/dports/security/denyhosts/Portfile Closes Homebrew/homebrew#21484. | |||
| 2013-11-17 | add lib/dtrace to non-owned directories | Adam Vandenberg | |
| 2013-11-17 | brew-bundle: cleanup path handling. | Mike McQuaid | |
| 2013-11-17 | brew-bundle: add path support. | Christian Bundy | |
| Closes Homebrew/homebrew#24384. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-11-16 | brew-pull: run `git am --abort` on failure. | Mike McQuaid | |
| 2013-11-16 | Move brew-leaves into core | Jack Nagel | |
| Closes Homebrew/homebrew#24371. | |||
| 2013-11-16 | Make brew-leaves respect optional deps | Jack Nagel | |
| 2013-11-16 | Greatly simplify the implementation of brew-leaves | Jack Nagel | |
| 2013-11-15 | AWS tools: always install to libexec | Adam Vandenberg | |
| Don't link jars into lib or service into bin. | |||
| 2013-11-15 | Combine X11 path conditionals | Jack Nagel | |
| 2013-11-15 | Add HOMEBREW_INSTALL_BADGE environment variable | Alexis Hildebrandt | |
| with which the beer emoji displayed upon successful build can be changed. Closes Homebrew/homebrew#23194. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2013-11-15 | Ensure build-time deps are installed when bottle installation fails | Todd Persen | |
| Fixes Homebrew/homebrew#22245. Closes Homebrew/homebrew#24324. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-11-15 | Improve heuristic for detecting configure | Jack Nagel | |
| 2013-11-15 | brew-pull/test-bot: fix PR filename matching. | Mike McQuaid | |
| 2013-11-14 | version: match Jenkins LTS releases. | Mike McQuaid | |
| 2013-11-14 | Recognized .pax.gz extension | Jack Nagel | |
| 2013-11-14 | Add some missing test cases for `brew update` | Jack Nagel | |
| 2013-11-14 | versions: announce deprecation. | Mike McQuaid | |
| They break often so we should think, longer-term, about removing it altogether but may as well give users fair warning before that point. Closes Homebrew/homebrew#24220. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-11-14 | update: add remaining status indicators to diff-tree regexp | Jack Nagel | |
| As I understand it, we should never encounter these, but... | |||
| 2013-11-14 | Revert "Split bsdmake wrapper out from make wrapper" | Jack Nagel | |
| This reverts commit ba7ec6eb2f650ebc5a0ae09547eea423dbd45173. Temporarily mitigate bug fixed in 1153d0f9e20d0b6a19203707b609634f8fea1ad5. | |||
| 2013-11-14 | update: guard against nil in tap migrations | Jack Nagel | |
| 2013-11-14 | Add file type change to git diff-tree regexp | Jack Nagel | |
| Fixes Homebrew/homebrew#24286. | |||
| 2013-11-14 | grammar | Adam Vandenberg | |
| 2013-11-14 | SUPPORTERS: another late addition. | Mike McQuaid | |
| 2013-11-13 | Add ant wrapper to superenv | Jack Nagel | |
| Closes Homebrew/homebrew#24285. Refs Homebrew/homebrew#22199. | |||
| 2013-11-13 | Split bsdmake wrapper out from make wrapper | Jack Nagel | |
| 2013-11-13 | grammar edits | Adam Vandenberg | |
| 2013-11-13 | Add support for relocating pkgconfig files for bottles | Elliot Saba | |
| * Finds pkg-config files such as "lib/pkgconfig/libfoo.pc" and "bin/libfoo-config" * Does inreplace on paths in such files to allow for better bottle relocation ability Closes Homebrew/homebrew#23825. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2013-11-13 | Prevent deps of build-time deps from leaking into the build environment | Jack Nagel | |
| When decided what dependencies should be part of the build environment (and have appropriate entries added to variables like PKG_CONFIG_PATH), we select the entire dependency tree except for (1) inactive optional and recommended deps (2) indirect build-time deps (i.e., build-time deps of other deps) There is a third category that sould be excluded: dependencies of direct build-time deps. These are irrelevant to the build, and including them can cause unexpected linkages. | |||
| 2013-11-13 | Whitelist llvm.org for shallow git clones | Jack Nagel | |
| 2013-11-12 | Better documentation for no-op superenv methods | Jack Nagel | |
| 2013-11-12 | Allow changing the optimization level under superenv | Jack Nagel | |
| 2013-11-12 | Simplify ENV.0x methods in stdenv | Jack Nagel | |
| 2013-11-12 | Add ENV.O0 to stdenv | Jack Nagel | |
| 2013-11-12 | Extract optflags method from cflags method | Jack Nagel | |
| 2013-11-12 | Extract archflags method from cflags method | Jack Nagel | |
| 2013-11-12 | XQuartz 2.7.5 released | Jack Nagel | |
| Closes Homebrew/homebrew#24173. | |||
| 2013-11-12 | inreplace: odie for Homebrew developers. | Mike McQuaid | |
| 2013-11-12 | audit generic binary names | Adam Vandenberg | |
| Binaries with names like 'run' or 'service' are likely to conflict. Warn about these and suggest a libexec-style install instead. | |||
| 2013-11-12 | bottle: always use HOMEBREW_REPOSITORY. | Mike McQuaid | |
| 2013-11-11 | Group public ENV methods together | Jack Nagel | |
| 2013-11-11 | Remove outdated comment | Jack Nagel | |
| 2013-11-11 | info: fix on non-tty terminals. | Mike McQuaid | |
| References Homebrew/homebrew#18922. Closes Homebrew/homebrew#24188. Closes Homebrew/homebrew#24190. | |||
| 2013-11-11 | Fix Apache download strategy in verbose mode | Jack Nagel | |
| A better fix would be to rewrite the curl method to yield its output, but I don't feel like doing that right now. | |||
| 2013-11-11 | Only pass cflags during configure and make | Jack Nagel | |
| Fixes Homebrew/homebrew#24172. | |||
| 2013-11-11 | exceptions: improve tap error message. | Mike McQuaid | |
| Point users to the tap's issue tracker URL. | |||
| 2013-11-11 | info: decorate deps to show installed status? | Colin Dean | |
| * shows green tick if installed or red cross if not * only highlight dependency if HOMEBREW_NO_EMOJI is set Closes Homebrew/homebrew#18922. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-11-11 | brew-bundle: general cleanup. | Mike McQuaid | |
| 2013-11-11 | brew-bundle: add new command to support Brewfiles. | ChristianBundy | |
| Closes Homebrew/homebrew#24107. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | |||
| 2013-11-11 | SUPPORTERS: add very late URL. | Mike McQuaid | |
