aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fuse4x.rb
AgeCommit message (Collapse)Author
2013-03-28Change github /tarball/ URLs to /archive/ for formulae A-KAndrew Janke
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>
2013-01-05fuse4x: Restore compatibility with automakeCharlie Sharpsteen
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.
2012-10-10fuse4x: Update to 0.9.2Charlie Sharpsteen
Closes #14956.
2012-08-26fuse: version is detectedAdam Vandenberg
2012-07-29Fuse4x: fix sha1Adam Vandenberg
2012-07-28Fuse4x: always depend on newer autotoolsAdam Vandenberg
Closes #13706.
2012-07-10Use autotools symbolsAdam Vandenberg
2012-05-31fuse4x: fix md5Anatol Pomozov
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>
2012-05-29fuse4x 0.9.1Anatol Pomozov
Closes #12493. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-25Revert "fuse4x: update to 0.10.0"Anatol Pomozov
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>
2012-04-14fuse4x: update to 0.10.0Anatol Pomozov
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-21fuse4x: always depend on automake + libtoolMisty De Meo
Fixes #10853.
2012-03-18fuse4x: reformat some long linesAdam Vandenberg
2012-03-10fuse4x: Update to 0.9.0Anatol Pomozov
Closes #10768. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-02-28audit: automake, autoconf, and libtool are build-time depsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-28Fuse4x depends_on libtool tooMax Howell
Refs #10524.
2012-02-27Fix fuse4x autoreconf errorsMax Howell
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.
2012-02-27depends_on "automake" where necessaryMax Howell
Had to remove full paths, since we have two options for location now.
2012-01-26fuse4x: Use paths to Mac OS X supplied autotoolsAdam Malcontenti-Wilson
Closes #9803. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-24fuse4x: update to 0.8.14Anatol Pomozov
Closes #9262. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-22fuse4x 0.8.13Anatol Pomozov
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-23Revert "Fuse4x: Add caveats concerning fuse4x admin group"Ryan Schlesinger
This reverts commit a50e377519f77f47fe723cbb67ecd230bf627766. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-21Fuse4x: Add caveats concerning fuse4x admin groupRyan Schlesinger
This is needed by any filesystem that uses the `allow_other` mount option. Closes #7742. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-20Fuse4x: Tweak universal binary settingsCharlie Sharpsteen
Make sure that 64 bit builds aren't attempted on older Intel Macs. Fixes #7713.
2011-09-11New formula: fuse4xDeniss Afonin
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>