aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/icu4c.rb
AgeCommit message (Collapse)Author
2014-12-27icu4c: fix strict audit failures.Mike McQuaid
2014-10-21icu4c: update 54.1 bottle.BrewTestBot
2014-10-18icu4c: change keg_only reasonParry
Closes #33203. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-16icu4c: update 54.1 bottle.BrewTestBot
2014-10-16icu4c 54.1moyogo
2014-08-07icu4c: update 53.1 bottle.BrewTestBot
2014-08-07icu4c 53.1Tomasz Pajor
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-12-10icu4c: add 10.9 bottleJack Nagel
2013-10-27icu4c: support C++11 mode.Xiyue Deng
* Enable verbose build log.
2013-10-23icu4c: enable verbose build log.Xiyue Deng
2013-10-11icu4c: 52.1 bottles.Mike McQuaid
2013-10-11icu4c 52.1Denis Moyogo Jacquerye
Closes #23188. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-23Remove ad-hoc header padding fixesJack Nagel
This is the default now.
2013-08-19icu4c: add HEADKatherine Whitlock
This allows for building on 10.9, as upstream changes are available that have yet to be released. Closes #22010. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-03icu4c: 51.1 bottlesMike McQuaid
2013-05-03icu4c: 51.1Xiyue Deng
* Update hashes and drop old bottles. * Enable build with Clang as [1] shouldn't be happening again. [1] https://github.com/mxcl/homebrew/issues/16142 Closes #19354. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-03-12Switch compilers when no build is specifiedJack Nagel
Given the current state of OS X compilers, the original fails_with behavior is becoming less useful, mostly resulting in build failures each time the compiler is updated. So make the following changes: When a build is specified, we retain the old behavior: switch compilers if the available compiler is <= the build, don't switch if it is > the build. When no build is specified, unconditionally switch compilers, and don't output the advice message. This allows us to mark formulae as perpetually failing, avoiding the need to update formulae each time a new compiler build is made available. As a bonus, this makes the logic much easier to reason about. Closes #18175.
2013-03-03icu4c: update bottleMike McQuaid
2013-03-01icu4c: use new bottle revision syntax.Mike McQuaid
2013-02-05icu: still causes problems with clang 425Adam Vandenberg
Closes #17567.
2012-12-01icu4c: update bottles with C++11 fix.Mike McQuaid
2012-12-01icu4c: force to use non-clang compiler to avoid C++11 mode.Xiyue Deng
Closes #16302. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-11-18icu4c: add bottles.Mike McQuaid
2012-11-18icu4c: 50.1mbcoguno
Closes #15934. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-09-03icu4c: fix checksumJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-08-27Address fallout related to f6e3241aa02a9c9bacfc6eeJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-26icu4c: version is detectedAdam Vandenberg
2012-08-26icu4c: add Mountain Lion bottle.Mike McQuaid
Fixes #14356.
2012-08-09icu4c: use options dslAdam Vandenberg
2012-07-22Update icu4c to 49.1.2Daniel Trebbien
Fixes #12701, fixes #13185. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2012-04-10icu4c: add Snow Leopard bottleMisty De Meo
2012-02-25icu4c: add "--universal"Xiyue Deng
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-24Use "cd" instead of "Dir.chdir"Adam Vandenberg
* And "mkdir" isntead of "Dir.mkdir" * And "Dir[]" instead of "Dir.glob" * Also style fixes and nitpicks
2012-01-25Add `devel` to the DSL, + stable and bottle blocksMisty De Meo
This commit adds a `devel` entry to the DSL, allowing formulae to specify an unstable branch. `devel` takes a block, which should contain standard `url` and `md5` fields (and `version`, if necessary). This must come after the standard DSL fields. This commit also migrates over all formulae currently using `devel` to the new syntax, as well as formulae which used `head` for non-VCS urls. The new syntax is also available for `stable` and `bottle`. `stable` is an option alongside the old syntax. `bottle` replaces the old syntax. Note that the @stable ivar in Formula has been renamed to @standard, and the @bottle ivar has been renamed to @bottle_url. Closes #9735. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-01-16Update icu4c bottle.Mike McQuaid
2011-11-17icu4c: Update to 4.8.1.1Xiyue Deng
Closes #8646. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-10-05ICU4C: Update bottleCharlie Sharpsteen
2011-10-02icu4c 4.8.1Oleg Oshmyan
Closes #7597. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02Bottle icu4cJan Lehnardt
Closes #7299. Signed-off-by: Max Howell <max@methylblue.com> We'll bottle anything that takes ages to build and that is just "infrastructure".
2011-03-18Replace snow_leopard_64? in brews.Adam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2011-03-12Let the core handle the install name fixes nowMax Howell
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-22Define "snow_leopard_64?"Adam Vandenberg
snow_leopard_64? (defined in Hardware) is a short-cut for: MACOS_VERSION >= 10.6 and Hardware.is_64_bit? Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-28Update icu4c to 4.4.1.Ali Asad Lotia
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-28icu4u - use -headerpad_max_install_namesAdam Vandenberg
2010-04-13Remove debug outputMax Howell