View Single Post
  #3   (View Single Post)  
Old 2nd May 2008
Carpetsmoker's Avatar
Carpetsmoker Carpetsmoker is offline
Real Name: Martin
Tcpdump Spy
 
Join Date: Apr 2008
Location: Netherlands
Posts: 2,243
Default

You can specify ports portupgrade should leave alone in /usr/local/etc/pkgtools.conf with the HOLD_PKGS option.

Example:

Code:
  HOLD_PKGS = [
    'bsdpan-*',
    'nvidia*',
    'libGL*',
    'jdk*',
  ]
In your case you probably want to add/use 'gnome*'
__________________
UNIX was not designed to stop you from doing stupid things, because that would also stop you from doing clever things.
Reply With Quote