From owner-freebsd-ports@FreeBSD.ORG Tue Oct 2 00:24:08 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4649C16A418 for ; Tue, 2 Oct 2007 00:24:08 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from be-well.ilk.org (dsl092-078-145.bos1.dsl.speakeasy.net [66.92.78.145]) by mx1.freebsd.org (Postfix) with ESMTP id F2FF613C48E for ; Tue, 2 Oct 2007 00:24:06 +0000 (UTC) (envelope-from freebsd-ports-local@be-well.ilk.org) Received: from Lowell-Desk.lan (Lowell-Desk.lan [172.30.250.6]) by be-well.ilk.org (Postfix) with ESMTP id 6FC4A2842F for ; Mon, 1 Oct 2007 20:24:03 -0400 (EDT) Received: by Lowell-Desk.lan (Postfix, from userid 1147) id 8F77E1D01B; Mon, 1 Oct 2007 20:24:02 -0400 (EDT) To: freebsd-ports@freebsd.org References: <44abr2pf22.fsf@Lowell-Desk.lan> From: Lowell Gilbert Date: Mon, 01 Oct 2007 20:24:02 -0400 In-Reply-To: <44abr2pf22.fsf@Lowell-Desk.lan> (Lowell Gilbert's message of "Mon\, 01 Oct 2007 19\:53\:41 -0400") Message-ID: <44ejge749p.fsf@Lowell-Desk.lan> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.99 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Subject: Re: cups-base: lost http_t type? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Oct 2007 00:24:08 -0000 --=-=-= For the record, the actual errors I'm seeing are: cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk -I../../../gtk -I../../../gdk -I../../../gdk -I/usr/local/include -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gtkprintercups.lo -MD -MP -MF .deps/gtkprintercups.Tpo -c gtkprintercups.c -fPIC -DPIC -o .libs/gtkprintercups.o gtkprintercups.c: In function `gtk_printer_cups_get_ppd_name': gtkprintercups.c:138: warning: assignment discards qualifiers from pointer target type cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk -I../../../gtk -I../../../gdk -I../../../gdk -I/usr/local/include -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gtkprintercups.lo -MD -MP -MF .deps/gtkprintercups.Tpo -c gtkprintercups.c -o gtkprintercups.o >/dev/null 2>&1 if /bin/sh /usr/ports/x11-toolkits/gtk20/work/gnome-libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk -I../../../gtk -I../../../gdk -I../../../gdk -I/usr/local/include -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gtkcupsutils.lo -MD -MP -MF ".deps/gtkcupsutils.Tpo" \ -c -o gtkcupsutils.lo `test -f 'gtkcupsutils.c' || echo './'`gtkcupsutils.c; \ then mv -f ".deps/gtkcupsutils.Tpo" ".deps/gtkcupsutils.Plo"; \ else rm -f ".deps/gtkcupsutils.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../.. -I../../../gtk -I../../../gtk -I../../../gdk -I../../../gdk -I/usr/local/include -DGTK_PRINT_BACKEND_ENABLE_UNSUPPORTED -D_REENTRANT -D_THREAD_SAFE -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include -I/usr/local/include/freetype2 -I/usr/local/include/atk-1.0 -DG_DISABLE_CAST_CHECKS -I/usr/local/include/freetype2 -I/usr/local/include -D_THREAD_SAFE -I/usr/local/include -DG_DISABLE_DEPRECATED -O2 -fno-strict-aliasing -pipe -Wall -MT gtkcupsutils.lo -MD -MP -MF .deps/gtkcupsutils.Tpo -c gtkcupsutils.c -fPIC -DPIC -o .libs/gtkcupsutils.o gtkcupsutils.c: In function `_post_send': gtkcupsutils.c:620: warning: long unsigned int format, different type arg (arg 3) gtkcupsutils.c: In function `_get_send': gtkcupsutils.c:968: error: dereferencing pointer to incomplete type gmake[4]: *** [gtkcupsutils.lo] Error 1 gmake[4]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules/printbackends/cups' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules/printbackends' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14/modules' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/x11-toolkits/gtk20/work/gtk+-2.10.14' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/x11-toolkits/gtk20. and my packages are : --=-=-= Content-Disposition: attachment; filename=packages Content-Description: pkg_info output ORBit2-2.14.9 High-performance CORBA ORB with support for the C language OpenSP-1.5.2 This package is a collection of SGML/XML tools called OpenS OpenSSH-askpass-1.2.4.1 Graphical password applet for entering SSH passphrase Terminal-0.2.6_3 Terminal emulator for the X windowing system Thunar-0.8.0_5 XFce 4 file manager a2ps-letter-4.13b_4 Formats an ascii file for printing on a postscript printer aalib-1.4.r5_4 An ascii art library amspsfnt-1.0_5 AMSFonts PostScript Fonts (Adobe Type 1 format) apcupsd-3.14.1 A daemon for controlling APC UPS appres-1.0.1 Program to list application's resources aspell-0.60.5_2 Spelling checker with better suggestion logic than ispell atk-1.18.0_1 A GNOME accessibility toolkit (ATK) autoconf-2.13.000227_6 Automatically configure source code on many Un*x platforms autoconf-2.61_2 Automatically configure source code on many Un*x platforms autoconf-wrapper-20070404 Wrapper script for GNU autoconf automake-1.4.6_4 GNU Standards-compliant Makefile generator (1.4) automake-wrapper-20070404 Wrapper script for GNU automake avahi-0.6.21 Service discovery on a local network bash-3.2.25 The GNU Project's Bourne Again SHell bdftopcf-1.0.1 Convert X font from BDF to PCF beforelight-1.0.2 A sample screen saver for X bigreqsproto-1.0.2 BigReqs extension headers bison-1.75_2,1 A parser generator from FSF, (mostly) compatible with Yacc bitmap-1.0.3 Bitmap editor and converter utilities for X bitstream-vera-1.10_4 Bitstream Vera TrueType font collection boinc-client-5.8.17 Berkeley Open Infrastructure for Network Computing client boinc-einsteinathome-4.22,1 Search for gravitational waves, a distributed computing pro boinc-setiathome-enhanced-5.13_1 Setiathome Enhanced for BOINC bug-buddy-2.18.1_2 A bug reporting tool for GNOME 2 cairo-1.4.10 Vector graphics library with cross-device output support cdparanoia-3.9.8_8 A CDDA extraction tool (also known as ripper) cdrdao-1.2.2 Record CD-R[W]s in disk-at-once mode cdrtools-2.01_6 CD/CD-R[W] and ISO-9660 image creation and extraction tools cmpsfont-1.0_6 Computer Modern PostScript Fonts (Adobe Type 1 format) compat5x-i386-5.4.0.8_8 A convenience package to install the compat5x libraries compositeproto-0.4 Composite extension headers cups-base-1.3.3 Common UNIX Printing System curl-7.16.3 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsup-without-gui-16.1h_3 General network file distribution system optimized for CVS damageproto-1.1.0_2 Damage extension headers db41-4.1.25_4 The Berkeley DB package, revision 4.1 dbus-1.0.2_2 A message bus system for inter-application communication dbus-glib-0.74 GLib bindings for the D-BUS messaging system desktop-file-utils-0.12_1 A couple of command line utilities for working with desktop djbfft-0.76_2 An extremely fast library for floating-point convolution dmidecode-2.8 A tool for dumping DMI (SMBIOS) contents in human-readable dmxproto-2.2.2 DMX extension headers docbook-4.1_2 V4.1 of the DocBook DTD, designed for technical documentati docbook-sk-4.1.2_4 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xml-4.3 DocBook/XML DTD V4.3, designed for technical documentation docbook-xml-4.4 DocBook/XML DTD V4.4, designed for technical documentation docbook-xsl-1.71.1_2 XSL DocBook stylesheets docproj-1.17_2 The "meta-port" for the FreeBSD Documentation Project dri-7.0.1,2 OpenGL hardware acceleration drivers for the DRI dsssl-docbook-modular-1.79_1,1 DSSSL stylesheets for the DocBook DTD by Norman Walsh dvipsk-tetex-5.95a_2 Convert a TeX DVI file to PostScript editres-1.0.3 Dynamic resource editor for X Toolkit Applications eel-2.18.3 Generally useful classes and extensions to GNOME emacs-22.0.99_1 GNU editing macros enchant-1.3.0 Dictionary/spellchecking framework encodings-1.0.2,1 X.Org Encoding fonts eog-2.18.2 The Eye Of Gnome image viewer epiphany-2.18.3 An extremely lightweight and simple web browser for GNOME 2 esound-0.2.38 A sound library for enlightenment package evieext-1.0.2 XEVIE extension headers evince-0.8.3_2 GNOME 2 multi-format document viewer evolution-data-server-1.10.3.1 The data backends for the Evolution integrated mail/PIM sui expat-2.0.0_1 XML 1.0 parser written in C fftw3-float-3.1.2 Fast C routines (Single Percision) file-roller-2.18.4,1 An archive manager for zip files, tar, etc firefox-2.0.0.7,1 Web browser based on the browser portion of Mozilla fixesproto-4.0 Fixes extension headers fixrtf-0.1.20060303 A patch making it possible to embed PNGs into RTFs flac-1.1.2_1 Free lossless audio codec font-adobe-100dpi-1.0.0_1 X.Org Adobe 100dpi font font-adobe-75dpi-1.0.0 X.Org Adobe 75dpi font font-adobe-utopia-100dpi-1.0.1 X.Org Adobe Utopia 100dpi font font-adobe-utopia-75dpi-1.0.1 X.Org Adobe Utopia 75dpi font font-adobe-utopia-type1-1.0.1 X.Org Adobe Utopia Type1 font font-alias-1.0.1 X.Org Font aliases font-arabic-misc-1.0.0 X.Org miscellaneous Arabic fonts font-bh-100dpi-1.0.0 X.Org Bigelow Holmes 100dpi font font-bh-75dpi-1.0.0 X.Org Bigelow Holmes 75dpi font font-bh-lucidatypewriter-100dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 100dpi font font-bh-lucidatypewriter-75dpi-1.0.0 X.Org Bigelow Holmes Lucida TypeWriter 75dpi font font-bh-ttf-1.0.0 X.Org Bigelow & Holmes TTF font font-bh-type1-1.0.0 X.Org Bigelow Holmes Type1 font font-bitstream-100dpi-1.0.0 X.Org Bitstream Vera 100dpi font font-bitstream-75dpi-1.0.0 X.Org Bitstream Vera 75dpi font font-bitstream-type1-1.0.0 X.Org Bitstream Vera Type1 font font-cronyx-cyrillic-1.0.0 X.Org Cronyx Cyrillic font font-cursor-misc-1.0.0 X.Org miscellaneous Cursor fonts font-daewoo-misc-1.0.0 X.Org miscellaneous Daewoo fonts font-dec-misc-1.0.0 X.Org miscellaneous Dec fonts font-ibm-type1-1.0.0 X.Org IBM Type1 font font-isas-misc-1.0.0 X.Org miscellaneous ISAS fonts font-jis-misc-1.0.0 X.Org miscellaneous JIS fonts font-micro-misc-1.0.0 X.Org miscellaneous Micro fonts font-misc-cyrillic-1.0.0 X.Org miscellaneous Cyrillic font font-misc-ethiopic-1.0.0 X.Org miscellaneous Ethiopic font font-misc-meltho-1.0.0_1 X.Org miscellaneous Meltho font font-misc-misc-1.0.0 X.Org miscellaneous Misc fonts font-mutt-misc-1.0.0 X.Org miscellaneous Mutt fonts font-schumacher-misc-1.0.0 X.Org miscellaneous Schumacher fonts font-screen-cyrillic-1.0.1 X.Org Screen Cyrillic font font-sony-misc-1.0.0 X.Org miscellaneous Sony fonts font-sun-misc-1.0.0 X.Org miscellaneous Sun fonts font-util-1.0.1 Create an index of X font files in a directory font-winitzki-cyrillic-1.0.0 X.Org Winitzki Cyrillic font font-xfree86-type1-1.0.0 X.Org XFree86 Type1 font fontcacheproto-0.1.2 Fontcache extension headers fontconfig-2.4.2_2,1 An XML-based font configuration API for X Windows fontsproto-2.0.2 Fonts extension headers fonttosfnt-1.0.3 Wrap a bitmap font in a sftn wrapper freetype2-2.2.1_2 A free and portable TrueType font rendering engine fslsfonts-1.0.1 List fonts served by the X font server fstobdf-1.0.2 Generate BDF font from X font server gail-1.18.0_1 An implementation of the ATK interfaces for GTK+ widgets gamin-0.1.9 A file and directory monitoring system gcalctool-5.9.14_1,2 A GNOME 2 calculator tool based on the old calctool for Ope gccmakedep-1.0.2 Create dependencies in makefiles using 'gcc -M' gconf-editor-2.18.2,1 A gconf database editor for the GNOME 2 environment gconf2-2.18.0.1_1 A configuration database system for GNOME gd-2.0.35,1 A graphics library for fast creation of images gdbm-1.8.3_3 The GNU database manager gedit-2.18.2 A small but powerful text editor for GNOME 2 Desktop Enviro gettext-0.16.1_3 GNU gettext package ghostscript-gpl-8.60 GPL Postscript interpreter gle-3.1.0_1 A GL Tubing and Extrusion Library glib-1.2.10_12 Some useful routines of C programming (previous stable vers glib-2.12.13 Some useful routines of C programming (current stable versi gmake-3.81_2 GNU version of 'make' utility gnome-applets-2.18.0_4 Applets components for the GNOME 2 Desktop Environment gnome-audio-2.0.0_2 Sound files for use with GNOME 2 gnome-control-center-2.18.1_1 Control center for GNOME 2 project gnome-desktop-2.18.3 Additional UI API for GNOME 2 gnome-doc-utils-0.10.3_1 GNOME doc utils gnome-games-2.18.2.1 The game applications package for the GNOME 2 Desktop Envir gnome-icon-theme-2.18.0_1 A collection of icons for the GNOME 2 desktop gnome-keyring-0.8.1_1 A program that keeps passwords and other secrets gnome-media-2.18.0_1 Multimedia applications for the GNOME 2 desktop gnome-menus-2.18.3 Implementation of the FreeDesktop Desktop Menu Spec gnome-mime-data-2.18.0_1 A MIME and Application database for GNOME gnome-mount-0.6_3 A front-end to mount, umount, and eject using HAL gnome-panel-2.18.3 Panel component for the GNOME 2 Desktop gnome-screensaver-2.18.2 GNOME screen saver and locker gnome-session-2.18.3 Session component for the GNOME 2 desktop gnome-system-monitor-2.18.2 GNOME 2 system monitor program gnome-terminal-2.18.1 Terminal component for the GNOME 2 Desktop gnome-themes-2.18.1_1 A collection of themes and icons for GNOME2 gnome-user-docs-2.18.2 GNOME 2 users guide gnome-utils-2.18.1_1,1 GNOME 2 support utilities gnome-vfs-2.18.1_2 GNOME Virtual File System gnome2-lite-2.18.3 The "meta-port" of the GNOME desktop slimmed down for FreeB gnome_subr-1.0 Common startup and shutdown subroutines used by GNOME scrip gnomehier-2.2_2 A utility port that creates the GNOME directory tree gnutls-1.6.3 GNU Transport Layer Security library google-earth-4.2.198.2451 Explore, Search and Discover gsfonts-8.11_4 Fonts used by GNU Ghostscript (or X) gstreamer-0.10.14 Development framework for creating media applications gstreamer-ffmpeg-0.10.2_1 GStreamer plug-in for manipulating MPEG video streams gstreamer-plugins-0.10.14,3 GStreamer written collection of plugins handling several me gstreamer-plugins-a52dec-0.10.6_2,3 Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin gstreamer-plugins-bad-0.10.5_2,3 Bad gstreamer-plugins gstreamer-plugins-cdparanoia-0.10.14_3,3 Gstreamer CDDA extraction (aka audio ripping) plugin gstreamer-plugins-core-0.10_9 Core set of typical audio and video gstreamer-plugins gstreamer-plugins-dts-0.10.5_3,3 Gstreamer dts plugin gstreamer-plugins-dvd-0.10.6_1,3 Gstreamer dvd plugin set gstreamer-plugins-esound-0.10.6_2,3 Gstreamer enlightenment sound library plugin gstreamer-plugins-gconf-0.10.6_4,3 Gstreamer gconf plugin gstreamer-plugins-gnomevfs-0.10.14_2,3 Gstreamer gnomevfs plugin gstreamer-plugins-good-0.10.6,3 Good gstreamer-plugins gstreamer-plugins-hal-0.10.6_1,3 Gstreamer hal plugin gstreamer-plugins-libpng-0.10.6_2,3 Gstreamer png plugin gstreamer-plugins-mad-0.10.6_3,3 Gstreamer mp3 decoder plugin gstreamer-plugins-mp3-0.10.0 Gstreamer Plugins Mp3 decoder meta-port gstreamer-plugins-mpeg2dec-0.10.6_2,3 Gstreamer mpeg decode plugin gstreamer-plugins-ogg-0.10.14_2,3 Gstreamer Ogg bitstream plugin gstreamer-plugins-pango-0.10.14_2,3 Gstreamer pango textoverlay plugin gstreamer-plugins-theora-0.10.14_3,3 Gstreamer theora plugin gstreamer-plugins-ugly-0.10.6,3 Ugly gstreamer-plugins gstreamer-plugins-vorbis-0.10.14_3,3 Gstreamer vorbis encoder/decoder plugin gstreamer-plugins-xvid-0.10.5_1,3 Gstreamer xvid plugin gtar-1.18_1 GNU version of the traditional tar archiver gtk-1.2.10_18 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.10.14_2 Gimp Toolkit for X11 GUI (current stable version) gtk-engines2-2.10.2 Theme engine for the gtk+-2.0 toolkit gtk-xfce-engine-2.4.1_1 An XFCE engine for GTK 2.0 gtklp-1.2.5 A gtk interface to cups gtksourceview-1.8.5_1 A text widget that adds syntax highlighting to the GtkTextV gucharmap-gnome-1.10.0_1 A Unicode/ISO10646 character map and font viewer guile-1.6.8_3 GNU Ubiquitous Intelligent Language for Extension hal-0.5.8.20070909 Hardware Abstraction Layer for simplifying device access help2man-1.36.4_1 Automatically generating simple manual pages from program o hicolor-icon-theme-0.10_2 A high-color icon theme shell from the FreeDesktop project html-4.01_2 All W3C published SGML DTDs for HTML iceauth-1.0.2 ICE authority file utility for X ico-1.0.2 Displays a wire-frame rotating plyhedron imake-1.0.2_4,1 Imake and other utilities from X.Org inputproto-1.4.2.1 Input extension headers intlfonts-1.2.1_1 Free X11 fonts for all characters that Emacs can handle intltool-0.36.2 Tools to internationalize various kinds of data files iso-codes-1.4 Lists of the country, language and currency iso names iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) jadetex-3.13_2 A TeX backend for Jade, for typesetting SGML documents javavmwrapper-2.3 Wrapper script for various Java Virtual Machines jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jdk-1.5.0.12p6_2,1 Java Development Kit 1.5.0 jhead-2.7 Exif Jpeg camera setting parser, rotator and much more jpeg-6b_4 IJG's jpeg compression utilities kbproto-1.0.3 KB extension headers kqemu-kmod-1.3.0.p11_2 Kernel Accelerator for QEMU CPU Emulator (development versi lame-3.97_1 ISO code based fast MP3 encoder kit lcms-1.17,1 Light Color Management System -- a color management library libFS-1.0.0 The FS library libGL-7.0.1 OpenGL library that renders using GLX or DRI libGLU-7.0.1 OpenGL utility library libICE-1.0.4,1 Inter Client Exchange library for X11 libIDL-0.8.9 A library for creating trees of CORBA IDL files libSM-1.0.3,1 Session Management library for X11 libX11-1.1.3,1 X11 library libXScrnSaver-1.1.2 The XScrnSaver library libXTrap-1.0.0 The XTrap library libXau-1.0.3_2 Authentication Protocol library for X11 libXaw-1.0.4,1 X Athena Widgets library libXcomposite-0.4.0,1 X Composite extension library libXcursor-1.1.9 X client-side cursor loading library libXdamage-1.1.1 X Damage extension library libXdmcp-1.0.2 X Display Manager Control Protocol library libXevie-1.0.2 The Xevie library libXext-1.0.3,1 X11 Extension library libXfixes-4.0.3 X Fixes extension library libXfont-1.3.1,1 X font libary libXfontcache-1.0.4 The Xfontcache library libXft-2.1.12 A client-sided font API for X applications libXi-1.1.3,1 X Input extension library libXinerama-1.0.2,1 X11 Xinerama library libXmu-1.0.3,1 X Miscellaneous Utilities libraries libXp-1.0.0,1 X print library libXpm-3.5.7 X Pixmap library libXprintAppUtil-1.0.1 The XprintAppUtil library libXprintUtil-1.0.1 The XprintUtil library libXrandr-1.2.2 X Resize and Rotate extension library libXrender-0.9.4 X Render extension library libXres-1.0.3_2 X Resource usage library libXt-1.0.5 X Toolkit library libXtst-1.0.3 X Test extension libXv-1.0.3,1 X Video Extension library libXvMC-1.0.4 X Video Extension Motion Compensation library libXxf86dga-1.0.2 X DGA Extension libXxf86misc-1.0.1 X XF86-Misc Extension libXxf86vm-1.0.1 X Vidmode Extension liba52-0.7.4_1 A free library for decoding ATSC A/52 streams, aka AC-3 libao-0.8.8 Portable audio output library libart_lgpl-2.3.19,1 Library for high-performance 2D graphics libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.18.0_1 A component and compound document system for GNOME2 libbonoboui-2.18.0_1 GUI frontend to the libbonobo component of GNOME 2 libcddb-1.3.0 A library to access data on a CDDB server libcdio-0.77_2 Compact Disc Input and Control Library libcroco-0.6.1 CSS2 parsing library libdaemon-0.12 Lightweight C library that eases the writing of UNIX daemon libdca-0.0.5 Free DTS Coherent Acoustics decoder libdmx-1.0.2 DMX extension library libdrm-2.3.0 Userspace interface to kernel Direct Rendering Module servi libdvdcss-1.2.9_2 Portable abstraction library for DVD decryption libdvdnav-0.1.10_3 The library for the xine-dvdnav plugin libdvdread-0.9.7_2 This is needed by ogle, which is a DVD player that supports liberation-fonts-ttf-3 Liberation fonts from Red Hat to replace MS TTF fonts libexecinfo-1.1_1 A library for inspecting program's backtrace libexif-0.6.15 Library to read digital camera file meta-data libexo-0.3.2_4 Terminal library, extensions to Xfce by os-cillation libfontenc-1.0.4 The fontenc Library libgcrypt-1.2.4_1 General purpose crypto library based on code used in GnuPG libglade2-2.6.2 GNOME glade library libglut-7.0.1_1 OpenGL utility toolkit libgnome-2.18.0_1 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.14.0_3 A graphics library for GNOME libgnomecups-0.2.2_4,1 Support library for gnome cups admistration libgnomekbd-2.18.2 GNOME keyboard shared library libgnomeprint-2.18.1 Gnome print support library libgnomeprintui-2.18.0_1 Gnome print support library libgnomeui-2.18.1_1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.5 Common error values for all GnuPG components libgsf-1.14.7 An extensible i/o abstraction for dealing with structured f libgtop-2.14.9 GNOME 2 top library libiconv-1.9.2_2 A character set conversion library libid3tag-0.15.1b ID3 tags library (part of MAD project) libidn-0.6.14 Internationalized Domain Names command line tool libltdl-1.5.24 System independent dlopen wrapper libmad-0.15.1b_2 Libmad library (part of MAD project) libmikmod-esound-3.1.11_2 MikMod Sound Library libmng-1.0.9 Multiple-image Network Graphics (MNG) reference library libmpeg2-0.4.1_2 A free library for decoding mpeg-2 and mpeg-1 video streams libmspack-0.0.20040308_3 A library for Microsoft compression formats libmusicbrainz-2.1.5 2nd generation incarnation of the CD Index - audio metadata libnotify-0.4.4_1 A library for desktop notifications libogg-1.1.3,3 Ogg bitstream library liboil-0.3.12 Library of optimized inner loops liboldX-1.0.1 Old X library librsvg2-2.18.2 Library for parsing and rendering SVG vector-graphic files libsoup-2.2.100_1 A SOAP (Simple Object Access Protocol) implementation in C libssh2-0.17 A library implementing the SSH2 protocol libtasn1-0.3.10 ASN.1 structure parser library libtheora-1.0.a7_1 Theora video codec for the Ogg multimedia streaming system libtool-1.5.24 Generic shared library support script libungif-4.1.4_5 Tools and library routines for working with GIF images libvolume_id-0.75.0_1 Library to provide file system type information libvorbis-1.2.0,3 Audio compression codec library libwnck-2.18.3 Library used for writing pagers and taskslists libwww-5.4.0_4 The W3C Reference Library libxfce4gui-4.4.1_1 XFce 4 widget library required by xfce4 and xfwm4 libxfce4mcs-4.4.1_1 XFce 4 settings management library used by most XFce 4 modu libxfce4util-4.4.1 XFce 4 library with non-graphical helper functions libxkbfile-1.0.4 XKB file library libxkbui-1.0.2 The xkbui library libxklavier-3.2_2,1 An utility library to make XKB stuff easier libxml2-2.6.30 XML parser library for GNOME libxslt-1.1.22 The XSLT C library for GNOME linc-1.0.3_6 A library for writing networked servers & clients links-0.98,1 Lynx-like text WWW browser linux-atk-1.9.1 Accessibility Toolkit, Linux/i386 binary linux-expat-1.95.8 Linux/i386 binary port of Expat XML-parsing library linux-fontconfig-2.2.3_7 Linux/i386 binary of Fontconfig linux-glib2-2.6.6 Version 2.X Linux/i386 binary port of GLib linux-gtk2-2.6.10 GTK+ library, version 2.X, Linux binary linux-jpeg-6b.34 RPM of the JPEG lib linux-pango-1.8.1 Linux pango binary linux-png-1.2.8_2 RPM of the PNG lib linux-realplayer-10.0.8.805.20060718_1 Linux RealPlayer 10 from RealNetworks linux-tiff-3.7.1 TIFF library, Linux/i386 binary linux-xorg-libs-6.8.2_5 Xorg libraries, linux binaries linux_base-fc-4_10 Base set of packages needed in Linux mode (for i386/amd64) linux_dri-7.0 Binary Linux DRI libraries for 3D hardware acceleration of linuxdoc-1.1_1 The Linuxdoc SGML DTD listres-1.0.1 List resources in widgets localedata-5.4 Legacy locale data for FreeBSD 6+ luit-1.0.2_2 Locale and ISO 2022 support for Unicode terminals m4-1.4.9,1 GNU m4 madplay-0.15.2b Madplay MP3 player (part of MAD project) makedepend-1.0.1,1 A dependency generator for makefiles makepasswd-1.10_2 Random password generator manu-gothica-0_1 Old german blackletter handwriting (suetterlin) metacity-2.18.5 A window manager for the adult in you mkcomposecache-1.2_1 Program to create Compose cache files mkfontdir-1.0.3 Create an index of X font files in a directory mkfontscale-1.0.3 Creates an index of scalable font files for X mousepad-0.2.12_2 Simple xfce editor mpg123-esound-0.59r_17 Command-line player for mpeg layer 1, 2 and 3 audio mplayer-0.99.10_13 High performance media player supporting many formats mplayer-skins-1.1.2_6 Skins for MPlayer's Graphical User Interface (GUI) mtools-3.9.10_1 A collection of tools for manipulating MSDOS files nas-1.8_1 Network Audio System nautilus-2.18.3 File manager for the GNOME desktop nautilus-cd-burner-2.18.2 CD burner view for Nautilus net-snmp-5.3.1_4 An extendable SNMP implementation netpbm-10.26.45 A toolkit for conversion of images between different format normalize-0.7.7_1 A tool for adjusting the volume of wave/MP3 files to a stan nspr-4.6.7 A platform-neutral API for system level and libc like funct nss-3.11.7 Libraries to support development of security-enabled applic nvidia-driver-1.0.9639 NVidia graphics card binary drivers for hardware OpenGL ren oclock-1.0.1 Round clock application for X open-motif-2.2.3_5 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openjade-1.3.3p1 Object-oriented SGML/XML parser toolkit and DSSSL engine openldap-client-2.3.38 Open source LDAP client implementation openoffice.org-2.3.0 Integrated wordprocessor/dbase/spreadsheet/drawing/chart/br orage-4.4.1_1 A calendar application to manage your time with XFce 4 p5-Authen-SASL-2.10_1 Perl5 module for SASL authentication p5-Compress-Raw-Zlib-2.006 Low-Level Interface to zlib compression library p5-Compress-Zlib-2.006 Perl5 interface to zlib compression library p5-Crypt-PasswdMD5-1.3 Perl module that provides interoperable MD5-based crypt() f p5-Digest-1.15 Modules that calculate message digests p5-Digest-HMAC-1.01 Perl5 interface to HMAC Message-Digest Algorithms p5-Digest-MD5-2.36 Perl5 interface to the MD5 algorithm p5-Digest-SHA1-2.11 Perl interface to the SHA-1 Algorithm p5-HTML-Parser-3.56 Perl5 module for parsing HTML documents p5-HTML-Tagset-3.10 Some useful data table in parsing HTML p5-HTML-Tree-3.23 A collection of modules to manupulate HTML syntax trees p5-IO-Compress-Base-2.006 Base Class for IO::Uncompress modules p5-IO-Compress-Zlib-2.006 Perl5 interface for reading and writing of (g)zip files p5-MIME-Base64-3.07 Perl5 module for Base64 and Quoted-Printable encodings p5-Net-1.22,1 Perl5 modules to access and use network protocols p5-Net-DBus-0.33.5 Perl extension for the DBus message system p5-Text-Iconv-1.5 Perl interface to iconv() codeset conversion function p5-Tie-IxHash-1.21 Perl module implementing ordered in-memory associative arra p5-Time-HiRes-1.9707,1 A perl5 module implementing High resolution time, sleep, an p5-URI-1.35 Perl5 interface to Uniform Resource Identifier (URI) refere p5-XML-Filter-BufferText-1.01 Filter to put all characters() in one event p5-XML-Grove-0.46.a Perl-style XML objects p5-XML-Handler-YAWriter-0.23 Yet another Perl SAX XML Writer p5-XML-NamespaceSupport-1.09_1 A simple generic namespace support class p5-XML-Parser-2.34_2 Perl extension interface to James Clark's XML parser, expat p5-XML-SAX-0.16 Simple API for XML p5-XML-SAX-Expat-0.39 Simple API for XML p5-XML-SAX-Writer-0.50 SAX2 XML Writer p5-XML-Simple-2.18 Trivial API for reading and writing XML (esp config files) p5-XML-Twig-3.29 Process huge XML documents by chunks via a tree interface p5-XML-XPath-1.13 Modules for parsing and evaluating XPath statements p5-gettext-1.05_1 Message handling functions p5-libwww-5.805 Perl5 library for WWW access p5-libxml-0.08 Collection of Perl5 modules for working with XML p5-type1inst-0.6.1_5 A script that helps install Postscript fonts in X Window Sy pango-1.16.5 An open-source framework for the layout and rendering of i1 pciids-20070906 Database of all known ID's used in PCI devices pcre-7.3 Perl Compatible Regular Expressions library perl-5.8.8 Practical Extraction and Report Language pixman-0.9.5_2 Low-level pixel manipulation library pkg-config-0.22 A utility to retrieve information about installed libraries pkg_cutleaves-20061113 Interactive script for deinstalling 'leaf' packages png-1.2.18 Library for manipulating PNG images policykit-0.1.20060514_4 Framework for controlling access to system-wide components poppler-0.6 A PDF rendering library poppler-data-0.1 Poppler encoding data poppler-gtk-0.6 Gtk bindings to poppler popt-1.7_4 A getopt(3) like library with a number of enhancements, fro portupgrade-devel-2.3.1 FreeBSD ports/packages administration and management tool s postfix-2.4.5,1 A secure alternative to widely-used Sendmail printproto-1.0.3 Print extension headers py25-cairo-1.4.0_1 Python bindings for Cairo py25-gnome-2.18.2_1 A set of Python bindings for GNOME 2 py25-gnome-desktop-2.18.0_2 A set of Python bindings used by modules in the GNOME Deskt py25-gobject-2.12.3 Python bindings for GObject py25-gtk-2.10.6 A set of Python bindings for GTK+ py25-libxml2-2.6.30 Python interface for XML parser library for GNOME py25-numeric-24.2 The Numeric Extension to Python py25-orbit-2.14.3 Python bindings for ORBit2 python25-2.5.1 An interpreted object-oriented programming language qemu-0.9.0_3 QEMU CPU Emulator qt-3.3.8_6 Multiplatform C++ application framework randrproto-1.2.1 Randr extension headers recordproto-1.13.2 RECORD extension headers renderproto-0.9.3 RenderProto protocol headers resourceproto-1.0.2 Resource extension headers rgb-1.0.1 Uncompile an rgb corl-name database rpm-3.0.6_13 The Red Hat Package Manager rstart-1.0.2 Sample implementation of a Remote Start client rsync-2.6.9_1 A network file distribution/synchronization utility ruby-1.8.6_2,1 An object-oriented interpreted scripting language ruby-mode.el-1.8.6,1 Emacs lisp modules for the Ruby language ruby18-bdb-0.6.2 Ruby interface to Sleepycat's Berkeley DB revision 2 or lat samba-3.0.26a_1,1 A free SMB and CIFS client and server for UNIX samba-libsmbclient-3.0.26a Shared libs from the samba package scr2png-1.2_1 Converts the output of "vidcontrol -p" to PNG scr2txt-1.2 Converts the output of "vidcontrol -p" to text screen-4.0.3 A multi-screen window manager scripts-1.0.1 Various X related scripts scrnsaverproto-1.1.0 ScrnSaver extension headers scrollkeeper-0.3.14_8,1 An Open Document Cataloging Project sdl-1.2.11_1,2 Cross-platform multi-media development API sdocbook-xml-1.1,1 "Simplified" DocBook XML DTD sessreg-1.0.3 Manage utmp/wtmp entries for non-init X clients setxkbmap-1.0.4 Set the keyboard using the X Keyboard Extension shared-mime-info-0.22 A MIME type database from the FreeDesktop project showfont-1.0.1 Font dumper for the X font server smartmontools-5.37_1 S.M.A.R.T. disk monitoring tools smproxy-1.0.2 Session Manager Proxy speex-1.2.b2,1 An open-source patent-free voice codec startup-notification-0.9_1 Library that supports startup notification spec from freede sudo-1.6.9.5 Allow others to run commands as root svgalib-1.4.3_5 A low level console graphics library system-tools-backends-2.2.1_3 Backend system admin scripts for gnome-system-tools t1lib-5.1.1_2,1 A Type 1 Rasterizer Library for UNIX/X11 teTeX-base-3.0_12 Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_5 Thomas Esser's distribution of TeX & friends (texmf tree) tex-texmflocal-1.9 Meta-port that creates a site-local $TEXMF directory texi2html-1.76_1,1 Texinfo to HTML converter thunderbird-2.0.0.6 Mozilla Thunderbird is standalone mail and news that stands tidy-20000804_2 Fixes and tidies up HTML files tiff-3.8.2_1 Tools and library routines for working with TIFF images totem-2.18.2 A gstreamer-based video player for the GNOME 2 Desktop trapproto-3.4.3 DEC-XTRAP extension headers twm-1.0.3_3 Tab Window Manager for the X Window System unrar-3.71.b1,5 Extract, view & test RAR archives unzip-5.52_3 List, test and extract compressed files in a ZIP archive videoproto-2.2.2 Video extension headers viewres-1.0.1 Graphical class browser for Xt vorbis-tools-1.1.1_5,3 Play, encode, and manage Ogg Vorbis files vte-0.16.8 Terminal widget with improved accessibility and I18N suppor webfonts-0.30_2 TrueType core fonts for the Web win32-codecs-3.1.0.r1,1 Huge compilation of Win32 binary video codecs wxgtk2-2.8.5 The wxWidgets GUI toolkit with GTK+ bindings wxgtk2-common-2.8.5 The wxWidgets GUI toolkit (common files) x11perf-1.4.1 X11 server performance test program xauth-1.0.2 X authority file utility xbacklight-1.1 Program to adjust backlight brightness xbiff-1.0.1 Mailbox flag for X xbitmaps-1.0.1 X.Org bitmaps data xcalc-1.0.2 Scientific calculator for X xclipboard-1.0.1 X clipboard client xclock-1.0.3 Analog and digital clock for X xcmiscproto-1.1.2 XCMisc extension headers xcmsdb-1.0.1 Device Color Characterization utility for X xconsole-1.0.3 Monitor system console messages with X xcursor-themes-1.0.1_1 X.org cursors themes xcursorgen-1.0.2 Create an X cursor file from a collection of PNG images xdbedizzy-1.0.2 Demo of DBE creating a double buffered spinning scene xditview-1.0.1 Display ditroff output xdm-1.1.6 X.Org X display manager xdpyinfo-1.0.2 Display information utility for X xdriinfo-1.0.2 Query configuration information of DRI drivers xedit-1.0.2 Simple text editor for X xev-1.0.2 Print contents of X events xextproto-7.0.2 XExt extension headers xeyes-1.0.1 A follow the mouse X demo xf86-input-keyboard-1.2.2 X.Org keyboard input driver xf86-input-mouse-1.2.2 X.Org mouse input driver xf86-video-ati-6.7.193 X.Org ati display driver xf86-video-i810-1.6.5_3 X.Org i810 display driver xf86-video-nv-2.1.3_1 X.Org nv display driver xf86-video-vesa-1.3.0_1 X.Org vesa display driver xf86-video-vga-4.1.0_1 X.Org vga display driver xf86-video-via-0.2.2_2 X.Org via display driver xf86bigfontproto-1.1.2 XFree86-Bigfont extension headers xf86dga-1.0.2 Test program for the XFree86-DGA extension xf86dgaproto-2.0.3 XFree86-DGA extension headers xf86miscproto-0.9.2 XFree86-Misc extension headers xf86vidmodeproto-2.2.2 XFree86-VidModeExtension extension headers xfce-4.4.1_1 The "meta-port" for the XFce 4 desktop environment xfce4-appfinder-4.4.1_1 Find application in the system supporting Desktop entry for xfce4-desktop-4.4.1_1 XFce 4 desktop background manager and root menu xfce4-icon-theme-4.4.1_1 Icon themes for XFce 4 xfce4-mcs-manager-4.4.1_1 XFce 4 settings manager xfce4-mcs-plugins-4.4.1_1 XFce 4 settings manager plugins xfce4-mixer-4.4.1_1 XFce 4 volume mixer module for xfce4-panel xfce4-panel-4.4.1_1 XFce 4 panel module xfce4-print-4.4.1_1 XFce 4 graphical frontend for printing xfce4-session-4.4.1_1 Session manager for the Xfce 4 desktop environment xfce4-utils-4.4.1_1 XFce 4 essential utilities and scripts xfce4-wm-4.4.1_1 XFce 4 window manager xfce4-wm-themes-4.4.1 XFce 4 window decoration themes for xfwm4 xfd-1.0.1 Display all characters in an X font xfindproxy-1.0.1 Locate available proxy services xfontsel-1.0.2 Point and click selection of X11 font names xfs-1.0.4_4,1 X.Org font server xfsinfo-1.0.1 X font server information utility xfwp-1.0.1 X firewall proxy xgamma-1.0.2 Gamma correction through the X server. xgc-1.0.1 X graphics demo xhost-1.0.2 Server access control program for X xhtml-1.0.20020801_4 W3C's XHTML DTD xineramaproto-1.1.2 Xinerama extension headers xinit-1.0.5 X Window System initializer xkbcomp-1.0.3 Compile XKB keyboard description xkbevd-1.0.2 XKB event daemon xkbprint-1.0.1 Utility for printing an XKB keyboard description xkbutils-1.0.1 XKB utility demos xkeyboard-config-1.0_1 X Keyboard Configuration Database xkill-1.0.1 Utility for killing a client by its X resource xload-1.0.2 System load average display for X xlogo-1.0.1 Displays the X Window System logo. xlsatoms-1.0.1 List interned atoms defined on a server xlsclients-1.0.1 List client applications running on a display xlsfonts-1.0.2 Server font list displayer for X xmag-1.0.2 X application for screen magnifying xman-1.0.3 Manual page display program for X xmessage-1.0.2 Display message or query in a X window xmh-1.0.1 Send and read mail with an X interface to MH xmlcatmgr-2.2 SGML and XML catalog manager xmlcharent-0.3_2 XML character entities xmms-1.2.10_10 X Multimedia System -- An audio player with Winamp GUI xmodmap-1.0.3 Utility for modifying keymaps and pointer button mappings i xmore-1.0.1 Plain text display program for X xorg-7.3_1 X.Org complete distribution metaport xorg-apps-7.3 X.org apps meta-port xorg-cf-files-1.0.2_2 X.org cf files for use with imake builds xorg-docs-1.4,1 X.org documentation files xorg-drivers-7.3 X.org drivers meta-port xorg-fonts-100dpi-7.3 X.Org 100dpi bitmap fonts xorg-fonts-7.3 X.org fonts meta-port xorg-fonts-75dpi-7.3 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-7.3 X.Org Cyrillic bitmap fonts xorg-fonts-miscbitmaps-7.3 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-7.3 X.Org TrueType fonts xorg-fonts-type1-7.3 X.Org Type1 fonts xorg-libraries-7.3_1 X.org libraries meta-port xorg-protos-7.3 X.org protos meta-port xorg-server-1.4_1,1 X.Org X server and related programs xpdf-3.02_4 Display PDF files, and convert them to other formats xphelloworld-1.0.1_1 Sends a test page to an Xprint printer xplsprinters-1.0.1 Shows a list of Xprint printers xpr-1.0.2 Utility for printing an X window dump xprehashprinterlist-1.0.1 Recomputes the list of available printers. xprop-1.0.3 Property displayer for X xproto-7.0.10 X11 protocol headers xrandr-1.2.2 Primitive command line interface to the RandR extension xrdb-1.0.4 X server resource database utility xrefresh-1.0.2 Refresh all or part of an X screen xrx-1.0.1 RX helper program xscreensaver-gnome-hacks-4.24_2 Save your screen while you entertain your cat (for GNOME us xset-1.0.3 User preference utility for X xsetmode-1.0.0 Set the mode for an X Input Device xsetpointer-1.0.1 Set an X Input device as the main pointer xsetroot-1.0.2 root window parameter setting utility for X xsm-1.0.1 X Session Manager xstdcmap-1.0.1 X standard colormap utility xterm-229 Terminal emulator for the X Window System xtrans-1.0.4 Abstract network code for X xtrap-1.0.2 XTrap sample clients for X xv-3.10a_7 An X11 program that displays images of various formats xvid-1.1.3,1 An opensource MPEG-4 codec, based on OpenDivx xvidtune-1.0.1 Video mode tuner for X xvinfo-1.0.2 Print out X-Video extension adaptor information xwd-1.0.1 Dump an image of an X window xwininfo-1.0.3 Window information utility for X xwud-1.0.1 Image displayer for X yelp-2.18.1_1 A help browser for the GNOME 2 desktop yydecode-0.2.10 Tool to decode yEnc encoded files --=-=-= and my system is: ~> uname -a FreeBSD Lowell-Desk.lan 6.2-STABLE FreeBSD 6.2-STABLE #17: Sun Sep 9 17:18:17 EDT 2007 root@Lowell-Desk.lan:/usr/obj/usr/src/sys/DESKLOWELL i386 ~> uname -a --=-=-=--