On Thu, Mar 27, 2014 at 6:58 AM, Ludo Beckers wrote: > I followed your instructions from the 1st reply you posted. > Quote: > > (you may need to do this just cause it's been a while since 3.6 came out) > # cd /usr/local/etc/pkg/repos/ > # mv df-releases.conf.sample df-releases.conf > # pkg upgrade >
Can you check that at least one of the repositories in df-releases.conf is enabled? When you do # cd /usr/local/etc/pkg/repos/ # cat df-releases.conf look at the lines starting with "enable". At least one of them must be enable : yes If all are "no", then pkg silently exits doing nothing. Try installing the ports again, # pkg install xorg xfce and # cd; echo "exec startxfce4" > .xinitrc # startx should give you the xfce4 desktop. Cheers, Peeter --
