diff options
| author | Xiyue Deng | 2013-07-04 15:03:12 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-07-05 12:52:36 -0700 |
| commit | 5868eabb15f40735e907b7612c4e2b20a338c964 (patch) | |
| tree | 2eb5ea67a42d113dd6243054f2c08dfc732aa9dd /Library | |
| parent | 6afd6e0f486d71f2b1c7f893d47dc24f0cb66075 (diff) | |
| download | homebrew-5868eabb15f40735e907b7612c4e2b20a338c964.tar.bz2 | |
E2fsprogs: Drop obsoleted patches.
* New release fixed the return value issue.
Closes #21016.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/e2fsprogs.rb | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/Library/Formula/e2fsprogs.rb b/Library/Formula/e2fsprogs.rb index 5e6892c9d..f295e1612 100644 --- a/Library/Formula/e2fsprogs.rb +++ b/Library/Formula/e2fsprogs.rb @@ -17,7 +17,7 @@ class E2fsprogs < Formula def patches {:p0 => [ "https://trac.macports.org/export/92117/trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib" - ], :p1 => DATA} + ]} end def install @@ -27,17 +27,3 @@ class E2fsprogs < Formula system "make install-libs" end end - -__END__ -diff -urN e2fsprogs-1.42.7.orig/lib/ext2fs/gen_bitmap64.c e2fsprogs-1.42.7/lib/ext2fs/gen_bitmap64.c ---- e2fsprogs-1.42.7.orig/lib/ext2fs/gen_bitmap64.c 2013-01-21 19:33:35.000000000 -0800 -+++ e2fsprogs-1.42.7/lib/ext2fs/gen_bitmap64.c 2013-04-29 23:48:23.000000000 -0700 -@@ -657,7 +657,7 @@ - if ((block < bmap->start) || (block+num-1 > bmap->end)) { - ext2fs_warn_bitmap(EXT2_ET_BAD_BLOCK_TEST, block, - bmap->description); -- return; -+ return EINVAL; - } - - return bmap->bitmap_ops->test_clear_bmap_extent(bmap, block, num); |
