Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install autoconf@2.13 from main homebrew-core repo #573

Merged
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Install autoconf@2.13 from main homebrew-core repo

Homebrew has been making a number of changes towards improved support
for installing multiple versions side by side. As part of this change,
autoconf213 has been renamed to autoconf@2.13,
and has been migrated from the `homebrew-versions` repository
(which is being deprecatetd) to the `homebrew-core repository`,
meaning `homebrew-versions` no longer needs to be tapped.
Additionally, the improved side-by-side installation support means
both versions cleanly install together, meaning the custom script
to handle linking is no longer needed.
  • Loading branch information
aneeshusa committed Jan 3, 2017
commit a0632484043aba1cbc1a0bb6ce45420f5a090d7d

This file was deleted.

@@ -7,6 +7,7 @@ servo-dependencies:
- git
- ccache
{% if grains['kernel'] == 'Darwin' %}
- autoconf@2.13
- automake
- pkg-config
- openssl
@@ -41,24 +42,7 @@ servo-dependencies:
- pkg: pip
- pip: virtualenv
{% if grains['kernel'] == 'Darwin' %}
# Workaround for https://github.com/saltstack/salt/issues/26414
servo-darwin-tap-homebrew-versions:
cmd.run:
- name: 'brew tap homebrew/versions'
- runas: {{ homebrew.user }}
- unless: 'brew tap | grep homebrew/versions'
- require:
- pkg: servo-dependencies
# This should be replaced by a custom Salt state.
servo-darwin-install-autoconf213-and-fix-links:
cmd.script:
- source: salt://{{ tpldir }}/files/install-homebrew-autoconf213.sh
- runas: {{ homebrew.user }}
- require:
- pkg: servo-dependencies
{% else %}
{% if grains['os'] == 'Ubuntu' %}
multiverse:
pkgrepo.managed:
- name: 'deb http://archive.ubuntu.com/ubuntu trusty multiverse'
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.