From owner-freebsd-x11@FreeBSD.ORG Mon Jun 25 11:26:23 2007 Return-Path: X-Original-To: freebsd-x11@FreeBSD.org Delivered-To: freebsd-x11@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9369716A400 for ; Mon, 25 Jun 2007 11:26:23 +0000 (UTC) (envelope-from a@jenisch.at) Received: from srvdmz13.oekb.co.at (srvdmz13.oekb.co.at [143.245.5.103]) by mx1.freebsd.org (Postfix) with ESMTP id AB05313C455 for ; Mon, 25 Jun 2007 11:26:22 +0000 (UTC) (envelope-from a@jenisch.at) X-SEF-Processed: 5_0_0_910__2007_06_25_12_25_17 X-SEF-7853D99-ADF1-478E-8894-213D316B8FFA: 1 Received: from msc01-n2 [143.245.2.188] by srvdmz13.oekb.co.at - SurfControl E-mail Filter (5.2.1); Mon, 25 Jun 2007 12:25:16 +0200 Received: from aurora.oekb.co.at ([143.245.9.16]) by MAIL1.oekb.co.at with Microsoft SMTPSVC(6.0.3790.3959); Mon, 25 Jun 2007 12:25:15 +0200 Received: from aurora.oekb.co.at (localhost.oekb.co.at [127.0.0.1]) by aurora.oekb.co.at (8.13.8/8.13.8) with ESMTP id l5PAPFPE005707 for ; Mon, 25 Jun 2007 12:25:15 +0200 (CEST) (envelope-from a@jenisch.at) Received: (from ej@localhost) by aurora.oekb.co.at (8.13.8/8.13.8/Submit) id l5PAPFT1005706 for freebsd-x11@FreeBSD.org; Mon, 25 Jun 2007 12:25:15 +0200 (CEST) (envelope-from a@jenisch.at) X-Authentication-Warning: aurora.oekb.co.at: ej set sender to a@jenisch.at using -f Date: Mon, 25 Jun 2007 12:25:15 +0200 From: Ewald Jenisch To: freebsd-x11@FreeBSD.org Message-ID: <20070625102514.GA5657@aurora.oekb.co.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-OriginalArrivalTime: 25 Jun 2007 10:25:15.0370 (UTC) FILETIME=[1EE16CA0:01C7B713] Cc: Subject: Upgrade Xorg 6.9->7.2 dies in libGLU X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jun 2007 11:26:23 -0000 Hi, I've got a problem upgrading xorg from 6.9 to 7.2 on a FreeBSD 6.2 system: The first step, i.e. "portupgrade -Rf libXft" runs OK, but when starting the next step ("portupgrade -a -x 'gstreamer*'") I'm asked to run "pkgdb -F". As soon as I start pkgdb -F, it tries to re-build libGLU-6.5.3 as a stale dependency. Building libGLU goes OK, but installing libGLU fails with the following error message: ------------------------------ < Cut here > ------------------------------ mklib: Making FreeBSD shared library: libGLU.so.1 /usr/bin/ld: cannot find -lGL ---> Installing the new version via the port ===> Installing for libGLU-6.5.3 ===> libGLU-6.5.3 depends on file: /usr/local/libdata/xorg/libraries - found ===> libGLU-6.5.3 depends on shared library: GL.1 - found ===> Generating temporary packing list ===> Checking if graphics/libGLU already installed install -s -o root -g wheel -m 555 /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi/libGLU.so.1 /usr/local/lib install: /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi/libGLU.so.1: No such file or directory *** Error code 71 Stop in /usr/ports/graphics/libGLU. *** Error code 1 ------------------------------ < Cut here > ------------------------------ A quick check reveals that indeed there's no /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi/libGLU.so.1: [root@boxy /tmp]# ls -l /usr/ports/graphics/libGLU/work/Mesa-6.5.3/src/glu/sgi total 62 -rw-r--r-- 1 root wheel 4218 Jun 25 12:08 Makefile -rw-r--r-- 1 root wheel 5612 Dec 8 2006 Makefile.DJ -rw-r--r-- 1 root wheel 4263 Dec 8 2006 Makefile.orig -rw-r--r-- 1 root wheel 4461 Dec 8 2006 Makefile.win -rw-r--r-- 1 root wheel 19685 Dec 8 2006 descrip.mms -rw-r--r-- 1 root wheel 189 Dec 8 2006 dummy.cc -rw-r--r-- 1 root wheel 2047 Apr 24 08:32 glu.def drwxr-xr-x 2 root wheel 512 Jun 25 12:08 include lrwxr-xr-x 1 root wheel 11 Jun 25 12:08 libGLU.so -> libGLU.so.1 drwxr-xr-x 5 root wheel 512 Jun 25 12:08 libnurbs drwxr-xr-x 2 root wheel 1024 Jun 25 12:08 libtess drwxr-xr-x 2 root wheel 512 Jun 25 12:08 libutil -rw-r--r-- 1 root wheel 5427 Dec 8 2006 mesaglu.opt [root@boxy /tmp]# This error is absolutely reproducible. Here's what I've got: ------------------------------ < Cut here > ------------------------------ [root@boxy /tmp]# uname -a FreeBSD boxy.oekb.co.at 6.2-STABLE FreeBSD 6.2-STABLE #3: Wed May 2 15:58:59 CEST 2007 root@boxy.oekb.co.at:/usr/obj/usr/src/sys/OEKB i386 [root@boxy /tmp]# ls -l /var/db/pkg total 22030 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 ImageMagick-6.2.9.8 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 ORBit2-2.14.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 Xaw3d-1.5E_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 a2ps-a4-4.13b_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 aalib-1.4.r5_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 acroread7-7.0.8,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 acroreadwrapper-0.0.20060221 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 adns-1.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 alacarte-0.11.3_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 apache-2.2.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 apsfilter-7.2.8 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 aspell-0.60.4_4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 at-spi-1.7.13 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 atk-1.12.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 autoconf-2.13.000227_5 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 autoconf-2.59_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 automake-1.4.6_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 automake-1.9.6 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 avahi-0.6.15 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 bash-3.1.17 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 bigreqsproto-1.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 bison-1.75_2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 bitstream-vera-1.10_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 bug-buddy-2.16.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 ca-roots-1.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 cacti-0.8.6i drwxr-xr-x 2 root wheel 512 Jun 22 16:20 cairo-1.2.6 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 cdparanoia-3.9.8_8 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 cdrdao-1.2.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 cdrtools-2.01_5 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 compositeproto-0.3.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 cscope-15.6 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 cups-base-1.2.7 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 curl-7.16.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 cvsup-without-gui-16.1h_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 damageproto-1.1.0_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 dasher-4.2.2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 db41-4.1.25_4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 dbus-1.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 dbus-glib-0.72 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 deskbar-applet-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 desktop-file-utils-0.12 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 diablo-jre-1.5.0.07.01_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 djbfft-0.76_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 dmidecode-2.8 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 dmxproto-2.2.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 docbook-1.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 docbook-241_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 docbook-3.0_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 docbook-3.1_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 docbook-4.0_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 docbook-4.1_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 docbook-sk-4.1.2_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 docbook-xml-4.2_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 docbook-xml-4.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 docbook-xml-4.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 docbook-xsl-1.71.1_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 dvd+rw-tools-6.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 eel-2.16.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 ekiga-2.0.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 emacs-21.3_9 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 enchant-1.3.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 eog-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 epiphany-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 esound-0.2.36_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 ettercap-gtk2-0.7.3_3,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 evieext-1.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 evince-0.6.1_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 evolution-2.8.2.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 evolution-data-server-1.8.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 evolution-exchange-2.8.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 evolution-webcal-2.8.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 expat-2.0.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 fast-user-switch-applet-2.16.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 fetchmail-6.3.5 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 file-roller-2.16.2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 firefox-2.0_2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 fixesproto-4.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 flac-1.1.2_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 flow-tools-0.68_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 font-misc-ethiopic-1.0.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 font-misc-meltho-1.0.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 fontcacheproto-0.1.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 fontconfig-2.4.2_2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 fontsproto-2.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 freetype2-2.2.1_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gail-1.9.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 gamin-0.1.7_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gcalctool-5.8.25,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gconf-editor-2.16.0,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gconf2-2.16.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 gdbm-1.8.3_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gdm-2.16.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gedit-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 gettext-0.14.5_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 ghostscript-gpl-8.56_4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gle-3.1.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 glib-1.2.10_12 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 glib-2.12.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 gmake-3.81_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 gmime-2.2.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gmime-sharp-2.2.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-applets-2.16.2_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-audio-2.0.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-backgrounds-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-control-center-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-desktop-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-doc-utils-0.7.2_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-games-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-icon-theme-2.16.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-keyring-0.6.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-keyring-manager-2.16.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-mag-0.13.1_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-media-2.16.1_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-menu-editor-0.6_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-menus-2.16.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-mime-data-2.4.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-mount-0.4_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-netstatus-2.12.0_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-nettool-2.16.0,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-panel-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-power-manager-2.16.2_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-session-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 gnome-speech-0.4.6 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-spell-1.0.7_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-system-monitor-2.16.1_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-system-tools-2.14.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-terminal-2.16.1_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-themes-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-user-docs-2.16.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-utils-2.16.2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-vfs-2.16.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome-volume-manager-2.15.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnome2-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 gnome_subr-1.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnomehier-2.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gnopernicus-1.1.2_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 gnupg-1.4.6_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 gnutls-1.4.5 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gok-1.2.0_1,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 gsfonts-8.11_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-0.10.11 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-ffmpeg-0.10.1_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-0.10.11,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-a52dec-0.10.4_1,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-cdparanoia-0.10.11_2,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-core-0.10_7 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-dts-0.10.3_1,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-dvd-0.10.4,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-esound-0.10.4_1,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-flac-0.10.4_1,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-gconf-0.10.4_3,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-gnomevfs-0.10.11_1,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-good-0.10.4_4,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-hal-0.10.4,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-libpng-0.10.4_1,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-mad-0.10.4_2,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-mpeg2dec-0.10.4_1,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-ogg-0.10.11_1,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-pango-0.10.11_1,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-theora-0.10.11_2,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-ugly-0.10.4_2,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-vorbis-0.10.11_1,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gstreamer-plugins-xvid-0.10.3,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 gtar-1.16.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gtk-1.2.10_17 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gtk-2.10.6_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gtk-engines2-2.8.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gtk-sharp-2.8.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gtkhtml3-3.12.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gtksourceview-1.8.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gtkspell-2.0.11_4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 gucharmap-gnome-1.8.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 guile-1.6.8 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 hal-0.5.8.20061117 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 help2man-1.36.4_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 hicolor-icon-theme-0.9_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 hpijs-2.1.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 icon-naming-utils-0.8.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 imake-6.9.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 inputproto-1.3.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 intltool-0.35.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 iperf-2.0.2_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 iso-codes-0.58 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 iso8879-1986_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 ispell-3.2.06_16 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 jade-1.2.1_9 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 jasper-1.701.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 javavmwrapper-2.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 jbigkit-1.6 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 jpeg-6b_4 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 kbproto-1.0.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 lcms-1.15_1,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libFS-1.0.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libICE-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libIDL-0.8.7 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libSM-1.0.2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 libX11-1.1.2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXScrnSaver-1.1.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXTrap-1.0.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 libXau-1.0.3_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXaw-1.0.2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXcomposite-0.3.1,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXcursor-1.1.8_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXdamage-1.1.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 libXdmcp-1.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXevie-1.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXext-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXfixes-4.0.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libXfont-1.2.8,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXfontcache-1.0.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:23 libXft-2.1.12 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXi-1.0.2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXinerama-1.0.1,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXmu-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXp-1.0.0,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXpm-3.5.6 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXprintAppUtil-1.0.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXprintUtil-1.0.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXrandr-1.2.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 libXrender-0.9.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXres-1.0.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXt-1.0.5 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXtst-1.0.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXv-1.0.3,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXvMC-1.0.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXxf86dga-1.0.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXxf86misc-1.0.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libXxf86vm-1.0.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 liba52-0.7.4_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libao-esound-0.8.5_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libart_lgpl-2.3.17_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libaudiofile-0.2.6 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libbonobo-2.16.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libbonoboui-2.16.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libcddb-1.2.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libcdio-0.77_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libcroco-0.6.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libdaemon-0.10_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libdmx-1.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libdrm-2.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libdts-0.0.2_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libdvdcss-1.2.9_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libdvdnav-0.1.10_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libdvdread-0.9.4_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libexif-0.6.13 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libfontenc-1.0.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libfpx-1.2.0.12 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libgail-gnome-1.1.3_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libgcrypt-1.2.3_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libglade2-2.6.0_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libglut-6.4.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libgnome-2.16.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libgnomecanvas-2.14.0_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libgnomecups-0.2.2_1,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libgnomeprint-2.12.1_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libgnomeprintui-2.12.1_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libgnomeui-2.16.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libgpg-error-1.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libgsf-1.14.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libgtkhtml-2.11.0_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libgtop-2.14.5 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libiconv-1.9.2_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libid3tag-0.15.1b drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libltdl-1.5.22 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libmad-0.15.1b_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libmng-1.0.9 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libmpeg2-0.4.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libmusicbrainz-2.1.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libnet-1.1.2.1,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libnotify-0.4.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libogg-1.1.3,3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 liboil-0.3.10 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 liboldX-1.0.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 librsvg2-2.16.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libsexy-0.1.8 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libslang-1.4.9 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libsoup-2.2.98 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libsvg-0.1.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libsvg-cairo-0.1.6_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libtasn1-0.3.6 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libtheora-1.0.a7 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libtool-1.5.22_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libungif-4.1.4_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libvolume_id-0.71.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libvorbis-1.1.2,3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libwnck-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libxkbfile-1.0.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libxkbui-1.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 libxklavier-2.91_4,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libxml2-2.6.26 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 libxslt-1.1.17 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linc-1.0.3_6 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linux-atk-1.9.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linux-expat-1.95.8 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linux-fontconfig-2.2.3_5 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linux-glib2-2.6.6 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linux-gtk2-2.6.10 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linux-jpeg-6b.34 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linux-pango-1.8.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linux-png-1.2.8_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linux-tiff-3.7.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linux-xorg-libs-6.8.2_5 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linux_base-fc-4_9 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 linuxdoc-1.1_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 m4-1.4.8_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 metacity-2.16.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 mime-support-3.39.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 mkfontdir-1.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 mkfontscale-1.0.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 mono-1.1.13.8.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 monodoc-1.1.13 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 mpeg2codec-1.2_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 mtools-3.9.10 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 mutt-1.4.2.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 mysql-client-5.0.27 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 mysql-server-5.0.27 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 nas-1.8 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 nasm-0.98.39,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 nautilus-2.16.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 nautilus-cd-burner-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 nessus-gtk2-2.2.9 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 nessus-libnasl-2.2.9 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 nessus-libraries-2.2.9 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 nessus-plugins-2.2.9 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 net-snmp-5.2.3_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 nfdump-1.5.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 nfsen-1.2.4.20060810 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 nmap-4.20 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 notification-daemon-0.3.6 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 nspr-4.6.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 nss-3.11.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 opal-2.2.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 open-motif-2.2.3_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 openldap-client-2.3.30 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 orca-1.0.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 p5-XML-LibXML-1.62000 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 p5-XML-LibXML-Common-0.13 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 p5-XML-NamespaceSupport-1.09_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 p5-XML-Parser-2.34_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 p5-XML-SAX-0.14 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 p5-XML-Simple-2.16 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 p5-gettext-1.05_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 pango-1.14.9 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 pccts-1.33.33 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 pciids-20061026 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 pcre-6.7 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 perl-5.8.8 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 php5-5.2.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 php5-mysql-5.2.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 php5-pcre-5.2.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 php5-session-5.2.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 php5-snmp-5.2.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 php5-sockets-5.2.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 php5-xml-5.2.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 pkg-config-0.21 -rw-r--r-- 1 root wheel 21612544 Jun 22 16:23 pkgdb.db drwxr-xr-x 2 root wheel 512 Jun 22 16:19 png-1.2.12_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 policykit-0.1.20060514_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 poppler-0.5.4_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 poppler-data-0.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 poppler-gtk-0.5.4_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 popt-1.7_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 portupgrade-2.2.6_3,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 printproto-1.0.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 psutils-letter-1.17_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 pwlib-1.10.2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 py24-cairo-1.2.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 py24-gnome-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 py24-gnome-desktop-2.16.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 py24-gobject-2.12.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 py24-gtk-2.10.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 py24-imaging-1.1.5_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 py24-libxml2-2.6.26 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 py24-numeric-24.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 py24-orbit-2.14.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 py24-tkinter-2.4.3_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 py24-xml-0.8.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 python-2.4.3,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 python24-2.4.3_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 python25-2.5_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 qmake-3.3.6 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 qt-3.3.6_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 randrproto-1.2.1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 recordproto-1.13.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 renderproto-0.9.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 resourceproto-1.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 rpm-3.0.6_13 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 rrdtool-1.2.15 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 ruby-1.8.5_5,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 ruby18-bdb1-0.2.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 samba-libsmbclient-3.0.23d drwxr-xr-x 2 root wheel 512 Jun 22 16:19 screen-4.0.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 scribus-1.3.3.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 scrnsaverproto-1.1.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 scrollkeeper-0.3.14_5,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 sdl-1.2.11,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 sdocbook-xml-1.1,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 sgmlformat-1.7_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 shared-mime-info-0.19 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 smartmontools-5.36 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 sound-juicer-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 startup-notification-0.8_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 sudo-1.6.8.12_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 svgalib-1.4.3_5 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 system-tools-backends-1.4.2_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 t1lib-5.1.0_1,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 tcl-8.4.13_1,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 tiff-3.8.2_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 tk-8.4.13,2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 tomboy-0.4.1_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 totem-gstreamer-2.16.2_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 trapproto-3.4.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 unzip-5.52_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 urlview-0.9_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 v4l_compat-1.0.20060801 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 videoproto-2.2.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 vim-7.0.178 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 vino-2.16.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 vte-0.14.1_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 wireshark-0.99.4 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xcmiscproto-1.1.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xextproto-7.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xf86bigfontproto-1.1.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xf86dgaproto-2.0.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xf86miscproto-0.9.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xf86vidmodeproto-2.2.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xineramaproto-1.1.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xmlcatmgr-2.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 xorg-clients-6.9.0_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xorg-documents-6.9.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xorg-fonts-100dpi-6.9.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xorg-fonts-75dpi-6.9.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xorg-fonts-encodings-6.9.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xorg-fonts-miscbitmaps-6.9.0_1 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xorg-fonts-truetype-6.9.0 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 xorg-libraries-7.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 xorg-server-6.9.0_5 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 xorg-vfbserver-6.9.0_2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 xpdf-3.01_3 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 xproto-7.0.10 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 xscreensaver-gnome-4.24_4 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 xterm-223 drwxr-xr-x 2 root wheel 512 Jun 22 16:22 xtrans-1.0.3 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 xvid-1.1.2,1 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 yelp-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:20 zenity-2.16.2 drwxr-xr-x 2 root wheel 512 Jun 22 16:19 zip-2.32 [root@boxy /tmp]# ------------------------------ < Cut here > ------------------------------ I've got a full "script" of the upgrade process that I could send to you if you prefer. Thanks much in advance for any clue, -ewald