Commit graph

20 commits

Author SHA1 Message Date
Charlie Sharpsteen
b9af24d750 fuse4x-kext: Rebuild Lion bottle using XCode 4.4.1
XCode 4.5.x has a bug that causes it to insert invalid loader commands that
32-bit Lion kernels won't accept. Upstream issue:

  http://www.openradar.me/12353507

Fixes Homebrew/homebrew#17045.
2013-01-14 15:57:19 -08:00
Charlie Sharpsteen
69649cc882 fuse4x-kext: Remove bottle version
A version number was added erroneously only to the Lion bottle for some strange
reason.

This reverts commit 6f3d3f448a1954b3c2650668dff9ab475429b78e.
2012-10-11 09:41:13 -07:00
Charlie Sharpsteen
acb15d4544 fuse4x-kext: Add bottle version 2012-10-10 21:40:01 -07:00
Charlie Sharpsteen
b1b322d13a fuse4x-kext: Update to 0.9.2 2012-10-10 21:27:46 -07:00
Charlie Sharpsteen
73189d9997 fuse4x-kext: Use explicit path to cp in caveats
Directions for installing the fuse4x kernel extension rely on the `-X` option
which is only available from BSD `cp` and is absent in GNU `cp`.

Fixes Homebrew/homebrew#15364.
2012-10-10 21:27:46 -07:00
Jack Nagel
018dabf584 Avoid referencing MACOS_VERSION directly
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-04 18:15:31 -05:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Adam Vandenberg
502309eaa1 fuse: version is detected 2012-08-26 22:23:15 -07:00
Charlie Sharpsteen
62203cdef8 fuse4x-kext: Add bottle for Lion
Many Lion users only install the XCode command line tools which means they
cannot build the fuse4x kernel extension as it uses `xcodebuild`.

This formula is not bottled for Snow Leopard as the build and download times
are too trivial to justify the effort.

Fixes Homebrew/homebrew#10960.
2012-06-14 11:34:49 -07:00
Anatol Pomozov
89419378ef fuse4x 0.9.1
Closes Homebrew/homebrew#12493.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-29 21:04:31 -07:00
Anatol Pomozov
d24fec61ab Revert "fuse4x: update to 0.10.0"
0.10.0 contains a kernel panic. It is going to be fixed in 0.10.1.

This reverts commit 8a0932f320208db56c10d1d16fff31c22e3be87e.

Closes Homebrew/homebrew#11888.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-04-25 20:12:20 -07:00
Anatol Pomozov
0e6cf9d063 fuse4x: update to 0.10.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-14 12:53:27 -07:00
Anatol Pomozov
7fc8a03f89 fuse4x: Update to 0.9.0
Closes Homebrew/homebrew#10768.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2012-03-10 13:10:36 -08:00
Charlie Sharpsteen
8c738f11b8 fuse4x-kext: Add upgrade instructions to caveats 2011-12-26 12:14:12 -08:00
Anatol Pomozov
ed97dcb54a fuse4x: update to 0.8.14
Closes Homebrew/homebrew#9262.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-12-24 12:35:51 -08:00
Anatol Pomozov
d138183bfb fuse4x 0.8.13
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-10-22 09:34:34 -07:00
Ryan Schlesinger
623cbdfe41 Fuse4x-kext: Add setuid and setgid bits to caveats
This makes sure that the load_fuse4x binary can run as root.

Closes Homebrew/homebrew#7766.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-23 16:22:08 -07:00
Charlie Sharpsteen
8f416d5cec Fuse4x: Tweak universal binary settings
Make sure that 64 bit builds aren't attempted on older Intel Macs.

Fixes Homebrew/homebrew#7713.
2011-09-20 10:13:16 -07:00
Charlie Sharpsteen
d11cb84929 fuse4x-kext: Explicitly list architectures
Build `i386` for Leopard and a fat binary for everything else. Failing to be
explicit can cause `xcodebuild` to attempt building for more architectures than
it really should.

Fixes Homebrew/homebrew#7619.
2011-09-14 03:50:55 -07:00
Deniss Afonin
e5c095a8ea New formula: fuse4x-kext
This formula provides the kernel extension required to run FUSE-based
filesystems using fuse4x.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-11 18:53:33 -07:00