Gnome 2.14

2006-09-22 Thread azhar freebsd

*How do I upgrade to GNOME 2.14?*

The answer is much simpler than it has been in the past:

  1.

  To build GNOME 2.14, you need to obtain the latest ports tree
  skeleton. This is most easily accomplished with portsnap(8) or
CVSup<http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html>.
  Simply obtain the latest ports tree, and you are ready to go. Then do the
  following:

  # pkgdb -Ff
  # portupgrade -o net/avahi -f howl
  # portupgrade -o x11/gnome-screensaver -f xscreensaver-gnome

  Then you can run portupgrade(8) as you normally would. *NOTE:* it is
  recommended to run *portupgrade -a* to make sure you get all the
  necessary ports.

from site . http://www.freebsd.org/gnome/docs/faq214.html


[EMAIL PROTECTED] -a
FreeBSD belagelo.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13
UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
You have new mail.
[EMAIL PROTECTED]


i did as above . the cvsip was succesful .


...
 Delete ports/x11-wm/wmthemeinstall/pkg-plist
Edit ports/x11-wm/xcompmgr/Makefile
Edit ports/x11-wm/xcompmgr/distinfo
Edit ports/x11-wm/xfce/Makefile
Edit ports/x11-wm/xfce/distinfo
Edit ports/x11-wm/xfce4/Makefile
Edit ports/x11-wm/xfce4/pkg-plist
Edit ports/x11-wm/xfce4-desktop/Makefile
Edit ports/x11-wm/xfce4-desktop/distinfo
Edit ports/x11-wm/xfce4-desktop/pkg-plist
Edit ports/x11-wm/xfce4-panel/Makefile
Edit ports/x11-wm/xfce4-panel/distinfo
Edit ports/x11-wm/xfce4-panel/pkg-plist
Edit ports/x11-wm/xfce4-session/Makefile
Edit ports/x11-wm/xfce4-session/distinfo
Edit ports/x11-wm/xfce4-session/pkg-plist
Edit ports/x11-wm/xfce4-systray/Makefile
Edit ports/x11-wm/xfce4-systray/distinfo
Edit ports/x11-wm/xfce4-systray/pkg-plist
Edit ports/x11-wm/xfce4-wm/Makefile
Edit ports/x11-wm/xfce4-wm/distinfo
Edit ports/x11-wm/xfce4-wm/pkg-plist
Edit ports/x11-wm/yawm/Makefile
Edit ports/x11-wm/yawm/distinfo
Finished successfully

The cvsup file was as below
# IMPORTANT: Change the next line to use one of the CVSup mirror sites
# listed at http://www.freebsd.org/doc/handbook/mirrors.html.
*default host=cvsup2.jp.freebsd.org
*default base=/var/db
*default prefix=/usr
*default release=cvs tag=.
*default delete use-rel-suffix

# If you seem to be limited by CPU rather than network or disk bandwidth,
try
# commenting out the following line.  (Normally, today's CPUs are fast
enough
# that you want to run compression.)
*default compress

## Ports Collection.
#
# The easiest way to get the ports tree is to use the "ports-all"
# mega-collection.  It includes all of the individual "ports-*"
# collections,
ports-all



# pkgdb -Ff command was ok .here is the script file .

Script started on Fri Sep 22 02:53:48 2006
executing .cshrc
finished executing .cshrc
[EMAIL PROTECTED]/home�m#pkgdb -Ff

--->  Checking the package registry database
[Rebuilding the pkgdb  in /var/db/pkg ... - 225 packages
found (-0 +225)
.
done]
Stale origin: 'devel/bugbuddy': perhaps moved or obsoleted.
-> The port 'devel/bugbuddy' was moved to 'devel/bug-buddy' on 2006-05-27
because:
   "Renamed to use real vendor package name"
Fixed. (-> devel/bug-buddy)
Stale origin: 'archivers/fileroller': perhaps moved or obsoleted.
-> The port 'archivers/fileroller' was moved to 'archivers/file-roller' on
2006-05-27 because:
   "Renamed to use real vendor package name"
Fixed. (-> archivers/file-roller)
Stale origin: 'x11/gnomeapplets2': perhaps moved or obsoleted.
-> The port 'x11/gnomeapplets2' was moved to 'x11/gnome-applets' on
2006-05-28 because:
   "Renamed to use real vendor package name"
Fixed. (-> x11/gnome-applets)
Stale origin: 'audio/gnomeaudio2': perhaps moved or obsoleted.
-> The port 'audio/gnomeaudio2' was moved to 'audio/gnome-audio' on
2006-05-27 because:
   "Renamed to use real vendor package name"
Fixed. (-> audio/gnome-audio)
Stale origin: 'sysutils/gnomecontrolcenter2': perhaps moved or obsoleted.
-> The port 'sysutils/gnomecontrolcenter2' was moved to
'sysutils/gnome-control-center' on 2006-05-28 because:
   "Renamed to use real vendor package name"
Fixed. (-> sysutils/gnome-control-center)
Stale origin: 'x11/gnomedesktop': perhaps moved or obsoleted.
-> The port 'x11/gnomedesktop' was moved to 'x11/gnome-desktop' on
2006-05-28 because:
   "Renamed to use real vendor package name"
Fixed. (-> x11/gnome-desktop)
Stale origin: 'textproc/gnomedocutils': perhaps moved or obsoleted.
-> The port 'tex

Re: installing GNOME 2.14

2006-09-21 Thread michael johnson

On 9/21/06, azhar freebsd <[EMAIL PROTECTED]> wrote:


hi
i am new about freebsd . recently  i  am tried to install GNOME
2.14executing the following command
# pkg_add -r gnome2
but when i check the install package it shows as follows .

[EMAIL PROTECTED] | grep gnome2
gnome2-2.10.2   The "meta-port" for the GNOME 2 integrated X11 desktop
[EMAIL PROTECTED]

why ? it seems i failed to install the latest one (gnome 2.14). can
anybody
tell me how to install that
?



[EMAIL PROTECTED] -a
FreeBSD belagelo.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3
09:36:13
UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
[EMAIL PROTECTED]




^^^ The reason you have gnome 2.10 is because gnome 2.10 is what shipped
with 6.0-RELEASE.

see http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvsup.html
and http://www.freebsd.org/gnome/docs/faq214.html for directions to keep
your ports up to date and upgrade gnome.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


installing GNOME 2.14

2006-09-21 Thread azhar freebsd

hi
i am new about freebsd . recently  i  am tried to install GNOME
2.14executing the following command
# pkg_add -r gnome2
but when i check the install package it shows as follows .

[EMAIL PROTECTED] | grep gnome2
gnome2-2.10.2   The "meta-port" for the GNOME 2 integrated X11 desktop
[EMAIL PROTECTED]

why ? it seems i failed to install the latest one (gnome 2.14). can anybody
tell me how to install that
?



[EMAIL PROTECTED] -a
FreeBSD belagelo.com 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov  3 09:36:13
UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC  i386
[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"