| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-19 | separate ENV/pkgconfig dirs by OS version | Camillo Lugaresi | |
| Closes Homebrew/homebrew#16063. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-11-19 | add necessary .pc files for Leopard | Camillo Lugaresi | |
| add missing libcrypto.pc override broken system libcurl.pc Closes Homebrew/homebrew#16063. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-11-17 | tests: add profiling support | Jack Nagel | |
| `rake profile` will run ruby-prof on the test suite if the ruby-prof gem is installed. | |||
| 2012-11-14 | Try to remove a single .DS_Store when uninstalling | Adam Vandenberg | |
| Closes Homebrew/homebrew#12976. Closes Homebrew/homebrew#15975. | |||
| 2012-11-13 | ENV.rb: Configure Objective-C++ compiler | Charlie Sharpsteen | |
| Ensures the `OBJCXX` environment variable is correctly set. Also adds `OBJC` and `OBJCXX` to `ENV.remove_cc_etc`. | |||
| 2012-11-13 | superenv.rb: Configure Objective-C compilers | Charlie Sharpsteen | |
| The [`OBJC`][1] and [`OBJCXX`][2] environment variables should be set along with `CC` and `CXX`. Some formulae require these to be set in order to properly configure against Homebrew's compilers. Fixes Homebrew/homebrew#16029. [1]:http://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Objective-C-Compiler.html [2]:http://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Objective-C_002b_002b-Compiler.html | |||
| 2012-11-13 | Document some recently added options | Jack Nagel | |
| 2012-11-13 | bash completion for doctor checks | Jack Nagel | |
| 2012-11-13 | superenv: don't set VERBOSE | Misty De Meo | |
| haskell-platform falls over badly if VERBOSE is set. Theoretically this could happen to other packages too. Really it's just less painful to avoid setting the env var in the first place. Fixes Homebrew/homebrew#15989. | |||
| 2012-11-13 | fish completion: complete formula options | Misty De Meo | |
| 2012-11-13 | dels -> dups typo | Max Howell | |
| /cc @samueljohn | |||
| 2012-11-12 | Don't error out if metafiles are linked | Adam Vandenberg | |
| Closes Homebrew/homebrew#16008. | |||
| 2012-11-12 | Don't advise XQuartz upgrades for system X11 | Jack Nagel | |
| Yeah, yeah. The XQuartz/X11 stuff is confusing. | |||
| 2012-11-12 | Remove m4 macro warning. | Mike McQuaid | |
| Fixes Homebrew/homebrew#15956. | |||
| 2012-11-12 | Xcode 4.5.2 is latest | Adam Vandenberg | |
| 2012-11-12 | exclude repository from brew list --unbrewed | Adam Vandenberg | |
| 2012-11-11 | Remove plist file exists check | Stefan | |
| Closes Homebrew/homebrew#15958. Signed-off-by: Adam Vandenberg <flangy@gmail.com> | |||
| 2012-11-11 | Work around Readline clash | Jack Nagel | |
| Only limited debugging functionality is available to things that involve the Readline formula, but it is better than crashing outright. c.f. Homebrew/homebrew#15776. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-11-11 | Update vendered pc file path in superenv | Jack Nagel | |
| 2012-11-11 | doctor checks XQuartz version | Adam Vandenberg | |
| Closes Homebrew/homebrew#14182. | |||
| 2012-11-11 | Add more files and extensions to metafiles | Adam Vandenberg | |
| 2012-11-11 | Teach Pathname how to scan for metafiles | Adam Vandenberg | |
| 2012-11-11 | Use a class for FORMULA_META_FILES | Adam Vandenberg | |
| * lets more text types get picked up * better filter for `brew list` | |||
| 2012-11-11 | Move vendored .pc files to ENV | Adam Vandenberg | |
| Closes Homebrew/homebrew#15961. | |||
| 2012-11-10 | Exclude the cache from `brew list --unbrewed` | Adam Vandenberg | |
| If you have relocated your HOMEBREW_CACHE under HOMEBREW_PREFIX, then don't show these files as "unbrewed". | |||
| 2012-11-10 | brew-test-bot: general cleanup. | Mike McQuaid | |
| 2012-11-10 | brew-test-bot: Cleanup and improve documentation. | Mike McQuaid | |
| 2012-11-10 | brew-test-bot: Change directory only for Git commands. | Mike McQuaid | |
| 2012-11-10 | brew-test-bot: --cleanup (not --clean) and fetch origin. | Mike McQuaid | |
| 2012-11-10 | brew-test-bot: print bottle output with --log. | Mike McQuaid | |
| 2012-11-10 | brew-test-bot: add skip cleanup, setup options. | Mike McQuaid | |
| 2012-11-09 | debrew: take input from same line as prompt | Jack Nagel | |
| 2012-11-09 | Formula#system: don't try to close a closed stream | Jack Nagel | |
| The new formula debugger users continuations to jump back up the stack, and thus anything that has the potential to be executed twice (i.e. ensure blocks) needs to to be essentially idempotent. Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-11-08 | Fix typo in postgres requirement | Jack Nagel | |
| 2012-11-08 | Factor out MySQL and Postgres requirements | Jack Nagel | |
| 2012-11-06 | Fix curlrc existence check | Jack Nagel | |
| Enumerable#one? is not available under Ruby 1.8.6. Further, we really want #any? here, as setting both HOME and CURL_HOME can trigger a false negative. Fixes Homebrew/homebrew#15883. | |||
| 2012-11-06 | Move conflict message into conflict class | Jack Nagel | |
| 2012-11-06 | Fix framework install names | Jack Nagel | |
| 2012-11-06 | Inject framework paths into stdenv compiler flags | Jack Nagel | |
| 2012-11-06 | Link Frameworks into top-level Frameworks directory | Jack Nagel | |
| 2012-11-06 | Combine duplicated postfix conditionals | Jack Nagel | |
| 2012-11-06 | Hoist top-level directory list into a constant | Jack Nagel | |
| 2012-11-03 | doctor: Remove fuse.pc from the whitelist | Charlie Sharpsteen | |
| Having a third-party `fuse.pc` file will conflict with the `fuse4x` formula. | |||
| 2012-11-02 | superenv: Builds need to use the right git/svn too | Max Howell | |
| stdenv already works as Contributions/cmds is in the path already. This is safe to do because OS X already has git and svn in the PATH if you have the CLT installed. So we should definitely ensure we use the right versions. Fixes Homebrew/homebrew#15783. | |||
| 2012-11-01 | Add Xcode 4.5.2 to standard compilers map | Jack Nagel | |
| Signed-off-by: Jack Nagel <jacknagel@gmail.com> | |||
| 2012-11-01 | Error out on lowercase --head parameter to install. | Adam Vandenberg | |
| Fixes Homebrew/homebrew#14815. | |||
| 2012-11-01 | Whitelist Homebrew's own prefix in superenv. | Xiyue Deng | |
| This allows Homebrew to be installed into /opt or /sw. Closes Homebrew/homebrew#15780. Signed-off-by: Max Howell <mxcl@me.com> Cleaned up the patch a little. Still ugly though, but logic is unusual so that's just how it is. | |||
| 2012-10-31 | Fix build failure being non-verbose when --verbose | Max Howell | |
| 2012-10-31 | Only show the troubleshooting link | Max Howell | |
| This has to be a last resort right? If all we show is that link (plus preceding un-deletable output) and they don't click it then maybe we should just close the ticket and hope they'll use MacPorts instead. | |||
| 2012-10-31 | Superenv: be more specific about -O flags | Adam Vandenberg | |
| Closes Homebrew/homebrew#15775. | |||
