aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorBirger J. Nordølum2013-02-15 09:36:26 +0100
committerAdam Vandenberg2013-02-15 08:15:55 -0800
commit295010ceb92490f2439287a012d1aafb8bfd5d45 (patch)
treefce6503d6f0a20ae9f5052090c32ec274d4d5356 /Library
parent778c92998237ffed24a56365718e858cc1016a7a (diff)
downloadhomebrew-295010ceb92490f2439287a012d1aafb8bfd5d45.tar.bz2
coreutils 8.21
Closes #17853. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/coreutils.rb27
1 files changed, 3 insertions, 24 deletions
diff --git a/Library/Formula/coreutils.rb b/Library/Formula/coreutils.rb
index 07941ae28..814e68227 100644
--- a/Library/Formula/coreutils.rb
+++ b/Library/Formula/coreutils.rb
@@ -2,18 +2,12 @@ require 'formula'
class Coreutils < Formula
homepage 'http://www.gnu.org/software/coreutils'
- url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.20.tar.xz'
- mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.20.tar.xz'
- sha256 'dbcb798764827a0f74be738662ecb516705cf520330cd3d7b2640fdffa499eb2'
+ url 'http://ftpmirror.gnu.org/coreutils/coreutils-8.21.tar.xz'
+ mirror 'http://ftp.gnu.org/gnu/coreutils/coreutils-8.21.tar.xz'
+ sha256 'adaa44bdab3fa5eb352e80d8a31fdbf957b78653d0c2cd30d63e161444288e18'
depends_on 'xz' => :build
- def patches
- # Build issue with LIBICONV. Can be removed for next release.
- # http://git.savannah.gnu.org/cgit/coreutils.git/commit/?id=88a6201917cad43fd4efea0f1c34c891b70a7414
- DATA
- end
-
def install
system "./configure", "--prefix=#{prefix}", "--program-prefix=g"
system "make install"
@@ -53,18 +47,3 @@ class Coreutils < Formula
filenames.sort
end
end
-
-__END__
-diff --git a/Makefile.in b/Makefile.in
-index 9768860..c8f92c2 100644
---- a/Makefile.in
-+++ b/Makefile.in
-@@ -3114,7 +3114,7 @@ src_expand_LDADD = $(LDADD)
-
- # for various GMP functions
- src_expr_LDADD = $(LDADD) $(LIB_GMP)
--src_factor_LDADD = $(LDADD) $(LIB_GMP)
-+src_factor_LDADD = $(LDADD) $(LIB_GMP) $(LIBICONV)
- src_false_LDADD = $(LDADD)
- src_fmt_LDADD = $(LDADD)
- src_fold_LDADD = $(LDADD)