Date: Fri, 9 Sep 2005 15:55:35 -0700 From: Vizion <vizion@vizion.occoxmail.com> To: freebsd-hackers@freebsd.org Cc: Kevin Kinsey <kdk@daleco.biz> Subject: Fwd: php extensions compile error Message-ID: <200509091555.36227.vizion@vizion.occoxmail.com> In-Reply-To: <4321D0E3.4040909@daleco.biz> References: <200509090959.40296.vizion@vizion.occoxmail.com> <4321D0E3.4040909@daleco.biz>
next in thread | previous in thread | raw e-mail | index | archive | help
---------- Forwarded Message ---------- Subject: php extensions compile error Date: Friday 09 September 2005 12:21 From: Vizion <vizion@vizion.occoxmail.com> To: ale@FreeBSD.org Cc: Kevin Kinsey <kdk@daleco.biz> Compile error /usr/ports/lang/php5-extensions ***************************** dns1# make ===> Vulnerability check disabled, database not found ===> Found saved configuration for php5-extensions-1.0 ===> Extracting for php5-extensions-1.0 ===> Patching for php5-extensions-1.0 ===> Configuring for php5-extensions-1.0 dns1# make dns1# make install ===> Installing for php5-extensions-1.0 . /* much cut out */ . => Checksum OK for PECL/Fileinfo-1.0.tgz. ===> Patching for pecl-fileinfo-1.0 ===> Applying FreeBSD patches for pecl-fileinfo-1.0 ===> Ignoring patchfile /usr/ports/sysutils/pecl-fileinfo/files/patch-config.m4,v ===> pecl-fileinfo-1.0 depends on executable: phpize - found ===> pecl-fileinfo-1.0 depends on file: /usr/local/bin/autoconf259 - found ===> PHPizing for pecl-fileinfo-1.0 Configuring for: PHP Api Version: 20031224 Zend Module Api No: 20041030 Zend Extension Api No: 220040412 ===> Configuring for pecl-fileinfo-1.0 configure: WARNING: you should use --build, --host, --target checking build system type... i386-portbld-freebsd5.3 checking host system type... i386-portbld-freebsd5.3 checking for i386-portbld-freebsd5.3-gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking whether cc understands -c and -o together... yes checking if compiler supports -R... yes checking for PHP prefix... /usr/local checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend checking for PHP extension directory... /usr/local/lib/php/20041030 checking for re2c... exit 0; checking for gawk... gawk checking for fileinfo support... yes, shared checking for magic files in default path... not found configure: error: Please reinstall the libmagic distribution ===> Script "configure" failed unexpectedly. Please report the problem to ale@FreeBSD.org [maintainer] and attach the "/usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/sysutils/pecl-fileinfo. *** Error code 1 Stop in /usr/ports/lang/php5-extensions. /*OUTPUT OF /usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log */ *********************** dns1# locate libmagic /usr/lib/libmagic.a /usr/lib/libmagic.so /usr/lib/libmagic.so.1 /usr/lib/libmagic_p.a /usr/share/man/cat3/libmagic.3.gz /usr/share/man/man3/libmagic.3.gz /usr/src/contrib/file/libmagic.man /usr/src/contrib/file/libmagic.man,v /usr/src/lib/libmagic /usr/src/lib/libmagic/Makefile /usr/src/lib/libmagic/Makefile,v /usr/src/lib/libmagic/config.h /usr/src/lib/libmagic/config.h,v ********************** dns1# cat /usr/ports/sysutils/pecl-fileinfo/work/Fileinfo-1.0/config.log This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure --with-fileinfo=/usr --prefix=/usr/local i386-portbld-freebsd5.3 ## --------- ## ## Platform. ## ## --------- ## hostname = dns1.vizion2000.net uname -m = i386 uname -r = 5.3-RELEASE uname -s = FreeBSD uname -v = FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC /usr/bin/uname -p = i386 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /usr/local/libexec/autoconf259 PATH: /sbin PATH: /bin PATH: /usr/sbin PATH: /usr/bin PATH: /usr/games PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/X11R6/bin PATH: /root/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1499: checking build system type configure:1517: result: i386-portbld-freebsd5.3 configure:1525: checking host system type configure:1539: result: i386-portbld-freebsd5.3 configure:1601: checking for i386-portbld-freebsd5.3-gcc configure:1627: result: cc configure:1909: checking for C compiler version configure:1912: cc --version </dev/null >&5 cc (GCC) 3.4.2 [FreeBSD] 20040728 Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:1915: $? = 0 configure:1917: cc -v </dev/null >&5 Using built-in specs. Configured with: FreeBSD/i386 system compiler Thread model: posix gcc version 3.4.2 [FreeBSD] 20040728 configure:1920: $? = 0 configure:1922: cc -V </dev/null >&5 cc: `-V' option must have argument configure:1925: $? = 1 configure:1948: checking for C compiler default output file name configure:1951: cc -O -pipe conftest.c >&5 configure:1954: $? = 0 configure:2000: result: a.out configure:2005: checking whether the C compiler works configure:2011: ./a.out configure:2014: $? = 0 configure:2031: result: yes configure:2038: checking whether we are cross compiling configure:2040: result: no configure:2043: checking for suffix of executables configure:2045: cc -o conftest -O -pipe conftest.c >&5 configure:2048: $? = 0 configure:2073: result: configure:2079: checking for suffix of object files configure:2100: cc -c -O -pipe conftest.c >&5 configure:2103: $? = 0 configure:2125: result: o configure:2129: checking whether we are using the GNU C compiler configure:2153: cc -c -O -pipe conftest.c >&5 configure:2159: $? = 0 configure:2163: test -z || test ! -s conftest.err configure:2166: $? = 0 configure:2169: test -s conftest.o configure:2172: $? = 0 configure:2185: result: yes configure:2191: checking whether cc accepts -g configure:2212: cc -c -g conftest.c >&5 configure:2218: $? = 0 configure:2222: test -z || test ! -s conftest.err configure:2225: $? = 0 configure:2228: test -s conftest.o configure:2231: $? = 0 configure:2242: result: yes configure:2259: checking for cc option to accept ANSI C configure:2329: cc -c -O -pipe conftest.c >&5 configure:2335: $? = 0 configure:2339: test -z || test ! -s conftest.err configure:2342: $? = 0 configure:2345: test -s conftest.o configure:2348: $? = 0 configure:2366: result: none needed configure:2384: cc -c -O -pipe conftest.c >&5 conftest.c:2: error: syntax error before "me" configure:2390: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:2527: checking whether cc understands -c and -o together configure:2554: cc -c conftest.c -o conftest.o >&5 configure:2557: $? = 0 configure:2559: cc -c conftest.c -o conftest.o >&5 configure:2562: $? = 0 configure:2601: result: yes configure:2616: checking if compiler supports -R configure:2640: cc -o conftest -O -pipe conftest.c -R /usr/lib >&5 configure:2646: $? = 0 configure:2650: test -z || test ! -s conftest.err configure:2653: $? = 0 configure:2656: test -s conftest configure:2659: $? = 0 configure:2673: result: yes configure:2781: checking for PHP prefix configure:2783: result: /usr/local configure:2785: checking for PHP includes configure:2787: result: -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend configure:2789: checking for PHP extension directory configure:2791: result: /usr/local/lib/php/20041030 configure:2838: checking for re2c configure:2865: result: exit 0; configure:2877: checking for gawk configure:2893: found /usr/local/bin/gawk configure:2903: result: gawk configure:2917: checking for fileinfo support configure:2960: result: yes, shared configure:2971: checking for magic files in default path configure:2984: result: not found configure:2986: error: Please reinstall the libmagic distribution ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_prog_cc_g=yes ac_cv_env_LDFLAGS_set= ac_cv_c_compiler_gnu=yes ac_cv_exeext= ac_cv_env_CFLAGS_set=set lt_cv_sys_max_cmd_len=65536 ac_cv_env_CPP_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_host_alias_set=set ac_cv_prog_CC=cc ac_cv_env_build_alias_set=set ac_cv_env_LDFLAGS_value= ac_cv_env_target_alias_set=set ac_cv_prog_cc_stdc= ac_cv_host_alias=i386-portbld-freebsd5.3 ac_cv_env_CFLAGS_value='-O -pipe ' ac_cv_env_CC_set=set ac_cv_build_alias=i386-portbld-freebsd5.3 ac_cv_env_CPPFLAGS_value= ac_cv_host=i386-portbld-freebsd5.3 ac_cv_env_host_alias_value=i386-portbld-freebsd5.3 ac_cv_prog_AWK=gawk ac_cv_build=i386-portbld-freebsd5.3 ac_cv_env_build_alias_value=i386-portbld-freebsd5.3 ac_cv_prog_cc_cc_c_o=yes ac_cv_prog_RE2C='exit 0;' ac_cv_env_target_alias_value=i386-portbld-freebsd5.3 ac_cv_env_CC_value=cc php_cv_cc_dashr=yes ac_cv_env_CPP_set= ac_cv_objext=o ## ----------------- ## ## Output variables. ## ## ----------------- ## AWK='gawk' CC='cc' CFLAGS='-O -pipe ' CPP='' CPPFLAGS='' DEFS='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='' EXEEXT='' LDFLAGS='' LIBOBJS='' LIBS='' LIBTOOL='' LN_S='' LTLIBOBJS='' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_VERSION='' PATH_SEPARATOR=':' RANLIB='' RE2C='exit 0;' SHELL='/bin/sh' STRIP='' ac_ct_CC='' ac_ct_RANLIB='' ac_ct_STRIP='' bindir='${exec_prefix}/bin' build='i386-portbld-freebsd5.3' build_alias='i386-portbld-freebsd5.3' build_cpu='i386' build_os='freebsd5.3' build_vendor='portbld' datadir='${prefix}/share' exec_prefix='NONE' host='i386-portbld-freebsd5.3' host_alias='i386-portbld-freebsd5.3' host_cpu='i386' host_os='freebsd5.3' host_vendor='portbld' includedir='${prefix}/include' infodir='${prefix}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' oldincludedir='/usr/include' prefix='/usr/local' program_transform_name='s,x,x,' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='i386-portbld-freebsd5.3' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_BUGREPORT "" #define PACKAGE_NAME "" #define PACKAGE_STRING "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" configure: exit 1 ******************************************* dns1# pkg_info ImageMagick-6.2.2.1 Image processing tools ORBit2-2.12.2 High-performance CORBA ORB with support for the C language OpenEXR-1.2.1_1 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 amaya-8.5 The W3C's testbed web editor/browser amspsfnt-1.0_3 AMSFonts PostScript Fonts (Adobe Type 1 format) apache-2.0.54_2 Version 2 of Apache web server with prefork MPM. apache-2.0.54_4 Version 2 of Apache web server with prefork MPM. apache-ant-1.6.2 Java- and XML-based build tool, conceptually similar to mak apr-nothr-db4-1.0.1_1 The Apache Group's Portability Library argouml-0.16.1 A UML design tool with cognitive support arts-1.4.0,1 Audio system for the KDE integrated X11 desktop artswrapper-1.2.1_1 Setuid wrapper for arts aspell-0.60.3 Spelling checker with better suggestion logic than ispell atk-1.9.1 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_1 GNU Standards-compliant Makefile generator (legacy version automake-1.5_2,1 GNU Standards-compliant Makefile generator (version 1.5) automake-1.9.5 GNU Standards-compliant Makefile generator (version 1.9) bash-2.05b.007_4 The GNU Bourne Again Shell bison-1.75_2 A parser generator from FSF, (mostly) compatible with Yacc bitstream-vera-1.10_1 Bitstream Vera TrueType font collection boost-python-1.32.0_2 Free peer-reviewed portable C++ source libraries cairo-0.4.0 Vector graphics library with cross-device output support cdparanoia-3.9.8_7 A CDDA extraction tool (also known as ripper) 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_4 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-7.07_3 GNU Postscript interpreter for CUPS printing to non-PS prin cups-samba-5.0.r3 The Common UNIX Printing System: MS Windows client drivers curl-7.14.1 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 RFC 2222 SASL (Simple Authentication and Security Layer) db4-4.0.14_1,1 The Berkeley DB package, revision 4 db42-4.2.52_4 The Berkeley DB package, revision 4.2 desktop-file-utils-0.10_2 A couple of command line utilities for working with desktop dirmngr-0.9.2 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.68.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 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 eclipse-3.1M7 An open extensible IDE for anything and nothing in particul eclipse-emf-2.0.1_3 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.35_2 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_4 Fast C routines to compute the Discrete Fourier Transform firefox-1.0.4,1 Web browser based on the browser portion of Mozilla flac-1.1.2 Free lossless audio codec fontconfig-2.2.3,1 An XML-based font configuration API for X Windows freetype2-2.1.9 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.10.0 A configuration database system for GNOME gd-2.0.33_1,1 A graphics library for fast creation of images gdbm-1.8.3_1 The GNU database manager gdome2-0.8.1_3 Gnome DOM Engine gengetopt-2.11 A tool for generating a C function which parses command lin gettext-0.14.4_1 GNU gettext package ghostscript-gnu-7.07_12 GNU Postscript interpreter glib-1.2.10_11 Some useful routines of C programming (previous stable vers glib-2.6.4 Some useful routines of C programming (current stable versi glimpse-4.13.1 Text search engine gmake-3.80_2 GNU version of 'make' utility gnome-icon-theme-2.10.1_1 A collection of icons for the GNOME 2 desktop gnomehier-2.0_6 A utility port that creates the GNOME directory tree gnomekeyring-0.4.2_1 A program that keeps passwords and other secrets gnomemimedata-2.4.2 A MIME and Application database for GNOME gnomevfs2-2.10.1 GNOME Virtual File System gnu-regexp-1.1.4 A regexp library for Java gnupg-1.4.1 The GNU Privacy Guard gnupg-devel-1.9.16 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.2 A library to make access to GnuPG easier graphviz-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.6.7 Gimp Toolkit for X11 GUI (current stable version) help2man-1.35.1 Automatically generating simple manual pages from program o hicolor-icon-theme-0.5 A high-color icon theme shell from the FreeDesktop project 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 imake-6.8.2 Imake and other utilities from X.Org imlib-1.9.15_2 A graphic library for enlightenment package intltool-0.33 Tools to internationalize various kinds of data files iso8879-1986_2 Character entity sets from ISO 8879:1986 (SGML) jackit-0.99.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_4 Wrapper script for various Java Virtual Machines jbigkit-1.6 Lossless compression for bi-level images such as scanned pa jboss-4.0.2 Open-source J2EE application server (4.x family) jdk-1.5.0p1_2 Java Development Kit 1.5.0 jpeg-6b_3 IJG's jpeg compression utilities kde-3.4.0 The "meta-port" for KDE kdeaccessibility-3.4.0 Accessibility applications for KDE kdeadmin-3.4.0 KDE applications related to system administration kdeartwork-3.4.0 Additional themes, sounds, wallpapers and window styles for kdebase-3.4.0_1 Basic applications for the KDE system kdebase-kompmgr-3.4.0 Utility needed to enable XComposite support in KDE kdebase-konqueror-nsplugins-3.3.0 Netscape plugin support for Konqueror kdeedu-3.4.0_1 Collection of entertaining, educational programs for KDE kdegames-3.4.0 Games for the KDE integrated X11 desktop kdegraphics-3.4.0 Graphics utilities for the KDE3 integrated X11 desktop kdegraphics-kamera-3.4.0 Digital camera support for KDE kdegraphics-kooka-3.4.0 Raster image scan program for KDE kdegraphics-kuickshow-3.4.0 KDE image viewer kdehier-1.0_6 Utility port which installs a hierarchy of shared KDE direc kdelibs-3.4.0_4 Base set of libraries needed by KDE programs kdemultimedia-3.4.0 Multimedia utilities for the KDE integrated X11 desktop kdemultimedia-akode-3.4.0 Default KDE audio backend kdemultimedia-akode-plugins-jack-3.4.0 Jack output plugin for akode kdemultimedia-akode-plugins-mpc-3.4.0 Musepack decoder plugin for akode kdemultimedia-akode-plugins-mpeg-3.4.0 MPEG audio decoder plugin for akode kdemultimedia-akode-plugins-oss-3.4.0 OSS output plugin for akode kdemultimedia-akode-plugins-polypaudio-3.4.0 Polypaudio output plugin for akode kdemultimedia-akode-plugins-resampler-3.4.0 Resampler plugin for akode kdemultimedia-akode-plugins-xiph-3.4.0 FLAC/Speex/Vorbis decoder plugin for akode kdemultimedia-mpeglib_artsplug-3.4.0 Legacy KDE audio backend kdemultimedia-xine_artsplugin-3.4.0 Xine-based multimedia backend for KDE kdenetwork-3.4.0_1 Network-related programs and modules for KDE kdepim-3.4.0 Personal Information Management tools for KDE kdesdk-3.4.0 KDE Software Development Kit kdetoys-3.4.0 Small applications for KDE kdeutils-3.4.0 Utilities for the KDE integrated X11 desktop kdevelop-3.2.0 Powerful IDE for developing KDE/Qt-based apps kdewebdev-3.4.0_2,2 Comprehensive html/website development environment knews-1.0b.1_4 A threaded nntp newsreader for X koffice-1.3.5_2,1 Office Suite for KDE3 lcms-1.14,1 Light Color Management System -- a color management library libIDL-0.8.5_1 A library for creating trees of CORBA Interface Definition libXft-2.1.6_1 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.9 IPC library used by GnuPG and gpgme libaudiofile-0.2.6 A sound library for SGI audio file libbonobo-2.8.1_1 A component and compound document system for GNOME2 libbonoboui-2.8.1_2 GUI frontend to the libbonobo component of GNOME 2 libdvdcss-1.2.8_1 Portable abstraction library for DVD decryption libdvdread-0.9.4_1 This is needed by ogle, which is a DVD player that supports 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.1_1 "General purpose crypto library based on code used in GnuPG libglade2-2.5.1_2 GNOME glade library libglut-6.0.1 A graphics library similar to SGI's OpenGL libgnome-2.10.0_1 Libraries for GNOME, a GNU desktop environment libgnomecanvas-2.10.1_1 A graphics library for GNOME libgnomeui-2.10.0_1 Libraries for the GNOME GUI, a GNU desktop environment libgpg-error-1.0_1 Common error values for all GnuPG components libgphoto2-2.1.5_1 A universal digital camera picture control tool libgsf-1.11.1 An extensible i/o abstraction for dealing with structured f libiconv-1.9.2_1 A character set conversion library libidn-0.5.16 Internationalized Domain Names command line tool libksba-0.9.11 KSBA is an X.509 Library libltdl-1.5.10 System independent dlopen wrapper libmad-0.15.1b_1 Libmad library (part of MAD project) libmal-0.40 A library encapsulating malsync libmng-1.0.8 Multiple-image Network Graphics (MNG) reference library libogg-1.1.2_1,3 Ogg bitstream library libpaper-1.1.14.3 A library providing routines for paper size management libpixman-0.1.5 Pixel region library libsamplerate-0.1.2 Secret Rabbit Code: a Sample Rate Converter for audio libsndfile-1.0.11 Reading and writing files containing sampled sound (like WA libsvg-0.1.3 A parser for SVG content in files or buffers libsvg-cairo-0.1.5 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.10_1 Generic shared library support script (version 1.5) libungif-4.1.3 Tools and library routines for working with GIF images libusb-0.1.10a Library giving userland programs access to USB devices libvorbis-1.1.0_1,3 Audio compression codec library libwww-5.4.0_1 The W3C Reference Library libxine-1.0.1 Libraries for xine multimedia player libxml2-2.6.19 XML parser library for GNOME libxslt-1.1.14 The XSLT C library for GNOME linc-1.0.3_3 A library for writing networked servers & clients links-0.98,1 Lynx-like text WWW browser linux-atk-1.2.0_2 Accessibility Toolkit, Linux/i386 binary linux-expat-1.95.5_2 Linux/i386 binary port of Expat XML-parsing library linux-flashplugin-6.0r79_2 The official Macromedia Flash Player for Linux Mozilla and linux-fontconfig-2.1_2 Linux/i386 binary of Fontconfig linux-jpeg-6b.15_3 RPM of the JPEG lib linux-png-1.2.7_5 RPM of the PNG lib linux-realplayer-10.0.4 Linux RealPlayer 10 from RealNetworks linux-sun-jdk-1.4.2.08_1 Sun Java Development Kit 1.4 for Linux linux-tiff-3.6.1_1 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 linuxpluginwrapper-20050613 A wrapper allowing use of linux-plugins with native applica linuxthreads-2.2.3_19 POSIX pthreads implementation using rfork to generate kerne lynx-2.8.5 A non-graphical, text-based World-Wide Web client m4-1.4.3 GNU m4 mDNSResponder-107.1_1 "Apple's mDNSResponder" mozilla-1.7.8,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.11 Multithreaded SQL database (client) mysql-server-5.0.11 Multithreaded SQL database (server) nas-1.7 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.1_2 An extendable SNMP implementation netpbm-10.26.9 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 open-motif-2.2.3_1 Motif X11 Toolkit (industry standard GUI (IEEE 1295)) openldap-client-2.2.26 Open source LDAP client implementation openslp-1.0.11_1 Open-source implementation of the Service Location Protocol p5-Archive-Zip-1.14 Perl module to create, manipulate, read, and write Zip arch p5-Compress-Zlib-1.33 Perl5 interface to zlib compression library p5-XML-Parser-2.34_1 Perl extension interface to James Clark's XML parser, expat p5-gettext-1.03 Message handling functions p5-type1inst-0.6.1_2 A script that helps install Postscript fonts in X Window Sy pango-1.8.1 An open-source framework for the layout and rendering of i1 patch-2.5.4 GNU patch utility pcre-5.0 Perl Compatible Regular Expressions library pear-Archive_Tar-1.3.1 PEAR tar file management class pear-Console_Getopt-1.2 PEAR command-line option parser pear-PEAR-1.3.5_1 PEAR Base System pear-XML_RPC-1.4.0 PHP implementation of the XML-RPC protocol perl-5.8.6_2 Practical Extraction and Report Language php5-5.0.5 PHP Scripting Language (Apache Module and CLI) 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-pcre-5.0.4_2 The pcre shared extension for php php5-pear-5.0.4_4 PEAR framework for PHP php5-simplexml-5.0.5 The simplexml shared extension for php php5-xml-5.0.4_2 The xml shared extension for php phpbb-2.0.17 A PHP-based bulletin board / discussion forum system pilot-link-0.11.8_3 PalmPilot communications utilities (backup/restore/install/ pkgconfig-0.17.2 A utility to retrieve information about installed libraries png-1.2.8_2 Library for manipulating PNG images polypaudio-0.7_1 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 portupgrade-20041226_2 FreeBSD ports/packages administration and management tool s pth-2.0.4 GNU Portable Threads python-2.4.1_1 An interpreted object-oriented programming language qca-tls-1.0_1 SSL/TLS plugin for Qt qmake-3.3.4 The build utility of the Qt project qt-copy-3.3.4 Multiplatform C++ application framework (+ KDE patches) rplay-3.3.2_2 Network audio player rpm-3.0.6_9 The Red Hat Package Manager rpm2cpio-1.2_2 Convert .rpm files for extraction with /usr/bin/cpio, needs ruby-1.8.2_3 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 A free SMB and CIFS client and server for UNIX samba-libsmbclient-3.0.14a_2 The shared lib from the samba packages sane-backends-1.0.15 API for access to scanners, digitals camera, frame grabbers scr2png-1.1_4 Converts the output of "vidcontrol -p" to PNG scr2txt-1.1 Converts the output of "vidcontrol -p" to text scrollkeeper-0.3.14_1,1 An Open Document Cataloging Project sdl-1.2.8,2 Cross-platform multi-media development API sdocbook-xml-4.1.2.5_2 "Simplified" DocBook XML DTD shared-mime-info-0.16_1 A MIME type database from the FreeDesktop project speex-1.0.5,1 An open-source patent-free voice codec startup-notification-0.8_1 Library that supports startup notification spec from freede subversion-1.1.4 Version control system svgalib-1.4.3_4 A low level console graphics library t1lib-5.0.1,1 A Type 1 Rasterizer Library for UNIX/X11 taglib-1.3.1 Library for manipulating ID3 tags and Ogg comments tardy-1.11 Manipulate the file headers in tar archive files in various tcl-8.4.7,1 Tool Command Language teTeX-base-3.0_3 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-20000804_2 Fixes and tidies up HTML files tiff-3.7.2 Tools and library routines for working with TIFF images tk-8.4.7,2 Graphical toolkit for TCL tkcvs-7.2.4 Tcl/Tk frontends to CVS and diff ttmkfdir-20021109_1 Create fonts.scale file for use with TrueType font server unzip-5.52_1 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 wget-1.8.2_7 Retrieve files from the Net via HTTP and FTP wv2-0.2.2_1 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 This port tracks the stable version of the XEmacs text edit xemacs-packages-13.0 Basic XEmacs elisp packages(xemacs-packages) 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 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 X Print server from X.Org xorg-server-6.8.2_2 X.Org X server and related programs xorg-vfbserver-6.8.2 X virtual framebuffer server from X.Org xpdf-3.00_6 Display PDF files, and convert them to other formats xterm-202 Terminal emulator for the X Window System zip-2.3_2 Create/update ZIP files compatible with pkzip ------------------------------------------------------- -- 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509091555.36227.vizion>