aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMartin Mauch2014-02-26 15:08:03 +0100
committerMike McQuaid2014-02-26 15:13:36 +0000
commit5875e81b7d2e758bd09a0d87f0c7ec2eb073cf97 (patch)
tree9be027a4c2a3725d9c0155a08d6deda679746422 /Library/Formula
parent1224133b19ba127cecbf02542fedb9ee33c56cad (diff)
downloadhomebrew-5875e81b7d2e758bd09a0d87f0c7ec2eb073cf97.tar.bz2
ntfs-3g 2014.2.15
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ntfs-3g.rb25
1 files changed, 2 insertions, 23 deletions
diff --git a/Library/Formula/ntfs-3g.rb b/Library/Formula/ntfs-3g.rb
index 94be6460a..36c9519de 100644
--- a/Library/Formula/ntfs-3g.rb
+++ b/Library/Formula/ntfs-3g.rb
@@ -2,20 +2,13 @@ require 'formula'
class Ntfs3g < Formula
homepage 'http://www.tuxera.com/community/ntfs-3g-download/'
- url 'http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2013.1.13.tgz'
- sha1 '8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818'
+ url 'http://tuxera.com/opensource/ntfs-3g_ntfsprogs-2014.2.15.tgz'
+ sha1 'c9836f340b508f5d7776156e5afb02434d3f0174'
depends_on 'pkg-config' => :build
depends_on 'osxfuse'
depends_on 'gettext'
- def patches
- # From macports:
- # http://trunk/dports/fuse/ntfs-3g/files/patch-configure.diff
- # Modify configure such that it does not modify the default PKG_CONFIG_PATH
- { :p0 => DATA }
- end
-
def install
# Workaround for hardcoded /sbin in ntfsprogs
inreplace "ntfsprogs/Makefile.in", "/sbin", sbin
@@ -67,17 +60,3 @@ class Ntfs3g < Formula
end
end
end
-
-__END__
---- configure.orig 2011-08-02 19:13:55.000000000 -0400
-+++ configure 2011-08-02 19:14:14.000000000 -0400
-@@ -20530,9 +20530,6 @@
- test "x${PKG_CONFIG}" = "xno" && { { echo "$as_me:$LINENO: error: pkg-config wasn't found! Please install from your vendor, or see http://pkg-config.freedesktop.org/wiki/" >&5
- echo "$as_me: error: pkg-config wasn't found! Please install from your vendor, or see http://pkg-config.freedesktop.org/wiki/" >&2;}
- { (exit 1); exit 1; }; }
-- # Libraries often install their metadata .pc files in directories
-- # not searched by pkg-config. Let's workaround this.
-- export PKG_CONFIG_PATH=${PKG_CONFIG_PATH}:/lib/pkgconfig:/usr/lib/pkgconfig:/opt/gnome/lib/pkgconfig:/usr/share/pkgconfig:/usr/local/lib/pkgconfig:$prefix/lib/pkgconfig:/opt/gnome/share/pkgconfig:/usr/local/share/pkgconfig
-
- pkg_failed=no
- { echo "$as_me:$LINENO: checking for FUSE_MODULE" >&5