diff options
| author | Jack Nagel | 2014-10-11 03:06:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-10-11 03:08:04 -0500 |
| commit | 53d6a65161796fcec874dcac4a63e92ba9acb3e0 (patch) | |
| tree | be0b78dbdd19b46d8c6c520d2cf319c06084502d /Library/Formula | |
| parent | 5c5ddfa9814e9665711eca8c9b3f43ea5c0aac97 (diff) | |
| download | homebrew-53d6a65161796fcec874dcac4a63e92ba9acb3e0.tar.bz2 | |
:p1 is the default patch level
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gcc.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/gnu-tar.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/kytea.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/scantailor.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/tuntap.rb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/gcc.rb b/Library/Formula/gcc.rb index f1d303fd0..f242c3670 100644 --- a/Library/Formula/gcc.rb +++ b/Library/Formula/gcc.rb @@ -69,7 +69,7 @@ class Gcc < Formula end # Fix 10.10 issues: https://gcc.gnu.org/viewcvs/gcc?view=revision&revision=215251 - patch :p1 do + patch do url "https://raw.githubusercontent.com/DomT4/scripts/6c0e48921/Homebrew_Resources/Gcc/gcc1010.diff" sha1 "083ec884399218584aec76ab8f2a0db97c12a3ba" end diff --git a/Library/Formula/gnu-tar.rb b/Library/Formula/gnu-tar.rb index 20d95c273..82aaa5721 100644 --- a/Library/Formula/gnu-tar.rb +++ b/Library/Formula/gnu-tar.rb @@ -15,7 +15,7 @@ class GnuTar < Formula # Fix for xattrs bug causing build failures on OS X: # https://lists.gnu.org/archive/html/bug-tar/2014-08/msg00001.html - patch :p1 do + patch do url "https://gist.githubusercontent.com/mistydemeo/10fbae8b8441359ba86d/raw/e5c183b72036821856f9e82b46fba6185e10e8b9/gnutar-configure-xattrs.patch" sha1 "55d570de077eb1dd30b1e499484f28636fbda882" end diff --git a/Library/Formula/kytea.rb b/Library/Formula/kytea.rb index 58448494b..c944d8d78 100644 --- a/Library/Formula/kytea.rb +++ b/Library/Formula/kytea.rb @@ -8,7 +8,7 @@ class Kytea < Formula sha1 '2fb22c64a7babff26d95874877d83a9ef1f09617' # Upstream patch to fix compilation on OS X - patch :p1 do + patch do url "https://github.com/neubig/kytea/commit/782553f61bde4f3366f946c9a390500c028fa17f.diff" sha1 "260d62738e53622873b1d467b44576860e5141fe" end diff --git a/Library/Formula/scantailor.rb b/Library/Formula/scantailor.rb index 6122e0902..a6c5c3e56 100644 --- a/Library/Formula/scantailor.rb +++ b/Library/Formula/scantailor.rb @@ -41,7 +41,7 @@ class Scantailor < Formula # Makes Scan Tailor work with Clang on OS X Mavericks # Approved by maintainer and included in official repository. # See: http://sourceforge.net/p/scantailor/mailman/message/31884956/ - patch :p1 do + patch do url "https://gist.githubusercontent.com/muellermartin/8569243/raw/b09215037b346787e0f501ae60966002fd79602e/scantailor-0.9.11.1-clang.patch" sha1 "4594b28bcf9409ef252638830c633dd42c63bc40" end diff --git a/Library/Formula/tuntap.rb b/Library/Formula/tuntap.rb index 104d07ae8..228ded298 100644 --- a/Library/Formula/tuntap.rb +++ b/Library/Formula/tuntap.rb @@ -13,7 +13,7 @@ class Tuntap < Formula head do url "git://git.code.sf.net/p/tuntaposx/code", :branch => "master" # Get Kernel.framework headers from the SDK - patch :p1, :DATA + patch :DATA end bottle do |
