If you wish to update to 5.1-release or 5.1-stable from previous versions, see the upgrade guide.
Make sure you have read and understood FAQ 5 - Building the System from Source before using -current and the instructions below.
You should ALWAYS use a snapshot as the starting point for running -current. Upgrading by compiling your own source code is not supported.
Most of these changes will have to be performed as root.
Section "Device"
Identifier "RadeonCard"
Driver "radeon"
EndSection
Or merge this section in their existing /etc/X11/xorg.conf file.
Driver "radeonhd"
with
Driver "radeon"
Users of RAIDframe will need to consider alternatives such as softraid(4).rm /sbin/raidctl rm /usr/share/man/man4/raid.4 rm /usr/share/man/man8/raidctl.8
Firstly, gcc4 and csu must be compiled with the existing compiler:
Secondly, gcc4 must be rebuilt with itself:rm -rf /usr/obj/* cd /usr/src/share/mk && make install cd /usr/src/gnu/usr.bin/cc make obj && make depend && make cd /usr/src/lib/csu make obj && make depend && make && make install cd /usr/src/gnu/usr.bin/cc make install
Thirdly, libstdc++-v3 must be installed after removing the old C++ headers:rm -rf /usr/obj/* cd /usr/src/usr.bin/cpp make obj && make && make install cd /usr/src/gnu/usr.bin/cc make obj && make depend && make && make install
And lastly the entire system rebuilt with the usual procedure documented in release(8).rm -rf /usr/include/g++/* cd /usr/src/gnu/lib/libstdc++-v3 make obj && make includes && make depend && make && make install
For people updating using snapshots, don't forget to:
before installing newer snapshot.rm -rf /usr/include/g++/*
As this is no longer an issue with rthreads, the FLAVOR has been removed. To continue using gnome-keyring with Subversion, after updating packages you will need to "pkg_add gnome-keyring-subversion".