I committed the fix. Thanks for reporting it. Mark Jonathan Hohle <jonhohle@gmail.com> on Monday, April 9, 2007 at 7:25 AM -0800 wrote:
I don't seem to have permission to open a new ticket, so I'll submit this the old fashioned way. I apologize if this is inappropriate.
MacSword install fails with:
---> Staging macsword into destroot Error: Target com.apple.destroot returned: shell command "cp -R /opt/ local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_macsword/work/macsword/build/MacSword.app /opt/local/var/ db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_macsword/work/destroot/Applications/MacPorts" returned error 1 Command output: cp: /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_aqua_macsword/work/macsword/build/MacSword.app: No such file or directory
Error: Status 1 encountered during processing.
I would appreciate it if someone with the appropriate privileges would create a ticket, or just patch the Portfile. The Patch follows:
diff -ru macsword/Portfile macsword-modified/Portfile --- macsword/Portfile 2007-04-09 06:02:21.000000000 -0700 +++ macsword-modified/Portfile 2007-04-09 06:03:28.000000000 -0700 @@ -47,7 +47,7 @@ destroot { xinstall -d -m 0755 ${destroot}/Applications/MacPorts - system "cp -R ${worksrcpath}/build/MacSword.app \ + system "cp -R ${worksrcpath}/build/Deployment/MacSword.app \ ${destroot}/Applications/MacPorts" }