| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Some erlang man pages have generic names that conflict with other
packages. The recommended installation location is lib/erlang/man, and
in fact they must be there for the "erl -man" command to find them.
Currently we use symlinks to make this work.
Instead let's only install them to lib/erlang/man and avoid all
conflicts. Users can add $(brew --prefix erlang)/lib/erlang/man to
MANPATH if they really want to use man to find them.
Fixes #21634.
Closes #22452.
|
|
|
|
Also adds `--with-fop` to build pdf docs aswell as adding unixodbc dep
on Mavericks which no longer include iodbc in the 10.9 SDK.
Closes #20708.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
We always need autotools since we use the github tarball.
|
|
|
|
Closes #20277.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
References #19756.
|
|
Closes #19797.
Fixes #19756.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
This reverts commit 26050424dc603e1ed471053534c110ada25c75d5.
|
|
This reverts commit a32dff3b85748c6c80aebd9c2ba9816139d04885.
|
|
|
|
|
|
* Update the SHAs and URLs for documentation and sources for R16B
* Remove step to touch skip file for wx debugger builds (it does build
now for > Snow Leopard)
* make install needs -j1
Closes #18114.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #16294.
|
|
|
|
Closes #16294.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
WIP
|
|
|
|
Closes #14982.
|
|
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>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #14653.
|
|
Closes #14628.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
|
|
Requested in #14291.
|
|
|
|
|
|
|
|
Fixes #11780.
|
|
This reverts commit 146e253856eb3e27b6b7382734fd178c160c1beb.
|
|
|
|
|
|
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Fixes #11040.
|
|
Was missing the "B" in R15B. Derp.
|
|
|
|
|
|
Closes #9120.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
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>
|
|
|