#31497: asterisk: update to 1.8.7.0 ---------------------------+----------------------- Reporter: ryandesign@… | Owner: mr_bond@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: asterisk | ---------------------------+----------------------- Comment (by cedayiv@…): I couldn't build Asterisk with MacPorts either. For what it's worth, I was able to smoothly build Asterisk 10.7.1 by hand this morning. I am running OS X 10.8.1 Mountain Lion with Xcode 4.4.1. Here's what I did, following along to some instructions I saw on the digium.com forums: 1. Use MacPorts to build all the dependencies for asterisk 1.6.2 as shown by: {{{ port deps asterisk }}} 2. Download the 10.7.1 tarball from asterisk.org 3. {{{ ./configure --host=x86_64-darwin }}} 4. {{{ make menuselect }}} 5. Under Resource Modules, unselect the res_snmp module and save changes. 6. {{{ sudo make }}} 7. {{{ sudo make install }}} 8. Add /usr/local/sbin to my path Hope this helps. I'm not sure whether steps 4 & 5 were necessary. -- Ticket URL: <https://trac.macports.org/ticket/31497#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS