| Age | Commit message (Collapse) | Author |
|
The `brew audit` check complains about the older /tarball/ URL scheme. Update
formulae to use the new /archive/ URL and update the SHA to match.
Closes #18813.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Remove depreciated `AM_CONFIG_HEADER` macro, removed in 1.13, and replace with
`AC_CONFIG_HEADERS`.
Also, fixup `makeconf.sh` to use `glibtoolize` and use `makeconf.sh` instead of
calling `autoreconf` to generate `configure`.
Fixes #16904.
|
|
Closes #14956.
|
|
|
|
|
|
Closes #13706.
|
|
|
|
fuse4x was incorrectly tagged and pointed to the tree without
'version update' commit. Fix the tag and homebrew formula.
Closes #12543.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
Closes #12493.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
0.10.0 contains a kernel panic. It is going to be fixed in 0.10.1.
This reverts commit 8a0932f320208db56c10d1d16fff31c22e3be87e.
Closes #11888.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Fixes #10853.
|
|
|
|
Closes #10768.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Refs #10524.
|
|
Also removed the ENV vars since we set this stuff higher up now, and it compiled. So I'm guessing we're good.
Closes #10524.
|
|
Had to remove full paths, since we have two options for location now.
|
|
Closes #9803.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Closes #9262.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
This reverts commit a50e377519f77f47fe723cbb67ecd230bf627766.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
This is needed by any filesystem that uses the `allow_other` mount option.
Closes #7742.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
Make sure that 64 bit builds aren't attempted on older Intel Macs.
Fixes #7713.
|
|
Provides libraries required to build and run programs that use FUSE
filesystems. Note that this formula installs `libfuse4x` instead of the
traditional `libfuse` in order to avoid clashing with MacFUSE and other
`libfuse` distributions---such as the one bundled with VMWare Fusion.
Configure scripts for software expecting to link against `libfuse` will need to
be modified accordingly.
Closes #7371.
Closes #6185.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|