い〜さねっと

雑多メモ

vim7.2.14がインストールできた

ずっとエラーでvimが更新できてなかった

fetch: vim-7.2.tar.bz2: local modification time does not match remote
=> Couldn't fetch it - please try to retrieve this
=> port manually into /usr/ports/distfiles/vim and try again.
*** Error code 1

Stop in /usr/ports/editors/vim.
*** Error code 1

Stop in /usr/ports/editors/vim.
** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade.1512.0 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=vim-7.2.9 UPGRADE_PORT_VER=7.2.9 make
** Fix the problem and try again.
** Listing the failed packages (-:ignored / *:skipped / !:failed)
        ! editors/vim (vim-7.2.9)       (checksum mismatch)
[1]    1512 exit 1     sudo portupgrade vim-7.2.9

ファイルがfetchできないとかあって,Permissionの問題とかやってんけど,
手動でsuからだとfetchできるので,手動でファイルを取得してくる
ミラーはどれでもいいかと

# fetch ftp://ftp.〜〜〜〜/vim-7.2.tar.bz2
# mv vim-7.2.tar.bz2 /usr/ports/distfiles/vim

その後,普通にupgrade

# portupgrade vim-7.2.9

更新完了!