Skip to content

Instantly share code, notes, and snippets.

@arcostasi
Last active July 29, 2016 01:58
Show Gist options
  • Save arcostasi/db7df733207e5b21fcf7e6bbc0c2bbb6 to your computer and use it in GitHub Desktop.
Save arcostasi/db7df733207e5b21fcf7e6bbc0c2bbb6 to your computer and use it in GitHub Desktop.
Installing the FreeBSD Ports Tree
Installing the FreeBSD Ports Tree:
First, you need to download the source code for the ports needed with this command:
portsnap fetch extract
Upgrading pkg:
Next, you need to upgrade pkg, which is used to install ports and FreeBSD packages with the following command:
cd /usr/ports/ports-mgmt/pkg && make reinstall clean
Update php
portmaster -db php5*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment