I use Macports on Mac OS X to install some software.

But there are somethings that I find very strange. For instance, yesterday I installed some app and it needed to get gcc43 and compile completely from source! It took a lot of time, although now everything works right.

I understand that compilation of everything in the gentoo spirit is something nice, but in the Mac case, not necessary. There are ony sole hardware variations, so it will be easier to get the binaries.

I wonder if Macports can be forced to get the binaries when available and therefore avoid these time consuming compilations.

Thanks

link|improve this question

Here are many MacPorts packages that are prebuilt: lavergne.gotdns.org/macports MacPorts can make use of them by following the instructions on the site. – Nerdling Jul 21 '10 at 13:21
feedback

migrated from stackoverflow.com Mar 16 '10 at 11:35

This question came from our site for professional and enthusiast programmers.

2 Answers

up vote 5 down vote accepted

At the moment, macports does not support binary retrieval. However they are taking wide steps toward that end. Hopefully Google's Summer of Code will have some results for this and other improvements we've all been waiting for in macports.

link|improve this answer
Here are many MacPorts packages that are prebuilt: lavergne.gotdns.org/macports – Nerdling Jul 21 '10 at 13:20
feedback

At the moment, there are just not enough resources available to implement binaries as a feature. Please refer to this FAQ entry.

link|improve this answer
As of the release MacPorts 2.0, binary archives are available. Unfortunately, they are for Snow Leopard only at the moment as the project only has one sponsored build bot. – Raim Sep 22 '11 at 18:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.