aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
AgeCommit message (Collapse)Author
2013-11-23Redact boost149 from coreAdam Vandenberg
boost149 does not build with 10.9, so remove it from core along with two formulae that do not build with the latest version of Boost. Closes Homebrew/homebrew#23696.
2013-11-23audit: remove 'python bindings' warningAdam Vandenberg
2013-11-22Fix MacOS::CLT.installed? for 10.9+Misty De Meo
This continues to use mavericks_dev_tools? instead of trying to read from pkgutil because pkgutil is really slow. Fixes Homebrew/homebrew#24123.
2013-11-21Remove commentJack Nagel
2013-11-20Remove outdated blacklist entriesJack Nagel
libxslt was misspelled, but more to the point we have libxml2 and libxslt formulae in core these days so blacklisting them doesn't really make much sense.
2013-11-20Simplify passing archflags to cc wrapperJack Nagel
2013-11-20Move optimization flag selection out of cc wrapperJack Nagel
The mapping of architectures to optimization flags is now retrieved from Hardware::CPU and the selected flags are passed as an environmen variable, rather than duplicated in the cc wrapper and re-calculated on every invocation of the compiler. Closes Homebrew/homebrew#24540.
2013-11-19Fix typoJack Nagel
2013-11-18Redact syslog-ngAdam Vandenberg
Closes Homebrew/homebrew#22030.
2013-11-18fix typoAdam Vandenberg
2013-11-18Move libgtextutils to homebrew-scienceAdam Vandenberg
Closes Homebrew/homebrew#23972.
2013-11-18Implement inferred CVS dependencyJack Nagel
Fixes Homebrew/homebrew#24444. Closes Homebrew/homebrew#24445. Closes Homebrew/homebrew#24458.
2013-11-18Python might not be up-to-date, so use opt_prefixJack Nagel
Fixes Homebrew/homebrew#24456.
2013-11-18Move blackbox to the boneyardJack Nagel
Closes Homebrew/homebrew#24370.
2013-11-18Move qfits to the boneyardJack Nagel
2013-11-18iopt moved to homebrew-scienceAdam Vandenberg
Closes Homebrew/homebrew#22945.
2013-11-17Export HOMEBREW_PREFIX to build environmentJack Nagel
Constructing the path relative to a file in the repository is incorrect on some supported configurations (i.e., the repository is located in a different place than the prefix). Closes Homebrew/homebrew#24418.
2013-11-17Replace error-prone superenv debug ouput with a separate log fileJack Nagel
2013-11-17retire homebrew/x11Adam Vandenberg
Closes Homebrew/homebrew#24405.
2013-11-17Blacklist rubinius and recommend ruby-buildAdam Vandenberg
Closes Homebrew/homebrew#23195.
2013-11-17Move denyhosts to boneyardAdam Vandenberg
This formula does not configure the software correctly. In addition, MacPorts blacklists it from newer versions of OS X. See: https://github.com/mxcl/homebrew/issues/21484 https://trac.macports.org/browser/trunk/dports/security/denyhosts/Portfile Closes Homebrew/homebrew#21484.
2013-11-17add lib/dtrace to non-owned directoriesAdam Vandenberg
2013-11-16Move brew-leaves into coreJack Nagel
Closes Homebrew/homebrew#24371.
2013-11-15AWS tools: always install to libexecAdam Vandenberg
Don't link jars into lib or service into bin.
2013-11-15Combine X11 path conditionalsJack Nagel
2013-11-15Add HOMEBREW_INSTALL_BADGE environment variableAlexis Hildebrandt
with which the beer emoji displayed upon successful build can be changed. Closes Homebrew/homebrew#23194. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-15Ensure build-time deps are installed when bottle installation failsTodd Persen
Fixes Homebrew/homebrew#22245. Closes Homebrew/homebrew#24324. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-15Improve heuristic for detecting configureJack Nagel
2013-11-14version: match Jenkins LTS releases.Mike McQuaid
2013-11-14Recognized .pax.gz extensionJack Nagel
2013-11-14Add some missing test cases for `brew update`Jack Nagel
2013-11-14versions: announce deprecation.Mike McQuaid
They break often so we should think, longer-term, about removing it altogether but may as well give users fair warning before that point. Closes Homebrew/homebrew#24220. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-11-14update: add remaining status indicators to diff-tree regexpJack Nagel
As I understand it, we should never encounter these, but...
2013-11-14update: guard against nil in tap migrationsJack Nagel
2013-11-14Add file type change to git diff-tree regexpJack Nagel
Fixes Homebrew/homebrew#24286.
2013-11-14grammarAdam Vandenberg
2013-11-13grammar editsAdam Vandenberg
2013-11-13Add support for relocating pkgconfig files for bottlesElliot Saba
* Finds pkg-config files such as "lib/pkgconfig/libfoo.pc" and "bin/libfoo-config" * Does inreplace on paths in such files to allow for better bottle relocation ability Closes Homebrew/homebrew#23825. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-11-13Prevent deps of build-time deps from leaking into the build environmentJack Nagel
When decided what dependencies should be part of the build environment (and have appropriate entries added to variables like PKG_CONFIG_PATH), we select the entire dependency tree except for (1) inactive optional and recommended deps (2) indirect build-time deps (i.e., build-time deps of other deps) There is a third category that sould be excluded: dependencies of direct build-time deps. These are irrelevant to the build, and including them can cause unexpected linkages.
2013-11-13Whitelist llvm.org for shallow git clonesJack Nagel
2013-11-12Better documentation for no-op superenv methodsJack Nagel
2013-11-12Allow changing the optimization level under superenvJack Nagel
2013-11-12Simplify ENV.0x methods in stdenvJack Nagel
2013-11-12Add ENV.O0 to stdenvJack Nagel
2013-11-12XQuartz 2.7.5 releasedJack Nagel
Closes Homebrew/homebrew#24173.
2013-11-12inreplace: odie for Homebrew developers.Mike McQuaid
2013-11-12audit generic binary namesAdam Vandenberg
Binaries with names like 'run' or 'service' are likely to conflict. Warn about these and suggest a libexec-style install instead.
2013-11-12bottle: always use HOMEBREW_REPOSITORY.Mike McQuaid
2013-11-11Group public ENV methods togetherJack Nagel
2013-11-11Remove outdated commentJack Nagel