Auto merge of #24391 - atouchet:macports, r=jdm

Remove MacPorts instructions from Readme

<!-- Please describe your changes on the following line: -->
See https://github.com/servo/servo/pull/23743#issuecomment-510196434

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because ___

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/24391)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2019-10-08 02:15:25 -04:00 committed by GitHub
commit 7371c8689d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,18 +54,13 @@ Please select your operating system:
Xcode version 10.2 or above is recommended. Xcode version 10.2 or above is recommended.
##### On macOS (homebrew) ##### On macOS (Homebrew)
``` sh ``` sh
brew bundle install --file=etc/taskcluster/macos/Brewfile brew bundle install --file=etc/taskcluster/macos/Brewfile
brew bundle install --file=etc/taskcluster/macos/Brewfile-gstreamer brew bundle install --file=etc/taskcluster/macos/Brewfile-gstreamer
pip install virtualenv pip install virtualenv
``` ```
##### On macOS (MacPorts)
``` sh
sudo port install python27 py27-virtualenv cmake yasm llvm
```
#### On Debian-based Linuxes #### On Debian-based Linuxes