aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libiconv.rb
AgeCommit message (Collapse)Author
2012-03-13Remove libiconv duplicateCamillo Lugaresi
Commit ee2c3ab ("Remove spurious libiconv dependencies") pruned all existing "depends_on 'libiconv'" usages from Homebrew in preparation for removing the libiconv dupe itself. Now that is done, and we can remove and blacklist it. It can be obtained from Homebrew-alt. Closes #10464. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-22Fix some audit warningsJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-30Add mirrors for GNU formulaeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-23libiconv: Add option to build universalNibbles 2bits
libiconv is listed inside the glib formula as a dep, and glib has a universal option. This does not. Therefore, glib --universal will fail to link. This commit gives the user the option to build libiconv as a universal library. It compiled successfully on 64bit OSX 10.6.8 using all three XCode 4.0.2 compilers. Closes #7748. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-09-12Use automatic mirror selection for GNU downloadsJack Nagel
It seems that the main GNU download site has issues in some places outside the U.S., so we'll use the provided "ftpmirror.gnu.org" to pick a nearby mirror. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-08-29libiconv 1.14jmsunseri
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-03-15Document keg-only system duplicates.Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-31Added libiconv 1.13.1Adam Vandenberg
libiconv with extra encodings & mac encodings. Signed-off-by: Adam Vandenberg <flangy@gmail.com>