FreeBSD Port: ethereal-0.10.10

Dwayne MacKinnon Dwayne.MacKinnon at xwave.com
Wed Mar 16 09:11:47 PST 2005


Hello,

I'm on FreeBSD 4.11-RELEASE, and the new version of ethereal refuses to 
build for me.

It stops on the following:

  cc -DHAVE_CONFIG_H -I. -I. -I../.. -I./../.. -I./.. 
-I/usr/local/include -I/usr/X11R6/include -I/usr/local/lib/include 
-DINET6 -O -pipe -Dfreebsd4 
-DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.5/BSDPAN -DHAS_FPSETMASK 
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include 
-I/usr/local/lib/perl5/5.8.5/mach/CORE -I. -I/usr/local/include 
-I/usr/include -DINET6 "-D_U_=__attribute__((unused))" -Wall -W -O -pipe 
-I/usr/local/include -D_THREAD_SAFE -DXTHREADS -DXUSE_MTSAFE_API 
-DXNO_MTSAFE_PWDAPI -I/usr/local/include/atk-1.0 
-I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include 
-I/usr/X11R6/include/gtk-2.0 -I/usr/X11R6/lib/gtk-2.0/include 
-I/usr/X11R6/include -I/usr/X11R6/include/pango-1.0 
-I/usr/local/include/freetype2 -I/usr/local/include -I/usr/X11R6/include 
-I/usr/local/lib/include -DINET6 -O -pipe -Dfreebsd4 
-DAPPLLIB_EXP=/usr/local/lib/perl5/5.8.5/BSDPAN -DHAS_FPSETMASK 
-DHAS_FLOATINGPOINT_H -fno-strict-aliasing -pipe -I/usr/local/include 
-I/usr/local/lib/perl5/5.8.5/mach/CORE -I. -I/usr/local/include 
-I/usr/include -c packet-spnego.c -Wp,-MD,.deps/packet-spnego.TPlo 
-fPIC -DPIC -o .libs/packet-spnego.o
packet-spnego.c: In function `arcfour_mic_key':
packet-spnego.c:426: `KEYTYPE_ARCFOUR_56' undeclared (first use in this 
function)
packet-spnego.c:426: (Each undeclared identifier is reported only once
packet-spnego.c:426: for each function it appears in.)
*** Error code 1

Stop in /usr/ports/net/ethereal/work/ethereal-0.10.10/epan/dissectors.
*** Error code 1


I've attached my pkgtools.conf and make.conf, plus a listing of /var/db/pkg.

I'm unable to figure out why the Makefiles get configured for 
perl-5.8.5. I have 5.8.6 installed. I've rerun use.perl port, I've 
deinstalled and reinstalled autoconf*/automake*/p5-*/m4/libtool*, done 
everything I can think of, and it still gets configured to look for 
/usr/local/lib/perl5/5.8.5. A directory which doesn't exist.

The funny thing is that I have no idea if the KEYTYPE_ARCFOUR_56 that 
it's looking for has anything to do with perl or not.

Any help would be appreciated.

Cheers,
DMK
-------------- next part --------------
# -*- ruby -*-
#
# pkgtools.conf - the configuration file for the pkgtools suite
#
# $Idaemons: /home/cvs/pkgtools/etc/pkgtools.conf,v 1.30 2003/03/23 08:17:27 knu Exp $

# Syntax:
#   string:	'...' or "..."; use the `+' operator to concatenate
#   boolean:	true or false
#   array:	[ value, ... ]; use the `+' operator to concatenate
#   hash:	{ key => value, ... }
#   procedure:	proc { |arglist| statements; return_value }

# Useful predefined constants:
#
#   Name:		Example values:
#   OS_RELEASE:		"5.0-CURRENT"	"4.6.1-RELEASE-p8"
#   OS_REVISION:	"5.0"		"4.6.1"
#   OS_MAJOR:		"5"		"4"
#   OS_BRANCH:		"CURRENT"	"RELEASE"
#   OS_PATCHLEVEL:	""		"-p8"
#   OS_PLATFORM:	"i386"		"alpha"
#   OS_PKGBRANCH:	"5-current"	"4.6.1-release"

# Useful predefined functions:
#
#  localbase()
#    Returns LOCALBASE.
#
#  x11base()
#    Returns X11BASE.
#
#  pkg_site_builder([latest])
#    Returns a URI of the packages directory on the package builder site;
#    Equivalent to:
#     on i386:
#      sprintf('http://bento.FreeBSD.org/errorlogs/packages-%s-%s/',
#              OS_MAJOR, latest ? 'latest' : 'full')
#     on alpha:
#      sprintf('http://beta.FreeBSD.org/errorlogs/packages-%s-%s/',
#              OS_MAJOR, latest ? 'latest' : 'full')
#
#  pkg_site_mirror([root])
#    Returns a URI of the packages directory on the preferred mirror site;
#    Equivalent to:
#      sprintf('%s/pub/FreeBSD/ports/%s/packages-%s/',
#              root  || ENV['PACKAGEROOT'] || 'ftp://ftp.FreeBSD.org',
#              OS_PLATFORM, OS_PKGBRANCH)
#
#  pkg_site_primary()
#    Returns a URI of the packages directory on the primary FTP site;
#    Equivalent to:
#      pkg_site_mirror('ftp://ftp.FreeBSD.org')
#
#  deorigin(origin)
#    Returns an installed package name which was installed from the
#    given origin port.
#    e.g.
#      deorigin('sysutils/portupgrade') => 'portupgrade-YYYYMMDD'
#
#  enabled_rc_scripts(origin_or_pkgname)
#    Returns an array of "enabled" rc scripts ($PREFIX/etc/rc.d/*.sh)
#    for the given package.  "Enabled" here means that files such as
#    *.sh.sample are ignored, however, if a package installs
#    foo.sh.sample and there is foo.sh, it is considered as an enabled
#    rc file for the package and thus returned.
#
#  disabled_rc_scripts(origin_or_pkgname)
#    Returns an array of disabled rc scripts ($PREFIX/etc/rc.d/*.sh.*)
#    that the given package installed.  If a package installs
#    foo.sh.sample and there is foo.sh, it is considered as enabled
#    and thus ignored.
#
#  cmd_start_rc(origin_or_pkgname)
#    Returns a command line string that starts the services of the
#    given package, if any. (Yields "start" for each enabled rc
#    script)
#
#  cmd_stop_rc(origin_or_pkgname)
#    Returns a command line string that stops the services of the
#    given package, if any. (Yields "stop" for each enabled rc script)
#
#  cmd_restart_rc(origin_or_pkgname)
#    Returns a command line string that restarts the services of the
#    given package, if any. (Yields "stop" then "start" for each
#    enabled rc script)
#
#  cmd_enable_rc(origin_or_pkgname)
#    Returns a command line string that enables the disabled rc
#    scripts of given package, if any.
#
#  cmd_disable_rc(origin_or_pkgname)
#    Returns a command line string that disables the enabled rc
#    scripts of given package, if any.
#

module PkgConfig

  # Environment Variables: string
  #
  # Uncomment and edit as necessary.  The `||=' operator means `set only
  # if it is not set', i.e. it gives a variable its default value.
  #
  # It is particularly recommended that you set PORTS_INDEX to
  # something other than the default value to avoid conflicts with CVS,
  # CVSup, and CTM.
  #
  # cf. portupgrade(1), pkg_which(1)
  #
  # defaults:
  #   ENV['PORTSDIR'] ||= '/usr/ports'
  #   ENV['PORTS_INDEX'] ||= ENV['PORTSDIR'] + '/INDEX'
  #   ENV['PORTS_DBDIR'] ||= ENV['PORTSDIR']
  #   ENV['PKG_DBDIR'] ||= '/var/db/pkg'
  #
  #   ENV['PKG_TMPDIR'] ||= '/var/tmp'
  #
  #   ENV['PACKAGES'] ||= ENV['PORTSDIR'] + '/packages'
  #
  # e.g.:
  #   ENV['PORTSDIR'] ||= '/export/freebsd/ports'
  #   ENV['PORTS_INDEX'] ||= ENV['PORTSDIR'] + '/INDEX.local'
  #   ENV['PORTS_DBDIR'] ||= ENV['PKG_DBDIR']
  #
  #   ENV['PACKAGES'] ||= sprintf('/export/freebsd/packages-%s',
  #	OS_PKGBRANCH)
  #   ENV['PKG_PATH'] ||= ENV['PACKAGES'] + '/All'
  #
  #   ENV['PKG_FETCH'] = "wget -O '%2$s' '%1$s'"
  #   ENV['PKG_FETCH'] = "axel -n 1 -o '%2$s' '%1$s'"
  #   ENV['PKG_FETCH'] = "curl '%s' -o '%s'"
  #   ENV['PKG_FETCH'] = 'false'	# never fetch packages from a remote site
  #   ENV['PACKAGEROOT'] = 'ftp://ftpN.XX.FreeBSD.org'

  ENV['PORTSDIR'] ||= '/usr/ports'
  ENV['PACKAGES'] ||= ENV['PORTSDIR'] + '/packages'
  ENV['PKG_PATH'] ||= ENV['PACKAGES'] + '/All'

  # SANITY_CHECK: boolean (default: true)
  #
  # If true, perform sanity checks on stale dependencies.  This makes
  # it up to 50% slower to parse package globs but offers unfailing
  # upgrades.  If you are sure you won't forget to run `pkgdb -F'
  # regularly, turn this off to improve performance. (default: true)
  #
  # cf. -O/--omit-check of pkg_deinstall(1), pkg_glob(1),
  #     portupgrade(1) and portversion(1)

  SANITY_CHECK = true

  # IGNORE_CATEGORIES: array
  #
  # This is a list of port categories you want the pkgtools to ignore.
  # Typically you want to list language specific categories of the
  # languages you don't use.
  #
  # After configuring this list, you need to rebuild the ports
  # database to reflect the changes. (run 'portsdb -Ufu')
  #
  # e.g.:
  #IGNORE_CATEGORIES = [
  #    'chinese',
  #    'french',
  #    'german',
  #    'hebrew',
  #    'japanese',
  #    'korean',
  #    'russian',
  #    'ukrainian',
  #    'vietnamese',
  #]

  IGNORE_CATEGORIES = [
      'arabic',
      'chinese',
      'french',
      'german',
      'hebrew',
      'hungarian',
      'japanese',
      'korean',
      'portuguese',
      'russian',
      'ukrainian',
      'vietnamese',
  ]

  # EXTRA_CATEGORIES: array
  #
  # This is a list of extra port categories you put your locally
  # maintained ports into.  You must prepare a Makefile in each directory
  # that defines a variable SUBDIR which lists all the ports in the
  # category.
  #
  # After configuring this list, you need to rebuild the ports
  # database to reflect the change. (run 'portsdb -Ufu')
  #
  # e.g.:
  #   EXTRA_CATEGORIES = [
  #     'local',
  #   ]

  EXTRA_CATEGORIES = [
  ]

  # HOLD_PKGS: array
  #
  # This is a list of ports you don't want portupgrade(1) to upgrade,
  # portversion(1) to suggest upgrading, or pkgdb(1) to fix.
  # You can use wildcards ("ports glob" and "pkgname glob").
  # -f/--force with each command will override the held status.
  #
  # To completely hide the existence of a package, put a dummy file
  # named "+IGNOREME" in the package directory.
  #
  # cf. pkg_glob(1), ports_glob(1)
  #
  # e.g.:
  #   HOLD_PKGS = [
  #     'bsdpan-*',
  #     'x11*/XFree86*',
  #   ]

  HOLD_PKGS = [
    'bsdpan-*',
    'linux-mozilla-*',
  ]
#    'openoffice-*',

  # USE_PKGS: array
  # USE_PKGS_ONLY: array
  #
  # These are lists of ports that you prefer to use packages to
  # upgrade or install.  They apply -P/--use-packages and
  # -PP/--use-packages-only to specific ports, respectively.
  #
  # cf. -P/--use-packages and -PP/--use-packages-only of
  # portupgrade(1) and portinstall(1)
  #
  # e.g.:
  #   USE_PKGS = [
  #     'perl',
  #     'ruby',
  #	'python',
  #   ]
  #
  #   USE_PKGS_ONLY = [
  #     'x11*/XFree86*',
  #     '*openoffice*',
  #   ]

  USE_PKGS = [
  ]

  USE_PKGS_ONLY = [
  ]

  # ALT_PKGDEP: hash
  #
  # This is a hash to define alternative package dependencies.  For
  # each pair A => B, when a package X claims that it depends on a
  # package that matches the "pkgname glob" pattern A which is not
  # installed, the dependency is replaced with one installed
  # package that matches the "pkgname glob" pattern B.  If glob B
  # matches more than one installed package, replacement is not done
  # automatically.  <:delete> and <:skip> are special symbols that can
  # be used as B values, instead of pkgname glob patterns.  <:delete>
  # means to delete the dependency and <:skip> to skip it.
  #
  # cf. pkg_glob(1)
  #
  # e.g.:
  #   ALT_PKGDEP = {
  #     # If you use apache13-modssl instead of apache13
  #     'apache-1.3.*' => 'apache+mod_ssl-1.3.*',
  #
  #     # The same as above; you can use origins also
  #     'www/apache13' => 'www/apache13-modssl',
  #
  #     # If you install Apache from source (not from ports/packages)
  #     'apache' => :delete,
  #
  #     # You can specify pkgname w/o version; see pkg_glob(1)
  #     'w3m' => 'w3m-m17n',
  #   }

  ALT_PKGDEP = {
  }

  # MAKE_ARGS: hash
  #
  # This is a hash of ports glob or package glob => arguments mapping.
  # portupgrade(1) and portinstall(1) look it up to pick command line
  # arguments to pass to make(1).  You can use wildcards ("ports glob"
  # or "package glob").  If a port/package matches multiple entries,
  # all the arguments are joined using the space as separator.
  #
  # cf. -m/--make-args of portupgrade(1), ports_glob(1)
  #
  # You can alternatively specify a procedure instead of a string if
  # you want to specify arguments which can vary depending on the port.
  # The procedure is called with a port origin as an argument.
  #
  # e.g.:
  #   MAKE_ARGS = {
  #     'databases/mysql323-*' => 'WITH_CHARSET=ujis',
  #     'ruby18-*' => 'RUBY_VER=1.8',
  #     'ruby16-*' => 'RUBY_VER=1.6',
  #   }

  MAKE_ARGS = {
   'mplayer-*' => '-DWITHOUT_RUNTIME_CPUDETECTION -DWITHOUT_MENCODER -DWITH_GTK1 -DWITH_LIVEMEDIA',
   'mozilla-*' => '-DWITH_JAVASCRIPT_DEBUGGER',
   'vim-*' => '-DWITH_PERL -DWITH_CSCOPE',
  }

 #  'vim-*' => '-DWITH_GTK2 -DWITH_PERL -DWITH_RUBY -DWITH_TCL -DWITH_CSCOPE',
  # BEFOREBUILD: hash
  #
  # This is a hash of ports glob => command mapping.  portupgrade(1)
  # and portinstall(1) look it up to pick commands to run before
  # building a port.  You can use wildcards ("ports glob").  If a
  # port/package matches multiple entries, all the commands are joined
  # using the semicolon as separator and run.
  #
  # cf. -B/--beforebuild of portupgrade(1), ports_glob(1)
  #
  # You can alternatively specify a procedure instead of a string if
  # you want to run a command which can vary depending on the port.
  # The procedure is called with a port origin as an argument.  See
  # the examples in the AFTERINSTALL paragraph.
  #
  # e.g.:
  #   BEFOREBUILD = {
  #     # Always do cvs update before building a port
  #     '*' => 'cvs update',
  #   }

  BEFOREBUILD = {
  }

  # BEFOREDEINSTALL: hash
  #
  # This is a hash of ports glob => command mapping.  pkg_deinstall(1)
  # looks it up to pick commands to run after installing a port.  You
  # can use wildcards ("ports glob").  If a port/package matches
  # multiple entries, all the commands are joined using the semicolon
  # as separator and run.
  #
  # You can alternatively specify a procedure instead of a string if
  # you want to run a command which can vary depending on the port.
  # The procedure is called with a port origin as an argument.  See
  # the following examples.
  #
  # e.g.:
  #   BEFOREDEINSTALL = {
  #     # Automatically stop the service for each package that has a
  #     # rc script enabled
  #     '*' => proc { |origin|
  #       cmd_stop_rc(origin)
  #     },
  #
  #     # Stop postfix
  #     'mail/postfix*' => localbase() + '/sbin/postfix stop',
  #   }

  BEFOREDEINSTALL = {
  }

  # AFTERINSTALL: hash
  #
  # This is a hash of ports glob => command mapping.  portupgrade(1)
  # and portinstall(1) look it up to pick commands to run after
  # installing a port.  You can use wildcards ("ports glob").  If a
  # port/package matches multiple entries, all the commands are joined
  # using the semicolon as separator and run.
  #
  # cf. -B/--afterinstall of portupgrade(1), ports_glob(1)
  #
  # You can alternatively specify a procedure instead of a string if
  # you want to run a command which can vary depending on the port.
  # The procedure is called with an argument of a port origin.  See
  # the following examples.
  #
  # e.g.:
  #   AFTERINSTALL = {
  #     # Re-enable the X wrapper
  #     'x11-servers/XFree86-4-Server' => sprintf('cd %s/bin && if [ -x Xwrapper-4 ]; then ln -sf Xwrapper-4 X; fi', x11base()),
  #
  #     # Automatically start the server for each package that
  #     # installs a rc file enabled
  #     '*' => proc { |origin|
  #       cmd_start_rc(origin)
  #     },
  #
  #     # Automatically start MySQL server
  #     'databases/mysql323-server' => proc { |origin|
  #       cmd_enable_rc(origin) + ';' + cmd_start_rc(origin)
  #     },
  #
  #     # Start postfix
  #     'mail/postfix*' => localbase() + '/sbin/postfix start',
  #   }

  AFTERINSTALL = {
    # Re-enable the X wrapper
    'x11-servers/XFree86-4-Server' => sprintf(
     'cd %s/bin && if [ -x Xwrapper-4 ]; then ln -sf Xwrapper-4 X; fi',
     x11base()),
  }

  # PKG_SITES: array
  #
  # This is a list of URI's to get packages from.  Each site directory
  # must contain directories named 'All' and 'Latest'.  The value of
  # the environment variable `PKG_SITES' is automatically prepended to
  # the list. (default: [pkg_site_mirror()])
  #
  # e.g.:
  #   PKG_SITES = [
  #     sprintf('ftp://ftp.localdomain/pub/freebsd/packages-%s/', OS_MAJOR),
  #     pkg_site_builder(true),
  #     pkg_site_builder(),
  #     pkg_site_mirror(),
  #     pkg_site_primary(),
  #   ]

  PKG_SITES = [
    pkg_site_mirror(),
  ]

  # PORTUPGRADE_ARGS: string
  #
  # This sets the default options passed to portupgrade(1).
  #
  # e.g.:
  #   PORTUPGRADE_ARGS = ENV['PORTUPGRADE'] || \
  #     '-v -D -l /var/tmp/portupgrade.results ' + \
  #     '-L /var/tmp/portupgrade-%s::%s.log'

  PORTUPGRADE_ARGS = ENV['PORTUPGRADE']

end
-------------- next part --------------
CFLAGS= -O -pipe
COPTFLAGS= -O -pipe
NOPROFILE= true
#NOPORTDOCS=    true
X_WINDOW_SYSTEM=xorg
BATCH=yes
MAKE_KERBEROS4=yes
MAKE_KERBEROS5=yes
IPFW2=yes
# added by use.perl 2005-03-16 10:13:11
PERL_VER=5.8.6
PERL_VERSION=5.8.6
NOPERL=yes
-------------- next part --------------
/var/db/pkg/ImageMagick-6.2.0.5
/var/db/pkg/ORBit-0.5.17_2
/var/db/pkg/OpenEXR-1.2.1_1
/var/db/pkg/WordNet-2.0
/var/db/pkg/a2ps-letter-4.13b_3
/var/db/pkg/acroread-5.10_1
/var/db/pkg/adns-1.1
/var/db/pkg/apache-ant-1.6.2
/var/db/pkg/arts-1.3.2_1,1
/var/db/pkg/artswrapper-1.2.1_1
/var/db/pkg/aspell-0.60.2
/var/db/pkg/atk-1.9.1
/var/db/pkg/autoconf-2.13.000227_5
/var/db/pkg/autoconf-2.53_3
/var/db/pkg/autoconf-2.59_2
/var/db/pkg/automake-1.4.6_1
/var/db/pkg/automake-1.5_2,1
/var/db/pkg/automake-1.9.5
/var/db/pkg/axel-1.0a_3
/var/db/pkg/bash-2.05b.007_2
/var/db/pkg/bison-1.75_2
/var/db/pkg/bitstream-vera-1.10_1
/var/db/pkg/blackjack-1.2
/var/db/pkg/c_c++_reference-2.0.2_3
/var/db/pkg/cabextract-1.1
/var/db/pkg/cdparanoia-3.9.8_7
/var/db/pkg/cdrtools-2.01
/var/db/pkg/coreutils-5.2.1
/var/db/pkg/cscope-15.5_1
/var/db/pkg/cups-base-1.1.23.0_3
/var/db/pkg/cups-lpr-1.1.23.0
/var/db/pkg/cvsup-16.1h
/var/db/pkg/db4-4.0.14_1,1
/var/db/pkg/dejagnu-1.4.4
/var/db/pkg/desktop-file-utils-0.10_2
/var/db/pkg/dirmngr-0.9.0_1
/var/db/pkg/dri-6.2.1,2
/var/db/pkg/expat-1.95.8
/var/db/pkg/expect-5.42.1
/var/db/pkg/fam-2.6.9_6
/var/db/pkg/firefox-1.0.1_3,1
/var/db/pkg/flac-1.1.0_4
/var/db/pkg/fontconfig-2.2.3,1
/var/db/pkg/freetype2-2.1.9
/var/db/pkg/fribidi-0.10.4_1
/var/db/pkg/gaim-1.1.4_1
/var/db/pkg/gcc-3.3.6_20050223
/var/db/pkg/gcc-3.4.4_20050211
/var/db/pkg/gengetopt-2.11
/var/db/pkg/gettext-0.14.1
/var/db/pkg/ghostscript-gnu-7.07_12
/var/db/pkg/glib-1.2.10_11
/var/db/pkg/glib-2.6.3_1
/var/db/pkg/gmake-3.80_2
/var/db/pkg/gnomehier-2.0_5
/var/db/pkg/gnupg-1.4.0_1
/var/db/pkg/gnupg-devel-1.9.14_1
/var/db/pkg/gnutls-1.0.24_1
/var/db/pkg/gpgme-1.0.2
/var/db/pkg/graphviz-2.2
/var/db/pkg/gsfonts-8.11_2
/var/db/pkg/gtk-1.2.10_12
/var/db/pkg/gtk-2.6.4_1
/var/db/pkg/gtkportscan-1.2_1
/var/db/pkg/gtkspell2-2.0.10_1
/var/db/pkg/help2man-1.35.1
/var/db/pkg/hicolor-icon-theme-0.5
/var/db/pkg/imake-6.8.1
/var/db/pkg/intltool-0.33
/var/db/pkg/jasper-1.701.0
/var/db/pkg/javavmwrapper-2.0_3
/var/db/pkg/jbigkit-1.6
/var/db/pkg/jdk-1.4.2p7
/var/db/pkg/jpeg-6b_3
/var/db/pkg/kdeaddons-vimpart-3.3.2
/var/db/pkg/kdeartwork-3.3.2_1
/var/db/pkg/kdebase-3.3.2_2
/var/db/pkg/kdegames-3.3.2_2
/var/db/pkg/kdegraphics-3.3.2_2
/var/db/pkg/kdehier-1.0_4
/var/db/pkg/kdelibs-3.3.2_6
/var/db/pkg/kdemultimedia-3.3.2_1
/var/db/pkg/kdemultimedia-mpeglib_artsplug-3.3.2_1
/var/db/pkg/kdenetwork-3.3.2
/var/db/pkg/kdepim-3.3.2_1
/var/db/pkg/kdesdk-3.3.2
/var/db/pkg/kdeutils-3.3.2
/var/db/pkg/kdevelop-3.1.2
/var/db/pkg/kdewebdev-3.3.2,2
/var/db/pkg/koffice-1.3.5_2,1
/var/db/pkg/l2tpd-0.69_2
/var/db/pkg/lame-3.96.1
/var/db/pkg/lcms-1.14,1
/var/db/pkg/libIDL-0.8.5_1
/var/db/pkg/libXft-2.1.6
/var/db/pkg/libao-0.8.5
/var/db/pkg/libart_lgpl2-2.3.17
/var/db/pkg/libassuan-0.6.9
/var/db/pkg/libaudiofile-0.2.6
/var/db/pkg/libfpx-1.2.0.12
/var/db/pkg/libgcrypt-1.2.1
/var/db/pkg/libglut-6.0.1
/var/db/pkg/libgnugetopt-1.2
/var/db/pkg/libgpg-error-1.0_1
/var/db/pkg/libgsf-1.11.1
/var/db/pkg/libiconv-1.9.2_1
/var/db/pkg/libidn-0.5.13
/var/db/pkg/libksba-0.9.10_1
/var/db/pkg/libltdl-1.5.10
/var/db/pkg/libmad-0.15.1b_1
/var/db/pkg/libmal-0.40
/var/db/pkg/libmng-1.0.8
/var/db/pkg/libmusicbrainz-2.1.1
/var/db/pkg/libogg-1.1.2_1,3
/var/db/pkg/libpaper-1.1.14.3
/var/db/pkg/libtool-1.3.5_2
/var/db/pkg/libtool-1.5.10_1
/var/db/pkg/libtunepimp-0.3.0_1
/var/db/pkg/libvorbis-1.1.0_1,3
/var/db/pkg/libwmf-0.2.8.3
/var/db/pkg/libxml2-2.6.18
/var/db/pkg/libxslt-1.1.13
/var/db/pkg/linux-XFree86-libs-4.3.99.902_2
/var/db/pkg/linux-atk-1.2.0_2
/var/db/pkg/linux-esound-0.2.22_3
/var/db/pkg/linux-expat-1.95.5_2
/var/db/pkg/linux-flashplugin-6.0r79_2
/var/db/pkg/linux-flashplugin-7.0r25_1
/var/db/pkg/linux-fontconfig-2.1_2
/var/db/pkg/linux-glib2-2.2.1_2
/var/db/pkg/linux-gtk-1.2_4
/var/db/pkg/linux-gtk2-2.2.1_3
/var/db/pkg/linux-jpeg-6b.15_3
/var/db/pkg/linux-libaudiofile-0.1.11_4
/var/db/pkg/linux-mozilla-1.2
/var/db/pkg/linux-pango-1.2.1_2
/var/db/pkg/linux-png-1.2.7_5
/var/db/pkg/linux-realplayer-10.0.2_1
/var/db/pkg/linux-tiff-3.6.1_1
/var/db/pkg/linux_base-8-8.0_6
/var/db/pkg/linuxpluginwrapper-20050119_1
/var/db/pkg/liveMedia-2005.03.11,1
/var/db/pkg/m4-1.4.1
/var/db/pkg/mozilla-1.7.5_2,2
/var/db/pkg/mpd-3.18_2
/var/db/pkg/mpeg2codec-1.2_1
/var/db/pkg/mplayer-gtk-0.99.6_1
/var/db/pkg/mplayer-skins-1.1.1_1
/var/db/pkg/mplayerplug-in-2.80_1
/var/db/pkg/mtools-3.9.8_4
/var/db/pkg/nas-1.7
/var/db/pkg/nasm-0.98.39,1
/var/db/pkg/net-snmp-5.2.1
/var/db/pkg/nspr-4.4.1_1
/var/db/pkg/nss-3.9.2
/var/db/pkg/nvidia-driver-1.0.6113_4
/var/db/pkg/nvidia-settings-1.0_3
/var/db/pkg/open-motif-2.2.3_1
/var/db/pkg/openldap-client-2.2.23
/var/db/pkg/openoffice-1.1.4
/var/db/pkg/openslp-1.0.11_1
/var/db/pkg/openssh-portable-3.9.0.1,1
/var/db/pkg/openssl-0.9.7e_2
/var/db/pkg/p5-XML-Parser-2.34_1
/var/db/pkg/p5-gettext-1.03
/var/db/pkg/pango-1.8.1
/var/db/pkg/pcre-5.0
/var/db/pkg/pdksh-5.2.14p2
/var/db/pkg/perl-5.8.6_2
/var/db/pkg/pilot-link-0.11.8_3
/var/db/pkg/pkgconfig-0.15.0_1
/var/db/pkg/pkgdb.db
/var/db/pkg/plugger-5.1.2
/var/db/pkg/png-1.2.8_1
/var/db/pkg/popt-1.7
/var/db/pkg/portupgrade-20041226_1
/var/db/pkg/pth-2.0.3
/var/db/pkg/python-2.4_1
/var/db/pkg/qca-tls-1.0_1
/var/db/pkg/qmake-3.3.4
/var/db/pkg/qt-3.3.4
/var/db/pkg/rc_subr-1.31
/var/db/pkg/rdesktop-1.4.0
/var/db/pkg/rpm-3.0.6_9
/var/db/pkg/rpm2cpio-1.2_2
/var/db/pkg/ruby-1.8.2_3
/var/db/pkg/ruby18-bdb1-0.2.2
/var/db/pkg/samba-3.0.11,1
/var/db/pkg/samba-libsmbclient-3.0.11_1
/var/db/pkg/shared-mime-info-0.15_8
/var/db/pkg/speex-1.0.4_1,1
/var/db/pkg/startup-notification-0.8_1
/var/db/pkg/t1lib-5.0.1,1
/var/db/pkg/taglib-1.3.1
/var/db/pkg/tcl-8.4.7,1
/var/db/pkg/tidy-20000804_2
/var/db/pkg/tiff-3.7.1_2
/var/db/pkg/tk-8.4.7,2
/var/db/pkg/ttmkfdir-20021109_1
/var/db/pkg/unzip-5.52_1
/var/db/pkg/urwfonts-1.0
/var/db/pkg/valgrind-352_3
/var/db/pkg/vim-6.3.62
/var/db/pkg/webfonts-0.21_1
/var/db/pkg/win32-codecs-3.1.0.p5,1
/var/db/pkg/wv2-0.2.2_1
/var/db/pkg/xorg-6.8.1
/var/db/pkg/xorg-clients-6.8.1_1
/var/db/pkg/xorg-documents-6.8.1
/var/db/pkg/xorg-fonts-100dpi-6.8.1
/var/db/pkg/xorg-fonts-75dpi-6.8.1
/var/db/pkg/xorg-fonts-cyrillic-6.8.1
/var/db/pkg/xorg-fonts-encodings-6.8.1
/var/db/pkg/xorg-fonts-miscbitmaps-6.8.1
/var/db/pkg/xorg-fonts-truetype-6.8.1
/var/db/pkg/xorg-fonts-type1-6.8.1
/var/db/pkg/xorg-fontserver-6.8.1_2
/var/db/pkg/xorg-libraries-6.8.1_1
/var/db/pkg/xorg-nestserver-6.8.1
/var/db/pkg/xorg-printserver-6.8.1
/var/db/pkg/xorg-server-6.8.1_2
/var/db/pkg/xorg-vfbserver-6.8.1
/var/db/pkg/xpdf-3.00_6
/var/db/pkg/xterm-200_2
/var/db/pkg/zip-2.3_2


More information about the freebsd-ports mailing list