On Wed, Jun 06, 2007 at 08:34:53PM +0000, Sergey Matveychuk wrote: > sem 2007-06-06 20:34:53 UTC > > FreeBSD ports repository > > Modified files: > . UPDATING > Log: > In xorg serction: > - remove useless database recreations commands for portupgrade-devel. It > use the same format.
They were necessary for me because it was reporting they were corrupted. Even pkgdb -fu didn't work, I had to completely remove it. > - Fix a paragraph when was said Xorg recreate xorg.conf file on run. > It does not, so you need see a log for defaults and fix your old > xorg.conf by hands. > > Revision Changes Path > 1.510 +4 -5 ports/UPDATING > http://cvsweb.FreeBSD.org/ports/UPDATING.diff?r1=1.509&r2=1.510 > | --- ports/UPDATING 2007/05/26 18:20:20 1.509 > | +++ ports/UPDATING 2007/06/06 20:34:53 1.510 > | @@ -128,8 +128,6 @@ upgrades. > | portupgrade-devel: > | > | # portupgrade -f -o ports-mgmt/portupgrade-devel portupgrade > | - # rm -f /usr/ports/INDEX*.db /var/db/pkg/pkgdb.db > | - # pkgdb -fu > | > | If you have changed your ports environment in /etc/make.conf, > | /usr/local/etc/pkgtools.conf or similar you need to rebuild INDEX: > | @@ -217,8 +215,9 @@ upgrades. > | change ModulePath to /usr/local/lib/xorg/modules prior to running X. > | > | If you run into problems running the new X server, try moving aside > | - your /etc/X11/xorg.conf and allow X to auto-create it (this will > | - happen automatically when launching the X server). > | + your /etc/X11/xorg.conf and allow X to run with default valuse. After s/valuse/values/ Kris _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"
