#16051: ardour2: new port ---------------------------------+------------------------------------------ Reporter: db.evans@gmail.com | Owner: ryandesign@macports.org Type: enhancement | Status: assigned Priority: Normal | Milestone: Port Submissions Component: ports | Version: 1.6.0 Resolution: | Keywords: ardour ---------------------------------+------------------------------------------ Comment (by ryandesign@macports.org): I was initially unable to build ardour2 until I discovered that scons leaves a config.log file which helped me realize that the SConstruct file had hard-coded the /opt/local path, and my MacPorts is in a different path. I fixed that by adding this to the Portfile: {{{ post-patch { reinplace "s%/opt/local%${prefix}%g" ${worksrcpath}/SConstruct } }}} Now I am still trying to fix the test for the aubio header. -- Ticket URL: <http://trac.macports.org/ticket/16051#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS