aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/irrlicht.rb
AgeCommit message (Collapse)Author
2014-11-26irrlicht: update 1.8.1 bottle.BrewTestBot
Closes #34449.
2014-11-26irrlicht: patch to build on Yosemite.Pavel Puchkin
Closes #34463. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-05-30irrlicht: add 1.8.1 bottle.BrewTestBot
2014-05-30Explicitly mark Xcode deps as build-time depsJack Nagel
2014-05-20irrlicht: drop intermediate args arrayJack Nagel
2014-03-02Batch convert http download urls from SourceForge to httpsJaime Marquínez Ferrándiz
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-27Add an xcodebuild helper and deprecate system "xcodebuild"Jack Nagel
In the future we can remove the ENV munging branch from Formula#system. Closes #27081.
2014-02-21irrlicht: fix linking.Steven Peters
The irrlicht formula is being built using xcodebuild with an xcodeproj file that has the base SDK specified as 10.9. There are missing symbols when trying to link against this on 10.8, so this commit specifies the 10.8 sdk when mountain lion is the system os. Closes #26881. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-29irrlicht: update sha1Pavel Puchkin
http://irrlicht.sourceforge.net/2013/12/irrlicht-1-8-1-makefile-version-number-fix/ Closes #26278. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-22irrlict 1.8.1Adam Vandenberg
Closes #24154. Closes #24406.
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-22irrlicht: fix auditAdam Vandenberg
2013-02-22irrlicht 1.8Denis Sukhonin
Closes #15977. Signed-off-by: Adam Vandenberg <flangy@gmail.com>