Traversing the source directories

2012-04-01 Thread Craig Treleaven
Hi: I'm experiencing a weird error--neither fs_traverse or system "find . blah" will consistently walk through _all_ of the directories in the source of the port. Background: for reasons unknown, I'm getting Makefiles that include -L in the LIBS = line. There are 78 Makefiles and the expe

Re: [91344] trunk/dports/graphics/freeimage/Portfile

2012-04-01 Thread Clemens Lang
On Fri, Mar 30, 2012 at 10:10:16PM -0500, Ryan Schmidt wrote: > With the way you've had to basically run the patch, build and destroot > tasks a second time each in order to do this, it feels like maybe this > would be an ideal opportunity to use a subport instead. I don't know > the freeimage soft

Re: Reinplace

2012-04-01 Thread Craig Treleaven
At 10:20 AM -0400 3/31/12, Jeremy Lavergne wrote: > cd cd "/opt/local/var/macports/build/_Users_craigtreleaven_MacPortsTemp_Myth.25/mythtv/work/mythtv-v0.25-rc-0-g92f7d1f/mythtv" sudo find . -name "Makefile" -exec sed -i '' 's/ -L / /g' {} \; This is what MacPorts Reinplace extension is for,