http://blogs.ittoolbox.com/unix/bsd/archives/xorg-72-on-freebsd-13661

http://wiki.freebsd.org/ModularXorg 


  • pkg_add -r git

  • rehash

  • cd /usr

  • rm -Rf ports (if you have an existing ports collection)

  • git clone git://git.geekfire.com/git/ports.git (this one takes a while as it needs to unpack a ~46 MB download)

  • cd ports

  • git checkout xorg

  • cd /usr/ports/x11/xorg (this is the meta-port, it builds everything)

  • make install clean
  •