| Age | Commit message (Collapse) | Author |
|
|
|
Language::Java.java_home_env
Also update activemq to test against it
Closes #37218.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes #37175.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
Closes #37106.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
This is a follow up of #36376
|
|
|
|
Closes #37116.
Signed-off-by: Xu Cheng <xucheng@me.com>
|
|
|
|
|
|
|
|
Removes the apr requirement from this internal document in favour
of making it an external requirement, which allows us to use an
apr formula to provide apr instead of asking people to install the
whole CLT package.
|
|
Closes #35531.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #35257.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Also, tweak the XQuartz requirement to not show 0.0.0 versions being required.
Closes #35254.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Fixes #34822.
|
|
|
|
We have an upstream signed binary available! Big big love to Mattias
for this.
This PR converts all the existing tuntap dependencies into
binary-friendly tuntap dependencies, and adds a tuntap dependency to
requirements to look for the kexts.
Closes #33894.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Creates a new requirement that dictates packages are unable to install due to requiring a signed kext to function.
Closes #33404.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #32953.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #32224.
|
|
|
|
add :osxfuse symbolic dependency
add ConflictsWithFuseForOsx requirement for osxfuse/fuse4x/fuse4x-kext
Closes #31975.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Requested in Homebrew/homebrew-science#1039.
Closes #30852.
|
|
Closes #29834.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
Closes #29379.
|
|
Closes #28588.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
PythonDependency now implies this.
|
|
Fixes #25561.
Fixes #25410.
|
|
|
|
Closes #20849.
Closes #22871.
|
|
Should be using minimum_mac_os_requirement.rb
|
|
http://connect.apple.com is still down, but
https://developer.apple.com/downloads has all of the Apple developer
downloads available.
Fixes #21812.
|
|
|
|
Closes #21601.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
References #17383.
|
|
|
|
Closes #19998.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20357.
|
|
New `depends_on :python` Dependency.
New `depends_on :python3` Dependency.
To avoid having multiple formulae with endings -py2 and -py3,
we will handle support for different pythons (2.x vs. 3.x)
in the same formula.
Further brewed vs. external python will be transparently supported.
The formula also gets a new object `python`, which is false if
no Python is available or the user has disabled it. Otherwise
it is defined and provides several support methods:
python.site_packages # the site-packages in the formula's Cellar
python.global_site_packages
python.binary # the full path to the python binary
python.prefix
python.version
python.version.major
python.version.minor
python.xy # => e.g. "python2.7"
python.incdir # includes of python
python.libdir # the python dylib library
python.pkg_config_path # used internally by brew
python.from_osx?
python.framework?
python.universal?
python.pypy?
python.standard_caveats # Text to set PYTHONPATH for python.from_osx?
python.if3then3 # => "" for 2.x and to "3" for 3.x.
Further, to avoid code duplication, `python` takes an optional
block that is run twice if the formula defines depends_on
:python AND :python3.
python do
system python, 'setup.py', "--prefix=#{prefix}"
end
Read more in the Homebrew wiki.
|
|
|
|
This allows default resolution of requirements without user intervention.
Closes #19627.
|
|
Fixes #19646.
|
|
Closes #19074.
|
|
|