Hi I have tried repeatedly to get make buildworld for upgrading from freebsd 5.3 to 6.0 but get repeated failure in libkrb5.
FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) (1593.54-MHz 686-class CPU) Origin = "AuthenticAMD" Id = 0x6a0 Stepping = 0 Features=0x383fbff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,MMX,FXSR,SSE> AMD Features=0xc0480000<MP,AMIE,DSP,3DNow!> real memory = 2080309248 (1983 MB) avail memory = 2030002176 (1935 MB) ACPI APIC Table: <KM400A AWRDACPI> I have tried with very helpful advice from freebsd-questions contributors: with and without ccache 3x make cleandir prior to build additional cvsup of source tree but the problem still remains . Hopefully someone on stable may have the answer. Here is my make.conf SENDMAIL_CF_DIR= /usr/local/share/sendmail/cf # added by use.perl 2005-11-18 10:51:36 PERL_VER=5.8.7 PERL_VERSION=5.8.7 .if !defined(NOCCACHE) .if ${.CURDIR:M/usr/src*} CC=/usr/local/libexec/ccache/cc CXX=/usr/local/libexec/ccache/c++ .else CC=cc CXX=c++ .endif .else CC=/usr/bin/cc CXX=/usr/bin/c++ .endif I show the output from pkg_info below the build result # cd /usr/src && make NOCCACHE=1 buildworld && make NOCCACHE=1 buildkernel /* NOTE: I get the same failure for the same function in linkrb5 no matter what I try: */ /libkrb5/../../../crypto/heimdal/lib/krb5/net_write.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/padata.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/principal.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prog_setup.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/prompter_posix.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_cred.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_error.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_priv.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_rep.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_req.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/rd_safe.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/read_message.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/recvauth.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/replay.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/send_to_kdc.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/sendauth.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/set_default_realm.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/sock_principal.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store_emem.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store_fd.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/store_mem.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/ticket.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/time.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/transited.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/verify_init.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/verify_user.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/version.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/warn.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/write_message.c /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/acl.c /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/add_et_list.c /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/addr_families.c /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/aname_to_localname.c /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/appdefault.c /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/asn1_glue.c /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/auth_context.c /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_ap_req.c /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/build_auth.c /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/cache.c /usr/bin/cc -O2 -fno-strict-aliasing -pipe -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/asn1 -I/usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/roken -I. -DHAVE_CONFIG_H -I/usr/src/kerberos5/lib/libkrb5/../../include -DINET6 -c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c: In function `setpw_send_request': /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:170: error: syntax error before "chpw" /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188: error: `chpw' undeclared (first use in this function) /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188: error: (Each undeclared identifier is reported only once /usr/src/kerberos5/lib/libkrb5/../../../crypto/heimdal/lib/krb5/changepw.c:188: error: for each function it appears in.) *** Error code 1 Stop in /usr/src/kerberos5/lib/libkrb5. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. dns1# -- dns1# pkg_info ImageMagick-6.2.2.1 Image processing tools ORBit-0.5.17_2 High-performance CORBA ORB with support for the C language ORBit2-2.12.4_1 High-performance CORBA ORB with support for the C language OpenEXR-1.2.2 A high dynamic-range (HDR) image file format aalib-1.4.r5_1 An ascii art library acroread7-7.0.1 View, distribute and print PDF documents amspsfnt-1.0_3 AMSFonts PostScript Fonts (Adobe Type 1 format) apache-2.0.55_1 Version 2 of Apache web server with prefork MPM. apache-ant-1.6.5_1 Java- and XML-based build tool, conceptually similar to mak apr-nothr-gdbm-db4-1.2.2_1 The Apache Group's Portability Library archmage-0.0.6_1 Extensible reader/decompiler of files in CHM format argouml-0.18.1 A UML design tool with cognitive support arts-1.4.3,1 Audio system for the KDE integrated X11 desktop artswrapper-1.2.2 Setuid wrapper for arts aspell-0.60.4_1 Spelling checker with better suggestion logic than ispell atk-1.10.3 A GNOME accessibility toolkit (ATK) autoconf-2.13.000227_5 Automatically configure source code on many Un*x platforms autoconf-2.53_3 Automatically configure source code on many Un*x platforms autoconf-2.59_2 Automatically configure source code on many Un*x platforms automake-1.4.6_2 GNU Standards-compliant Makefile generator (1.4) automake-1.5_2,1 GNU Standards-compliant Makefile generator (version 1.5) automake-1.9.6 GNU Standards-compliant Makefile generator (1.9) bash-2.05b.007_4 The GNU Bourne Again Shell bison-1.75_2,1 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10_2 Bitstream Vera TrueType font collection boost-python-1.33.0 Free peer-reviewed portable C++ source libraries cairo-1.0.2_1 Vector graphics library with cross-device output support ccache-2.4_2 A tool to minimize the compile time of C/C++ programs cclient-2004g,1 Mark Crispin's C-client mail access routines cdparanoia-3.9.8_7 A CDDA extraction tool (also known as ripper) chmlib-0.3.7 A library for dealing with Microsoft ITSS/CHM format files cmpsfont-1.0_4 Computer Modern PostScript Fonts (Adobe Type 1 format) cnews-cr.g_8 An nntp server coreutils-5.2.1 The Free Software Foundation's core utilities cups-1.1.23.0 The Common UNIX Printing System: Metaport to install comple cups-base-1.1.23.0_6 The Common UNIX Printing System: headers, libs, & daemons cups-lpr-1.1.23.0 The CUPS BSD and system V compatibility binaries (lp* comma cups-pstoraster-8.15 Postscript interpreter for CUPS printing to non-PS printers cups-samba-5.0.r3 The Common UNIX Printing System: MS Windows client drivers curl-7.15.0 Non-interactive tool to get files from FTP, GOPHER, HTTP(S) cvsup-16.1h_2 General network file distribution system optimized for CVS cyrus-sasl-2.1.21_1 RFC 2222 SASL (Simple Authentication and Security Layer) db4-4.0.14_1,1 The Berkeley DB package, revision 4 db41-4.1.25_3 The Berkeley DB package, revision 4.1 db42-4.2.52_4 The Berkeley DB package, revision 4.2 desktop-file-utils-0.10_3 A couple of command line utilities for working with desktop dirmngr-0.9.3 A client for managing and downloading certificate revocatio djbfft-0.76_2 An extremely fast library for floating-point convolution docbook-4.1_2 V4.1 of the DocBook DTD, designed for technical documentati docbook-sk-4.1.2_3 XML version of the DocBook DTD version controlled for Scrol docbook-xml-4.2_1 XML version of the DocBook DTD docbook-xsl-1.69.1 XSL DocBook stylesheets docproj-1.13 The "meta-port" for the FreeBSD Documentation Project docproj-jadetex-1.13 The "meta-port" for the FreeBSD Documentation Project doxygen-1.4.1 A documentation system for C and C++ dri-6.2.1,2 OpenGL hardware acceleration drivers for the DRI dsssl-docbook-modular-1.79,1 DSSSL stylesheets for the DocBook DTD by Norman Walsh dvipsk-tetex-5.95a_1 Convert a TeX DVI file to PostScript eclipse-3.1.1_2 An open extensible IDE for anything and nothing in particul eclipse-emf-2.1.1 Eclipse Modeling Framework eclipse-examples-3.0_2 Examples for the Eclipse IDE eclipse-sysdeo-tomcat-3_2 Sysdeo Tomcat Launcher plugin for Eclipse esound-0.2.36 A sound library for enlightenment package expat-1.95.8_3 XML 1.0 parser written in C ezm3-1.2 Easier, more portable Modula-3 distribution for building CV faces-1.7.7_6 Visual mail, user and print face server fam-2.6.9_6 A file alteration monitor fftw3-3.0.1_5 Fast C routines to compute the Discrete Fourier Transform firefox-1.5_3,1 Web browser based on the browser portion of Mozilla flac-1.1.2 Free lossless audio codec fontconfig-2.3.2,1 An XML-based font configuration API for X Windows freetype2-2.1.10_1 A free and portable TrueType font rendering engine fribidi-0.10.4_1 A Free Implementation of the Unicode Bidirectional Algorith gawk-3.1.1_1 The GNU version of Awk gconf2-2.12.1 A configuration database system for GNOME gd-2.0.33_3,1 A graphics library for fast creation of images gdbm-1.8.3_1 The GNU database manager gdome2-0.8.1_4 Gnome DOM Engine gengetopt-2.11 A tool for generating a C function which parses command lin gettext-0.14.5 GNU gettext package ghostscript-gnu-7.07_14 GNU Postscript interpreter glib-1.2.10_11 Some useful routines of C programming (previous stable vers glib-2.8.4 Some useful routines of C programming (current stable versi glimpse-4.13.1 Text search engine glitz-0.4.4 OpenGL image compositing library gmake-3.80_2 GNU version of 'make' utility gnokii-0.6.10,1 Tools to talk to GSM cellular phones gnome-icon-theme-2.12.1_2 A collection of icons for the GNOME 2 desktop gnomehier-2.0_7 A utility port that creates the GNOME directory tree gnomekeyring-0.4.6 A program that keeps passwords and other secrets gnomelibs-1.4.2_3 Libraries for GNOME, a GNU desktop environment gnomemimedata-2.4.2 A MIME and Application database for GNOME gnomevfs2-2.12.2 GNOME Virtual File System gnu-autoconf-2.59 Automatically configure source code on many Un*x platforms gnu-automake-1.9.6 GNU Standards-compliant Makefile generator (GNU unmodified) gnu-libtool-1.5.20 Generic shared library support script (GNU unmodified) gnu-regexp-1.1.4 A regexp library for Java gnupg-1.4.2 The GNU Privacy Guard gnupg-devel-1.9.19 Prerelease package of GnuPG extensions for GnuPG 2.0 gnutls-1.0.24_1 GNU Transport Layer Security library gocr-0.40 GOCR/JOCR is an OCR (Optical Character Recognition) program gpgme-1.0.3 A library to make access to GnuPG easier graphviz-2.2_2 Graph Visualization Software from AT&T and Bell Labs gsfonts-8.11_2 Fonts used by GNU Ghostscript (or X) gsm-1.0.10 Audio converter and library for converting u-law to gsm enc gtk-1.2.10_13 Gimp Toolkit for X11 GUI (previous stable version) gtk-2.8.8 Gimp Toolkit for X11 GUI (current stable version) help2man-1.36.3 Automatically generating simple manual pages from program o hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project howl-1.0.0 Zeroconf/Bonjour(tm) implementation hs-haxml-1.13 A collection of utilities for using Haskell and XML togethe html-4.01_2 All W3C published SGML DTDs for HTML icu-3.4 International Components for Unicode (from IBM) imake-6.8.2 Imake and other utilities from X.Org imlib-1.9.15_2 A graphic library for enlightenment package intltool-0.34.1 Tools to internationalize various kinds of data files iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) jackit-0.100.0 A low-latency audio server jade-1.2.1_9 An object-oriented SGML/XML parser toolkit and DSSSL engine jadetex-3.13_1 A TeX backend for Jade, for typesetting SGML documents jasper-1.701.0 An implementation of the codec specified in the JPEG-2000 s javacc-3.2_1 Compiler compiler for Java; includes tools for building syn javavmwrapper-2.0_6 Wrapper script for various Java Virtual Machines jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jboss-4.0.3 Open-source J2EE application server (4.x family) jdk-1.5.0p2_3 Java Development Kit 1.5.0 jpeg-6b_3 IJG's jpeg compression utilities kde-3.4.3 The "meta-port" for KDE kdeaccessibility-3.4.3 Accessibility applications for KDE kdeadmin-3.4.3 KDE applications related to system administration kdeartwork-3.4.3 Additional themes, sounds, wallpapers and window styles for kdebase-3.4.3_1 Basic applications for the KDE system kdebase-kompmgr-3.4.3 Utility needed to enable XComposite support in KDE kdeedu-3.4.3 Collection of entertaining, educational programs for KDE kdegames-3.4.3 Games for the KDE integrated X11 desktop kdegraphics-3.4.3 Graphics utilities for the KDE3 integrated X11 desktop kdegraphics-kamera-3.4.3 Digital camera support for KDE kdegraphics-kooka-3.4.3 Raster image scan program for KDE kdegraphics-kuickshow-3.4.3 KDE image viewer kdehier-1.0_8 Utility port which installs a hierarchy of shared KDE direc kdelibs-3.4.3 Base set of libraries needed by KDE programs kdemultimedia-3.4.3_1 Multimedia utilities for the KDE integrated X11 desktop kdemultimedia-akode-3.4.3 Default KDE audio backend kdemultimedia-akode-plugins-jack-3.4.3 Jack output plugin for akode kdemultimedia-akode-plugins-mpc-3.4.3 Musepack decoder plugin for akode kdemultimedia-akode-plugins-mpeg-3.4.3 MPEG audio decoder plugin for akode kdemultimedia-akode-plugins-oss-3.4.3 OSS output plugin for akode kdemultimedia-akode-plugins-polypaudio-3.4.3 Polypaudio output plugin for akode kdemultimedia-akode-plugins-resampler-3.4.3 Resampler plugin for akode kdemultimedia-akode-plugins-xiph-3.4.3 FLAC/Speex/Vorbis decoder plugin for akode kdemultimedia-mpeglib_artsplug-3.4.3 Legacy KDE audio backend kdemultimedia-xine_artsplugin-3.4.3 Xine-based multimedia backend for KDE kdenetwork-3.4.3 Network-related programs and modules for KDE kdepim-3.4.3_2 Personal Information Management tools for KDE kdesdk-3.4.3 KDE Software Development Kit kdetoys-3.4.3 Small applications for KDE kdeutils-3.4.3_1 Utilities for the KDE integrated X11 desktop kdevelop-3.2.3 Powerful IDE for developing KDE/Qt-based apps kdewebdev-3.4.3,2 Comprehensive html/website development environment knews-1.0b.1_4 A threaded nntp newsreader for X koffice-1.4.2_1,1 Office Suite for KDE3 lcms-1.14,1 Light Color Management System -- a color management library libIDL-0.8.6_1 A library for creating trees of CORBA Interface Definition libXft-2.1.7 A client-sided font API for X applications liba52-0.7.4_1 A free library for decoding ATSC A/52 streams, aka AC-3 libart_lgpl2-2.3.17 Library for high-performance 2D graphics libassuan-0.6.10 IPC library used by GnuPG and gpgme libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.10.1_2 A component and compound document system for GNOME2 libbonoboui-2.10.1_1 GUI frontend to the libbonobo component of GNOME 2 libcddb-1.2.1 A library to access data on a CDDB server libcdio-0.76 Compact Disc Input and Control Library libdvdcss-1.2.9_1 Portable abstraction library for DVD decryption libdvdread-0.9.4_1 This is needed by ogle, which is a DVD player that supports libevent-1.1a Provides an API to execute callback functions on certain ev libexif-0.6.12_1 Library to read digital camera file meta-data libfame-0.9.1_1 A video encoding library libfpx-1.2.0.12 Library routines for working with Flashpix images libgcrypt-1.2.2 "General purpose crypto library based on code used in GnuPG libglade2-2.5.1_3 GNOME glade library libglut-6.0.1 A graphics library similar to SGI's OpenGL libgnome-2.12.0.1 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.12.0 A graphics library for GNOME libgnomeui-2.12.0_1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.1 Common error values for all GnuPG components libgphoto2-2.1.6_1 A universal digital camera picture control tool libgsf-1.13.3 An extensible i/o abstraction for dealing with structured f libiconv-1.9.2_1 A character set conversion library libidn-0.6.0 Internationalized Domain Names command line tool libksba-0.9.12 KSBA is an X.509 Library libltdl-1.5.20 System independent dlopen wrapper libmad-0.15.1b_1 Libmad library (part of MAD project) libmal-0.40 A library encapsulating malsync libmcal-0.7_1 Modular Calendar Access Library libmcrypt-2.5.7_1 Multi-cipher cryptographic library (used in PHP) libmng-1.0.9 Multiple-image Network Graphics (MNG) reference library libmodplug-0.7 ModPlug mod-like music shared libraries libogg-1.1.3,3 Ogg bitstream library libpaper-1.1.14.3 A library providing routines for paper size management libsamplerate-0.1.2 Secret Rabbit Code: a Sample Rate Converter for audio libsndfile-1.0.12 Reading and writing files containing sampled sound (like WA libsvg-0.1.4 A parser for SVG content in files or buffers libsvg-cairo-0.1.6_1 SVG rendering library libtheora-1.0.a4 Theora video codec for the Ogg multimedia streaming system libtool-1.3.5_2 Generic shared library support script (version 1.3) libtool-1.5.20 Generic shared library support script (1.5) libungif-4.1.4 Tools and library routines for working with GIF images libusb-0.1.10a_1 Library giving userland programs access to USB devices libvorbis-1.1.2,3 Audio compression codec library libwpd-0.8.3_1 Tools for importing and exporting WordPerfect(tm) documents libwww-5.4.0_1 The W3C Reference Library libxine-1.1.0_2 Libraries for xine multimedia player libxml-1.8.17_3 XML parser library for GNOME libxml2-2.6.22 XML parser library for GNOME libxslt-1.1.15 The XSLT C library for GNOME linc-1.0.3_4 A library for writing networked servers & clients links-0.98,1 Lynx-like text WWW browser linux-atk-1.8.0_1 Accessibility Toolkit, Linux/i386 binary linux-expat-1.95.7 Linux/i386 binary port of Expat XML-parsing library linux-flashplugin-6.0r79_3 The official Macromedia Flash Player for Linux Mozilla and linux-fontconfig-2.2.3_2 Linux/i386 binary of Fontconfig linux-jpeg-6b.33 RPM of the JPEG lib linux-png-1.2.8 RPM of the PNG lib linux-realplayer-10.0.6 Linux RealPlayer 10 from RealNetworks linux-sun-jdk-1.4.2.10 Sun Java Development Kit 1.4 for Linux linux-tiff-3.6.1_5 TIFF library, Linux/i386 binary linux_base-rh-7.3 Basic packages for Linux mode from Red Hat 7.3/i386 linuxdoc-1.1_1 The Linuxdoc SGML DTD linuxthreads-2.2.3_19 POSIX pthreads implementation using rfork to generate kerne lynx-2.8.5_2 A non-graphical, text-based World-Wide Web client m4-1.4.4 GNU m4 mDNSResponder-107.1_1 "Apple's mDNSResponder" mambo-4.5.3 A dynamic web content management system (CMS) mediawiki-1.5.2 The wiki engine used by Wikipedia memcached-1.1.12 High-performance distributed memory object cache system mhash-0.9.2 An easy-to-use library for strong hashes such as MD5 and SH ming-0.2a_1 LGPL'ed Flash 4/5 movie output library with many languages mnogosearch31-3.1.21 Full featured SQL-based hypertext search engine mozilla-1.7.12_4,2 The open source, standards compliant web browser mp-letter-3.0.1 A PostScript printing util for ASCII files, email, USENET n mpeg2codec-1.2_1 An MPEG-2 Encoder and Decoder mysql-client-5.0.16 Multithreaded SQL database (client) mysql-server-5.0.16 Multithreaded SQL database (server) nas-1.7b Network Audio System nasm-0.98.39,1 General-purpose multi-platform x86 assembler ncftp-3.1.9 ftp replacement with advanced user interface neon-0.24.7 An HTTP and WebDAV client library for Unix systems net-snmp-5.2.2 An extendable SNMP implementation netpbm-10.26.20 A toolkit for conversion of images between different format nhc98-1.18_1 A fully-fledged compiler for Haskell 98 nntp-1.5.12.2_4 NNTP with NOV support nspr-4.6_1 A platform-neutral API for system level and libc like funct nss-3.10 Libraries to support development of security-enabled applic open-motif-2.2.3_2 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-client-2.2.29 Open source LDAP client implementation openslp-1.2.1_1 Open-source implementation of the Service Location Protocol p5-Archive-Zip-1.16 Perl module to create, manipulate, read, and write Zip arch p5-Compress-Zlib-1.41 Perl5 interface to zlib compression library p5-File-Temp-0.16_2 Perl5 module to generate temporary files or directories saf p5-PathTools-3.14 A Perl module for portably manipulating file specifications p5-Scalar-List-Utils-1.18,1 Perl subroutines that would be nice to have in the perl cor p5-Test-Harness-2.56 Run perl standard test scripts with statistics p5-Test-Simple-0.62 Basic utilities for writing tests in perl p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML parser, expat p5-gettext-1.05 Message handling functions p5-type1inst-0.6.1_2 A script that helps install Postscript fonts in X Window Sy panda-0.5.4 A PDF generation library pango-1.10.2 An open-source framework for the layout and rendering of i1 patch-2.5.4 GNU patch utility pcre-6.4 Perl Compatible Regular Expressions library pdflib-6.0.2 A C library for dynamically generating PDF pear-Archive_Tar-1.3.1 PEAR tar file management class pear-Console_Getopt-1.2 PEAR command-line option parser pear-PEAR-1.4.4 PEAR Base System pear-XML_RPC-1.4.3 PHP implementation of the XML-RPC protocol pecl-fileinfo-1.0_1 A PECL extension to retrieve info about files pecl-fribidi-1.0 A PECL extension for the unicode Bidi algorithm pecl-imagick-0.9.11_2 A PECL extension to manipulate images pecl-panda-0.1.0_1 A PECL extension to create PDF documents pecl-pdflib-2.0.4 A PECL extension to create PDF on the fly pecl-yaz-1.0.4 A PECL extension that implements a Z39.50 client pecl-zip-1.0 A PECL extension to read zip files perl-5.8.7 Practical Extraction and Report Language php4-4.4.1_3 PHP Scripting Language (Apache Module and CLI) php4-bcmath-4.4.1_3 The bcmath shared extension for php php4-bz2-4.4.1_3 The bz2 shared extension for php php4-calendar-4.4.1_3 The calendar shared extension for php php4-ctype-4.4.1_3 The ctype shared extension for php php4-curl-4.4.1_3 The curl shared extension for php php4-dba-4.4.1_3 The dba shared extension for php php4-dio-4.4.1_3 The dio shared extension for php php4-domxml-4.4.1_3 The domxml shared extension for php php4-exif-4.4.1_3 The exif shared extension for php php4-extensions-1.0 A "meta-port" to install PHP extensions php4-ftp-4.4.1_3 The ftp shared extension for php php4-gd-4.4.1_3 The gd shared extension for php php4-gettext-4.4.1_3 The gettext shared extension for php php4-iconv-4.4.1_3 The iconv shared extension for php php4-imap-4.4.1_3 The imap shared extension for php php4-mbstring-4.4.1_3 The mbstring shared extension for php php4-mcal-4.4.1_3 The mcal shared extension for php php4-mcrypt-4.4.1_3 The mcrypt shared extension for php php4-mhash-4.4.1_3 The mhash shared extension for php php4-ming-4.4.1_3 The ming shared extension for php php4-mnogosearch-4.4.1_3 The mnogosearch shared extension for php php4-mysql-4.4.1_3 The mysql shared extension for php php4-ncurses-4.4.1_3 The ncurses shared extension for php php4-odbc-4.4.1_3 The odbc shared extension for php php4-overload-4.4.1_3 The overload shared extension for php php4-pcntl-4.4.1_3 The pcntl shared extension for php php4-pcre-4.4.1_3 The pcre shared extension for php php4-pgsql-4.4.1_3 The pgsql shared extension for php php4-posix-4.4.1_3 The posix shared extension for php php4-pspell-4.4.1_3 The pspell shared extension for php php4-readline-4.4.1_3 The readline shared extension for php php4-recode-4.4.1_3 The recode shared extension for php php4-session-4.4.1_3 The session shared extension for php php4-shmop-4.4.1_3 The shmop shared extension for php php4-snmp-4.4.1_3 The snmp shared extension for php php4-sockets-4.4.1_3 The sockets shared extension for php php4-sysvmsg-4.4.1_3 The sysvmsg shared extension for php php4-sysvsem-4.4.1_3 The sysvsem shared extension for php php4-sysvshm-4.4.1_3 The sysvshm shared extension for php php4-wddx-4.4.1_3 The wddx shared extension for php php4-xml-4.4.1_3 The xml shared extension for php php4-xmlrpc-4.4.1_3 The xmlrpc shared extension for php php4-zlib-4.4.1_3 The zlib shared extension for php php5-bcmath-5.0.5 The bcmath shared extension for php php5-bz2-5.0.5 The bz2 shared extension for php php5-calendar-5.0.5 The calendar shared extension for php php5-ctype-5.0.5 The ctype shared extension for php php5-curl-5.0.5 The curl shared extension for php php5-dio-5.0.5 The dio shared extension for php php5-dom-5.0.5 The dom shared extension for php php5-exif-5.0.5 The exif shared extension for php php5-filepro-5.0.5 The filepro shared extension for php php5-ftp-5.0.5 The ftp shared extension for php php5-gd-5.0.5 The gd shared extension for php php5-gettext-5.0.5 The gettext shared extension for php php5-iconv-5.0.5 The iconv shared extension for php php5-imap-5.0.5 The imap shared extension for php php5-mbstring-5.0.5 The mbstring shared extension for php php5-mcrypt-5.0.5 The mcrypt shared extension for php php5-mhash-5.0.5 The mhash shared extension for php php5-ming-5.0.5 The ming shared extension for php php5-mnogosearch-5.0.5 The mnogosearch shared extension for php php5-ncurses-5.0.5 The ncurses shared extension for php php5-openssl-5.0.5 The openssl shared extension for php php5-pcntl-5.0.5 The pcntl shared extension for php php5-pcre-5.0.4_2 The pcre shared extension for php php5-pear-5.0.4_4 PEAR framework for PHP php5-pgsql-5.0.5 The pgsql shared extension for php php5-posix-5.0.5 The posix shared extension for php php5-pspell-5.0.5 The pspell shared extension for php php5-session-5.0.5 The session shared extension for php php5-shmop-5.0.5 The shmop shared extension for php php5-simplexml-5.0.5 The simplexml shared extension for php php5-snmp-5.0.5 The snmp shared extension for php php5-soap-5.0.5 The soap shared extension for php php5-sockets-5.0.5 The sockets shared extension for php php5-sqlite-5.0.5 The sqlite shared extension for php php5-sysvmsg-5.0.5 The sysvmsg shared extension for php php5-sysvsem-5.0.5 The sysvsem shared extension for php php5-tidy-5.0.5 The tidy shared extension for php php5-tokenizer-5.0.5 The tokenizer shared extension for php php5-xml-5.0.4_2 The xml shared extension for php php5-xmlrpc-5.0.5 The xmlrpc shared extension for php php5-xsl-5.0.5 The xsl shared extension for php php5-zlib-5.0.5 The zlib shared extension for php phpbb-2.0.18 A PHP-based bulletin board / discussion forum system phpeclipse-1.1.4 PHP Eclipse adds PHP support to the Eclipse IDE Framework pilot-link-0.11.8_3 PalmPilot communications utilities (backup/restore/install/ pkgconfig-0.20 A utility to retrieve information about installed libraries plog-1.0.1 A PHP and MySQL based blogging platform png-1.2.8_2 Library for manipulating PNG images polypaudio-0.7_2 Sound server for UNIX popt-1.7 A getopt(3) like library with a number of enhancements, fro portaudio-18.1_2 Portable cross-platform Audio API portmanager-0.3.9_7 FreeBSD installed ports status and safe update utility portupgrade-20051204 FreeBSD ports/packages administration and management tool s postgresql-client-7.4.9 PostgreSQL database (client) postgresql-libpqxx-2.5.5 A new C++ interface for PostgreSQL pth-2.0.6 GNU Portable Threads py24-xml-0.8.4 PyXML: Python XML library enhancements python-2.4.2 An interpreted object-oriented programming language qca-tls-1.0_1 SSL/TLS plugin for Qt qmake-3.3.5 The build utility of the Qt project qt-copy-3.3.5 Multiplatform C++ application framework (+ KDE patches) recode-3.6_4 Converts files between character sets and usages rplay-3.3.2_2 Network audio player rpm-3.0.6_10 The Red Hat Package Manager rpm2cpio-1.2_2 Convert .rpm files for extraction with /usr/bin/cpio, needs ruby-1.8.2_5,1 An object-oriented interpreted scripting language ruby18-bdb1-0.2.2 Ruby interface to Berkeley DB revision 1.8x with full featu ruby18-mime-types-1.13.1 MIME::Types for Ruby samba-2.2.12_1 A free SMB and CIFS client and server for UNIX samba-libsmbclient-3.0.20b_2 The shared lib from the samba packages sane-backends-1.0.16_1 API for access to scanners, digitals camera, frame grabbers scr2png-1.2 Converts the output of "vidcontrol -p" to PNG scr2txt-1.2 Converts the output of "vidcontrol -p" to text scrollkeeper-0.3.14_1,1 An Open Document Cataloging Project sdl-1.2.9_1,2 Cross-platform multi-media development API sdocbook-xml-4.1.2.5_2 "Simplified" DocBook XML DTD sendmail-8.13.5 Reliable, highly configurable mail transfer agent with util shared-mime-info-0.16_2 A MIME type database from the FreeDesktop project speex-1.0.5,1 An open-source patent-free voice codec sqlite-3.2.7 An SQL database engine in a C library w/ Tcl wrapper startup-notification-0.8_1 Library that supports startup notification spec from freede subversion-1.3.0.r2 Version control system svgalib-1.4.3_5 A low level console graphics library t1lib-5.1.0,1 A Type 1 Rasterizer Library for UNIX/X11 taglib-1.4_1 Library for manipulating ID3 tags and Ogg comments tardy-1.12 Manipulate the file headers in tar archive files in various tcl-8.4.11,1 Tool Command Language teTeX-base-3.0_5 Thomas Esser's distribution of TeX & friends (binaries) teTeX-texmf-3.0_3 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 tidy-lib-051026 Utility to clean up and pretty print HTML/XHTML/XML (with s tiff-3.7.4 Tools and library routines for working with TIFF images tk-8.4.11,2 Graphical toolkit for TCL tkcvs-7.2.4 Tcl/Tk frontends to CVS and diff traffic-0.1.r4 The main goal of this program is to count bandwidth usage b ttmkfdir-20021109_1 Create fonts.scale file for use with TrueType font server unixODBC-2.2.11 ODBC library suite for Unix unzip-5.52_2 List, test and extract compressed files in a ZIP archive urwfonts-1.0 Another font package for X v4all-2.1.1.9 An Eclipse Plugin for Designing Java Swing & SWT GUIs vcdimager-0.7.23 "GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Rippin wget-1.10.2 Retrieve files from the Net via HTTP and FTP wv2-0.2.2_2 A library providing routines to access Microsoft Word files x2vnc-1.61 A program to link multiple X and VNC servers together x2x-1.27_1 A program to link multiple X servers together xemacs-21.4.17_2 This port tracks the stable version of the XEmacs text edit xemacs-packages-13.1 Basic XEmacs elisp packages(xemacs-packages) xforms-1.0_3,1 A graphical user interface toolkit for X Window System xfstt-1.6 A TrueType font server for X11 xhtml-1.0.20020801_4 W3C's XHTML DTD xmlcatmgr-2.2 SGML and XML catalog manager xorg-6.8.2 X.Org distribution metaport xorg-clients-6.8.2_1 X client programs and related files from X.Org xorg-documents-6.8.2 Documentation of X11 protocol and libraries from X.Org xorg-fonts-100dpi-6.8.2 X.Org 100dpi bitmap fonts xorg-fonts-75dpi-6.8.2 X.Org 75dpi bitmap fonts xorg-fonts-cyrillic-6.8.2 X.Org Cyrillic bitmap fonts xorg-fonts-encodings-6.8.2 X.Org font encoding files xorg-fonts-miscbitmaps-6.8.2 X.Org miscellaneous bitmap fonts xorg-fonts-truetype-6.8.2 X.Org TrueType fonts xorg-fonts-type1-6.8.2 X.Org Type1 fonts xorg-fontserver-6.8.2 X font server from X.Org xorg-libraries-6.8.2 X11 libraries and headers from X.Org xorg-manpages-6.8.2 X.Org library manual pages xorg-nestserver-6.8.2 Nesting X server from X.Org xorg-printserver-6.8.2_2 X Print server from X.Org xorg-server-6.8.2_7 X.Org X server and related programs xorg-vfbserver-6.8.2 X virtual framebuffer server from X.Org xpath2rss-0.7 HTML to RSS converter xpdf-3.01_1 Display PDF files, and convert them to other formats xterm-206_1 Terminal emulator for the X Window System yaz-2.1.8 Z39.50/SR client and API library zip-2.31 Create/update ZIP files compatible with pkzip zziplib-0.10.82 A library to provide transparent read access to zipped file 40 yrs navigating and computing in blue waters. English Owner & Captain of British Registered 60' bluewater Ketch S/V Taurus. Currently in San Diego, CA. Sailing bound for Europe via Panama Canal after completing engineroom refit.
_______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[EMAIL PROTECTED]"