From nobody@FreeBSD.org  Mon May 23 11:42:33 2011
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 177E9106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 May 2011 11:42:33 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 0915A8FC12
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 May 2011 11:42:33 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id p4NBgWRr009718
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 23 May 2011 11:42:32 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id p4NBgWa1009717;
	Mon, 23 May 2011 11:42:32 GMT
	(envelope-from nobody)
Message-Id: <201105231142.p4NBgWa1009717@red.freebsd.org>
Date: Mon, 23 May 2011 11:42:32 GMT
From: Gerard Seibert <gerard@seibercom.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: perl-5.14.0 breaks net/sendemail
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         157268
>Category:       ports
>Synopsis:       perl-5.14.0 breaks net/sendemail
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    itetcu
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 23 11:50:08 UTC 2011
>Closed-Date:    Fri Jun 10 19:07:58 UTC 2011
>Last-Modified:  Fri Jun 10 19:07:58 UTC 2011
>Originator:     Gerard Seibert
>Release:        FreeBSD-8.2 STABLE amd64
>Organization:
>Environment:
FreeBSD scorpio.seibercom.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Fri Feb 25 11:30:40 EST 2011     gerard@scorpio.seibercom.net:/usr/obj/usr/src/sys/SCORPIO  amd64

>Description:
After updating to Perl5-14 --

perl --version
This is perl 5, version 14, subversion 0 (v5.14.0) built for amd64-freebsd

the net/sendemail program now issues an error message when run:


Subroutine IO::Socket::INET6::sockaddr_in6 redefined at /usr/local/lib/perl5/5.14.0/Exporter.pm line 67.
 at /usr/local/lib/perl5/site_perl/5.14.0/IO/Socket/INET6.pm line 21

I followed all the directions in the UPDATING file plus I rebuilt the net/sendemail port too. The problem still exists. Undoubtedly, this is a problem with the Perl update.
>How-To-Repeat:
Run the "sendEmail" program.
>Fix:


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->itetcu 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon May 23 11:50:18 UTC 2011 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

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

From: Gerard Seibert <gerard@seibercom.net>
To: bug-followup@FreeBSD.org, gerard@seibercom.net
Cc:  
Subject: Re: ports/157268: perl-5.14.0 breaks net/sendemail
Date: Mon, 23 May 2011 17:59:24 -0400

 Updating the net/p5-IO-Socket-INET6 port from version 2.65 to 2.67 and
 obviously installing said port corrects the problem. This also corrects
 a problem that users of "spamd" were experiencing.
 
 The maintainer of the net/p5-IO-Socket-INET6 port, janos.mohacsi@bsd.hu
 should probably be notified so that he might update the port in the
 ports tree. It is presently at version 2.65.
 
 -- 
 Gerard Seibert

From: Gerard Seibert <gerard@seibercom.net>
To: bug-followup@FreeBSD.org, gerard@seibercom.net
Cc:  
Subject: Re: ports/157268: perl-5.14.0 breaks net/sendemail
Date: Fri, 27 May 2011 12:51:05 -0400

 --MP_/TbOr52w7U0f1VqhJK/eWR=y
 Content-Type: text/plain; charset=US-ASCII
 Content-Transfer-Encoding: 7bit
 Content-Disposition: inline
 
 The attached patch will update the port to version 2.67 and eliminate
 the error messages.
 
 -- 
 Gerard Seibert
 gerard@seibercom.net
 
 --MP_/TbOr52w7U0f1VqhJK/eWR=y
 Content-Type: text/x-patch
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment; filename=p5-IO-Socket-INET6.diff
 
 diff -ruN /home/gerard/tmp/NET/Makefile ./Makefile
 --- /home/gerard/tmp/NET/Makefile	2010-08-09 04:52:09.000000000 -0400
 +++ ./Makefile	2011-05-27 11:44:25.000000000 -0400
 @@ -6,7 +6,7 @@
  #
  
  PORTNAME=	IO-Socket-INET6
 -PORTVERSION=	2.65
 +PORTVERSION=	2.67
  CATEGORIES=	net perl5 ipv6
  MASTER_SITES=	CPAN
  PKGNAMEPREFIX=	p5-
 @@ -15,7 +15,8 @@
  COMMENT=	Perl module with object interface to AF_INET6 domain sockets
  
  BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6
 -RUN_DEPENDS=	${BUILD_DEPENDS}
 +
 +RUN_DEPENDS:=	${BUILD_DEPENDS}
  
  MAN3=		IO::Socket::INET6.3
  
 diff -ruN /home/gerard/tmp/NET/distinfo ./distinfo
 --- /home/gerard/tmp/NET/distinfo	2011-03-20 08:52:02.000000000 -0400
 +++ ./distinfo	2011-05-23 13:16:40.000000000 -0400
 @@ -1,2 +1,2 @@
 -SHA256 (IO-Socket-INET6-2.65.tar.gz) = 05aeeb3effaa1f9f3fa07410a5b2cfc3d07aa366327028ffa427f5c0b2bfb925
 -SIZE (IO-Socket-INET6-2.65.tar.gz) = 17686
 +SHA256 (IO-Socket-INET6-2.67.tar.gz) = dd90e417cbd37047b71469ec99e79fe89a3bb5103769fc9c76b3c87d8cb019b2
 +SIZE (IO-Socket-INET6-2.67.tar.gz) = 18096
 
 --MP_/TbOr52w7U0f1VqhJK/eWR=y--
State-Changed-From-To: open->closed 
State-Changed-By: az 
State-Changed-When: Fri Jun 10 19:07:57 UTC 2011 
State-Changed-Why:  
Fixed in ports/157427 

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