Was there a change recently to the reinplace command? It seems to break the Perl ports:

$ port -v install p5-crypt-blowfish
...
...
Fixing packlist /opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_perl_p5-crypt-blowfish/work/destroot/opt/local/lib/perl5/ vendor_perl/5.8.8/darwin-thread-multi-2level/auto/Crypt/ Blowfish/.packlist Error: Target com.apple.destroot returned: reinplace: unknown flag '- s|/opt/local/var/db/dports/build/ _opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dp orts_perl_p5-crypt-blowfish/work/destroot||' Warning: the following items did not execute (for p5-crypt-blowfish): com.apple.activate com.apple.destroot com.apple.archive com.apple.install
Error: Status 1 encountered during processing.



Here's the code in the Perl 5 group:

    post-destroot {
foreach packlist [exec find ${destroot}${perl5.lib} - name .packlist] {
                    ui_info "Fixing packlist ${packlist}"
                    reinplace "s|${destroot}||" ${packlist}
            }
    }

Regards,
Blair

--
Blair Zajac, Ph.D.
<[EMAIL PROTECTED]>
Subversion training, consulting and support
http://www.orcaware.com/svn/


_______________________________________________
macports-dev mailing list
macports-dev@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo/macports-dev

Reply via email to