Other Proper Common Desktop Environment Instructions

Code:
freebsd-update fetch
freebsd-update install

portsnap fetch extract update
cd /usr/ports/ports-mgmt/portmaster
make -DBATCH install clean

portmaster -C -D --no-confirm -y \
  x11/xorg \
  devel/git \
  converters/iconv \
  shells/ksh93 \
  x11-toolkits/open-motif \
  lang/tcl86
  textproc/opensp

pkg install cde xorg

Add to /etc/rc.conf

rpcbind_enable="YES"
inetd_enable="YES"


ksh93 wont install
 
I installed from pkg from sourceforge I used to install from source I just wanted to save time.
Why would you want to use the upstream sources when we have two ports and two corresponding packages? Besides, the sourceforge sources won't build on on FreeBSD without patches.
 
Back
Top