aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/erlang.rb
AgeCommit message (Collapse)Author
2012-10-21erlang: remove unused skip_cleanAdam Vandenberg
2012-09-18erlang R15B02Mike McQuaid
Closes #14982.
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-06Use FileUtils.touch instead of shelling outJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-03Fix subformulae sha1s.Mike McQuaid
2012-09-03Batch convert MD5 formula to SHA1.Mike McQuaid
Closes #14653.
2012-09-01Do not build erlang with dtrace on leopardStephan Zeissler
Closes #14628. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-27erlang: use new dslAdam Vandenberg
2012-08-25erlang: fix version detection and bottles.Mike McQuaid
2012-08-23erlang: use SHA1 rather than MD5.Mike McQuaid
2012-08-23erlang: add Mountain Lion bottle.Mike McQuaid
Requested in #14291.
2012-07-23erlang: parallel builds are broken againAdam Vandenberg
2012-07-10Use autotools symbolsAdam Vandenberg
2012-05-07Erlang: enable dtraceAdam Vandenberg
2012-04-24Add and correctly find erlang bottle.Mike McQuaid
Fixes #11780.
2012-04-24Revert "Add and correctly find erlang bottle."Mike McQuaid
This reverts commit 146e253856eb3e27b6b7382734fd178c160c1beb.
2012-04-24Add and correctly find erlang bottle.Mike McQuaid
2012-04-10erlang: add Snow Leopard bottleMisty De Meo
2012-04-08Erlang R15B01Adam Vandenberg
2012-04-01Use new fails_with DSL syntaxJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-03-20Erlang from source needs automake/libtoolMax Howell
Fixes #11040.
2012-01-28Erlang: Fix bottle URLCharlie Sharpsteen
Was missing the "B" in R15B. Derp.
2012-01-28Erlang: fix audit warningAdam Vandenberg
2012-01-28Erlang: Update bottle to R15BCharlie Sharpsteen
2012-01-28Erlang: Update to R15BYurii Rashkovskii
Closes #9120. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
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 erlang bottle.Mike McQuaid
2011-11-16erlang: Fix LLVM failure with XCode 4.2José Martínez
Erlang pulls a sneaky trick by detecting LLVM-GCC and trying to compile HiPE using vanilla GCC. Of course, this fails with XCode 4.2. Closes #8292. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09Erlang: Update bottleCharlie Sharpsteen
Update bottled version to R14B03 compiled using version 68abb24 of the Erlang formula compiled on OS X 10.7.1 using XCode 4.1. Closes #8365.
2011-10-24Erlang: Builds with LLVMCharlie Sharpsteen
Closes #8240. CLoses #8281. Erlang R14B04 successfully builds under LLVM-GCC.
2011-10-22Erlang R14B04Yurii Rashkovskii
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-09-18Erlang: Still fails with LLVMCharlie Sharpsteen
At least, still fails on OS X 10.6.8 with LLVM-2335 using XCode 3.2.6 or 4.0. Closes #7691.
2011-09-01Be more explicit about paths in test methodsAdam Vandenberg
2011-08-31Add erlang bottle.Mike McQuaid
Closes #7297.
2011-06-18Erlang: add note about compilation timeAdam Vandenberg
Depending on CPU, Erlang may take a very long time to compile and install, without seemingly taking much CPU time.
2011-06-16Erlang: use GitHub tarball for release versionRay Slakinski
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-05-27erlang: add --no-docs optionAdam Vandenberg
2011-05-26Use https for github repos.Adam Vandenberg
2011-05-26Erlang R14B03Yurii Rashkovskii
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-26Install erlang html documentationJoseph Wayne Norton
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-25Update fails_with_llvm in formulaeAdam Vandenberg
2011-03-18Replace snow_leopard_64? in brews.Adam Vandenberg
2011-03-16Erlang R14B02Yurii Rashkovskii
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-26Erlang has been updated to R14B01Yurii Rashkovskii
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-11-18Use https for all GitHub URLsTianyi Cui
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-10-03Remove the fix for #1317 from `erlang`.Martin Kühl
It is obsolete in erlang 14B. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-29erlang - add llvm # that failsAdam Vandenberg
2010-09-21erlang - fix audit warningAdam Vandenberg