ilovezfs
a53eca8cde
dependency_collector: need xz dep on <= macOS 10.8
...
Mountain Lion: http://opensource.apple.com/source/libarchive/libarchive-25.1/config.h
`/* #undef HAVE_LIBLZMA */`
Mavericks: http://opensource.apple.com/source/libarchive/libarchive-29/config.h
`#define HAVE_LIBLZMA 1`
2016-10-16 05:48:37 -07:00
Mike McQuaid
7ac90613fd
Merge pull request #1290 from maxnordlund/patch-1
...
Fix wrong ordering on when clauses in audit.rb
2016-10-15 17:52:54 +01:00
Markus Reiter
c233cacaf2
Merge pull request #1208 from reitermarkus/puts-columns
...
Refactor `puts_columns` to allow `$stderr.puts_columns`.
2016-10-15 18:51:11 +02:00
Max Nordlund
c7fde5ddc9
Fix when clause ordering.
2016-10-15 18:31:06 +02:00
Markus Reiter
581a1245bf
Move Formatter.columns
into utils/formatter
.
2016-10-15 17:22:10 +02:00
Markus Reiter
ef70677e88
Add test for Formatter.columns
.
2016-10-15 17:13:38 +02:00
Markus Reiter
198bf4d3bd
Convert puts_columns
to puts Formatter.columns
.
2016-10-15 17:13:38 +02:00
Markus Reiter
429327cac8
Use proc
to fallback to puts
.
2016-10-15 17:13:38 +02:00
Markus Reiter
5ee6df6d82
Fallback to $stdout.tty?
unless respond_to?(:tty?)
.
2016-10-15 17:13:38 +02:00
Markus Reiter
a89dc33834
Change test for puts_columns
with empty input.
2016-10-15 17:13:38 +02:00
Markus Reiter
01d87f8107
Don’t use puts_columns
if empty?
or single item.
2016-10-15 17:13:38 +02:00
Markus Reiter
4bfeaaf212
puts_columns
only has to be defined inside module Kernel
.
2016-10-15 17:13:38 +02:00
Markus Reiter
6e10f91371
Refactor puts_columns
.
2016-10-15 17:13:37 +02:00
Mike McQuaid
527a62b64b
Merge pull request #1279 from MikeMcQuaid/use-tar-xz
...
Use BSD tar's libarchive LZMA support if available
2016-10-15 13:37:35 +01:00
Mike McQuaid
44822340f2
Merge pull request #1277 from MikeMcQuaid/tap-new-command
...
Rename tap-readme command to tap-new.
2016-10-15 13:37:28 +01:00
Mike McQuaid
b1a16deb19
Use BSD tar's libarchive LZMA support if available
...
Avoid using an unnecessary `xz` dependency when it's not needed.
2016-10-15 13:10:37 +01:00
Mike McQuaid
7ab39e184b
Improve integration command test case output.
2016-10-15 12:32:34 +01:00
Mike McQuaid
f435adc2d0
Rename tap-readme command to tap-new.
...
Write the README but also a `.travis.yml` file (and in future perhaps a
`Jenkinsfile`).
2016-10-15 12:32:34 +01:00
Mike McQuaid
13276409a9
Merge pull request #1275 from woodruffw/goodbye-cctools
...
formula_installer: Remove obsolete hard dependency on cctools.
2016-10-15 11:47:29 +01:00
Max Nordlund
d9242c540d
Fix wrong ordering on when clauses in audit.rb
...
It looks like a rebase/merge conflict remmenet.
2016-10-14 23:05:34 +02:00
Markus Reiter
ac50ffc82d
Merge pull request #1289 from Homebrew/jawshooah-readme-link
...
README.md: fix URL for jawshooah
2016-10-14 19:53:04 +02:00
Josh Hagins
ebe50703ca
README.md: fix URL for jawshooah
2016-10-14 10:59:10 -04:00
Mike McQuaid
ce1f8a5135
Merge pull request #1287 from jawshooah/haggins-hagins
...
Haggins -> Hagins
2016-10-14 12:49:19 +01:00
Josh Hagins
2c1c36354a
Haggins -> Hagins
2016-10-14 07:36:48 -04:00
Mike McQuaid
ff64d42c7f
Merge pull request #1283 from DomT4/U+1F44B
...
All things must come to an end eventually.
2016-10-14 09:06:55 +01:00
Mike McQuaid
c598ce1be0
Add tschoonj.
2016-10-14 08:46:02 +01:00
Mike McQuaid
4c87852df3
Add maintainers from Cask.
2016-10-14 08:36:52 +01:00
Mike McQuaid
beb30653fb
README: add significant previous maintainers.
2016-10-14 08:30:10 +01:00
Mike McQuaid
bad1483499
Merge pull request #1285 from Blaisorblade/doctor-ssl-env
...
brew doctor: warn about SSL_CERT_FILE (#1284 )
2016-10-13 17:47:51 +01:00
Paolo G. Giarrusso
aa8242bb66
brew doctor: warn about SSL_CERT_FILE ( #1284 )
...
Multiple issues have been filed about this environment variable, hence
give a warning. #932 might make this unnecessary when merged, but
hopefully this warning can be merged quickly.
2016-10-13 17:58:29 +02:00
Dominyk Tiller
52dabee497
man: update for my departure
2016-10-13 11:53:11 +01:00
Dominyk Tiller
23fd87d459
README: cut myself from maintainers list
2016-10-13 11:53:10 +01:00
Mike McQuaid
8d6921d7f3
Merge pull request #1278 from MikeMcQuaid/new-maintainer-checklist-updates
...
New-Maintainer-Checklist: update.
2016-10-13 09:10:48 +01:00
Mike McQuaid
8e3fa21967
Update based on feedback.
2016-10-13 09:09:40 +01:00
Mike McQuaid
1d27fdae5b
Merge pull request #1281 from mjbrender/glossary
...
Further terminology in docs + link on README
2016-10-13 09:04:40 +01:00
Matt Brender
b84ec63ff9
Further terminology in docs + link on README
...
Addressing a few spots where I looked for terminology and did not find what I was looking for. Input based on a recent [podcast with Mike](https://changelog.com/podcast/223 )
2016-10-12 21:42:57 -04:00
Mike McQuaid
114beb77cd
New-Maintainer-Checklist: update.
...
Update to the latest status quo.
2016-10-12 21:50:00 +01:00
Mike McQuaid
62e44a1dac
Merge pull request #1274 from RasPhilCo/patch-1
...
Fix warning for HOMEBREW_REPOSITORY at /usr/local
2016-10-12 20:38:37 +01:00
William Woodruff
5163aa5d21
formula_installer: Remove obsolete hard dependency on cctools.
...
ruby-macho now performs all relocations in Homebrew.
Additionally, delete the defunct CctoolsRequirement.
2016-10-12 15:00:40 -04:00
Mike McQuaid
8efb585684
Merge pull request #1273 from jawshooah/fix-relocate
...
keg_relocate: fix for multiline /usr/bin/file output
2016-10-12 19:08:10 +01:00
RasPhilCo
ec03dcfe95
Fix warning for HOMEBREW_REPOSITORY at /usr/local
2016-10-12 10:33:47 -07:00
Mike McQuaid
fd0dffdd77
Merge pull request #1271 from MikeMcQuaid/deprecate-apr-requirement
...
Deprecate apr requirement.
2016-10-12 18:22:27 +01:00
Josh Hagins
24c2d0b3c2
keg_relocate: fix for multiline /usr/bin/file output
2016-10-12 11:53:06 -04:00
Mike McQuaid
26e4899fde
Deprecate apr requirement.
...
It's not used on enough configurations now that there's little point in
keeping it around. See e.g. `:autoconf` for prior art.
2016-10-12 15:37:33 +01:00
Andrew Janke
dc4ab8fd26
doco: note 10.9 is now best-effort support
2016-10-12 07:49:50 -04:00
Mike McQuaid
16793781b3
Merge pull request #1269 from MikeMcQuaid/keg-relocate-text-executable-files
...
keg_relocate: relocate text_executable? files.
2016-10-12 12:06:56 +01:00
Mike McQuaid
a812e95417
Merge pull request #1227 from DomT4/apr
...
apr_requirement: use Homebrew's Apr for Sierra
2016-10-12 11:38:57 +01:00
Mike McQuaid
2e306bcde0
keg_relocate: relocate text_executable? files.
...
This was omitted from #1258 , incorrectly fixed in #1267 , reverted in
#1268 and re-applied in this commit.
2016-10-12 11:35:37 +01:00
Mike McQuaid
5e90c5a7a4
Merge pull request #1268 from Homebrew/revert-1267-perf/keg-text-executable
...
Revert "keg_relocate: left out text_executable? check in #1258 "
2016-10-12 11:30:28 +01:00
Mike McQuaid
02c567cb12
Revert "keg_relocate: left out text_executable? check in #1258 "
2016-10-12 11:29:33 +01:00