aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fakeroot.rb
AgeCommit message (Collapse)Author
2015-01-27fakeroot: update 1.20.2 bottle.BrewTestBot
2015-01-27fakeroot: fix openat on Yosemite.Nathaniel Talbott
This is a horrible, horrible hack. fakeroot uses a "fancy" function wrapping scheme that doesn't support the variadic arguments that openat takes in Yosemite. This means that we have to patch the *generated* wrapper file in order to get a working openat call. I'm hopeful that this overall issue will get fixed upstream, but in the meantime: without this fix, building debs in Yosemite is broken. With this fix, it works. See #33400 for more background. Closes #36242. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-19fakeroot: add 1.20.2 bottle.BrewTestBot
2014-12-19fakeroot 1.20.2Dominyk Tiller
Version bump, and patches. Closes #33400. Closes #34836. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-04fakeroot: modernize autotools depsJack Nagel
2014-10-28fakeroot: add headDominyk Tiller
Adds a HEAD build to Fakeroot, specifies the non-functional status of Fakeroot on Yosemite in the stable release, moves to the upstream preferred package page, adds a slightly faster mirror as the main url & uses the standard url as the mirror. Closes #33532. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-01use test helpersAdam Vandenberg
2014-04-02fakeroot: test functionality, not versionHannu Hartikainen
Closes #28056. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-26fakeroot: remove unused configure switchJack Nagel
2013-03-26fakeroot: fix testJack Nagel
2012-09-27fakeroot: add missing dependenciesMisty De Meo
Fixes #15136.
2012-06-27fakeroot 1.18.4Tom Hughes
Closes #11330. Signed-off-by: Adam Vandenberg <flangy@gmail.com>