From nobody@FreeBSD.org  Sun Aug  4 03:48:39 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id ED7A2D24
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  4 Aug 2013 03:48:39 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id C9FC72A1B
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  4 Aug 2013 03:48:39 +0000 (UTC)
Received: from oldred.freebsd.org ([127.0.1.6])
	by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r743mcK5048512
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 4 Aug 2013 03:48:39 GMT
	(envelope-from nobody@oldred.freebsd.org)
Received: (from nobody@localhost)
	by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r743mcfI048511;
	Sun, 4 Aug 2013 03:48:38 GMT
	(envelope-from nobody)
Message-Id: <201308040348.r743mcfI048511@oldred.freebsd.org>
Date: Sun, 4 Aug 2013 03:48:38 GMT
From: Bill <lists+freebsd@xinu.tv>
To: freebsd-gnats-submit@FreeBSD.org
Subject: net-mgmt/smokeping 2.6.9 build problem
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: rodrigo@bebik.net

>Number:         181010
>Category:       ports
>Synopsis:       net-mgmt/smokeping 2.6.9 build problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 04 03:50:00 UTC 2013
>Closed-Date:    Mon Aug 26 04:34:42 UTC 2013
>Last-Modified:  Mon Aug 26 04:34:42 UTC 2013
>Originator:     Bill
>Release:        8.3
>Organization:
>Environment:
FreeBSD 8.3-RELEASE-p9
>Description:
My installed (2.6.8) smokeping started failing with:
[Sat Aug 3 20:42:48 2013] smokeping_cgi: Undefined subroutine &SNMP_Session::pack_sockaddr_in6 called at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 150.
[Sat Aug 3 20:42:48 2013] smokeping_cgi: BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 154.
[Sat Aug 3 20:42:48 2013] smokeping_cgi: Compilation failed in require at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
[Sat Aug 3 20:42:48 2013] smokeping_cgi: BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
[Sat Aug 3 20:42:48 2013] smokeping_cgi: Compilation failed in require at /usr/local/smokeping/lib/Smokeping.pm line 9.
[Sat Aug 3 20:42:48 2013] smokeping_cgi: BEGIN failed--compilation aborted at /usr/local/smokeping/lib/Smokeping.pm line 9.
[Sat Aug 3 20:42:48 2013] smokeping_cgi: Compilation failed in require at /usr/local/bin/smokeping_cgi line 16.
[Sat Aug 3 20:42:48 2013] smokeping_cgi: BEGIN failed--compilation aborted at /usr/local/bin/smokeping_cgi line 16.


So I thought rebuilding all the things depending on perl would help, so I did:

# portupgrade -rf perl

Which had smokeping failing to build.  I did a 'make config' and tried disabling all the options for smokeping, still no good.
>How-To-Repeat:
# make -C /usr/ports/net-mgmt/smokeping

===>  Building for smokeping-2.6.9
Making all in bin
gmake[1]: Entering directory `/usr/ports/net-mgmt/smokeping/work/smokeping-2.6.9/bin'
gmake[1]: Nothing to be done for `all'.
gmake[1]: Leaving directory `/usr/ports/net-mgmt/smokeping/work/smokeping-2.6.9/bin'
Making all in doc
gmake[1]: Entering directory `/usr/ports/net-mgmt/smokeping/work/smokeping-2.6.9/doc'
  GEN    Smokeping_probes_EchoPingChargen.pod
  GEN    Smokeping_probes_FTPtransfer.pod
  GEN    Smokeping_probes_DNS.pod
  GEN    Smokeping_probes_CiscoRTTMonEchoICMP.pod
  GEN    Smokeping_probes_basevars.pod
  GEN    Smokeping_probes_CiscoRTTMonTcpConnect.pod
  GEN    Smokeping_probes_Radius.pod
  GEN    Smokeping_probes_AnotherSSH.pod
Undefined subroutine &SNMP_Session::pack_sockaddr_in6 called at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 150.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 154.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
Compilation failed in require at ../lib/Smokeping.pm line 9.
BEGIN failed--compilation aborted at ../lib/Smokeping.pm line 9.
Compilation failed in require.
BEGIN failed--compilation aborted.
gmake[1]: *** [Smokeping_probes_basevars.pod] Error 255
gmake[1]: *** Waiting for unfinished jobs....
Undefined subroutine &SNMP_Session::pack_sockaddr_in6 called at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 150.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 154.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
Compilation failed in require at ../lib/Smokeping.pm line 9.
BEGIN failed--compilation aborted at ../lib/Smokeping.pm line 9.
Compilation failed in require.
BEGIN failed--compilation aborted.
gmake[1]: *** [Smokeping_probes_EchoPingChargen.pod] Error 255
Undefined subroutine &SNMP_Session::pack_sockaddr_in6 called at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 150.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 154.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
Compilation failed in require at ../lib/Smokeping.pm line 9.
BEGIN failed--compilation aborted at ../lib/Smokeping.pm line 9.
Compilation failed in require.
BEGIN failed--compilation aborted.
gmake[1]: *** [Smokeping_probes_CiscoRTTMonEchoICMP.pod] Error 255
Undefined subroutine &SNMP_Session::pack_sockaddr_in6 called at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 150.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 154.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
Compilation failed in require at ../lib/Smokeping.pm line 9.
BEGIN failed--compilation aborted at ../lib/Smokeping.pm line 9.
Compilation failed in require.
BEGIN failed--compilation aborted.
gmake[1]: *** [Smokeping_probes_DNS.pod] Error 255
Undefined subroutine &SNMP_Session::pack_sockaddr_in6 called at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 150.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 154.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
Compilation failed in require at ../lib/Smokeping.pm line 9.
BEGIN failed--compilation aborted at ../lib/Smokeping.pm line 9.
Compilation failed in require.
BEGIN failed--compilation aborted.
gmake[1]: *** [Smokeping_probes_CiscoRTTMonTcpConnect.pod] Error 255
Undefined subroutine &SNMP_Session::pack_sockaddr_in6 called at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 150.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 154.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
Compilation failed in require at ../lib/Smokeping.pm line 9.
BEGIN failed--compilation aborted at ../lib/Smokeping.pm line 9.
Compilation failed in require.
BEGIN failed--compilation aborted.
gmake[1]: *** [Smokeping_probes_Radius.pod] Error 255
Undefined subroutine &SNMP_Session::pack_sockaddr_in6 called at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 150.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 154.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
Compilation failed in require at ../lib/Smokeping.pm line 9.
BEGIN failed--compilation aborted at ../lib/Smokeping.pm line 9.
Compilation failed in require.
BEGIN failed--compilation aborted.
gmake[1]: *** [Smokeping_probes_FTPtransfer.pod] Error 255
Undefined subroutine &SNMP_Session::pack_sockaddr_in6 called at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 150.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm line 154.
Compilation failed in require at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
BEGIN failed--compilation aborted at /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm line 44.
Compilation failed in require at ../lib/Smokeping.pm line 9.
BEGIN failed--compilation aborted at ../lib/Smokeping.pm line 9.
Compilation failed in require.
BEGIN failed--compilation aborted.
gmake[1]: *** [Smokeping_probes_AnotherSSH.pod] Error 255
rm Smokeping_probes_Radius.pod Smokeping_probes_EchoPingChargen.pod Smokeping_probes_basevars.pod Smokeping_probes_FTPtransfer.pod Smokeping_probes_AnotherSSH.pod Smokeping_probes_CiscoRTTMonEchoICMP.pod Smokeping_probes_DNS.pod Smokeping_probes_CiscoRTTMonTcpConnect.pod
gmake[1]: Leaving directory `/usr/ports/net-mgmt/smokeping/work/smokeping-2.6.9/doc'
gmake: *** [all-recursive] Error 1
===> Compilation failed unexpectedly.
Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to
the maintainer.
*** Error code 1

Stop in /usr/ports/net-mgmt/smokeping.
*** Error code 1

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Aug 4 03:50:09 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181010 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: rodrigo@bebik.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/181010: net-mgmt/smokeping 2.6.9 build problem
Date: Sun, 4 Aug 2013 03:50:08 UT

 Maintainer of net-mgmt/smokeping,
 
 Please note that PR ports/181010 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/181010
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Rodrigo OSORIO <rodrigo@bebik.net>
To: bug-followup@FreeBSD.org, lists+freebsd@xinu.tv
Cc:  
Subject: Re: ports/181010: net-mgmt/smokeping 2.6.9 build problem
Date: Sun, 11 Aug 2013 11:35:38 +0200

 Hi,
 
 I tested the port in several configurations but
 can't reproduce your issue. I suppose this
 is probably caused by a deprecate dependency.
 Can you provide me the list of installed ports
 with their version ?
 
 Meanwhile, try to upgrade your ports otherwise,
 test the solution described in this post [1].
 
 Regards,
 - rodrigo
 
 [1] http://forums.cpanel.net/f5/mrtg-errors-after-upcp-332171.html

From: Bill Thiede <lists+freebsd@xinu.tv>
To: Rodrigo OSORIO <rodrigo@bebik.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/181010: net-mgmt/smokeping 2.6.9 build problem
Date: Sun, 11 Aug 2013 11:10:37 -0700

 --IJpNTDwzlM2Ie8A6
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 I run "portsnap fetch && portsnap update && portupgrade -ac" approximately
 weekly, so I'm not sure what could be out of date.  Attached is the output of
 'pkg_version -v'.
 
 This may be useful:
 
 $ pkg_info -W /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm 
 /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm was installed by package p5-SNMP_Session-1.13_1
 
 Following the advice listed in your link, I edited
 /usr/local/lib/perl5/site_perl/5.12/SNMP_Session.pm and added
 pack_sockaddr_in6 to the relevant import lines and smokeping was able to build
 again.  I appear to have the latest installed.  Does your copy of that file
 have pack_sockaddr_in6 mentioned in the Socket6->import lines?  If not, how
 does it work for you; if yes, then what have I done to mess up my system?  I'm
 not in the habit of editing files installed by ports, so leaving my
 /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm edited is non-ideal.
 
 Bill
 
 
 On Sun, Aug 11, 2013 at 11:35:38AM +0200, Rodrigo OSORIO wrote:
 > Hi,
 > 
 > I tested the port in several configurations but
 > can't reproduce your issue. I suppose this
 > is probably caused by a deprecate dependency.
 > Can you provide me the list of installed ports
 > with their version ?
 > 
 > Meanwhile, try to upgrade your ports otherwise,
 > test the solution described in this post [1].
 > 
 > Regards,
 > - rodrigo
 > 
 > [1] http://forums.cpanel.net/f5/mrtg-errors-after-upcp-332171.html
 > 
 
 --IJpNTDwzlM2Ie8A6
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="pkg_versions.txt"
 
 2ping-2.0                           =   up-to-date with port
 GeoIP-1.4.8_3                       =   up-to-date with port
 GraphicsMagick-1.1.15_5,1           =   up-to-date with port
 ImageMagick-nox11-6.8.0.7_1         =   up-to-date with port
 ORBit2-2.14.19                      =   up-to-date with port
 OpenEXR-1.7.1                       =   up-to-date with port
 TkTopNetFlows-0.4_5                 =   up-to-date with port
 aalib-1.4.r5_6                      =   up-to-date with port
 adns-1.4_1                          =   up-to-date with port
 aggregate-1.6_1                     =   up-to-date with port
 aircrack-ng-1.1_1                   =   up-to-date with port
 apcupsd-3.14.10_1                   =   up-to-date with port
 appres-1.0.4                        =   up-to-date with port
 apr-1.4.8.1.5.2                     =   up-to-date with port
 asciidoc-8.6.8_1                    =   up-to-date with port
 aspell-0.60.6.1_2                   =   up-to-date with port
 at-spi2-atk-2.8.0                   =   up-to-date with port
 at-spi2-core-2.8.0                  =   up-to-date with port
 ataidle-2.7.2                       =   up-to-date with port
 atk-2.8.0                           =   up-to-date with port
 atop-2.0.2.b2                       =   up-to-date with port
 attica-0.4.2,2                      =   up-to-date with port
 autoconf-2.13.000227_6              =   up-to-date with port
 autoconf-2.69                       =   up-to-date with port
 autoconf-wrapper-20130530           =   up-to-date with port
 autocutsel-0.9.0_2                  =   up-to-date with port
 automake-1.14                       =   up-to-date with port
 automake-1.4.6_6                    =   up-to-date with port
 automake-wrapper-20130530           =   up-to-date with port
 automoc4-0.9.88_3                   =   up-to-date with port
 avahi-0.6.29_1                      <   needs updating (port has 0.6.31)
 avahi-app-0.6.31                    =   up-to-date with port
 awesome-3.5.1_2,1                   =   up-to-date with port
 babl-0.1.10                         =   up-to-date with port
 bash-4.2.45                         =   up-to-date with port
 bash-completion-2.1,1               =   up-to-date with port
 bdftopcf-1.0.4                      =   up-to-date with port
 bigreqsproto-1.1.2                  =   up-to-date with port
 binutils-2.23.2                     =   up-to-date with port
 bison-2.7.1,1                       =   up-to-date with port
 bitmap-1.0.7                        =   up-to-date with port
 bitstream-vera-1.10_5               =   up-to-date with port
 blt-2.4z_7                          =   up-to-date with port
 boehm-gc-7.1                        =   up-to-date with port
 bonnie++-1.97                       =   up-to-date with port
 boost-all-1.52.0                    =   up-to-date with port
 boost-docs-1.52.0                   =   up-to-date with port
 boost-jam-1.52.0_1                  =   up-to-date with port
 boost-libs-1.52.0_2                 =   up-to-date with port
 boost-python-libs-1.52.0            =   up-to-date with port
 bootstrap-openjdk-r316538           =   up-to-date with port
 bzr-2.6.0                           =   up-to-date with port
 ca_root_nss-3.15.1                  =   up-to-date with port
 cabextract-1.4                      =   up-to-date with port
 cairo-1.10.2_5,2                    =   up-to-date with port
 cairomm-1.10.0_1                    =   up-to-date with port
 cantarell-fonts-0.0.13              =   up-to-date with port
 ccxstream-1.0.15_1                  =   up-to-date with port
 cdb-0.75                            =   up-to-date with port
 cdparanoia-3.9.8_9                  =   up-to-date with port
 cdrtools-3.00_2                     =   up-to-date with port
 celt-0.11.3_1                       =   up-to-date with port
 clucene-2.3.3.4_2                   =   up-to-date with port
 cmake-2.8.11.2                      =   up-to-date with port
 cmake-modules-2.8.11.2              =   up-to-date with port
 colord-1.0.1                        =   up-to-date with port
 compositeproto-0.4.2                =   up-to-date with port
 consolekit-0.4.3                    =   up-to-date with port
 coreutils-8.20_2                    =   up-to-date with port
 cscope-15.8a                        =   up-to-date with port
 ctags-5.8                           =   up-to-date with port
 cups-client-1.5.4_1                 =   up-to-date with port
 cups-image-1.5.4_1                  =   up-to-date with port
 curl-7.31.0_1                       =   up-to-date with port
 cvsps-2.1_1                         =   up-to-date with port
 cyrus-sasl-2.1.26_2                 =   up-to-date with port
 cython-0.19.1                       =   up-to-date with port
 daemontools-0.76_16                 =   up-to-date with port
 damageproto-1.2.1                   =   up-to-date with port
 db41-4.1.25_4                       =   up-to-date with port
 db42-4.2.52_5                       =   up-to-date with port
 db46-4.6.21.4                       =   up-to-date with port
 dbus-1.6.12                         =   up-to-date with port
 dbus-glib-0.100.2                   =   up-to-date with port
 dconf-0.14.1                        =   up-to-date with port
 dejavu-2.33                         =   up-to-date with port
 desktop-file-utils-0.21             =   up-to-date with port
 dev86-0.16.18                       =   up-to-date with port
 dgs-0.5.9.1_11                      =   up-to-date with port
 dialog4ports-0.1.5_1                =   up-to-date with port
 djbfft-0.76_2                       =   up-to-date with port
 dmidecode-2.11                      =   up-to-date with port
 dmxproto-2.3.1                      =   up-to-date with port
 docbook-1.4_1                       =   up-to-date with port
 docbook-4.1_4                       =   up-to-date with port
 docbook-4.2                         =   up-to-date with port
 docbook-4.3                         =   up-to-date with port
 docbook-4.4_2                       =   up-to-date with port
 docbook-4.5_2                       =   up-to-date with port
 docbook-5.0_1                       =   up-to-date with port
 docbook-sk-4.1.2_4                  =   up-to-date with port
 docbook-xml-4.2_1                   =   up-to-date with port
 docbook-xml-4.3                     =   up-to-date with port
 docbook-xml-4.4_1                   =   up-to-date with port
 docbook-xml-4.5                     =   up-to-date with port
 docbook-xsl-1.76.1_1                =   up-to-date with port
 dosunix-1.0.14                      =   up-to-date with port
 dovecot-2.2.5                       =   up-to-date with port
 doxygen-1.8.3.1_1                   =   up-to-date with port
 dri-7.6.1_3,2                       =   up-to-date with port
 dri2proto-2.8                       =   up-to-date with port
 e2fsprogs-1.42.8                    =   up-to-date with port
 e2fsprogs-libuuid-1.42.8            =   up-to-date with port
 echoping-6.0.0_4                    =   up-to-date with port
 eet-1.7.8,2                         =   up-to-date with port
 eggdbus-0.6_1                       =   up-to-date with port
 eigen-2.0.17,1                      =   up-to-date with port
 eina-1.7.8                          =   up-to-date with port
 elinks-0.11.7_3                     =   up-to-date with port
 en-aspell-7.1.0_1                   =   up-to-date with port
 enca-1.13                           =   up-to-date with port
 enchant-1.6.0_1                     =   up-to-date with port
 encodings-1.0.4,1                   =   up-to-date with port
 enscript-a4-1.6.4_5                 =   up-to-date with port
 esound-0.2.41_1                     =   up-to-date with port
 evas-core-1.7.8                     =   up-to-date with port
 evas-engine-buffer-1.7.8            =   up-to-date with port
 evas-engine-opengl-1.7.8            =   up-to-date with port
 evas-engine-sdl-1.7.8               =   up-to-date with port
 evas-engine-x11-1.7.8               =   up-to-date with port
 evieext-1.1.1                       =   up-to-date with port
 exif-0.6.20_1                       =   up-to-date with port
 exiv2-0.23,1                        =   up-to-date with port
 expat-2.1.0                         =   up-to-date with port
 faad2-2.7_3,1                       =   up-to-date with port
 ffmpeg-0.7.15,1                     =   up-to-date with port
 ffmpeg1-1.2.2                       =   up-to-date with port
 fftw3-3.3.3_1                       =   up-to-date with port
 filebench-1.4.8.0.8                 =   up-to-date with port
 finch-2.10.7_1                      =   up-to-date with port
 fio-2.1.1                           =   up-to-date with port
 fixesproto-5.0                      =   up-to-date with port
 flac-1.3.0_1                        =   up-to-date with port
 flex-2.5.37_1                       =   up-to-date with port
 flock-2.19                          =   up-to-date with port
 font-adobe-100dpi-1.0.3             =   up-to-date with port
 font-adobe-75dpi-1.0.3              =   up-to-date with port
 font-adobe-utopia-100dpi-1.0.4      =   up-to-date with port
 font-adobe-utopia-75dpi-1.0.4       =   up-to-date with port
 font-adobe-utopia-type1-1.0.4       =   up-to-date with port
 font-alias-1.0.3                    =   up-to-date with port
 font-amsfonts-3.02_1                =   up-to-date with port
 font-arabic-misc-1.0.3              =   up-to-date with port
 font-bh-100dpi-1.0.3                =   up-to-date with port
 font-bh-75dpi-1.0.3                 =   up-to-date with port
 font-bh-lucidatypewriter-100dpi-1.0.3  =   up-to-date with port
 font-bh-lucidatypewriter-75dpi-1.0.3  =   up-to-date with port
 font-bh-ttf-1.0.3                   =   up-to-date with port
 font-bh-type1-1.0.3                 =   up-to-date with port
 font-bitstream-100dpi-1.0.3         =   up-to-date with port
 font-bitstream-75dpi-1.0.3          =   up-to-date with port
 font-bitstream-type1-1.0.3          =   up-to-date with port
 font-cronyx-cyrillic-1.0.3          =   up-to-date with port
 font-cursor-misc-1.0.3              =   up-to-date with port
 font-daewoo-misc-1.0.3              =   up-to-date with port
 font-dec-misc-1.0.3                 =   up-to-date with port
 font-ibm-type1-1.0.3                =   up-to-date with port
 font-isas-misc-1.0.3                =   up-to-date with port
 font-jis-misc-1.0.3                 =   up-to-date with port
 font-micro-misc-1.0.3               =   up-to-date with port
 font-misc-cyrillic-1.0.3            =   up-to-date with port
 font-misc-ethiopic-1.0.3            =   up-to-date with port
 font-misc-meltho-1.0.3              =   up-to-date with port
 font-misc-misc-1.1.2                =   up-to-date with port
 font-mutt-misc-1.0.3                =   up-to-date with port
 font-schumacher-misc-1.1.2          =   up-to-date with port
 font-screen-cyrillic-1.0.4          =   up-to-date with port
 font-sony-misc-1.0.3                =   up-to-date with port
 font-sun-misc-1.0.3                 =   up-to-date with port
 font-util-1.3.0                     =   up-to-date with port
 font-winitzki-cyrillic-1.0.3        =   up-to-date with port
 font-xfree86-type1-1.0.4            =   up-to-date with port
 fontcacheproto-0.1.3                =   up-to-date with port
 fontconfig-2.10.93,1                =   up-to-date with port
 fontsproto-2.1.2                    =   up-to-date with port
 fping-3.5                           =   up-to-date with port
 freetype2-2.4.12_1                  =   up-to-date with port
 frei0r-1.3_1                        =   up-to-date with port
 fribidi-0.19.2_1                    =   up-to-date with port
 fusefs-gphotofs-0.4.0_1             =   up-to-date with port
 fusefs-kmod-0.3.9.p1.20080208_11    =   up-to-date with port
 fusefs-libs-2.9.3                   =   up-to-date with port
 gamin-0.1.10_6                      =   up-to-date with port
 gawk-4.1.0                          =   up-to-date with port
 gcc-4.6.4,1                         =   up-to-date with port
 gcc-ecj-4.5                         =   up-to-date with port
 gccmakedep-1.0.2_1                  =   up-to-date with port
 gconf2-2.32.0_3                     =   up-to-date with port
 gdb-7.6                             =   up-to-date with port
 gdbm-1.10                           =   up-to-date with port
 gdk-pixbuf2-2.28.2                  =   up-to-date with port
 geeqie-1.1                          =   up-to-date with port
 gegl-0.2.0_3                        =   up-to-date with port
 getopt-1.1.5                        =   up-to-date with port
 gettext-0.18.3                      =   up-to-date with port
 ghostscript9-nox11-9.06_4           =   up-to-date with port
 giflib-nox11-4.2.1_2                =   up-to-date with port
 gimp-app-2.8.6_1,1                  =   up-to-date with port
 git-1.8.3.4                         =   up-to-date with port
 glew-1.10.0                         =   up-to-date with port
 glfw-2.7.9                          =   up-to-date with port
 glib-1.2.10_13                      =   up-to-date with port
 glib-2.36.3                         =   up-to-date with port
 glib-networking-2.36.2              =   up-to-date with port
 glibmm-2.36.2,1                     =   up-to-date with port
 glproto-1.4.16                      =   up-to-date with port
 gmake-3.82_1                        =   up-to-date with port
 gmime-24-2.4.33                     =   up-to-date with port
 gmp-5.1.2                           =   up-to-date with port
 gnome-doc-utils-0.20.10             =   up-to-date with port
 gnome-icon-theme-2.31.0_3           =   up-to-date with port
 gnome-keyring-2.32.1_3              =   up-to-date with port
 gnome-mime-data-2.18.0_4            =   up-to-date with port
 gnome-mount-0.8_11                  =   up-to-date with port
 gnome-vfs-2.24.4_1                  =   up-to-date with port
 gnome_subr-1.0                      =   up-to-date with port
 gnomehier-3.0                       =   up-to-date with port
 gnu-watch-3.2.8                     =   up-to-date with port
 gnupg-2.0.20_1                      =   up-to-date with port
 gnuplot-4.6.3_1                     =   up-to-date with port
 gnutls-2.12.23_1                    =   up-to-date with port
 gobject-introspection-1.36.0_1      =   up-to-date with port
 google-perftools-1.8.3              =   up-to-date with port
 gpac-libgpac-0.4.5_6,1              =   up-to-date with port
 gperf-3.0.3                         =   up-to-date with port
 gphoto2-2.4.14                      =   up-to-date with port
 gpsbabel-1.4.4                      =   up-to-date with port
 graphite2-1.2.3                     =   up-to-date with port
 graphviz-2.30.1                     =   up-to-date with port
 gsed-4.2.2                          =   up-to-date with port
 gsettings-desktop-schemas-3.6.1     =   up-to-date with port
 gsfonts-8.11_6                      =   up-to-date with port
 gsoap-2.8.10_1                      =   up-to-date with port
 gstreamer-0.10.36                   =   up-to-date with port
 gstreamer-ffmpeg-0.10.13            =   up-to-date with port
 gstreamer-plugins-0.10.36_3,3       =   up-to-date with port
 gstreamer-plugins-a52dec-0.10.19,3  =   up-to-date with port
 gstreamer-plugins-bad-0.10.23,3     =   up-to-date with port
 gstreamer-plugins-core-0.10_13      =   up-to-date with port
 gstreamer-plugins-dts-0.10.23,3     =   up-to-date with port
 gstreamer-plugins-dvd-0.10.19,3     =   up-to-date with port
 gstreamer-plugins-good-0.10.31,3    =   up-to-date with port
 gstreamer-plugins-libpng-0.10.31,3  =   up-to-date with port
 gstreamer-plugins-mad-0.10.19,3     =   up-to-date with port
 gstreamer-plugins-mp3-0.10.0_1      =   up-to-date with port
 gstreamer-plugins-ogg-0.10.36,3     =   up-to-date with port
 gstreamer-plugins-pango-0.10.36_1,3  =   up-to-date with port
 gstreamer-plugins-theora-0.10.36,3  =   up-to-date with port
 gstreamer-plugins-ugly-0.10.19,3    =   up-to-date with port
 gstreamer-plugins-vorbis-0.10.36,3  =   up-to-date with port
 gstreamer-plugins-xvid-0.10.23,3    =   up-to-date with port
 gtar-1.26                           =   up-to-date with port
 gtk-2.24.19_1                       =   up-to-date with port
 gtk-3.8.2_1                         =   up-to-date with port
 gtk-doc-1.18                        =   up-to-date with port
 gtk-engines2-2.20.2_1               =   up-to-date with port
 gtk-update-icon-cache-2.24.19       =   up-to-date with port
 gtkimageview-1.6.4_3                =   up-to-date with port
 gvfs-1.12.3_1                       =   up-to-date with port
 hal-0.5.14_20                       =   up-to-date with port
 harfbuzz-0.9.19                     =   up-to-date with port
 healthd-0.7.9_2                     =   up-to-date with port
 help2man-1.43.3                     =   up-to-date with port
 hicolor-icon-theme-0.12             =   up-to-date with port
 hotkeys-0.5.7.1_12                  =   up-to-date with port
 httperf-0.9.0                       =   up-to-date with port
 httping-2.2.1_1                     =   up-to-date with port
 hunspell-1.3.2_2                    =   up-to-date with port
 hupnp-1.0.0_1                       =   up-to-date with port
 ibus-1.4.1                          =   up-to-date with port
 iceauth-1.0.6                       =   up-to-date with port
 icon-naming-utils-0.8.90_1          =   up-to-date with port
 icu-50.1.2                          =   up-to-date with port
 id3ed-1.10.4                        =   up-to-date with port
 id3lib-3.8.3_5                      =   up-to-date with port
 id3tool-1.2a                        =   up-to-date with port
 id3v2-0.1.12                        =   up-to-date with port
 iftop-0.17                          =   up-to-date with port
 ilmbase-1.0.3                       =   up-to-date with port
 imake-1.0.6,1                       =   up-to-date with port
 imlib2-nox11-1.4.5_2,2              =   up-to-date with port
 inputproto-2.3                      =   up-to-date with port
 intltool-0.50.2                     =   up-to-date with port
 iozone-3.397                        =   up-to-date with port
 iperf-2.0.5                         =   up-to-date with port
 ipython-py27-0.13.2                 =   up-to-date with port
 iso-codes-3.43                      =   up-to-date with port
 iso8879-1986_3                      =   up-to-date with port
 ispell-3.3.02_5                     =   up-to-date with port
 isync-1.0.6                         =   up-to-date with port
 iw-hspell-1.1                       =   up-to-date with port
 jackit-0.121.3_2                    =   up-to-date with port
 jade-1.2.1_9                        =   up-to-date with port
 jasper-1.900.1_12                   =   up-to-date with port
 java-zoneinfo-2013.d                =   up-to-date with port
 javavmwrapper-2.4_3                 =   up-to-date with port
 jbig2dec-0.11_1                     =   up-to-date with port
 jbigkit-1.6                         =   up-to-date with port
 jpeg-8_4                            =   up-to-date with port
 jpegoptim-1.3.0                     =   up-to-date with port
 kBuild-0.1.9998                     =   up-to-date with port
 kbproto-1.0.6                       =   up-to-date with port
 kcachegrind-0.7.3                   =   up-to-date with port
 kde4-icons-oxygen-4.10.5            =   up-to-date with port
 kde4-shared-mime-info-1.2           =   up-to-date with port
 kdehier4-1.1.1                      =   up-to-date with port
 kdelibs-4.10.5                      =   up-to-date with port
 ksh93-20120801_1                    =   up-to-date with port
 lame-3.99.5_1                       =   up-to-date with port
 lcms-1.19_1,1                       =   up-to-date with port
 lcms2-2.5                           =   up-to-date with port
 ldns-1.6.16_1                       =   up-to-date with port
 lensfun-0.2.7                       =   up-to-date with port
 lftp-4.4.7                          =   up-to-date with port
 libFS-1.0.5                         =   up-to-date with port
 libGL-7.6.1_4                       =   up-to-date with port
 libGLU-9.0.0                        =   up-to-date with port
 libICE-1.0.8,1                      =   up-to-date with port
 libIDL-0.8.14_1                     =   up-to-date with port
 libSM-1.2.1,1                       =   up-to-date with port
 libX11-1.6.0,1                      =   up-to-date with port
 libXScrnSaver-1.2.2                 =   up-to-date with port
 libXTrap-1.0.1                      =   up-to-date with port
 libXau-1.0.8                        =   up-to-date with port
 libXaw-1.0.11,2                     =   up-to-date with port
 libXcomposite-0.4.4,1               =   up-to-date with port
 libXcursor-1.1.14                   =   up-to-date with port
 libXdamage-1.1.4                    =   up-to-date with port
 libXdmcp-1.1.1                      =   up-to-date with port
 libXevie-1.0.3                      =   up-to-date with port
 libXext-1.3.2,1                     =   up-to-date with port
 libXfixes-5.0.1                     =   up-to-date with port
 libXfont-1.4.5,1                    =   up-to-date with port
 libXfontcache-1.0.5                 =   up-to-date with port
 libXft-2.3.1                        =   up-to-date with port
 libXi-1.7.2,1                       =   up-to-date with port
 libXinerama-1.1.3,1                 =   up-to-date with port
 libXmu-1.1.1,1                      =   up-to-date with port
 libXp-1.0.2,1                       =   up-to-date with port
 libXpm-3.5.10                       =   up-to-date with port
 libXrandr-1.4.1                     =   up-to-date with port
 libXrender-0.9.8                    =   up-to-date with port
 libXres-1.0.7                       =   up-to-date with port
 libXt-1.1.4,1                       =   up-to-date with port
 libXtst-1.2.2                       =   up-to-date with port
 libXv-1.0.9,1                       =   up-to-date with port
 libXvMC-1.0.8                       =   up-to-date with port
 libXxf86dga-1.1.4                   =   up-to-date with port
 libXxf86misc-1.0.3                  =   up-to-date with port
 libXxf86vm-1.1.3                    =   up-to-date with port
 liba52-0.7.4_2                      =   up-to-date with port
 libao-1.1.0_1                       =   up-to-date with port
 libart_lgpl-2.3.21,1                =   up-to-date with port
 libass-0.10.1                       =   up-to-date with port
 libassuan-2.0.3                     =   up-to-date with port
 libaudiofile-0.2.7                  =   up-to-date with port
 libbonobo-2.32.0                    =   up-to-date with port
 libbonoboui-2.24.4_1                =   up-to-date with port
 libcanberra-0.28_3                  =   up-to-date with port
 libcddb-1.3.2_1                     =   up-to-date with port
 libcdio-0.83_2                      =   up-to-date with port
 libcheck-0.9.10                     =   up-to-date with port
 libchk-1.10.3                       =   up-to-date with port
 libcroco-0.6.8                      =   up-to-date with port
 libdaemon-0.14                      =   up-to-date with port
 libdbusmenu-qt-0.9.2_2              =   up-to-date with port
 libdca-0.0.5                        =   up-to-date with port
 libdiscid-0.2.2_1                   =   up-to-date with port
 libdmx-1.1.3                        =   up-to-date with port
 libdrm-2.4.17_1                     =   up-to-date with port
 libdvdcss-1.2.12                    =   up-to-date with port
 libdvdread-4.2.0_2                  =   up-to-date with port
 libev-4.15,1                        =   up-to-date with port
 libevent2-2.0.21                    =   up-to-date with port
 libewf-20130416                     =   up-to-date with port
 libexecinfo-1.1_3                   =   up-to-date with port
 libexif-0.6.21                      =   up-to-date with port
 libffi-3.0.13                       =   up-to-date with port
 libfontenc-1.1.2                    =   up-to-date with port
 libfpx-1.3.1.1                      =   up-to-date with port
 libgcrypt-1.5.2                     =   up-to-date with port
 libgd-2.1.0,1                       =   up-to-date with port
 libgee-0.8.5                        =   up-to-date with port
 libglade2-2.6.4_5                   =   up-to-date with port
 libgnome-2.32.0_1                   =   up-to-date with port
 libgnome-keyring-2.32.0_5           =   up-to-date with port
 libgnomecanvas-2.30.3_1             =   up-to-date with port
 libgnomeui-2.24.4_2                 =   up-to-date with port
 libgpg-error-1.12                   =   up-to-date with port
 libgphoto2-2.4.14_3                 =   up-to-date with port
 libgsf-1.14.27                      =   up-to-date with port
 libiconv-1.14_1                     =   up-to-date with port
 libid3tag-0.15.1b                   =   up-to-date with port
 libidn-1.27                         =   up-to-date with port
 libinotify-20110829                 =   up-to-date with port
 libiodbc-3.52.8                     =   up-to-date with port
 libksba-1.3.0                       =   up-to-date with port
 liblqr-1-0.4.1_5                    =   up-to-date with port
 libltdl-2.4.2                       =   up-to-date with port
 libmad-0.15.1b_2                    =   up-to-date with port
 libmikmod-esound-3.1.12             =   up-to-date with port
 libmng-1.0.10_2                     =   up-to-date with port
 libmpdclient-2.8                    =   up-to-date with port
 libmspack-0.3                       =   up-to-date with port
 libmtp-1.1.6_1                      =   up-to-date with port
 libnet10-1.0.2a_5,1                 =   up-to-date with port
 libnet11-1.1.6_1,1                  =   up-to-date with port
 libnice-0.1.3                       =   up-to-date with port
 libnids-1.24                        =   up-to-date with port
 libnotify-0.7.5                     =   up-to-date with port
 libofa-0.9.3_8                      =   up-to-date with port
 libogg-1.3.1,4                      =   up-to-date with port
 liboldX-1.0.1                       =   up-to-date with port
 libopenraw-0.0.8_5                  =   up-to-date with port
 liboping-0.3.5                      =   up-to-date with port
 libpaper-1.1.24_1                   =   up-to-date with port
 libpcap-1.4.0                       =   up-to-date with port
 libpciaccess-0.13.1_3               =   up-to-date with port
 libproxy-0.4.6                      =   up-to-date with port
 libpthread-stubs-0.3_3              =   up-to-date with port
 libpurple-2.10.7_1                  =   up-to-date with port
 librsvg2-2.36.4                     =   up-to-date with port
 libsamplerate-0.1.8_3               =   up-to-date with port
 libshout2-2.3.1_1,1                 =   up-to-date with port
 libsigc++-2.3.1                     =   up-to-date with port
 libsigsegv-2.10                     =   up-to-date with port
 libslang2-2.2.4_4                   =   up-to-date with port
 libsmi-0.4.8                        =   up-to-date with port
 libsndfile-1.0.25_3                 =   up-to-date with port
 libsoup-2.40.3_2                    =   up-to-date with port
 libsoup-gnome-2.40.3_3              =   up-to-date with port
 libspiro-20071029                   =   up-to-date with port
 libstatgrab-0.17                    =   up-to-date with port
 libstreamanalyzer-0.7.8_1           =   up-to-date with port
 libstreams-0.7.8                    =   up-to-date with port
 libsunacl-1.0                       =   up-to-date with port
 libtasn1-2.14                       =   up-to-date with port
 libtheora-1.1.1_3                   =   up-to-date with port
 libtool-2.4.2                       =   up-to-date with port
 libtorrent-0.13.2_1                 =   up-to-date with port
 libutempter-1.1.5_1                 =   up-to-date with port
 libv4l-0.8.8_1                      =   up-to-date with port
 libvdpau-0.7                        =   up-to-date with port
 libvncserver-0.9.9_5                =   up-to-date with port
 libvolume_id-0.81.1                 =   up-to-date with port
 libvorbis-1.3.3_1,3                 =   up-to-date with port
 libvpx-1.1.0                        =   up-to-date with port
 libwmf-nox11-0.2.8.4_10             =   up-to-date with port
 libwww-5.4.0_4                      =   up-to-date with port
 libxcb-1.9.1                        =   up-to-date with port
 libxdg-basedir-1.2.0                =   up-to-date with port
 libxkbfile-1.0.8                    =   up-to-date with port
 libxkbui-1.0.2_1                    =   up-to-date with port
 libxml++-2.34.2                     =   up-to-date with port
 libxml2-2.8.0_2                     =   up-to-date with port
 libxslt-1.1.28_1                    =   up-to-date with port
 libyaml-0.1.4_2                     =   up-to-date with port
 lighttpd-1.4.32_1                   =   up-to-date with port
 links-2.7_1,1                       =   up-to-date with port
 lsof-4.88.d,8                       =   up-to-date with port
 lua-5.1.5_6                         =   up-to-date with port
 lua51-lgi-0.7.1_1                   =   up-to-date with port
 luit-1.1.1                          =   up-to-date with port
 lynx-2.8.7.2,1                      =   up-to-date with port
 m4-1.4.16_1,1                       =   up-to-date with port
 mDNSResponder-333.10                =   up-to-date with port
 makedepend-1.0.5,1                  =   up-to-date with port
 meld-1.7.4                          =   up-to-date with port
 mencoder-1.1.r20130308              =   up-to-date with port
 mercurial-2.7_1                     =   up-to-date with port
 mime-support-3.54                   =   up-to-date with port
 mkbold-mkitalic-0.11_1              =   up-to-date with port
 mkfontdir-1.0.7                     =   up-to-date with port
 mkfontscale-1.1.1                   =   up-to-date with port
 mongodb-2.4.4                       =   up-to-date with port
 mosh-1.2.4                          =   up-to-date with port
 mpc-0.22                            =   up-to-date with port
 mpc-0.9                             =   up-to-date with port
 mpfr-3.1.2                          =   up-to-date with port
 mplayer-1.1.r20130308               =   up-to-date with port
 mplayer-skins-1.1.3_1               =   up-to-date with port
 msmtp-1.4.31                        =   up-to-date with port
 mtpfs-1.1                           =   up-to-date with port
 mtr-nox11-0.85_1                    =   up-to-date with port
 munin-common-2.0.16                 =   up-to-date with port
 munin-master-2.0.16                 =   up-to-date with port
 munin-node-2.0.16                   =   up-to-date with port
 musicpd-0.17.3_2                    =   up-to-date with port
 mutt-1.5.21_3                       =   up-to-date with port
 mysql-client-5.5.32                 =   up-to-date with port
 mysql-server-5.5.32                 =   up-to-date with port
 nasm-2.10.03,1                      =   up-to-date with port
 ncmpc-0.20                          =   up-to-date with port
 neon29-0.29.6_4                     =   up-to-date with port
 net-snmp-5.7.2_3                    =   up-to-date with port
 netatalk-2.2.4_1,1                  =   up-to-date with port
 netperf-2.6.0_1                     =   up-to-date with port
 nettle-2.7.1                        =   up-to-date with port
 nginx-1.4.2,1                       =   up-to-date with port
 nifmon-1.4                          =   up-to-date with port
 nload-0.7.4                         =   up-to-date with port
 nmap-6.25_1                         =   up-to-date with port
 node-0.10.15                        =   up-to-date with port
 notmuch-0.15.2_1                    =   up-to-date with port
 npm-1.2.28                          =   up-to-date with port
 nspr-4.10                           =   up-to-date with port
 nss-3.15.1                          =   up-to-date with port
 numlockx-1.2                        =   up-to-date with port
 nut-2.6.5_1                         =   up-to-date with port
 nvidia-driver-319.32                =   up-to-date with port
 nvidia-settings-310.14              =   up-to-date with port
 nvidia-xconfig-310.14               =   up-to-date with port
 offlineimap-6.5.4_1                 =   up-to-date with port
 open-motif-2.3.4                    =   up-to-date with port
 opencv-2.3.1_7                      =   up-to-date with port
 opencv-core-2.3.1_7                 =   up-to-date with port
 openjpeg-1.5.0_2                    =   up-to-date with port
 openldap-client-2.4.35              =   up-to-date with port
 openslp-1.2.1_3                     =   up-to-date with port
 openssl-1.0.1_8                     =   up-to-date with port
 orc-0.4.17                          =   up-to-date with port
 p11-kit-0.16.3                      =   up-to-date with port
 p5-App-cpanminus-1.6940             =   up-to-date with port
 p5-Authen-NTLM-1.09                 =   up-to-date with port
 p5-CGI-Session-4.48                 =   up-to-date with port
 p5-CGI.pm-3.63,1                    =   up-to-date with port
 p5-CPAN-Meta-2.132140               =   up-to-date with port
 p5-CPAN-Meta-Requirements-2.122     =   up-to-date with port
 p5-CPAN-Meta-YAML-0.008             =   up-to-date with port
 p5-Cache-2.04_1                     =   up-to-date with port
 p5-Cache-Cache-1.06                 =   up-to-date with port
 p5-Cflow-1.053_1                    =   up-to-date with port
 p5-Class-Load-0.20                  =   up-to-date with port
 p5-Class-Singleton-1.4              =   up-to-date with port
 p5-Config-Grammar-1.10              =   up-to-date with port
 p5-Crypt-CBC-2.32                   =   up-to-date with port
 p5-Crypt-DES-2.05                   =   up-to-date with port
 p5-Crypt-OpenSSL-Bignum-0.04        =   up-to-date with port
 p5-Crypt-OpenSSL-RSA-0.28           =   up-to-date with port
 p5-Crypt-OpenSSL-Random-0.04        =   up-to-date with port
 p5-Data-Dumper-2.145                =   up-to-date with port
 p5-Data-OptList-0.108               =   up-to-date with port
 p5-Date-Manip-6.34                  =   up-to-date with port
 p5-DateTime-1.03                    =   up-to-date with port
 p5-DateTime-HiRes-0.01              =   up-to-date with port
 p5-DateTime-Locale-0.45             =   up-to-date with port
 p5-DateTime-TimeZone-1.60           =   up-to-date with port
 p5-Digest-CRC-0.18                  =   up-to-date with port
 p5-Digest-HMAC-1.03                 =   up-to-date with port
 p5-Digest-MD5-2.53                  =   up-to-date with port
 p5-Digest-SHA-5.85                  =   up-to-date with port
 p5-Digest-SHA1-2.13                 =   up-to-date with port
 p5-Dist-CheckConflicts-0.02         =   up-to-date with port
 p5-Encode-Locale-1.03               =   up-to-date with port
 p5-Error-0.17020                    =   up-to-date with port
 p5-ExtUtils-CBuilder-0.2802.05,1    =   up-to-date with port
 p5-ExtUtils-Install-1.54_2          =   up-to-date with port
 p5-ExtUtils-ParseXS-3.18            =   up-to-date with port
 p5-FCGI-0.74                        =   up-to-date with port
 p5-File-Copy-Recursive-0.38         =   up-to-date with port
 p5-File-Listing-6.04                =   up-to-date with port
 p5-File-NFSLock-1.21                =   up-to-date with port
 p5-Getopt-Long-2.39                 =   up-to-date with port
 p5-HTML-Parser-3.71                 =   up-to-date with port
 p5-HTML-Tagset-3.20                 =   up-to-date with port
 p5-HTML-Template-2.94               =   up-to-date with port
 p5-HTTP-Cookies-6.01                =   up-to-date with port
 p5-HTTP-Daemon-6.01                 =   up-to-date with port
 p5-HTTP-Date-6.02                   =   up-to-date with port
 p5-HTTP-Message-6.06_2              =   up-to-date with port
 p5-HTTP-Negotiate-6.01              =   up-to-date with port
 p5-Heap-0.80                        =   up-to-date with port
 p5-IO-HTML-1.00                     =   up-to-date with port
 p5-IO-Multiplex-1.13                =   up-to-date with port
 p5-IO-Socket-INET6-2.69             =   up-to-date with port
 p5-IO-Socket-SSL-1.953              =   up-to-date with port
 p5-IO-String-1.08                   =   up-to-date with port
 p5-IO-Tty-1.10                      =   up-to-date with port
 p5-IPC-ShareLite-0.17               =   up-to-date with port
 p5-Image-ExifTool-9.04              =   up-to-date with port
 p5-JSON-PP-2.27202                  =   up-to-date with port
 p5-LWP-MediaTypes-6.02              =   up-to-date with port
 p5-List-MoreUtils-0.33              =   up-to-date with port
 p5-Locale-gettext-1.05_3            =   up-to-date with port
 p5-Log-Log4perl-1.42                =   up-to-date with port
 p5-Math-Round-0.06                  =   up-to-date with port
 p5-Module-Build-0.4005              =   up-to-date with port
 p5-Module-Implementation-0.07       =   up-to-date with port
 p5-Module-Metadata-1.000014         =   up-to-date with port
 p5-Module-Runtime-0.013             =   up-to-date with port
 p5-Net-CIDR-0.17                    =   up-to-date with port
 p5-Net-HTTP-6.06                    =   up-to-date with port
 p5-Net-SDP-0.07                     =   up-to-date with port
 p5-Net-SMTP-SSL-1.01_1              =   up-to-date with port
 p5-Net-SNMP-6.0.1                   =   up-to-date with port
 p5-Net-SSLeay-1.55                  =   up-to-date with port
 p5-Net-Server-2.007                 =   up-to-date with port
 p5-Package-DeprecationManager-0.13  =   up-to-date with port
 p5-Package-Stash-0.35               =   up-to-date with port
 p5-Package-Stash-XS-0.26            =   up-to-date with port
 p5-Params-Classify-0.013            =   up-to-date with port
 p5-Params-Util-1.07                 =   up-to-date with port
 p5-Params-Validate-1.08             =   up-to-date with port
 p5-Parse-CPAN-Meta-1.44.04          =   up-to-date with port
 p5-Perl-OSType-1.003                =   up-to-date with port
 p5-ReadLine-Gnu-1.20                =   up-to-date with port
 p5-SNMP_Session-1.13_1              =   up-to-date with port
 p5-Socket6-0.23                     =   up-to-date with port
 p5-Storable-2.39                    =   up-to-date with port
 p5-Storable-AMF-1.00                =   up-to-date with port
 p5-Sub-Exporter-0.986               =   up-to-date with port
 p5-Sub-Install-0.926                =   up-to-date with port
 p5-Text-Balanced-2.02               =   up-to-date with port
 p5-Time-HiRes-1.9725,1              =   up-to-date with port
 p5-TimeDate-2.30_1,1                =   up-to-date with port
 p5-Try-Tiny-0.12                    =   up-to-date with port
 p5-URI-1.60                         =   up-to-date with port
 p5-Unicode-Map8-0.13                =   up-to-date with port
 p5-Unicode-String-2.09              =   up-to-date with port
 p5-WWW-RobotRules-6.02              =   up-to-date with port
 p5-XML-LibXML-2.0018,1              =   up-to-date with port
 p5-XML-NamespaceSupport-1.11        =   up-to-date with port
 p5-XML-Parser-2.41_1                =   up-to-date with port
 p5-XML-SAX-0.99                     =   up-to-date with port
 p5-XML-SAX-Base-1.08                =   up-to-date with port
 p5-XML-SAX-Expat-0.50               =   up-to-date with port
 p5-XML-Simple-2.20                  =   up-to-date with port
 p5-YAML-Syck-1.27                   =   up-to-date with port
 p5-libwww-6.05                      =   up-to-date with port
 p5-parent-0.225                     =   up-to-date with port
 p5-version-0.99.02                  =   up-to-date with port
 p7zip-9.20.1                        =   up-to-date with port
 pango-1.34.1_1                      =   up-to-date with port
 pangox-compat-0.0.2                 =   up-to-date with port
 patch-2.7_1                         =   up-to-date with port
 pciids-20130718                     =   up-to-date with port
 pcre-8.33                           =   up-to-date with port
 pdflib-7.0.5_2                      =   up-to-date with port
 perl-5.12.5                         =   up-to-date with port
 phantomjs-1.9.0                     =   up-to-date with port
 phonon-4.6.0_1                      =   up-to-date with port
 phonon-gstreamer-4.6.3              =   up-to-date with port
 php5-5.4.17                         =   up-to-date with port
 php5-gd-5.4.17                      =   up-to-date with port
 php5-mysql-5.4.17                   =   up-to-date with port
 picard-1.1_1                        =   up-to-date with port
 pixman-0.30.0                       =   up-to-date with port
 pkg_cutleaves-20090810              =   up-to-date with port
 pkg_tree-1.1_2                      =   up-to-date with port
 pkgconf-0.9.2_1                     =   up-to-date with port
 plan9port-20130320                  =   up-to-date with port
 plconfig-0.2                        =   up-to-date with port
 plotutils-2.6_3,1                   =   up-to-date with port
 png-1.5.17                          =   up-to-date with port
 pngcheck-2.3.0                      =   up-to-date with port
 policykit-0.9_6                     =   up-to-date with port
 policykit-gnome-0.9.2_6             =   up-to-date with port
 polipo-1.0.4.1                      =   up-to-date with port
 polkit-0.105_1                      =   up-to-date with port
 polkit-qt-0.103.0_1                 =   up-to-date with port
 poppler-0.22.2                      =   up-to-date with port
 poppler-data-0.4.6                  =   up-to-date with port
 poppler-glib-0.22.2                 =   up-to-date with port
 popt-1.16                           =   up-to-date with port
 portaudio-18.1_3                    =   up-to-date with port
 portaudit-0.6.1                     =   up-to-date with port
 portdowngrade-1.4                   =   up-to-date with port
 portmaster-3.17.1                   =   up-to-date with port
 portupgrade-2.4.11,2                =   up-to-date with port
 printproto-1.0.5                    =   up-to-date with port
 protobuf-2.5.0                      =   up-to-date with port
 pth-2.0.7                           =   up-to-date with port
 pv-1.4.6                            =   up-to-date with port
 py27-Babel-0.9.6                    =   up-to-date with port
 py27-Jinja2-2.7                     =   up-to-date with port
 py27-MarkupSafe-0.18                =   up-to-date with port
 py27-MySQLdb-1.2.3_2                =   up-to-date with port
 py27-avahi-0.6.29_5                 <   needs updating (port has 0.6.31_5)
 py27-cairo-1.8.10_1                 =   up-to-date with port
 py27-curl-7.19.0_2                  =   up-to-date with port
 py27-dbus-1.1.1                     =   up-to-date with port
 py27-distribute-0.6.35              =   up-to-date with port
 py27-docutils-0.11                  =   up-to-date with port
 py27-exiv2-0.3.2_1                  =   up-to-date with port
 py27-gdbm-2.7.5_2                   =   up-to-date with port
 py27-gnome-2.28.1_3                 =   up-to-date with port
 py27-gobject-2.28.6_3               =   up-to-date with port
 py27-gstreamer-0.10.22_1            =   up-to-date with port
 py27-gtk-2.24.0_1                   =   up-to-date with port
 py27-imaging-1.1.7_2                =   up-to-date with port
 py27-isodate-0.4.9                  =   up-to-date with port
 py27-libxml2-2.8.0                  =   up-to-date with port
 py27-mutagen-1.21                   =   up-to-date with port
 py27-notify-0.1.1_9                 =   up-to-date with port
 py27-orbit-2.24.0                   =   up-to-date with port
 py27-paramiko-1.11.0                =   up-to-date with port
 py27-pexpect-2.4_1                  =   up-to-date with port
 py27-pycrypto-2.6_1                 =   up-to-date with port
 py27-pygments-1.6                   =   up-to-date with port
 py27-pyzmq-2.2.0                    =   up-to-date with port
 py27-qt4-core-4.10.2,1              =   up-to-date with port
 py27-qt4-gui-4.10.2,1               =   up-to-date with port
 py27-qt4-network-4.10.2,1           =   up-to-date with port
 py27-qt4-xml-4.10.2,1               =   up-to-date with port
 py27-rdflib-3.2.3                   =   up-to-date with port
 py27-sip-4.14.7,1                   =   up-to-date with port
 py27-sphinx-1.1.3_1                 =   up-to-date with port
 py27-sqlite3-2.7.5_3                =   up-to-date with port
 py27-textile-2.1.5                  =   up-to-date with port
 py27-tkinter-2.7.5_4                =   up-to-date with port
 py27-tornado-3.1                    =   up-to-date with port
 py27-virtualenv-1.10                =   up-to-date with port
 py27-xdg-0.19                       =   up-to-date with port
 pymongo-2.5_1                       =   up-to-date with port
 python-2.7,2                        =   up-to-date with port
 python27-2.7.5_1                    =   up-to-date with port
 qca-2.0.3_1                         =   up-to-date with port
 qscintilla2-2.7.2,1                 =   up-to-date with port
 qt4-assistant-4.8.4                 =   up-to-date with port
 qt4-clucene-4.8.4                   =   up-to-date with port
 qt4-corelib-4.8.4_4                 =   up-to-date with port
 qt4-dbus-4.8.4                      =   up-to-date with port
 qt4-declarative-4.8.4               =   up-to-date with port
 qt4-designer-4.8.4                  =   up-to-date with port
 qt4-doc-4.8.4                       =   up-to-date with port
 qt4-gui-4.8.4                       =   up-to-date with port
 qt4-help-4.8.4                      =   up-to-date with port
 qt4-iconengines-4.8.4               =   up-to-date with port
 qt4-imageformats-4.8.4              =   up-to-date with port
 qt4-inputmethods-4.8.4              =   up-to-date with port
 qt4-linguist-4.8.4                  =   up-to-date with port
 qt4-moc-4.8.4                       =   up-to-date with port
 qt4-network-4.8.4                   =   up-to-date with port
 qt4-opengl-4.8.4                    =   up-to-date with port
 qt4-qdbusviewer-4.8.4               =   up-to-date with port
 qt4-qmake-4.8.4                     =   up-to-date with port
 qt4-qt3support-4.8.4                =   up-to-date with port
 qt4-qtestlib-4.8.4                  =   up-to-date with port
 qt4-rcc-4.8.4                       =   up-to-date with port
 qt4-script-4.8.4                    =   up-to-date with port
 qt4-scripttools-4.8.4               =   up-to-date with port
 qt4-sql-4.8.4                       =   up-to-date with port
 qt4-sqlite-plugin-4.8.4             =   up-to-date with port
 qt4-svg-4.8.4                       =   up-to-date with port
 qt4-uic-4.8.4                       =   up-to-date with port
 qt4-webkit-4.8.4_1                  =   up-to-date with port
 qt4-xml-4.8.4                       =   up-to-date with port
 qt4-xmlpatterns-4.8.4               =   up-to-date with port
 qzeitgeist-0.8.0                    =   up-to-date with port
 randrproto-1.4.0                    =   up-to-date with port
 raptor2-2.0.9_1                     =   up-to-date with port
 rarian-0.8.1                        =   up-to-date with port
 rasqal-0.9.30                       =   up-to-date with port
 readline-6.2.4                      =   up-to-date with port
 recode-3.6_9                        =   up-to-date with port
 recordproto-1.14.2                  =   up-to-date with port
 redland-1.0.16                      =   up-to-date with port
 renderproto-0.11.1                  =   up-to-date with port
 resourceproto-1.2.0                 =   up-to-date with port
 rpm-3.0.6_15                        =   up-to-date with port
 rrdtool-1.4.7_2                     =   up-to-date with port
 rsync-3.0.9_3                       =   up-to-date with port
 rtorrent-0.9.2_3                    =   up-to-date with port
 ruby-1.8.7.371,1                    =   up-to-date with port
 ruby-1.9.3.448,1                    =   up-to-date with port
 ruby18-deplate-0.8.5                =   up-to-date with port
 ruby19-bdb-0.6.6_1                  =   up-to-date with port
 ruby19-date2-4.0.19                 =   up-to-date with port
 rxvt-2.6.4_6                        =   up-to-date with port
 samba36-3.6.17                      =   up-to-date with port
 samba36-libsmbclient-3.6.17         =   up-to-date with port
 sane-backends-1.0.23_1              =   up-to-date with port
 schroedinger-1.0.11_1               =   up-to-date with port
 scons-2.3.0                         =   up-to-date with port
 screen-4.0.3_14                     =   up-to-date with port
 scrnsaverproto-1.2.2                =   up-to-date with port
 sdl-1.2.15_2,2                      =   up-to-date with port
 sessreg-1.0.8                       =   up-to-date with port
 setxkbmap-1.3.0                     =   up-to-date with port
 shared-desktop-ontologies-0.11.0    =   up-to-date with port
 shared-mime-info-1.1                =   up-to-date with port
 siege-2.70_1                        =   up-to-date with port
 sleuthkit-4.1.0                     =   up-to-date with port
 slurm-0.3.3                         =   up-to-date with port
 smartmontools-6.2                   =   up-to-date with port
 smokeping-2.6.9                     =   up-to-date with port
 smproxy-1.0.5                       =   up-to-date with port
 snappy-1.1.0                        =   up-to-date with port
 soprano-2.9.3                       =   up-to-date with port
 spawn-fcgi-1.6.3                    =   up-to-date with port
 speex-1.2.r1_4,1                    =   up-to-date with port
 spidermonkey17-1.7.0_1              =   up-to-date with port
 sqlite3-3.7.17_1                    =   up-to-date with port
 startup-notification-0.12_1         =   up-to-date with port
 strigi-0.7.8_2                      =   up-to-date with port
 strigiclient-0.7.8                  =   up-to-date with port
 strigidaemon-0.7.8                  =   up-to-date with port
 strigiutils-0.7.8                   =   up-to-date with port
 subversion-1.8.1                    =   up-to-date with port
 sudo-1.8.7_1                        =   up-to-date with port
 svgalib-1.4.3_6                     =   up-to-date with port
 swig-1.3.40                         =   up-to-date with port
 swig-2.0.9                          =   up-to-date with port
 synergy-devel-1.4.12                =   up-to-date with port
 t1lib-5.1.2_2,1                     =   up-to-date with port
 talloc-2.0.8                        =   up-to-date with port
 tcl-8.5.14_1                        =   up-to-date with port
 tcl-8.6.0_2                         =   up-to-date with port
 tdb-1.2.12,1                        =   up-to-date with port
 teTeX-base-3.0_25                   =   up-to-date with port
 teTeX-texmf-3.0_9                   =   up-to-date with port
 terminus-font-4.38                  =   up-to-date with port
 tevent-0.9.18                       =   up-to-date with port
 tex-texmflocal-1.9                  =   up-to-date with port
 texi2html-5.0_1,1                   =   up-to-date with port
 tftp-hpa-5.2                        =   up-to-date with port
 tidy-lib-090315.c_1                 =   up-to-date with port
 tiff-4.0.3                          =   up-to-date with port
 tk-8.5.14_1                         =   up-to-date with port
 tk-8.6.0_2                          =   up-to-date with port
 tktable-2.10_1                      =   up-to-date with port
 tmake-1.13                          =   up-to-date with port
 tmux-1.8_1                          =   up-to-date with port
 tradcpp-0.4                         =   up-to-date with port
 trafshow-5.2.3_2,1                  =   up-to-date with port
 transmission-cli-2.80_1             =   up-to-date with port
 transmission-daemon-2.80            =   up-to-date with port
 transmission-web-2.80               =   up-to-date with port
 trapproto-3.4.3                     =   up-to-date with port
 twm-1.0.7                           =   up-to-date with port
 ufraw-0.19.2                        =   up-to-date with port
 unbound-1.4.20                      =   up-to-date with port
 unix2dos-1.3                        =   up-to-date with port
 unrar-4.20_1,5                      =   up-to-date with port
 unzip-6.0_1                         =   up-to-date with port
 urlview-0.9_7                       =   up-to-date with port
 urwfonts-1.0_3                      =   up-to-date with port
 usbutils-0.86_1                     =   up-to-date with port
 v4l_compat-1.0.20120501_1           =   up-to-date with port
 v8-3.18.5                           =   up-to-date with port
 vala-0.20.1                         =   up-to-date with port
 vala-vapigen-0.20.1                 =   up-to-date with port
 valgrind-3.8.1,1                    =   up-to-date with port
 varnish-3.0.3_2                     =   up-to-date with port
 videoproto-2.3.2                    =   up-to-date with port
 virtualbox-ose-4.2.16_2             =   up-to-date with port
 virtualbox-ose-kmod-4.2.16          =   up-to-date with port
 w3m-0.5.3_1                         =   up-to-date with port
 webfonts-0.30_6                     =   up-to-date with port
 webkit-gtk2-1.8.3_2                 =   up-to-date with port
 webp-0.1.3_1                        =   up-to-date with port
 wget-1.14_2                         =   up-to-date with port
 wireshark-1.10.1                    =   up-to-date with port
 wxgtk2-2.8.12_2                     =   up-to-date with port
 wxgtk2-common-2.8.12_2              =   up-to-date with port
 x11perf-1.5.4                       =   up-to-date with port
 x264-0.125.2201                     =   up-to-date with port
 xapian-core-1.2.15,1                =   up-to-date with port
 xauth-1.0.7                         =   up-to-date with port
 xbacklight-1.2.0                    =   up-to-date with port
 xbitmaps-1.1.1                      =   up-to-date with port
 xcalc-1.0.5                         =   up-to-date with port
 xcb-proto-1.8                       =   up-to-date with port
 xcb-util-0.3.9_1,1                  =   up-to-date with port
 xcb-util-image-0.3.9                =   up-to-date with port
 xcb-util-keysyms-0.3.9              =   up-to-date with port
 xcb-util-renderutil-0.3.8           =   up-to-date with port
 xcb-util-wm-0.3.9                   =   up-to-date with port
 xclip-0.12_1                        =   up-to-date with port
 xclock-1.0.6_1                      =   up-to-date with port
 xcmiscproto-1.2.2                   =   up-to-date with port
 xcmsdb-1.0.4                        =   up-to-date with port
 xconsole-1.0.6                      =   up-to-date with port
 xcursor-themes-1.0.4_1              =   up-to-date with port
 xcursorgen-1.0.5                    =   up-to-date with port
 xdg-utils-1.0.2_8                   =   up-to-date with port
 xdm-1.1.11                          =   up-to-date with port
 xdpyinfo-1.3.1                      =   up-to-date with port
 xdriinfo-1.0.4                      =   up-to-date with port
 xev-1.2.1                           =   up-to-date with port
 xextproto-7.2.1                     =   up-to-date with port
 xf86-input-keyboard-1.7.0           =   up-to-date with port
 xf86-input-mouse-1.9.0              =   up-to-date with port
 xf86-input-void-1.3.1               =   up-to-date with port
 xf86-video-ati-6.14.6               =   up-to-date with port
 xf86-video-fbdev-0.4.3_1            =   up-to-date with port
 xf86-video-intel-2.7.1_4            =   up-to-date with port
 xf86-video-mach64-6.9.4             =   up-to-date with port
 xf86-video-nv-2.1.20_1              =   up-to-date with port
 xf86-video-r128-6.8.4_3             =   up-to-date with port
 xf86-video-radeonhd-1.3.0_5         =   up-to-date with port
 xf86-video-vesa-2.3.2               =   up-to-date with port
 xf86bigfontproto-1.2.0              =   up-to-date with port
 xf86dga-1.0.3                       =   up-to-date with port
 xf86dgaproto-2.1                    =   up-to-date with port
 xf86driproto-2.1.1                  =   up-to-date with port
 xf86miscproto-0.9.3                 =   up-to-date with port
 xf86vidmodeproto-2.3.1              =   up-to-date with port
 xgamma-1.0.5                        =   up-to-date with port
 xgc-1.0.4                           =   up-to-date with port
 xhost-1.0.6                         =   up-to-date with port
 xineramaproto-1.2.1                 =   up-to-date with port
 xinit-1.3.2,1                       =   up-to-date with port
 xinput-1.6.0                        =   up-to-date with port
 xkbcomp-1.2.4                       =   up-to-date with port
 xkbevd-1.1.3                        =   up-to-date with port
 xkbutils-1.0.4                      =   up-to-date with port
 xkeyboard-config-2.9                =   up-to-date with port
 xkill-1.0.3                         =   up-to-date with port
 xlsatoms-1.1.1                      =   up-to-date with port
 xlsclients-1.1.2                    =   up-to-date with port
 xmessage-1.0.4                      =   up-to-date with port
 xmlcatmgr-2.2                       =   up-to-date with port
 xmlcharent-0.3_2                    =   up-to-date with port
 xmlrpc-c-devel-1.33.2_1             =   up-to-date with port
 xmlto-0.0.25                        =   up-to-date with port
 xmodmap-1.0.7                       =   up-to-date with port
 xorg-7.7                            =   up-to-date with port
 xorg-apps-7.7                       =   up-to-date with port
 xorg-cf-files-1.0.5                 =   up-to-date with port
 xorg-docs-1.7,1                     =   up-to-date with port
 xorg-drivers-7.7                    =   up-to-date with port
 xorg-fonts-100dpi-7.7               =   up-to-date with port
 xorg-fonts-7.7                      =   up-to-date with port
 xorg-fonts-75dpi-7.7                =   up-to-date with port
 xorg-fonts-cyrillic-7.7             =   up-to-date with port
 xorg-fonts-miscbitmaps-7.7          =   up-to-date with port
 xorg-fonts-truetype-7.7_1           =   up-to-date with port
 xorg-fonts-type1-7.7                =   up-to-date with port
 xorg-libraries-7.7                  =   up-to-date with port
 xorg-macros-1.17                    =   up-to-date with port
 xorg-server-1.7.7_8,1               =   up-to-date with port
 xpdf-3.03_4                         =   up-to-date with port
 xpr-1.0.4                           =   up-to-date with port
 xprop-1.2.1                         =   up-to-date with port
 xproto-7.0.24                       =   up-to-date with port
 xrandr-1.4.1                        =   up-to-date with port
 xrdb-1.0.9                          =   up-to-date with port
 xrefresh-1.0.5                      =   up-to-date with port
 xset-1.2.2_1                        =   up-to-date with port
 xsetmode-1.0.0                      =   up-to-date with port
 xsetroot-1.1.1                      =   up-to-date with port
 xterm-296                           =   up-to-date with port
 xtrans-1.2.7                        =   up-to-date with port
 xv-3.10a_15                         =   up-to-date with port
 xvid-1.3.2,1                        =   up-to-date with port
 xvinfo-1.1.2                        =   up-to-date with port
 xwd-1.0.5                           =   up-to-date with port
 xwininfo-1.1.3                      =   up-to-date with port
 xwud-1.0.4                          =   up-to-date with port
 yajl-2.0.4_1                        =   up-to-date with port
 yasm-1.2.0                          =   up-to-date with port
 zfs-periodic-1.0.20130213           =   up-to-date with port
 zip-3.0                             =   up-to-date with port
 zmq-2.2.0                           =   up-to-date with port
 zsh-5.0.2                           =   up-to-date with port
 zxfer-0.9.8_1                       =   up-to-date with port
 
 --IJpNTDwzlM2Ie8A6--

From: Bill Thiede <lists+freebsd@xinu.tv>
To: Rodrigo OSORIO <rodrigo@bebik.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/181010: net-mgmt/smokeping 2.6.9 build problem
Date: Sun, 18 Aug 2013 08:35:03 -0700

 http://www.freebsd.org/cgi/query-pr.cgi?pr=181229
 
 The resolution of the above PR allows smokeping to work without modifying
 /usr/local/lib/perl5/site_perl/5.12/SNMP_util.pm locally.
 
 I'd still be interested to understand how this didn't fail on your test setup.
 
 Bill
 
 On Sun, Aug 11, 2013 at 11:35:38AM +0200, Rodrigo OSORIO wrote:
 > Hi,
 > 
 > I tested the port in several configurations but
 > can't reproduce your issue. I suppose this
 > is probably caused by a deprecate dependency.
 > Can you provide me the list of installed ports
 > with their version ?
 > 
 > Meanwhile, try to upgrade your ports otherwise,
 > test the solution described in this post [1].
 > 
 > Regards,
 > - rodrigo
 > 
 > [1] http://forums.cpanel.net/f5/mrtg-errors-after-upcp-332171.html
 > 

From: Rodrigo OSORIO <rodrigo@bebik.net>
To: Bill Thiede <lists+freebsd@xinu.tv>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/181010: net-mgmt/smokeping 2.6.9 build problem
Date: Mon, 26 Aug 2013 02:29:28 +0200

 Hi,
 
 I'm just back from holiday, and didn't check too much my email during 
 this period.
 
 First, thanks for your investigations, specially the PR link, this can 
 explain why it works
 for me since I did all my test using a fresh install with a port tree 
 up-to-dated.
 
 So that confirm my first analyze, it was a dependency issue, and there 
 is nothing to
 change in smokeping port. If you agree, this issue can be closed without 
 delay.
 
 Best regards,
 - rodrigo

From: Bill Thiede <lists+freebsd@xinu.tv>
To: Rodrigo OSORIO <rodrigo@bebik.net>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/181010: net-mgmt/smokeping 2.6.9 build problem
Date: Sun, 25 Aug 2013 20:25:31 -0700

 Works for me now, so I'm happy to consider this resolved.  Thanks.
 
 Bill
 
 On Mon, Aug 26, 2013 at 02:29:28AM +0200, Rodrigo OSORIO wrote:
 > Hi,
 > 
 > I'm just back from holiday, and didn't check too much my email during 
 > this period.
 > 
 > First, thanks for your investigations, specially the PR link, this can 
 > explain why it works
 > for me since I did all my test using a fresh install with a port tree 
 > up-to-dated.
 > 
 > So that confirm my first analyze, it was a dependency issue, and there 
 > is nothing to
 > change in smokeping port. If you agree, this issue can be closed without 
 > delay.
 > 
 > Best regards,
 > - rodrigo
 > 
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Mon Aug 26 04:34:26 UTC 2013 
State-Changed-Why:  
Submitter notes problem has been resolved. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=181010 
>Unformatted:
