FreeBSD 7.0 を始めてみた 3

portupgrade をインストールする。

# whereis portupgrade
portupgrade: /usr/ports/ports-mgmt/portupgrade
# cd /usr/ports/ports-mgmt/portupgrade
# make fetch-recursive
===> Fetching all distfiles for portupgrade-2.4.3_2,2 and dependencies
===>  Vulnerability check disabled, database not found
=> pkgtools-2.4.3.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch from http://heanet.dl.sourceforge.net/sourceforge/portupgrade/.
pkgtools-2.4.3.tar.bz2                        100% of  110 kB  131 kBps
===>  Vulnerability check disabled, database not found
=> ruby-1.8.6-p111.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/ruby.
=> Attempting to fetch from ftp://ftp.SpringDaemons.com/pub/ruby/ruby/1.8/.
ruby-1.8.6-p111.tar.bz2                       100% of 3827 kB  192 kBps 00m00s
===>  Vulnerability check disabled, database not found
=> bdb-0.6.2.tar.gz doesn't seem to exist in /usr/ports/distfiles/ruby.
=> Attempting to fetch from ftp://moulon.inra.fr/pub/ruby/.
bdb-0.6.2.tar.gz                              100% of  297 kB  211 kBps
===>  Vulnerability check disabled, database not found

You may use the following build options:

        WITH_DEBUGGING=yes        Build perl with debugging support.
        WITH_GDBM=yes             Build GDBM_File extension.
        WITHOUT_PERL_MALLOC=yes   Use FreeBSD system malloc
                                  (uses less memory, but slower).
        WITHOUT_PERL_64BITINT=yes Disable 64 bit integers
                                  (affects only 32-bit platforms).
        WITH_THREADS=yes          Build threaded perl.
        ENABLE_SUIDPERL=yes       Also build set-user-id suidperl binary.
      WITHOUT_USE_PERL=yes      Do not rewrite links in /usr/bin

===>  Vulnerability check disabled, database not found
=> db-4.1.25.tar.gz doesn't seem to exist in /usr/ports/distfiles/bdb.
=> Attempting to fetch from http://download-east.oracle.com/berkeley-db/.
db-4.1.25.tar.gz                              100% of 2833 kB 3527 kBps
=> patch.4.1.25.1 doesn't seem to exist in /usr/ports/distfiles/bdb.
=> Attempting to fetch from http://www.oracle.com/technology/products/berkeley-db/db/update/4.1.25/.
patch.4.1.25.1                                100% of  610  B  427 kBps
=> patch.4.1.25.2 doesn't seem to exist in /usr/ports/distfiles/bdb.
=> Attempting to fetch from http://www.oracle.com/technology/products/berkeley-db/db/update/4.1.25/.
patch.4.1.25.2                                100% of   17 kB  108 kBps
=> patch.4.1.25.3 doesn't seem to exist in /usr/ports/distfiles/bdb.
=> Attempting to fetch from http://www.oracle.com/technology/products/berkeley-db/db/update/4.1.25/.
patch.4.1.25.3                                100% of 1641  B 1307 kBps
# make
# make install
# make clean