Commit graph

17 commits

Author SHA1 Message Date
Jack Nagel
b81d01e23d Update formulae for new XQuartz module 2012-08-01 00:31:39 -05:00
Jack Nagel
d6e8244287 Update formulae for XQuartz compatibility 2012-07-01 12:41:00 -05:00
Jack Nagel
c7630f5ff4 Use new std_cmake_args method
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-22 22:22:00 -05:00
Jack Nagel
235026c3f0 scantailor: fails with clang
Fixes Homebrew/homebrew#11817.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-04-22 18:36:07 -05:00
Adam Vandenberg
7c5720e36f Put source path last in cmake args 2012-02-24 21:35:51 -08:00
Misty De Meo
be32da1156 scantailor enhanced 20111213 2012-02-11 12:53:14 -06:00
Misty De Meo
ad9a68b80b scantailor 0.9.11 2012-02-11 12:53:14 -06:00
Misty De Meo
2f03f781da Add devel to the DSL, + stable and bottle blocks
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 Homebrew/homebrew#9735.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-01-25 21:45:19 -06:00
Jack Nagel
4d941c28be Use ARGV.include? instead of ARGV.flag? in formula
ARGV.flag? will notice short options, and so ARGV.flag? '--devel' will
be triggered by '-d', which is obviously undesired.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-18 15:25:14 -06:00
Misty De Meo
4151d41c14 scantailor: update --enhanced branch to 20110907
Closes Homebrew/homebrew#8528.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-11-09 14:55:34 -08:00
Misty De Meo
96b14b73e9 scantailor: add "enhanced" build option
Closes Homebrew/homebrew#7456.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-21 15:25:37 -05:00
Misty De Meo
8e30b7b9ae scantailor 0.9.10
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-08-10 10:27:14 -07:00
Michael Lapinsky
d79ee8d163 Changed X11R6 paths to X11
Fixed formulas referencing X11 via the X11R6 symlink to instead reference the
path X11 should be at directly (in case the user doesn't have that symlink,
like I didn't)

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-04-18 10:34:13 -07:00
Adam Vandenberg
811daec917 scantailor: add libtiff dependency 2011-03-15 21:51:33 -07:00
Adam Vandenberg
24d76281ea scantailor: fix linking against system libpng 2011-03-15 17:57:42 -07:00
Adam Vandenberg
4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Sean Lynch
2ea1ead3c9 scantailor 0.9.9.2
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-27 19:24:13 +00:00