From owner-freebsd-perl@FreeBSD.ORG Sun Mar 9 07:03:28 2008 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 0F2CD106566B for ; Sun, 9 Mar 2008 07:03:28 +0000 (UTC) (envelope-from leeym@leeym.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id C74938FC16 for ; Sun, 9 Mar 2008 07:03:27 +0000 (UTC) (envelope-from leeym@leeym.com) Received: by an-out-0708.google.com with SMTP id c14so413615anc.13 for ; Sat, 08 Mar 2008 23:03:26 -0800 (PST) Received: by 10.100.242.20 with SMTP id p20mr8351001anh.4.1205046195292; Sat, 08 Mar 2008 23:03:15 -0800 (PST) Received: by 10.100.209.16 with HTTP; Sat, 8 Mar 2008 23:03:15 -0800 (PST) Message-ID: <759236930803082303s105615ffgea2b1f100b304d84@mail.gmail.com> Date: Sat, 8 Mar 2008 23:03:15 -0800 From: "Yen-Ming Lee" To: "Mark Linimon" , "Anton Berezin" , lth@FreeBSD.org In-Reply-To: <759236930803050928w2f45842fsbb6e74345e85f62b@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <759236930803040921g2a8b0939se8a631123f1b4926@mail.gmail.com> <20080305170139.GB521@soaustin.net> <759236930803050928w2f45842fsbb6e74345e85f62b@mail.gmail.com> Cc: perl@freebsd.org Subject: Re: about PERL_DEPENDS and PERL_TEST_DEPENDS 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, 09 Mar 2008 07:03:28 -0000 2008/3/5, Yen-Ming Lee : > [See http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/121313] > 2008/3/5, Mark Linimon : > > While this is interesting functionality, this would result in a terrible > > slowdown in e.g. bulding the ports INDEX -- this would nearly double the > > line size of bsd.*.mk, not to mention the time involved to do the string- > > bashing. > > Surely there is a less expensive way of achieving the same result? > Yes, but "bsd.perl.core.mk" will only be loaded if PERL_DEPENDS is > defined, also it will ony load the values based on the value of > PERL_LEVEL. Surely it will slow down the build time, but it only > affect p5-*, and in my experience it's not that bad. Of course > building one port and building whole ports tree are different cases... [deleted] > It's my implementation to "maintains a little database for dual-life > modules", maybe tobez@ and lth@ or other developers on perl@ will have > better solutions to do so. Hi, tobez@ and lth@, Since you mentioned that you plan to achieve the same goal about PERL_DEPENDS and PERL_TEST_DEPENDS, what's your planed implementation? Hopefully it will be less expensive. linimon@ and other developers on perl@, I still think it's an interesting features to handle the perl dependency, otherwise we will have either a over-simplified dependency ... RUN_DEPENDS= a lot of ports dependency here including some dual-life modules and some only-for-tests modules or a super-complex dependency ... .if ${PERL_LEVEL} < 500808 RUN_DEPENDS+= ..... .endif .if ${PERL_LEVEL} < 500900 RUN_DEPENDS+= ..... .endif .if ${PERL_LEVEL} < 500902 RUN_DEPENDS+= ..... .endif Thanks, -- Yen-Ming Lee From owner-freebsd-perl@FreeBSD.ORG Mon Mar 10 11:08:35 2008 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 8FD52106567B for ; Mon, 10 Mar 2008 11:08:35 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 7BC368FC27 for ; Mon, 10 Mar 2008 11:08:35 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2AB8Zlp087980 for ; Mon, 10 Mar 2008 11:08:35 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2AB8YMr087976 for perl@FreeBSD.org; Mon, 10 Mar 2008 11:08:34 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 10 Mar 2008 11:08:34 GMT Message-Id: <200803101108.m2AB8YMr087976@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: perl@FreeBSD.org Cc: Subject: Current problem reports assigned to perl@FreeBSD.org 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, 10 Mar 2008 11:08:35 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- f ports/120809 perl [UPDATE] devel/p5-rpm-build-perl 1 problem total. From owner-freebsd-perl@FreeBSD.ORG Mon Mar 10 15:55:30 2008 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 604DB1065673 for ; Mon, 10 Mar 2008 15:55:30 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from mail.nicoelro.net (helm.nicoelro.net [87.98.216.147]) by mx1.freebsd.org (Postfix) with ESMTP id 345588FC13 for ; Mon, 10 Mar 2008 15:55:30 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: by mail.nicoelro.net (Postfix, from userid 58) id CEE1278D22; Mon, 10 Mar 2008 16:35:34 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on helm.nicoelro.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=6.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.4 Received: from [192.168.1.2] (unknown [83.205.52.254]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nicolas@nicoelro.net) by mail.nicoelro.net (Postfix) with ESMTP id 4DD0E78CCC for ; Mon, 10 Mar 2008 16:35:34 +0100 (CET) Message-ID: <47D55545.6080608@nicoelro.net> Date: Mon, 10 Mar 2008 16:35:33 +0100 From: Nicolas Letellier User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: freebsd-perl@freebsd.org Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: How use > db-1.85 with p5-Mail-SpamAssassin X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nicolas@nicoelro.net 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, 10 Mar 2008 15:55:30 -0000 Hello, I use the port p5-Mail-SpamAssassin. However, I must import all my ~/.spamassassin/bayes* from a Debian to a FreeBSD. Why SpamAssassin *only* uses db-1.85? This is headers of my bayes*: bayes_seen: Berkeley DB (Hash, version 7, native byte-order) bayes_toks: Berkeley DB (Hash, version 8, native byte-order) How use them in the port p5-Mail-SpamAssassin? And, there is a possibility to use > db-1.85 with SpamAssassin? Thanks a lot! -Nicolas From owner-freebsd-perl@FreeBSD.ORG Tue Mar 11 09:20:54 2008 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 16EC41065676; Tue, 11 Mar 2008 09:20:54 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [194.255.56.42]) by mx1.freebsd.org (Postfix) with ESMTP id BAC698FC2F; Tue, 11 Mar 2008 09:20:53 +0000 (UTC) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id 201EC6D402; Tue, 11 Mar 2008 10:20:53 +0100 (CET) Date: Tue, 11 Mar 2008 10:20:53 +0100 From: Anton Berezin To: Yen-Ming Lee Message-ID: <20080311092053.GB53444@heechee.tobez.org> References: <759236930803040921g2a8b0939se8a631123f1b4926@mail.gmail.com> <20080305170139.GB521@soaustin.net> <759236930803050928w2f45842fsbb6e74345e85f62b@mail.gmail.com> <759236930803082303s105615ffgea2b1f100b304d84@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <759236930803082303s105615ffgea2b1f100b304d84@mail.gmail.com> X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.17 (2007-11-01) Cc: Mark Linimon , perl@freebsd.org, lth@FreeBSD.org Subject: Re: about PERL_DEPENDS and PERL_TEST_DEPENDS 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: Tue, 11 Mar 2008 09:20:54 -0000 Hi, On Sat, Mar 08, 2008 at 11:03:15PM -0800, Yen-Ming Lee wrote: > Since you mentioned that you plan to achieve the same goal about > PERL_DEPENDS and PERL_TEST_DEPENDS, what's your planed > implementation? Hopefully it will be less expensive. I cannot describe the planned implementation, since I did get enough tuits, but at any rate, I do not see why not maintain the database of only known dual-life modules (and not the whole corelist). \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen From owner-freebsd-perl@FreeBSD.ORG Tue Mar 11 15:12:14 2008 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 253AE1065674 for ; Tue, 11 Mar 2008 15:12:14 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [194.255.56.42]) by mx1.freebsd.org (Postfix) with ESMTP id 81FF08FC17 for ; Tue, 11 Mar 2008 15:12:13 +0000 (UTC) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id B0F926D412; Tue, 11 Mar 2008 15:55:55 +0100 (CET) Date: Tue, 11 Mar 2008 15:55:55 +0100 From: Anton Berezin To: Jeremy Messenger Message-ID: <20080311145555.GK53444@heechee.tobez.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-perl@freebsd.org Subject: Re: Perl malloc doesn't work in FreeBSD 7.x with xchat anymore. 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: Tue, 11 Mar 2008 15:12:14 -0000 On Sat, Mar 08, 2008 at 04:43:55PM -0600, Jeremy Messenger wrote: > Hello folks, > > See here: http://www.freebsd.org/cgi/query-pr.cgi?pr=121472 > Backtraces: http://people.freebsd.org/~mezz/gdb/gdb-xchat.txt > > It works ok in FreeBSD 6.x, but not FreeBSD 7.x. If I reinstall perl5.8 > with WITHOUT_PERL_MALLOC and it solves the problem of xchat with perl > plugins crash in FreeBSD 7.x. I have no idea where I am supposed to look > at. Do anyone know if this issue will be fixed in Perl 5.10? I do not believe it is a Perl issue at all. It is indicated by the backtrace that Perl malloc's service areas are corrupted. I can think of two possibilities: - a problem of malloc'ed memory ownership (when it is allocated with one malloc implementation and free'd with another one); - a genuine memory corruption within xchat which goes unnoticed on 6.x with phkmalloc and manifests itself on 7.x with jemalloc. I seem to have a rather vague recollection that something similar has happened with xchat before (some years ago). One more possibility is that xchat is threaded and Perl is not. Cheers, \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen From owner-freebsd-perl@FreeBSD.ORG Tue Mar 11 15:44:34 2008 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5B6E1065670 for ; Tue, 11 Mar 2008 15:44:34 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmmtao105.cox.net (eastrmmtao105.cox.net [68.230.240.47]) by mx1.freebsd.org (Postfix) with ESMTP id 553698FC2A for ; Tue, 11 Mar 2008 15:44:34 +0000 (UTC) (envelope-from mezz7@cox.net) Received: from eastrmimpo03.cox.net ([68.1.16.126]) by eastrmmtao105.cox.net (InterMail vM.7.08.02.01 201-2186-121-102-20070209) with ESMTP id <20080311154434.YYPS20314.eastrmmtao105.cox.net@eastrmimpo03.cox.net>; Tue, 11 Mar 2008 11:44:34 -0400 Received: from mezz.mezzweb.com ([24.255.149.218]) by eastrmimpo03.cox.net with bizsmtp id zrd41Y0014iy4EG0000000; Tue, 11 Mar 2008 11:37:04 -0400 Date: Tue, 11 Mar 2008 10:46:11 -0500 To: "Anton Berezin" From: "Jeremy Messenger" Content-Type: text/plain; format=flowed; delsp=yes; charset=us-ascii MIME-Version: 1.0 References: <20080311145555.GK53444@heechee.tobez.org> Content-Transfer-Encoding: Quoted-Printable Message-ID: In-Reply-To: <20080311145555.GK53444@heechee.tobez.org> User-Agent: Opera Mail/9.26 (Linux) Cc: freebsd-perl@freebsd.org Subject: Re: Perl malloc doesn't work in FreeBSD 7.x with xchat anymore. 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: Tue, 11 Mar 2008 15:44:35 -0000 On Tue, 11 Mar 2008 09:55:55 -0500, Anton Berezin wrot= e: > On Sat, Mar 08, 2008 at 04:43:55PM -0600, Jeremy Messenger wrote: >> Hello folks, >> >> See here: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D121472 >> Backtraces: http://people.freebsd.org/~mezz/gdb/gdb-xchat.txt >> >> It works ok in FreeBSD 6.x, but not FreeBSD 7.x. If I reinstall perl5= .8 >> with WITHOUT_PERL_MALLOC and it solves the problem of xchat with perl= >> plugins crash in FreeBSD 7.x. I have no idea where I am supposed to l= ook >> at. Do anyone know if this issue will be fixed in Perl 5.10? > > I do not believe it is a Perl issue at all. It is indicated by the > backtrace that Perl malloc's service areas are corrupted. > > I can think of two possibilities: > > - a problem of malloc'ed memory ownership (when it is allocated with o= ne > malloc implementation and free'd with another one); > > - a genuine memory corruption within xchat which goes unnoticed on 6.x= = > with > phkmalloc and manifests itself on 7.x with jemalloc. marcus thinks that it's possible that Perl malloc VS jemalloc issue. Why= = blame on xchat if it works perfect with Perl built with = WITHOUT_PERL_MALLOC? Maybe it's me that I don't understand. ;-) Because,= = if Perl has its own malloc then why would it gets mix up with jemalloc? > I seem to have a rather vague recollection that something similar has > happened with xchat before (some years ago). > > One more possibility is that xchat is threaded and Perl is not. I doubt it, because it works in FreeBSD 6.x and WITHOUT_PERL_MALLOC in = FreeBSD 7.x. Cheers, Mezz > Cheers, > \Anton. -- = mezz7@cox.net - mezz@FreeBSD.org FreeBSD GNOME Team http://www.FreeBSD.org/gnome/ - gnome@FreeBSD.org From owner-freebsd-perl@FreeBSD.ORG Wed Mar 12 09:31:35 2008 Return-Path: Delivered-To: freebsd-perl@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCA9C1065670 for ; Wed, 12 Mar 2008 09:31:35 +0000 (UTC) (envelope-from tobez@tobez.org) Received: from heechee.tobez.org (heechee.tobez.org [194.255.56.42]) by mx1.freebsd.org (Postfix) with ESMTP id 9B5198FC1F for ; Wed, 12 Mar 2008 09:31:35 +0000 (UTC) (envelope-from tobez@tobez.org) Received: by heechee.tobez.org (Postfix, from userid 1001) id A3E716D413; Wed, 12 Mar 2008 10:31:33 +0100 (CET) Date: Wed, 12 Mar 2008 10:31:33 +0100 From: Anton Berezin To: Jeremy Messenger Message-ID: <20080312093133.GA59094@heechee.tobez.org> References: <20080311145555.GK53444@heechee.tobez.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Powered-By: FreeBSD http://www.freebsd.org/ User-Agent: Mutt/1.5.17 (2007-11-01) Cc: freebsd-perl@freebsd.org Subject: Re: Perl malloc doesn't work in FreeBSD 7.x with xchat anymore. 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: Wed, 12 Mar 2008 09:31:36 -0000 On Tue, Mar 11, 2008 at 10:46:11AM -0500, Jeremy Messenger wrote: > On Tue, 11 Mar 2008 09:55:55 -0500, Anton Berezin wrote: > >> On Sat, Mar 08, 2008 at 04:43:55PM -0600, Jeremy Messenger wrote: >>> See here: http://www.freebsd.org/cgi/query-pr.cgi?pr=121472 >>> Backtraces: http://people.freebsd.org/~mezz/gdb/gdb-xchat.txt >>> It works ok in FreeBSD 6.x, but not FreeBSD 7.x. If I reinstall perl5.8 >>> with WITHOUT_PERL_MALLOC and it solves the problem of xchat with perl >>> plugins crash in FreeBSD 7.x. I have no idea where I am supposed to look >>> at. Do anyone know if this issue will be fixed in Perl 5.10? >> I do not believe it is a Perl issue at all. It is indicated by the >> backtrace that Perl malloc's service areas are corrupted. > marcus thinks that it's possible that Perl malloc VS jemalloc issue. Why > blame on xchat if it works perfect with Perl built with > WITHOUT_PERL_MALLOC? Maybe it's me that I don't understand. ;-) Alright, moving the discussion away from a somewhat metaphysical plane... I did a little bit of debugging yesterday. No conclusive results yet, but here are some datapoints: The trace observed (an apparently endless loop of Perl_malloc()/PerlIO_allocate()/PerlIO_stdstreams()/Perl_PerlIO_stderr()) is because of a minor bug in perl when perl malloc is in use. When perl interpreter instance is being constructed (during perl_alloc() call), some memory is allocated. If this fails, perl's malloc implementation tries to print some diagnostic messages to standard error. However, since perl is compiled with its own stdio replacement, this action requires some memory being allocated (at least until an instance of perl interpreter is constructed). I can see some protections in perl's malloc.c against just such a case, with a fall-back to unix IO using write(2), but for some reason in this particular instance this protection fails. Hence the loop. In my tests I modified perl to use "normal" stdio within malloc.c, and this reveals the actual problem: During perl_alloc() the very first call to sbrk() fails with ENOMEM. This reinforces my suspicions about the differences between jemalloc and phkmalloc, possibly in a threaded program, being the culprit. However a naive test program that simply allocates some memory with jemalloc before constructing perl interpreter does not fail. More debugging is necessary. Cheers, \Anton. -- We're going for 'working' here. 'clean' is for people with skills... -- Flemming Jacobsen From owner-freebsd-perl@FreeBSD.ORG Fri Mar 14 21:13:26 2008 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 D0EB51065676 for ; Fri, 14 Mar 2008 21:13:26 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from exhub015-2.exch015.msoutlookonline.net (exhub015-2.exch015.msoutlookonline.net [207.5.72.94]) by mx1.freebsd.org (Postfix) with ESMTP id C1F118FC1C for ; Fri, 14 Mar 2008 21:13:26 +0000 (UTC) (envelope-from philip@ridecharge.com) Received: from philip.hq.rws (74.93.213.161) by smtpx15.msoutlookonline.net (207.5.72.103) with Microsoft SMTP Server (TLS) id 8.1.263.0; Fri, 14 Mar 2008 14:03:22 -0700 Message-ID: <47DAE819.20108@riderway.com> Date: Fri, 14 Mar 2008 17:03:21 -0400 From: "Philip M. Gollucci" Organization: Ridecharge User-Agent: Thunderbird 2.0.0.6 (X11/20070919) MIME-Version: 1.0 To: perl@FreeBSD.org Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: perl@ ports 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: Fri, 14 Mar 2008 21:13:27 -0000 Hi, devel/p5-Cache-Cache devel/p5-PathTools security/p5-Digest converters/p5-MIME-Base64 are all dependencies of ports I maintain and are owned by perl@. If its preferably, I'd gladly assume maintenance, if not thats fine. http://p6m7g8.com/mine.diff -- ------------------------------------------------------------------------ Philip M. Gollucci (philip@ridecharge.com) o:703.549.2050x206 Senior System Admin - Riderway, Inc. http://riderway.com / http://ridecharge.com 1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB B89E 1324 9B4F EC88 A0BF Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. From owner-freebsd-perl@FreeBSD.ORG Fri Mar 14 21:45:02 2008 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 EC574106566C for ; Fri, 14 Mar 2008 21:45:02 +0000 (UTC) (envelope-from skreuzer@exit2shell.com) Received: from scruffy.exit2shell.com (64.147.114.188.static.nyinternet.net [64.147.114.188]) by mx1.freebsd.org (Postfix) with ESMTP id 5C33D8FC14 for ; Fri, 14 Mar 2008 21:45:02 +0000 (UTC) (envelope-from skreuzer@exit2shell.com) Received: from scruffy.exit2shell.com (64.147.114.188.static.nyinternet.net [64.147.114.188]) by scruffy.exit2shell.com (8.14.1/8.14.1) with ESMTP id m2ELMgS5099941; Fri, 14 Mar 2008 17:22:47 -0400 (EDT) (envelope-from skreuzer@scruffy.exit2shell.com) Received: (from skreuzer@localhost) by scruffy.exit2shell.com (8.14.1/8.14.1/Submit) id m2ELMfAr099940; Fri, 14 Mar 2008 17:22:41 -0400 (EDT) (envelope-from skreuzer) Date: Fri, 14 Mar 2008 17:22:41 -0400 From: Steven Kreuzer To: "Philip M. Gollucci" Message-ID: <20080314212241.GA99765@scruffy.exit2shell.com> References: <47DAE819.20108@riderway.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47DAE819.20108@riderway.com> User-Agent: Mutt/1.4.2.3i Cc: perl@freebsd.org Subject: Re: perl@ ports 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: Fri, 14 Mar 2008 21:45:03 -0000 On Fri, Mar 14, 2008 at 05:03:21PM -0400, Philip M. Gollucci wrote: > Hi, > > devel/p5-Cache-Cache > devel/p5-PathTools > security/p5-Digest > converters/p5-MIME-Base64 > > are all dependencies of ports I maintain and are owned by perl@. If its > preferably, I'd gladly assume maintenance, if not thats fine. > > http://p6m7g8.com/mine.diff I get a 404 when trying to grab the patch -- Steven Kreuzer http://www.exit2shell.com/~skreuzer