Slashdot Mirror


Portupgrade on FreeBSD

BSD Forums writes "In her previous article, OnLamp's Dru Lavigne took a look at the built-in utilities that can be used to manage the FreeBSD ports collection. In this article, she'd like to continue in that vein. She takes a look at portupgrade, a feature-rich port designed to help you get the most out of the ports collection."

3 of 119 comments (clear)

  1. Re:No by JDizzy · · Score: 4, Informative

    I admit you have an intersting perspective, and i would point out that you can build your system without kerberos via make.conf options. Same for Sendmail, etc...

    --
    It isn't a lie if you belive it.
  2. But.... by xA40D · · Score: 4, Informative

    Reasonable article.... But running an automatic portupgrage without paying attention to what's actually being upgraded is a really bad move.

    Upgrading Apache for instance will trash your running config. Whereas MySQL is a bitch to upgrade as by default it will fail if there is an existing DB.

    I find portupgrade -ai is a much better option.

    And a backup of /etc/ and /usr/local/etc would be a good idea first....

    --
    Do you mind, your karma has just run over my dogma.
    1. Re:But.... by OpperNerd · · Score: 5, Informative

      I always use the -P option:

      portupgrade -aRrPv

      this does check if there's a package available. Saves a lot of time.

      --
      -- unix is for people without a social life - Patrick van Eijk