I try to install git and libsndfile with port, but I get this messages.
MacPorts 2.1.2
Error: Port git not found
Error: Port libsndfile not found
What is the problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can try
port search gitto search for the right port.This article will show you how to install the Version Control Git :
Installing git with MacPorts
Do a
sudo port selfupdateto updating the MacPorts base sourcesthen do a
sudo port install libsndfile.You may want to perform a
sudo port upgrade outdatedto upgrade your installed ports first.