aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/devil.rb
AgeCommit message (Collapse)Author
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-02-06devil: still has problems with clang 425Ben Pitzer
Closes #17624. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-28devil: style nitsAdam Vandenberg
2012-08-28devil: enable ILUTMaximilian Gaß
Closes #12656. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-22devil: don't depend on x11 unnecessarily.Mike McQuaid
2012-07-05devil also fails with clang 4.0Adam Vandenberg
2012-07-01Update formulae for XQuartz compatibilityJack Nagel
2012-05-21devil: fails with clangMisty De Meo
Fixes #12353.
2012-05-21devil: add ENV.x11 to find libpngMisty De Meo
Fixes #11656.
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-10-06fix audit warningsAdam Vandenberg
2010-10-06Updated formula for devilAndrea C. Granata
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-09-09Normalize SourceForge urlsAdam Vandenberg
2009-10-19Add DevIL formularick
Developer's Image Library (DevIL) is a cross-platform image library utilizing a simple syntax to load, save, convert, manipulate, filter and display a variety of images with ease.