aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2014-10-10Handle read(n) returning nilJack Nagel
Fixes Homebrew/homebrew#33090.
2014-10-10Don't raise in mach_data so the debugger doesn't catch itJack Nagel
Closes Homebrew/homebrew#33088.
2014-10-10Allow debugging patch failuresJack Nagel
Closes Homebrew/homebrew#33056.
2014-10-10Prefer current CLT package IDJack Nagel
It seems that "com.apple.pkg.CLTools_Base" was only used for one release. New releases are using "com.apple.pkg.CLTools_Executables" again. Fixes Homebrew/homebrew#33063.
2014-10-09Use alias_method instead of an extra ivarJack Nagel
2014-10-10fceux: migrate to homebrew-games.Dominyk Tiller
Closes Homebrew/homebrew#33024. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-09Tab#with? accepts the same types as BuildOptions#with?Jack Nagel
2014-10-09leaves: load tab outside of the inner loopJack Nagel
2014-10-07Simplify UnsafeSubversionDownloadStrategyJack Nagel
2014-10-07Whitelist more fuse filesJack Nagel
Someday this will be finished.
2014-10-07Fix install_name_tool check when Xcode license isn't accepted yetJack Nagel
Fixes Homebrew/homebrew#32712.
2014-10-07dart: migrate to tap run by dart team.Seth Ladd
Closes Homebrew/homebrew#32996. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-06phantomjs: Yosemite fixes.Dominyk Tiller
Closes Homebrew/homebrew#32953. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-06Compare patchlevels numerically rather than lexicallyJack Nagel
Fixes Homebrew/homebrew#32960.
2014-10-05Simplify IRB monkeypatchJack Nagel
2014-10-05Remove last usage of StrictSubversionDownloadStrategyJack Nagel
This strategy is only used in one formula, so we can just replace it with a dependency. It could be done with a requirement, but since this is a low-impact change (it only matters for head builds on Leopard), I'm not sure it's worth the effort. The constant is retained for compatibility, though I could find only one other reference to it on GitHub, in a formula that was removed from core almost two years ago.
2014-10-05Shows time since last commit in brew configTim D. Smith
Closes Homebrew/homebrew#32936.
2014-10-02Audit formulæ for easy-install.pth filesTim D. Smith
Closes Homebrew/homebrew#32860.
2014-10-02Use pcap fixture with complete packetsJ. Brandt Buckley
The existing `test.pcap` consists of just one Ethernet frame, so it's missing TCP/IP headers. This updated file is a full HTTP GET request and reply. Relates to Homebrew/homebrew#32852 Closes Homebrew/homebrew#32869. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-01Post-install audit for shadowed header filesJack Nagel
2014-09-30Remove commented-out codeJack Nagel
2014-09-30Whitelist fuse pc files tooJack Nagel
2014-09-30Whitelist more MacFuse headersJack Nagel
I think this is all of them.
2014-09-29Walk entire keg to find object files to relocateTim D. Smith
Closes Homebrew/homebrew#32772.
2014-09-28Move ushare and libdlna to the boneyardJack Nagel
These projects are currently unmaintained, and not compatible with newer versions of ffmpeg.
2014-09-28Fix whitelisted headersJack Nagel
2014-09-28Rearrange build process cleanup to avoid spawning a reader threadJack Nagel
This is a follow-up to bbf9f7460fc8e6e4c63f5bbe8630b11ca53f3710. If we read from the pipe before calling Process.wait, we can avoid spawning a thread to do the read while continuing to avoid the deadlock that the thread was introduced to solve.
2014-09-28Make inreplace errors fatalJack Nagel
Closes Homebrew/homebrew#32649. Closes Homebrew/homebrew#32703.
2014-09-27Drop executable bits from imported commandsJack Nagel
Closes Homebrew/homebrew#32743.
2014-09-27Revert "Add test for inreplace sub!/gsub! with hash argument"Jack Nagel
Ruby 1.8 doesn't support this, so we don't officially support it (yet). This reverts commit 7d5eb6f5e2da42c1378fefb63fde55cae97a3909.
2014-09-27Add test for inreplace sub!/gsub! with hash argumentJack Nagel
2014-09-27Add test for inreplace sub!/gsub!Jack Nagel
2014-09-27Intercept calls to sub! in inreplace blocksJack Nagel
2014-09-27Don't warn about tap conflicts during pruningJack Nagel
Fixes Homebrew/homebrew#32710.
2014-09-26Clean up inreplace regexpsJack Nagel
- use literal syntax - escape interpolated variables - remove intermediate variables - remove unnecessary capture
2014-09-26Add missing test for inreplace with tabsJack Nagel
2014-09-26Fix formatting in inreplace testsJack Nagel
2014-09-26don't clean libexecAdam Vandenberg
2014-09-25Rescue any SystemCallError from atomic_writeJack Nagel
2014-09-24Redact electric-fenceAdam Vandenberg
Closes Homebrew/homebrew#31203.
2014-09-24Use Dir.glob and array operations to remove whitelisted filesJack Nagel
2014-09-24Dir.exist? is not in 1.8Jack Nagel
2014-09-24Make sure the directory exists before chdirJack Nagel
2014-09-24Revert "Revert "Whitelist MacFuse headers""Jack Nagel
This reverts commit e81b82cc725ede00c1292a50a076bb8a652ccecd.
2014-09-24Revert "Revert "Simplify unbrewed file whitelists""Jack Nagel
This reverts commit 338a451a47c884eb9ca96d7b0023417a1eaa4d3d.
2014-09-24Revert "Revert "Whitelist OSXFuse headers""Jack Nagel
This reverts commit f96ed45fe19855d0f8acc37d5d77d16d607dfce3.
2014-09-24Revert "Revert "Match whitelisted files using fnmatch""Jack Nagel
This reverts commit 91be9f5344d5931ddae6e4f905c18a607fa9e9f1.
2014-09-24brew-man: Rubify, make an internal command.Mike McQuaid
Closes Homebrew/homebrew#32472.
2014-09-24brew-cleanup-installed: Rubify, make internal cmd.Mike McQuaid
2014-09-24brew-tap-readme: make an internal command.Mike McQuaid