What are development versions of GNOME all about?
The development versions are the packages released by the GNOME project that will eventually become the stable (release) versions. There are three working branches of GNOME development:
Should I track GNOME development versions?
If you are looking for a stable environment, absolutely not. Please only track the GNOME 2.15 branch if you wish to help identify bugs and improve the FreeBSD GNOME project. You will find little sympathy if a development-quality GNOME application eats your homework.
How do I obtain the development versions of GNOME stuff?
Marcus maintains a CVS repository where all the development versions of the GNOME components for FreeBSD are housed. Instructions for how to check out the development ports module and how to merge it into the FreeBSD ports tree reside on the entrance page to his repository. Please read carefully the instructions at http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi.
During the development cycle, FreeBSD-specific caveats and other useful information will be sent to marcuscom-devel@marcuscom.com. If you are tracking the GNOME development branch, you must subscribe to this list. You should also consider subscribing to freebsd-gnome@FreeBSD.org.
In order to help with bug reports, be sure to add the following to /etc/make.conf so that gdb back traces contain useful information:
CFLAGS= -O -g -pipe STRIP=
How do I keep everything up-to-date and in sync?
The short answer is that you need to use the marcusmerge script to merge the development tree with the FreeBSD ports tree. The marcusmerge script is available here, and a man page on using the script is available here. This script will merge the development ports tree into your main ports tree. From there, you can use portupgrade to upgrade from 2.14 to 2.15 and stay up-to-date afterwards.
The long answer is that keeping up-to-date with the GNOME development branch is complicated. Sometimes components change in a way that makes portupgrade fail, or causes strange end results. If you plan to track the development branch, it is a good idea to join the freebsd-gnome mailing list, as well as to join the #freebsd-gnome IRC channel on FreeNode (irc.freenode.net).
If all of this sounds scary, or you need a desktop that "Just Works," you should stick with the stable GNOME branch.
What should I do when something does not work?
It depends. If you think the problem is truly a bug with the GNOME component, you can report a bug using bug-buddy or the GNOME Bugzilla interface. If you think the problem lies in a FreeBSD port, or is FreeBSD-specific, send email to freebsd-gnome@FreeBSD.org, or report the problem on the #freebsd-gnome IRC channel on FreeNode.
Please forward all GNOME/Ximian bug IDs to freebsd-gnome@FreeBSD.org so we can keep track of known issues. Thanks!
How can I help with the development versions?
Start grabbing ports or packages, and let us know how GNOME 2.15 handles. We are looking for build and run problems as well as user experiences. If you are artistic, please start submitting splash screens and themes for 2.14. We are also looking for some screenshots that show off some of the new features of GNOME 2.14.
What is the current state of development GNOME on FreeBSD?
GNOME 2.14 release is available and being tested. As usual, test ports and packages, and report any problems to the authorities listed above.