Contributing a partially-functional port for nted

2009-09-01 Thread Travis Briggs
Hi, I recently patched nted (http://vsr.informatik.tu-chemnitz.de/staff/jan/nted/nted.xhtml) to work in my macports environment. As distributed, it depends on ALSA for music score playback. I removed all references to ALSA data types, and made any functions that utilized them non functioning. So

Re: [MacPorts] Migration modified

2009-09-01 Thread Jeremy Lavergne
+ 2. Clean any partially completed builds, and uninstall all installed ports: {{{ +sudo port clean installed It be much faster and thorough to use `sudo rm -rf ${prefix}/var/ macports/build/*` Even `sudo port clean all` would be better. ___