From owner-freebsd-perl@FreeBSD.ORG Sun Oct 28 19:47:15 2007 Return-Path: Delivered-To: perl@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCB1016A41B; Sun, 28 Oct 2007 19:47:15 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: from ccreader.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.freebsd.org (Postfix) with ESMTP id 60C8113C4D9; Sun, 28 Oct 2007 19:47:14 +0000 (UTC) (envelope-from gslin@ccreader.NCTU.edu.tw) Received: by ccreader.NCTU.edu.tw (Postfix, from userid 1000) id 000CE1CC3C; Mon, 29 Oct 2007 03:47:13 +0800 (CST) To: FreeBSD-gnats-submit@freebsd.org From: Gea-Suan Lin X-send-pr-version: 3.113 X-GNATS-Notify: Message-Id: <20071028194714.000CE1CC3C@ccreader.NCTU.edu.tw> Date: Mon, 29 Oct 2007 03:47:13 +0800 (CST) Cc: perl@FreeBSD.org, gslin@gslin.org Subject: [PATCH] sysutils/p5-Brackup: Add missing dependency X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 19:47:15 -0000 >Submitter-Id: current-users >Originator: Gea-Suan Lin >Organization: >Confidential: no >Synopsis: [PATCH] sysutils/p5-Brackup: Add missing dependency >Severity: non-critical >Priority: low >Category: ports >Class: change-request >Release: FreeBSD 6.3-PRERELEASE i386 >Environment: System: FreeBSD ccreader.NCTU.edu.tw 6.3-PRERELEASE FreeBSD 6.3-PRERELEASE #2: Thu Oct 25 05:54:55 CST 2007 >Description: - Add missing dependency. - Bump PORTREVISION. Port maintainer (perl@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- p5-Brackup-1.06_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/p5-Brackup/Makefile /home/staff/gslin/work/ports/p5-Brackup/Makefile --- /usr/ports/sysutils/p5-Brackup/Makefile 2007-10-24 03:16:41.000000000 +0800 +++ /home/staff/gslin/work/ports/p5-Brackup/Makefile 2007-10-29 03:46:27.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= Brackup PORTVERSION= 1.06 +PORTREVISION= 1 CATEGORIES= sysutils perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ @@ -17,7 +18,8 @@ RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite \ ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI \ - ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 + ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \ + ${SITE_PERL}/Net/Amazon/S3.pm:${PORTSDIR}/net/p5-Net-Amazon-S3 PERL_CONFIGURE= yes --- p5-Brackup-1.06_1.patch ends here --- From owner-freebsd-perl@FreeBSD.ORG Sun Oct 28 19:50:10 2007 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BAF0B16A418; Sun, 28 Oct 2007 19:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 927A313C48D; Sun, 28 Oct 2007 19:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (edwin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9SJoArm018270; Sun, 28 Oct 2007 19:50:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9SJoATq018266; Sun, 28 Oct 2007 19:50:10 GMT (envelope-from edwin) Date: Sun, 28 Oct 2007 19:50:10 GMT Message-Id: <200710281950.l9SJoATq018266@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/117616: [PATCH] sysutils/p5-Brackup: Add missing dependency X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 19:50:10 -0000 Synopsis: [PATCH] sysutils/p5-Brackup: Add missing dependency Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Oct 28 19:50:10 UTC 2007 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=117616 From owner-freebsd-perl@FreeBSD.ORG Mon Oct 29 07:39:46 2007 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 108B516A47B; Mon, 29 Oct 2007 07:39:37 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 41BEE13C494; Mon, 29 Oct 2007 07:39:37 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from freefall.freebsd.org (rafan@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9T7dblZ071618; Mon, 29 Oct 2007 07:39:37 GMT (envelope-from rafan@freefall.freebsd.org) Received: (from rafan@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9T7daUX071614; Mon, 29 Oct 2007 07:39:36 GMT (envelope-from rafan) Date: Mon, 29 Oct 2007 07:39:36 GMT Message-Id: <200710290739.l9T7daUX071614@freefall.freebsd.org> To: gslin@gslin.org, rafan@FreeBSD.org, perl@FreeBSD.org From: rafan@FreeBSD.org Cc: Subject: Re: ports/117616: [PATCH] sysutils/p5-Brackup: Add missing dependency X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2007 07:39:47 -0000 Synopsis: [PATCH] sysutils/p5-Brackup: Add missing dependency State-Changed-From-To: open->closed State-Changed-By: rafan State-Changed-When: Mon Oct 29 07:39:36 UTC 2007 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=117616 From owner-freebsd-perl@FreeBSD.ORG Mon Oct 29 07:50:03 2007 Return-Path: Delivered-To: perl@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 10BAD16A417 for ; Mon, 29 Oct 2007 07:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F2B8613C48A for ; Mon, 29 Oct 2007 07:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id l9T7o2Mr071928 for ; Mon, 29 Oct 2007 07:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l9T7o219071927; Mon, 29 Oct 2007 07:50:02 GMT (envelope-from gnats) Date: Mon, 29 Oct 2007 07:50:02 GMT Message-Id: <200710290750.l9T7o219071927@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.org (dfilter service) Cc: Subject: Re: ports/117616: commit references a PR X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2007 07:50:03 -0000 The following reply was made to PR ports/117616; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/117616: commit references a PR Date: Mon, 29 Oct 2007 07:40:56 +0000 (UTC) rafan 2007-10-29 07:39:31 UTC FreeBSD ports repository Modified files: sysutils/p5-Brackup Makefile Log: - Add missing dependency - Bump PORTREVISION PR: ports/117616 Submitted by: Gea-Suan Lin Revision Changes Path 1.4 +3 -1 ports/sysutils/p5-Brackup/Makefile _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" From owner-freebsd-perl@FreeBSD.ORG Mon Oct 29 17:57:07 2007 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9F3FC16A53B for ; Mon, 29 Oct 2007 17:57:07 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: from smtp110.biz.mail.re2.yahoo.com (smtp110.biz.mail.re2.yahoo.com [206.190.53.9]) by mx1.freebsd.org (Postfix) with SMTP id EF67C13C4A5 for ; Mon, 29 Oct 2007 17:57:05 +0000 (UTC) (envelope-from noackjr@alumni.rice.edu) Received: (qmail 96777 invoked from network); 29 Oct 2007 17:56:43 -0000 Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@24.30.93.225 with login) by smtp110.biz.mail.re2.yahoo.com with SMTP; 29 Oct 2007 17:56:43 -0000 X-YMail-OSG: gT4iktMVM1l0A0UtPSuNkWb23Z2qvsKCAVvJg_FbKLgwHU0wIqU90p4kF5IzYzhkU3kU5unBf54H.7OIpQHEblTV9DRHaFecUiOdemU_NjhazmPyMNDn0.I1DIQojuTvX7P_Nx4qRGsMjDE- Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 90373626D; Mon, 29 Oct 2007 13:56:42 -0400 (EDT) X-Virus-Scanned: amavisd-new at noacks.org Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id r6ttVUkNNlhk; Mon, 29 Oct 2007 13:56:40 -0400 (EDT) Received: from www.noacks.org (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 8C7956250; Mon, 29 Oct 2007 13:56:40 -0400 (EDT) Received: from 75.206.125.19 (SquirrelMail authenticated user noackjr) by www.noacks.org with HTTP; Mon, 29 Oct 2007 13:56:40 -0400 (EDT) Message-ID: <2156.75.206.125.19.1193680600.squirrel@www.noacks.org> Date: Mon, 29 Oct 2007 13:56:40 -0400 (EDT) From: "Jonathan Noack" To: "Steffen Ullrich" User-Agent: SquirrelMail/1.4.11 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: perl@freebsd.org Subject: Re: p5-IO-Socket-SSL 1.11 breaks ddclient X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2007 17:57:07 -0000 On Fri, October 26, 2007 02:35, Steffen Ullrich wrote: > Now I could reproduce the problem. > With version 1.10 IO::Socket::SSL understood timeout for SSL handshakes > and ddclient has a default timeout of '0' which is to short for most > SSL handshakes with remote servers. > > I've changed the behavior of IO::Socket::SSL to treat a timeout of 0 > as no timeout, which is more in line with what IO::Socket::INET does. > Attached is version 1.12 which I've just uploaded to CPAN. > A workaround would be to explicitly set the timeout parameter for ddclient > to greater 0. Version 1.12 works perfectly with ddclient 3.73. I appreciate your patience and willingness to trade many emails with me to solve the problem. Thanks for the wonderful support! Regards, -Jon From owner-freebsd-perl@FreeBSD.ORG Mon Oct 29 21:39:19 2007 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1940416A469 for ; Mon, 29 Oct 2007 21:39:19 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id F020E13C48D for ; Mon, 29 Oct 2007 21:39:18 +0000 (UTC) (envelope-from mi+mill@aldan.algebra.com) Received: (qmail 1219 invoked from network); 29 Oct 2007 14:32:20 -0000 Received: from aldan.algebra.com (HELO aldan-mlp) ([216.254.65.224]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 29 Oct 2007 14:32:20 -0000 From: Mikhail Teterin To: freebsd-ports@freebsd.org, Noah Date: Mon, 29 Oct 2007 10:32:17 -0400 User-Agent: KMail/1.7.1 References: <20071027120012.83F8216A4C0@hub.freebsd.org> In-Reply-To: <20071027120012.83F8216A4C0@hub.freebsd.org> Organization: Virtual Estates, Inc. MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-u" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200710291032.18346.mi+mill@aldan.algebra.com> Cc: perl@freebsd.org Subject: Re: freebsd-ports Digest, Vol 233, Issue 7 X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2007 21:39:19 -0000 =D3=D5=C2=CF=D4=C1 27 =D6=CF=D7=D4=C5=CE=D8 2007 08:00 =C4=CF, freebsd-port= s-request@freebsd.org =F7=C9=20 =CE=C1=D0=C9=D3=C1=CC=C9: > cd PerlMagick && /usr/local/bin/perl5.8.8 Makefile.PL > Cannot load ExtUtils::MakeMaker: Can't locate ExtUtils/MakeMaker.pm in > @INC (@INC contains: /usr/local/lib/perl5/site_perl/5.8.8/mach > /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl > /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at (eval > 1) line 1. > BEGIN failed--compilation aborted at > /usr/local/lib/perl5/5.8.8/BSDPAN/ExtUtils/MakeMaker.pm line 17. > Compilation failed in require at Makefile.PL line 15. > BEGIN failed--compilation aborted at Makefile.PL line 15. > *** Error code 2 > 1 error It is my understanding, that MakeMaker is part of the standard Perl=20 installation: If it is not present (or can not be found) on your system, you may need to= =20 reinstall Perl -- bet let's ask the Perl folks... Yours, -mi P.S. Some day I'll get around to making PerlMagick into a port of its own, = but=20 not yet...