Opened 19 years ago

Closed 19 years ago

#5043 closed defect (invalid)

'port install svk' tries to use an unconfigured CPAN

Reported by: ronaldoussoren@… Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port:

Description

I tried to install svk on a box without a darwinports provided installation of perl, I therefore started:

$ port install svk

This didn't return immediately and therefore I continued working in other programs. Several hours later I noticed that the installation of svk hadn't finished yet, which I found odd.

Running 'port -v install svk' showed what's going on: the port seems to use CPAN (I'd guess as part of svk's install procedure, not in the portfile itself). Because perl was freshly installed it didn't have a valid CPAN configuration and thus the CPAN module was trying to configure itself interactively. That's rather hard to do without any interaction (stdin/stdout redirected from/to /dev/null ?). Sadly enough CPAN continuosly retried asking some questions, instead of giving an error message and aborting the configuration attempt.

After I manually configured ronald (/opt/local/bin/perl -MCPAN -e shell) the svk port installed without problems. I guess the svk port needs explicit dependencies on the perl packages that were installed from CPAN.

$ sudo port -v install svk ---> Configuring svk * ExtUtils::AutoInstall version 0.61 * Checking for dependencies... [Core Features]

  • Algorithm::Annotate ...loaded. (0.10)
  • Algorithm::Diff ...loaded. (1.1901)
  • YAML ...loaded. (0.39 >= 0.38)
  • Regexp::Shellish ...loaded. (0.93)
  • Data::Hierarchy ...loaded. (0.21 >= 0.21)
  • File::Temp ...loaded. (0.14 >= 0.14)
  • Clone ...loaded. (0.15)
  • Pod::Escapes ...loaded. (1.04)
  • Pod::Simple ...loaded. (3.02)
  • PerlIO::via::dynamic ...loaded. (0.11 >= 0.11)
  • PerlIO::via::symlink ...loaded. (0.02 >= 0.02)
  • IO::Digest ...loaded. (0.10)
  • SVN::Simple::Edit ...loaded. (0.27 >= 0.27)
  • Date::Parse ...loaded. (2.27)
  • File::Type ...loaded. (0.22)
  • URI ...loaded. (1.35)
  • PerlIO::eol ...loaded. (0.13 >= 0.13)
  • Class::Autouse ...loaded. (1.16 >= 1.15)
  • Getopt::Long ...loaded. (2.34 >= 2.34)
  • Encode ...missing. (would need 2.10)
  • SVN::Mirror ...loaded. (0.66 >= 0.66)

==> Auto-install the 1 mandatory module(s) from CPAN? [Y/n] y [Localized messages]

  • Locale::Maketext::Lexicon ...loaded. (0.45 >= 0.42)
  • Locale::Maketext::Simple ...loaded. (0.12 >= 0.12)

[Message display through a pager]

  • IO::Pager ...loaded. (0.05)

[Patch management]

  • Compress::Zlib ...loaded. (1.33)
  • FreezeThaw ...loaded. (0.43)

* Dependencies will be installed the next time you type 'make'. * ExtUtils::AutoInstall configuration finished. Warning: prerequisite Encode 2.10 not found. We have 2.08. Checking if your kit is complete... Looks good Writing Makefile for SVK ---> Building svk with target all /opt/local/bin/perl -Iinc Makefile.PL --config= --installdeps=Encode,2.10 * Installing dependencies... * You are not allowed to write to the directory '/opt/local/var/.cpan/sources';

the installation may fail due to insufficient permissions.

==> Should we try to install the required module(s) anyway? [y/N] n * ExtUtils::AutoInstall installation finished. cp lib/SVK/Version.pm blib/lib/SVK/Version.pm cp lib/SVK/Resolve/TortoiseMerge.pm blib/lib/SVK/Resolve/TortoiseMerge.pm cp lib/SVK/Editor/Merge.pm blib/lib/SVK/Editor/Merge.pm cp lib/SVK/Resolve/Vim.pm blib/lib/SVK/Resolve/Vim.pm cp lib/SVK/Command/Mkdir.pm blib/lib/SVK/Command/Mkdir.pm cp lib/SVK/Command/Copy.pm blib/lib/SVK/Command/Copy.pm cp lib/SVK/Command/Info.pm blib/lib/SVK/Command/Info.pm cp lib/SVK/Resolve/P4WinMerge.pm blib/lib/SVK/Resolve/P4WinMerge.pm cp lib/SVK/Command/List.pm blib/lib/SVK/Command/List.pm cp lib/SVK.pm blib/lib/SVK.pm cp lib/SVK/Command/Import.pm blib/lib/SVK/Command/Import.pm cp lib/SVK/Command/Status.pm blib/lib/SVK/Command/Status.pm cp lib/SVK/Resolve/GVim.pm blib/lib/SVK/Resolve/GVim.pm cp lib/SVK/I18N/i_default.po blib/lib/SVK/I18N/i_default.po cp lib/SVK/Help/Intro.pod blib/lib/SVK/Help/Intro.pod cp lib/SVK/Command/Proplist.pm blib/lib/SVK/Command/Proplist.pm cp lib/SVK/Command/Pull.pm blib/lib/SVK/Command/Pull.pm cp lib/SVK/Command/Verify.pm blib/lib/SVK/Command/Verify.pm cp lib/SVK/Command/Diff.pm blib/lib/SVK/Command/Diff.pm cp lib/SVK/Command/Depotmap.pm blib/lib/SVK/Command/Depotmap.pm cp lib/SVK/Notify.pm blib/lib/SVK/Notify.pm cp lib/SVK/Command/Checkout.pm blib/lib/SVK/Command/Checkout.pm cp lib/SVK/Command/Describe.pm blib/lib/SVK/Command/Describe.pm cp lib/SVK/Command/Admin.pm blib/lib/SVK/Command/Admin.pm cp lib/SVK/Command/Push.pm blib/lib/SVK/Command/Push.pm cp lib/SVK/Resolve/Meld.pm blib/lib/SVK/Resolve/Meld.pm cp lib/SVK/Resolve/AraxisMerge.pm blib/lib/SVK/Resolve/AraxisMerge.pm cp lib/SVK/Command/Cat.pm blib/lib/SVK/Command/Cat.pm cp lib/SVK/Editor/Delay.pm blib/lib/SVK/Editor/Delay.pm cp lib/SVK/Command/Sync.pm blib/lib/SVK/Command/Sync.pm cp lib/SVK/Util.pm blib/lib/SVK/Util.pm cp lib/SVK/Command/Patch.pm blib/lib/SVK/Command/Patch.pm cp lib/SVK/XD.pm blib/lib/SVK/XD.pm cp lib/SVK/Editor/Diff.pm blib/lib/SVK/Editor/Diff.pm cp lib/SVK/Command/Delete.pm blib/lib/SVK/Command/Delete.pm cp lib/SVK/Command/Propdel.pm blib/lib/SVK/Command/Propdel.pm cp lib/SVK/Help/Environment.pod blib/lib/SVK/Help/Environment.pod cp lib/SVK/Editor/XD.pm blib/lib/SVK/Editor/XD.pm cp lib/SVK/Command/Help.pm blib/lib/SVK/Command/Help.pm cp lib/SVK/Editor/Status.pm blib/lib/SVK/Editor/Status.pm cp lib/SVK/Command/Log.pm blib/lib/SVK/Command/Log.pm cp lib/SVK/Target.pm blib/lib/SVK/Target.pm cp lib/SVK/Merge.pm blib/lib/SVK/Merge.pm cp lib/SVK/Command/Update.pm blib/lib/SVK/Command/Update.pm cp lib/SVK/Resolve/XXDiff.pm blib/lib/SVK/Resolve/XXDiff.pm cp lib/SVK/Command/Revert.pm blib/lib/SVK/Command/Revert.pm cp lib/SVK/Editor/Sign.pm blib/lib/SVK/Editor/Sign.pm cp lib/SVK/Help/zh_cn/Index.pod blib/lib/SVK/Help/zh_cn/Index.pod cp lib/SVK/Patch.pm blib/lib/SVK/Patch.pm cp lib/SVK/Command/Add.pm blib/lib/SVK/Command/Add.pm cp lib/SVK/I18N.pm blib/lib/SVK/I18N.pm cp lib/SVK/Command/Cmerge.pm blib/lib/SVK/Command/Cmerge.pm cp lib/SVK/Command/Merge.pm blib/lib/SVK/Command/Merge.pm cp lib/SVK/Command/Cleanup.pm blib/lib/SVK/Command/Cleanup.pm cp lib/SVK/Help/Index.pod blib/lib/SVK/Help/Index.pod cp lib/SVK/Resolve/TkDiff.pm blib/lib/SVK/Resolve/TkDiff.pm cp lib/SVK/Command/Propset.pm blib/lib/SVK/Command/Propset.pm cp lib/SVK/Command/Resolved.pm blib/lib/SVK/Command/Resolved.pm cp lib/SVK/Command/Annotate.pm blib/lib/SVK/Command/Annotate.pm cp lib/SVK/Command/Propget.pm blib/lib/SVK/Command/Propget.pm cp lib/SVK/Resolve/Emacs.pm blib/lib/SVK/Resolve/Emacs.pm cp lib/SVK/Command/Mirror.pm blib/lib/SVK/Command/Mirror.pm cp lib/SVK/Command/Switch.pm blib/lib/SVK/Command/Switch.pm cp lib/SVK/Editor/Rename.pm blib/lib/SVK/Editor/Rename.pm cp lib/SVK/Command/Propedit.pm blib/lib/SVK/Command/Propedit.pm cp lib/SVK/Resolve.pm blib/lib/SVK/Resolve.pm cp lib/SVK/I18N/zh_cn.po blib/lib/SVK/I18N/zh_cn.po cp lib/SVK/I18N/zh_tw.po blib/lib/SVK/I18N/zh_tw.po cp lib/SVK/Resolve/Guiffy.pm blib/lib/SVK/Resolve/Guiffy.pm cp lib/SVK/Command.pm blib/lib/SVK/Command.pm cp lib/SVK/Resolve/KDiff3.pm blib/lib/SVK/Resolve/KDiff3.pm cp lib/SVK/Editor/Patch.pm blib/lib/SVK/Editor/Patch.pm cp lib/SVK/Resolve/FileMerge.pm blib/lib/SVK/Resolve/FileMerge.pm cp lib/SVK/Target/Universal.pm blib/lib/SVK/Target/Universal.pm cp lib/SVK/Command/Commit.pm blib/lib/SVK/Command/Commit.pm cp lib/SVK/Editor/Translate.pm blib/lib/SVK/Editor/Translate.pm cp lib/SVK/Command/Smerge.pm blib/lib/SVK/Command/Smerge.pm cp lib/SVK/Resolve/GtkDiff.pm blib/lib/SVK/Resolve/GtkDiff.pm cp lib/SVK/Help/zh_tw/Index.pod blib/lib/SVK/Help/zh_tw/Index.pod cp lib/SVK/Editor/Combine.pm blib/lib/SVK/Editor/Combine.pm cp lib/SVK/Command/Move.pm blib/lib/SVK/Command/Move.pm cp bin/svk blib/script/svk /opt/local/bin/perl -Iinc "-MExtUtils::MY" -e "MY->fixin(shift)" blib/script/svk Manifying blib/man1/svk.1 Manifying blib/man3/SVK::Help::zh_cn::Index.3 Manifying blib/man3/SVK::Version.3 Manifying blib/man3/SVK::Patch.3 Manifying blib/man3/SVK::Editor::Merge.3 Manifying blib/man3/SVK::Command::Add.3 Manifying blib/man3/SVK::Command::Mkdir.3 Manifying blib/man3/SVK::Command::Copy.3 Manifying blib/man3/SVK::Command::Info.3 Manifying blib/man3/SVK::Command::Cmerge.3 Manifying blib/man3/SVK::Command::List.3 Manifying blib/man3/SVK.3 Manifying blib/man3/SVK::Command::Import.3 Manifying blib/man3/SVK::Command::Merge.3 Manifying blib/man3/SVK::Help::Index.3 Manifying blib/man3/SVK::Command::Cleanup.3 Manifying blib/man3/SVK::Command::Propset.3 Manifying blib/man3/SVK::Command::Status.3 Manifying blib/man3/SVK::Command::Resolved.3 Manifying blib/man3/SVK::Command::Annotate.3 Manifying blib/man3/SVK::Command::Propget.3 Manifying blib/man3/SVK::Help::Intro.3 Manifying blib/man3/SVK::Command::Mirror.3 Manifying blib/man3/SVK::Command::Switch.3 Manifying blib/man3/SVK::Command::Proplist.3 Manifying blib/man3/SVK::Command::Pull.3 Manifying blib/man3/SVK::Command::Verify.3 Manifying blib/man3/SVK::Command::Diff.3 Manifying blib/man3/SVK::Editor::Rename.3 Manifying blib/man3/SVK::Command::Depotmap.3 Manifying blib/man3/SVK::Resolve.3 Manifying blib/man3/SVK::Command::Propedit.3 Manifying blib/man3/SVK::Notify.3 Manifying blib/man3/SVK::Command::Checkout.3 Manifying blib/man3/SVK::Command.3 Manifying blib/man3/SVK::Command::Describe.3 Manifying blib/man3/SVK::Command::Admin.3 Manifying blib/man3/SVK::Command::Push.3 Manifying blib/man3/SVK::Editor::Patch.3 Manifying blib/man3/SVK::Command::Cat.3 Manifying blib/man3/SVK::Target::Universal.3 Manifying blib/man3/SVK::Util.3 Manifying blib/man3/SVK::Command::Sync.3 Manifying blib/man3/SVK::Command::Commit.3 Manifying blib/man3/SVK::XD.3 Manifying blib/man3/SVK::Command::Patch.3 Manifying blib/man3/SVK::Editor::Diff.3 Manifying blib/man3/SVK::Command::Delete.3 Manifying blib/man3/SVK::Command::Propdel.3 Manifying blib/man3/SVK::Help::Environment.3 Manifying blib/man3/SVK::Editor::XD.3 Manifying blib/man3/SVK::Command::Help.3 Manifying blib/man3/SVK::Merge.3 Manifying blib/man3/SVK::Target.3 Manifying blib/man3/SVK::Command::Log.3 Manifying blib/man3/SVK::Editor::Translate.3 Manifying blib/man3/SVK::Command::Update.3 Manifying blib/man3/SVK::Command::Smerge.3 Manifying blib/man3/SVK::Command::Revert.3 Manifying blib/man3/SVK::Command::Move.3 Manifying blib/man3/SVK::Editor::Combine.3 Manifying blib/man3/SVK::Help::zh_tw::Index.3 ---> Staging svk into destroot . changed

gid expected 0 found 80 modified permissions expected 0775 found 0755 modified

./usr missing (created) . missing (directory not created: File exists) ./Applications missing (created) ./Developer missing (created) ./Library missing (created) . changed

gid expected 80 found 0 modified permissions expected 0775 found 0755 modified

./bin missing (created) ./etc missing (created) ./include missing (created) ./lib missing (created) ./libexec missing (created) ./sbin missing (created) ./share missing (created) ./share/info missing (created) ./share/man missing (created) ./share/man/cat1 missing (created) ./share/man/cat2 missing (created) ./share/man/cat3 missing (created) ./share/man/cat4 missing (created) ./share/man/cat5 missing (created) ./share/man/cat6 missing (created) ./share/man/cat7 missing (created) ./share/man/cat8 missing (created) ./share/man/cat9 missing (created) ./share/man/catl missing (created) ./share/man/catn missing (created) ./share/man/man1 missing (created) ./share/man/man2 missing (created) ./share/man/man3 missing (created) ./share/man/man4 missing (created) ./share/man/man5 missing (created) ./share/man/man6 missing (created) ./share/man/man7 missing (created) ./share/man/man8 missing (created) ./share/man/man9 missing (created) ./share/man/manl missing (created) ./share/man/mann missing (created) ./share/nls missing (created) ./share/nls/C missing (created) ./share/nls/af_ZA.ISO8859-1 missing (created) ./share/nls/af_ZA.ISO8859-15 missing (created) ./share/nls/bg_BG.CP1251 missing (created) ./share/nls/cs_CZ.ISO8859-2 missing (created) ./share/nls/da_DK.ISO8859-1 missing (created) ./share/nls/da_DK.ISO8859-15 missing (created) ./share/nls/de_AT.ISO8859-1 missing (created) ./share/nls/de_AT.ISO8859-15 missing (created) ./share/nls/de_CH.ISO8859-1 missing (created) ./share/nls/de_CH.ISO8859-15 missing (created) ./share/nls/de_DE.ISO8859-1 missing (created) ./share/nls/de_DE.ISO8859-15 missing (created) ./share/nls/el_GR.ISO8859-7 missing (created) ./share/nls/en_AU.ISO8859-1 missing (created) ./share/nls/en_AU.ISO8859-15 missing (created) ./share/nls/en_AU.US-ASCII missing (created) ./share/nls/en_CA.ISO8859-1 missing (created) ./share/nls/en_CA.ISO8859-15 missing (created) ./share/nls/en_CA.US-ASCII missing (created) ./share/nls/en_GB.ISO8859-1 missing (created) ./share/nls/en_GB.ISO8859-15 missing (created) ./share/nls/en_GB.US-ASCII missing (created) ./share/nls/en_NZ.ISO8859-1 missing (created) ./share/nls/en_NZ.ISO8859-15 missing (created) ./share/nls/en_NZ.US-ASCII missing (created) ./share/nls/en_US.ISO8859-1 missing (created) ./share/nls/en_US.ISO8859-15 missing (created) ./share/nls/es_ES.ISO8859-1 missing (created) ./share/nls/es_ES.ISO8859-15 missing (created) ./share/nls/et_EE.ISO8859-15 missing (created) ./share/nls/fi_FI.ISO8859-1 missing (created) ./share/nls/fi_FI.ISO8859-15 missing (created) ./share/nls/fr_BE.ISO8859-1 missing (created) ./share/nls/fr_BE.ISO8859-15 missing (created) ./share/nls/fr_CA.ISO8859-1 missing (created) ./share/nls/fr_CA.ISO8859-15 missing (created) ./share/nls/fr_CH.ISO8859-1 missing (created) ./share/nls/fr_CH.ISO8859-15 missing (created) ./share/nls/fr_FR.ISO8859-1 missing (created) ./share/nls/fr_FR.ISO8859-15 missing (created) ./share/nls/hi_IN.ISCII-DEV missing (created) ./share/nls/hr_HR.ISO8859-2 missing (created) ./share/nls/hu_HU.ISO8859-2 missing (created) ./share/nls/is_IS.ISO8859-1 missing (created) ./share/nls/is_IS.ISO8859-15 missing (created) ./share/nls/it_CH.ISO8859-1 missing (created) ./share/nls/it_CH.ISO8859-15 missing (created) ./share/nls/it_IT.ISO8859-1 missing (created) ./share/nls/it_IT.ISO8859-15 missing (created) ./share/nls/ja_JP.SJIS missing (created) ./share/nls/ja_JP.eucJP missing (created) ./share/nls/ko_KR.eucKR missing (created) ./share/nls/la_LN.ISO8859-1 missing (created) ./share/nls/la_LN.ISO8859-15 missing (created) ./share/nls/la_LN.ISO8859-2 missing (created) ./share/nls/la_LN.ISO8859-4 missing (created) ./share/nls/la_LN.US-ASCII missing (created) ./share/nls/lt_LT.ISO8859-4 missing (created) ./share/nls/nl_BE.ISO8859-1 missing (created) ./share/nls/nl_BE.ISO8859-15 missing (created) ./share/nls/nl_NL.ISO8859-1 missing (created) ./share/nls/nl_NL.ISO8859-15 missing (created) ./share/nls/no_NO.ISO8859-1 missing (created) ./share/nls/no_NO.ISO8859-15 missing (created) ./share/nls/pl_PL.ISO8859-2 missing (created) ./share/nls/pt_BR.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-1 missing (created) ./share/nls/pt_PT.ISO8859-15 missing (created) ./share/nls/ro_RO.ISO8859-2 missing (created) ./share/nls/ru_RU.CP866 missing (created) ./share/nls/ru_RU.ISO8859-5 missing (created) ./share/nls/ru_RU.KOI8-R missing (created) ./share/nls/sk_SK.ISO8859-2 missing (created) ./share/nls/sl_SI.ISO8859-2 missing (created) ./share/nls/sv_SE.ISO8859-1 missing (created) ./share/nls/sv_SE.ISO8859-15 missing (created) ./share/nls/tr_TR.ISO8859-9 missing (created) ./share/nls/uk_UA.ISO8859-5 missing (created) ./share/nls/uk_UA.KOI8-U missing (created) ./share/nls/zh_CN.eucCN missing (created) ./share/nls/zh_TW.Big5 missing (created) ./share/skel missing (created) ./var missing (created) ./var/db missing (created) ./var/db/dports missing (created) ./var/db/dports/distfiles missing (created) ./var/db/dports/receipts missing (created) Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/I18N.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Merge.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Notify.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Patch.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Target.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Util.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Version.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/XD.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Add.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Admin.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Annotate.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Cat.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Checkout.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Cleanup.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Cmerge.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Commit.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Copy.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Delete.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Depotmap.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Describe.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Diff.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Help.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Import.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Info.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/List.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Log.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Merge.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Mirror.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Mkdir.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Move.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Patch.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Propdel.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Propedit.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Propget.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Proplist.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Propset.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Pull.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Push.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Resolved.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Revert.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Smerge.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Status.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Switch.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Sync.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Update.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Verify.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Combine.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Delay.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Diff.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Merge.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Patch.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Rename.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Sign.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Status.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Translate.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/XD.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/Environment.pod Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/Index.pod Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/Intro.pod Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/zh_cn/Index.pod Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/zh_tw/Index.pod Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/I18N/i_default.po Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/I18N/zh_cn.po Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/I18N/zh_tw.po Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/AraxisMerge.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/Emacs.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/FileMerge.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/GtkDiff.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/Guiffy.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/GVim.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/KDiff3.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/Meld.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/P4WinMerge.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/TkDiff.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/TortoiseMerge.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/Vim.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/XXDiff.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Target/Universal.pm Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man1/svk.1 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Add.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Admin.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Annotate.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Cat.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Checkout.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Cleanup.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Cmerge.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Commit.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Copy.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Delete.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Depotmap.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Describe.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Diff.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Help.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Import.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Info.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::List.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Log.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Merge.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Mirror.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Mkdir.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Move.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Patch.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Propdel.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Propedit.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Propget.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Proplist.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Propset.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Pull.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Push.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Resolved.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Revert.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Smerge.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Status.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Switch.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Sync.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Update.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Command::Verify.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Editor::Combine.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Editor::Diff.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Editor::Merge.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Editor::Patch.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Editor::Rename.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Editor::Translate.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Editor::XD.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Help::Environment.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Help::Index.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Help::Intro.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Help::zh_cn::Index.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Help::zh_tw::Index.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Merge.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Notify.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Patch.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Resolve.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Target.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Target::Universal.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Util.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::Version.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/share/man/man3/SVK::XD.3 Installing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/bin/svk Writing /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/darwin-2level/auto/SVK/.packlist Fixing packlist /opt/local/var/db/dports/build/ file._opt_local_var_db_dports_sources_rsync.rsync.opendarwin.org_dpupdate_dports_devel_svk/work/ destroot/opt/local/lib/perl5/vendor_perl/5.8.6/darwin-2level/auto/SVK/.packlist ---> Compressing man pages for svk man1/svk.1: 55.5% -- replaced with man1/svk.1.gz man3/SVK.3: 54.8% -- replaced with man3/SVK.3.gz man3/SVK::Command.3: 63.6% -- replaced with man3/SVK::Command.3.gz man3/SVK::Command::Add.3: 54.9% -- replaced with man3/SVK::Command::Add.3.gz man3/SVK::Command::Admin.3: 56.1% -- replaced with man3/SVK::Command::Admin.3.gz man3/SVK::Command::Annotate.3: 55.5% -- replaced with man3/SVK::Command::Annotate.3.gz man3/SVK::Command::Cat.3: 54.9% -- replaced with man3/SVK::Command::Cat.3.gz man3/SVK::Command::Checkout.3: 55.8% -- replaced with man3/SVK::Command::Checkout.3.gz man3/SVK::Command::Cleanup.3: 55.2% -- replaced with man3/SVK::Command::Cleanup.3.gz man3/SVK::Command::Cmerge.3: 55.3% -- replaced with man3/SVK::Command::Cmerge.3.gz man3/SVK::Command::Commit.3: 55.2% -- replaced with man3/SVK::Command::Commit.3.gz man3/SVK::Command::Copy.3: 55.2% -- replaced with man3/SVK::Command::Copy.3.gz man3/SVK::Command::Delete.3: 55.0% -- replaced with man3/SVK::Command::Delete.3.gz man3/SVK::Command::Depotmap.3: 55.3% -- replaced with man3/SVK::Command::Depotmap.3.gz man3/SVK::Command::Describe.3: 54.9% -- replaced with man3/SVK::Command::Describe.3.gz man3/SVK::Command::Diff.3: 55.9% -- replaced with man3/SVK::Command::Diff.3.gz man3/SVK::Command::Help.3: 54.6% -- replaced with man3/SVK::Command::Help.3.gz man3/SVK::Command::Import.3: 55.3% -- replaced with man3/SVK::Command::Import.3.gz man3/SVK::Command::Info.3: 56.8% -- replaced with man3/SVK::Command::Info.3.gz man3/SVK::Command::List.3: 54.7% -- replaced with man3/SVK::Command::List.3.gz man3/SVK::Command::Log.3: 56.1% -- replaced with man3/SVK::Command::Log.3.gz man3/SVK::Command::Merge.3: 56.3% -- replaced with man3/SVK::Command::Merge.3.gz man3/SVK::Command::Mirror.3: 56.7% -- replaced with man3/SVK::Command::Mirror.3.gz man3/SVK::Command::Mkdir.3: 55.1% -- replaced with man3/SVK::Command::Mkdir.3.gz man3/SVK::Command::Move.3: 55.2% -- replaced with man3/SVK::Command::Move.3.gz man3/SVK::Command::Patch.3: 58.4% -- replaced with man3/SVK::Command::Patch.3.gz man3/SVK::Command::Propdel.3: 55.1% -- replaced with man3/SVK::Command::Propdel.3.gz man3/SVK::Command::Propedit.3: 55.4% -- replaced with man3/SVK::Command::Propedit.3.gz man3/SVK::Command::Propget.3: 55.3% -- replaced with man3/SVK::Command::Propget.3.gz man3/SVK::Command::Proplist.3: 55.1% -- replaced with man3/SVK::Command::Proplist.3.gz man3/SVK::Command::Propset.3: 55.2% -- replaced with man3/SVK::Command::Propset.3.gz man3/SVK::Command::Pull.3: 55.6% -- replaced with man3/SVK::Command::Pull.3.gz man3/SVK::Command::Push.3: 55.1% -- replaced with man3/SVK::Command::Push.3.gz man3/SVK::Command::Resolved.3: 55.0% -- replaced with man3/SVK::Command::Resolved.3.gz man3/SVK::Command::Revert.3: 54.9% -- replaced with man3/SVK::Command::Revert.3.gz man3/SVK::Command::Smerge.3: 56.4% -- replaced with man3/SVK::Command::Smerge.3.gz man3/SVK::Command::Status.3: 56.6% -- replaced with man3/SVK::Command::Status.3.gz man3/SVK::Command::Switch.3: 54.8% -- replaced with man3/SVK::Command::Switch.3.gz man3/SVK::Command::Sync.3: 55.5% -- replaced with man3/SVK::Command::Sync.3.gz man3/SVK::Command::Update.3: 55.0% -- replaced with man3/SVK::Command::Update.3.gz man3/SVK::Command::Verify.3: 55.1% -- replaced with man3/SVK::Command::Verify.3.gz man3/SVK::Editor::Combine.3: 55.2% -- replaced with man3/SVK::Editor::Combine.3.gz man3/SVK::Editor::Diff.3: 55.8% -- replaced with man3/SVK::Editor::Diff.3.gz man3/SVK::Editor::Merge.3: 59.2% -- replaced with man3/SVK::Editor::Merge.3.gz man3/SVK::Editor::Patch.3: 55.1% -- replaced with man3/SVK::Editor::Patch.3.gz man3/SVK::Editor::Rename.3: 56.0% -- replaced with man3/SVK::Editor::Rename.3.gz man3/SVK::Editor::Translate.3: 55.2% -- replaced with man3/SVK::Editor::Translate.3.gz man3/SVK::Editor::XD.3: 57.2% -- replaced with man3/SVK::Editor::XD.3.gz man3/SVK::Help::Environment.3: 56.8% -- replaced with man3/SVK::Help::Environment.3.gz man3/SVK::Help::Index.3: 55.8% -- replaced with man3/SVK::Help::Index.3.gz man3/SVK::Help::Intro.3: 58.6% -- replaced with man3/SVK::Help::Intro.3.gz man3/SVK::Help::zh_cn::Index.3: 53.6% -- replaced with man3/SVK::Help::zh_cn::Index.3.gz man3/SVK::Help::zh_tw::Index.3: 53.6% -- replaced with man3/SVK::Help::zh_tw::Index.3.gz man3/SVK::Merge.3: 56.2% -- replaced with man3/SVK::Merge.3.gz man3/SVK::Notify.3: 55.8% -- replaced with man3/SVK::Notify.3.gz man3/SVK::Patch.3: 57.0% -- replaced with man3/SVK::Patch.3.gz man3/SVK::Resolve.3: 56.3% -- replaced with man3/SVK::Resolve.3.gz man3/SVK::Target.3: 57.3% -- replaced with man3/SVK::Target.3.gz man3/SVK::Target::Universal.3: 55.4% -- replaced with man3/SVK::Target::Universal.3.gz man3/SVK::Util.3: 65.0% -- replaced with man3/SVK::Util.3.gz man3/SVK::Version.3: 54.9% -- replaced with man3/SVK::Version.3.gz man3/SVK::XD.3: 61.8% -- replaced with man3/SVK::XD.3.gz ---> Packaging tgz archive for svk 1.04_0 ---> Creating svk-1.04_0.powerpc.tgz ./ ./+COMMENT ./+CONTENTS ./+DESC ./+PORTFILE ./+STATE ./opt/ ./opt/local/ ./opt/local/bin/ ./opt/local/bin/svk ./opt/local/lib/ ./opt/local/lib/perl5/ ./opt/local/lib/perl5/vendor_perl/ ./opt/local/lib/perl5/vendor_perl/5.8.6/ ./opt/local/lib/perl5/vendor_perl/5.8.6/darwin-2level/ ./opt/local/lib/perl5/vendor_perl/5.8.6/darwin-2level/auto/ ./opt/local/lib/perl5/vendor_perl/5.8.6/darwin-2level/auto/SVK/ ./opt/local/lib/perl5/vendor_perl/5.8.6/darwin-2level/auto/SVK/.packlist ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/ ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/ ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Add.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Admin.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Annotate.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Cat.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Checkout.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Cleanup.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Cmerge.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Commit.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Copy.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Delete.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Depotmap.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Describe.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Diff.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Help.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Import.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Info.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/List.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Log.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Merge.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Mirror.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Mkdir.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Move.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Patch.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Propdel.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Propedit.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Propget.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Proplist.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Propset.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Pull.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Push.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Resolved.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Revert.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Smerge.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Status.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Switch.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Sync.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Update.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command/Verify.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Command.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/ ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Combine.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Delay.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Diff.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Merge.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Patch.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Rename.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Sign.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Status.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/Translate.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Editor/XD.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/ ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/Environment.pod ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/Index.pod ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/Intro.pod ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/zh_cn/ ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/zh_cn/Index.pod ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/zh_tw/ ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Help/zh_tw/Index.pod ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/I18N/ ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/I18N/i_default.po ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/I18N/zh_cn.po ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/I18N/zh_tw.po ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/I18N.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Merge.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Notify.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Patch.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/ ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/AraxisMerge.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/Emacs.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/FileMerge.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/GtkDiff.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/Guiffy.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/GVim.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/KDiff3.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/Meld.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/P4WinMerge.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/TkDiff.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/TortoiseMerge.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/Vim.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve/XXDiff.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Resolve.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Target/ ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Target/Universal.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Target.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Util.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/Version.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK/XD.pm ./opt/local/lib/perl5/vendor_perl/5.8.6/SVK.pm ./opt/local/share/ ./opt/local/share/man/ ./opt/local/share/man/man1/ ./opt/local/share/man/man1/svk.1.gz ./opt/local/share/man/man3/ ./opt/local/share/man/man3/SVK.3.gz ./opt/local/share/man/man3/SVK::Command.3.gz ./opt/local/share/man/man3/SVK::Command::Add.3.gz ./opt/local/share/man/man3/SVK::Command::Admin.3.gz ./opt/local/share/man/man3/SVK::Command::Annotate.3.gz ./opt/local/share/man/man3/SVK::Command::Cat.3.gz ./opt/local/share/man/man3/SVK::Command::Checkout.3.gz ./opt/local/share/man/man3/SVK::Command::Cleanup.3.gz ./opt/local/share/man/man3/SVK::Command::Cmerge.3.gz ./opt/local/share/man/man3/SVK::Command::Commit.3.gz ./opt/local/share/man/man3/SVK::Command::Copy.3.gz ./opt/local/share/man/man3/SVK::Command::Delete.3.gz ./opt/local/share/man/man3/SVK::Command::Depotmap.3.gz ./opt/local/share/man/man3/SVK::Command::Describe.3.gz ./opt/local/share/man/man3/SVK::Command::Diff.3.gz ./opt/local/share/man/man3/SVK::Command::Help.3.gz ./opt/local/share/man/man3/SVK::Command::Import.3.gz ./opt/local/share/man/man3/SVK::Command::Info.3.gz ./opt/local/share/man/man3/SVK::Command::List.3.gz ./opt/local/share/man/man3/SVK::Command::Log.3.gz ./opt/local/share/man/man3/SVK::Command::Merge.3.gz ./opt/local/share/man/man3/SVK::Command::Mirror.3.gz ./opt/local/share/man/man3/SVK::Command::Mkdir.3.gz ./opt/local/share/man/man3/SVK::Command::Move.3.gz ./opt/local/share/man/man3/SVK::Command::Patch.3.gz ./opt/local/share/man/man3/SVK::Command::Propdel.3.gz ./opt/local/share/man/man3/SVK::Command::Propedit.3.gz ./opt/local/share/man/man3/SVK::Command::Propget.3.gz ./opt/local/share/man/man3/SVK::Command::Proplist.3.gz ./opt/local/share/man/man3/SVK::Command::Propset.3.gz ./opt/local/share/man/man3/SVK::Command::Pull.3.gz ./opt/local/share/man/man3/SVK::Command::Push.3.gz ./opt/local/share/man/man3/SVK::Command::Resolved.3.gz ./opt/local/share/man/man3/SVK::Command::Revert.3.gz ./opt/local/share/man/man3/SVK::Command::Smerge.3.gz ./opt/local/share/man/man3/SVK::Command::Status.3.gz ./opt/local/share/man/man3/SVK::Command::Switch.3.gz ./opt/local/share/man/man3/SVK::Command::Sync.3.gz ./opt/local/share/man/man3/SVK::Command::Update.3.gz ./opt/local/share/man/man3/SVK::Command::Verify.3.gz ./opt/local/share/man/man3/SVK::Editor::Combine.3.gz ./opt/local/share/man/man3/SVK::Editor::Diff.3.gz ./opt/local/share/man/man3/SVK::Editor::Merge.3.gz ./opt/local/share/man/man3/SVK::Editor::Patch.3.gz ./opt/local/share/man/man3/SVK::Editor::Rename.3.gz ./opt/local/share/man/man3/SVK::Editor::Translate.3.gz ./opt/local/share/man/man3/SVK::Editor::XD.3.gz ./opt/local/share/man/man3/SVK::Help::Environment.3.gz ./opt/local/share/man/man3/SVK::Help::Index.3.gz ./opt/local/share/man/man3/SVK::Help::Intro.3.gz ./opt/local/share/man/man3/SVK::Help::zh_cn::Index.3.gz ./opt/local/share/man/man3/SVK::Help::zh_tw::Index.3.gz ./opt/local/share/man/man3/SVK::Merge.3.gz ./opt/local/share/man/man3/SVK::Notify.3.gz ./opt/local/share/man/man3/SVK::Patch.3.gz ./opt/local/share/man/man3/SVK::Resolve.3.gz ./opt/local/share/man/man3/SVK::Target.3.gz ./opt/local/share/man/man3/SVK::Target::Universal.3.gz ./opt/local/share/man/man3/SVK::Util.3.gz ./opt/local/share/man/man3/SVK::Version.3.gz ./opt/local/share/man/man3/SVK::XD.3.gz ---> Archive svk-1.04_0.powerpc.tgz packaged ---> Archive for svk 1.04_0 packaged ---> Installing svk 1.04_0 ---> Activating svk 1.04_0 ---> Cleaning svk ---> Removing workpath for svk

Change History (2)

comment:1 Changed 19 years ago by toby@…

Owner: changed from darwinports-bugs@… to dluke@…

comment:2 Changed 19 years ago by danielluke (Daniel J. Luke)

Resolution: invalid
Status: newclosed

You need to upgrade to the latest perl port (5.8.7).

Note: See TracTickets for help on using tickets.