[MacPorts] #16051: ardour2: new port
MacPorts
noreply at macports.org
Thu Jul 24 23:00:14 PDT 2008
#16051: ardour2: new port
---------------------------------+------------------------------------------
Reporter: db.evans at gmail.com | Owner: ryandesign at macports.org
Type: enhancement | Status: assigned
Priority: Normal | Milestone: Port Submissions
Component: ports | Version: 1.6.0
Resolution: | Keywords: ardour
---------------------------------+------------------------------------------
Comment (by ryandesign at 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
More information about the macports-tickets
mailing list