From owner-freebsd-perl@FreeBSD.ORG Sun Jul 18 19:40:19 2010 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 71C92106566C; Sun, 18 Jul 2010 19:40:19 +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 48EEC8FC20; Sun, 18 Jul 2010 19:40:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6IJeJZM027075; Sun, 18 Jul 2010 19:40:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6IJeJ4R027067; Sun, 18 Jul 2010 19:40:19 GMT (envelope-from edwin) Date: Sun, 18 Jul 2010 19:40:19 GMT Message-Id: <201007181940.o6IJeJ4R027067@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/148740: [ports] [update] devel/p5-PadWalker update to 1.92 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, 18 Jul 2010 19:40:19 -0000 Synopsis: [ports] [update] devel/p5-PadWalker update to 1.92 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sun Jul 18 19:40:18 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=148740 From owner-freebsd-perl@FreeBSD.ORG Mon Jul 19 02:12:56 2010 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 8B9581065675 for ; Mon, 19 Jul 2010 02:12:56 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 345448FC1D for ; Mon, 19 Jul 2010 02:12:55 +0000 (UTC) Received: (qmail 14491 invoked by uid 399); 19 Jul 2010 02:12:55 -0000 Received: from localhost (HELO lap.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 19 Jul 2010 02:12:55 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4C43B4A5.5080104@FreeBSD.org> Date: Sun, 18 Jul 2010 19:12:53 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.4) Gecko/20100608 Thunderbird/3.1 MIME-Version: 1.0 To: Mark Linimon References: <20100718223830.GA10338@lonesome.com> In-Reply-To: <20100718223830.GA10338@lonesome.com> X-Enigmail-Version: 1.1.1 OpenPGP: id=1A1ABC84 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, jhell , perl@FreeBSD.org, skv@FreeBSD.org Subject: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) 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, 19 Jul 2010 02:12:56 -0000 On 07/18/10 15:38, Mark Linimon wrote: > The intention of bsd.perl.mk was to eventually allow a bunch of code > to be pulled out of bsd.port.mk, and to have bsd.perl.mk only included > conditionally, on the theory that it will speed up INDEX building > somewhat. (I have not tested for speedup). Sounds like something that should be tested. > The problem is that there are N ports that assume that the logic in > bsd.perl.mk is always available. I've tried to convince people that > these are bugs, but OTOH if you leave out one of these definitions > such as USE_PERL5 or PERL_CONFIGURE, and _PERL_REFACTORING_COMPLETE > is defined, then INDEX breaks. I'm confused. Are you saying that there are ports that try to use stuff that's defined in bsd.perl.mk without including it? If so, that should be fixed. Also, how many ports are we talking about here? What is duplicated between .mk files? Is there an easy algorithm to determine this? > Every once in a while I try to put in patches to force N to zero, but > then I get stuck on wierd edge cases. This is why the switch has not > been thrown. Step 1: Fix the easy cases Step 2: Notify maintainers of wacky edge cases (perhaps followed by a brief delay to let them fix it themselves) Step 2: Disconnect broken wacky edge cases from the build Step 3: Reconnect wacky edge cases as they get fixed At bare minimum Step 1 should be followed immediately to avoid people copy/pasting bad examples. > Every time I try to work on this, "something happens" and it gets > shoved on the back-burner for several months. This has been going > on for several years now ... Then it's way beyond time you asked for help. :) I've cc'ed perl@ in case they are interested in this. If not, I might be. > At this point it may be better to just do the following: > > - unconditionally include bsd.perl.mk and get rid of the code > duplication that is in bsd.port.mk. Um, no. That's 100% backwards. If you're going to include it unconditionally there is no point in having a separate file. But I don't think that including it unconditionally is the right answer, it would be better to fix this properly. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso From owner-freebsd-perl@FreeBSD.ORG Mon Jul 19 11:08:17 2010 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 628DC1065720 for ; Mon, 19 Jul 2010 11:08:17 +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 51B088FC08 for ; Mon, 19 Jul 2010 11:08:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6JB8HuI066872 for ; Mon, 19 Jul 2010 11:08:17 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6JB8GMj066870 for perl@FreeBSD.org; Mon, 19 Jul 2010 11:08:16 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 19 Jul 2010 11:08:16 GMT Message-Id: <201007191108.o6JB8GMj066870@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, 19 Jul 2010 11:08:17 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/148740 perl [ports] devel/p5-PadWalker update to 1.92 o ports/148700 perl perl5.12 breaks devel/p5-PadWalker o ports/129626 perl lang/p5-Tcl segfaults on i386 and amd64 on FreeBSD 7 o ports/121472 perl Loading perl scripts causes irc/xchat segmentation fau 4 problems total. From owner-freebsd-perl@FreeBSD.ORG Mon Jul 19 22:22:27 2010 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 BFDAC106566C; Mon, 19 Jul 2010 22:22:27 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from cell.p6m7g8.net (static-71-178-236-107.washdc.fios.verizon.net [71.178.236.107]) by mx1.freebsd.org (Postfix) with ESMTP id 5E13D8FC13; Mon, 19 Jul 2010 22:22:27 +0000 (UTC) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) (authenticated bits=0) by cell.p6m7g8.net (8.14.4/8.14.3) with ESMTP id o6JMMJvI024450 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Mon, 19 Jul 2010 22:22:20 GMT (envelope-from pgollucci@p6m7g8.com) Message-ID: <4C44D01C.70704@p6m7g8.com> Date: Mon, 19 Jul 2010 22:22:20 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100607 Thunderbird/3.0.4 MIME-Version: 1.0 To: Doug Barton References: <20100718223830.GA10338@lonesome.com> <4C43B4A5.5080104@FreeBSD.org> In-Reply-To: <4C43B4A5.5080104@FreeBSD.org> X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on cell.p6m7g8.net Cc: ports@freebsd.org, Mark Linimon , perl@freebsd.org, jhell Subject: Re: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) 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, 19 Jul 2010 22:22:27 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I've long been interested in this. I must be using the wrong options or something. About 1 yr ago I was able to build the index after removing the appropriate things in Mk/. On 07/19/10 02:12, Doug Barton wrote: > On 07/18/10 15:38, Mark Linimon wrote: >> The intention of bsd.perl.mk was to eventually allow a bunch of code >> to be pulled out of bsd.port.mk, and to have bsd.perl.mk only included >> conditionally, on the theory that it will speed up INDEX building >> somewhat. (I have not tested for speedup). > > Sounds like something that should be tested. > >> The problem is that there are N ports that assume that the logic in >> bsd.perl.mk is always available. I've tried to convince people that >> these are bugs, but OTOH if you leave out one of these definitions >> such as USE_PERL5 or PERL_CONFIGURE, and _PERL_REFACTORING_COMPLETE >> is defined, then INDEX breaks. > > I'm confused. Are you saying that there are ports that try to use stuff > that's defined in bsd.perl.mk without including it? If so, that should > be fixed. > > Also, how many ports are we talking about here? What is duplicated > between .mk files? Is there an easy algorithm to determine this? > >> Every once in a while I try to put in patches to force N to zero, but >> then I get stuck on wierd edge cases. This is why the switch has not >> been thrown. > > Step 1: Fix the easy cases > Step 2: Notify maintainers of wacky edge cases (perhaps followed by a > brief delay to let them fix it themselves) > Step 2: Disconnect broken wacky edge cases from the build > Step 3: Reconnect wacky edge cases as they get fixed > > At bare minimum Step 1 should be followed immediately to avoid people > copy/pasting bad examples. > >> Every time I try to work on this, "something happens" and it gets >> shoved on the back-burner for several months. This has been going >> on for several years now ... > > Then it's way beyond time you asked for help. :) I've cc'ed perl@ in > case they are interested in this. If not, I might be. > >> At this point it may be better to just do the following: >> >> - unconditionally include bsd.perl.mk and get rid of the code >> duplication that is in bsd.port.mk. > > Um, no. That's 100% backwards. If you're going to include it > unconditionally there is no point in having a separate file. But I don't > think that including it unconditionally is the right answer, it would be > better to fix this properly. > > > Doug > - -- - ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iD8DBQFMRNAcdbiP+9ubjBwRAtS3AJ9rCBCA3u3N7QEoiov5qfHTBXVVCQCgjtEr j47qDeZUTQrqFZpVCdiFXEU= =kroi -----END PGP SIGNATURE----- From owner-freebsd-perl@FreeBSD.ORG Tue Jul 20 03:57:09 2010 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 18D871065675 for ; Tue, 20 Jul 2010 03:57:09 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id A9E3D8FC16 for ; Tue, 20 Jul 2010 03:57:07 +0000 (UTC) Received: (qmail 25969 invoked by uid 399); 20 Jul 2010 03:57:06 -0000 Received: from localhost (HELO laptop.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 20 Jul 2010 03:57:06 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Mon, 19 Jul 2010 20:57:03 -0700 (PDT) From: Doug Barton To: "Philip M. Gollucci" In-Reply-To: <4C44D01C.70704@p6m7g8.com> Message-ID: References: <20100718223830.GA10338@lonesome.com> <4C43B4A5.5080104@FreeBSD.org> <4C44D01C.70704@p6m7g8.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! OpenPGP: id=1A1ABC84 Organization: http://SupersetSolutions.com/ MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-61557940-1279598226=:1694" Cc: jhell , ports@freebsd.org, perl@freebsd.org, portmgr@FreeBSD.org, Mark Linimon Subject: Re: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) 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, 20 Jul 2010 03:57:09 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-61557940-1279598226=:1694 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Mon, 19 Jul 2010, Philip M. Gollucci wrote: > I've long been interested in this. I must be using the wrong options or > something. About 1 yr ago I was able to build the index after removing > the appropriate things in Mk/. Well, seems like I have good news. :) I ran tests on both 9-current and 6-stable with a full, clean tree and no make.conf; with and without -D_PERL_REFACTORING_COMPLETE and the INDEX files were identical. So it looks like this is a good time to pull the trigger and make the change. If portmgr approves I'll be glad to make the change myself, but I imagine that a pointyhat run first is in order. The diff is easy, but I've attached it just in case. Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso --0-61557940-1279598226=:1694 Content-Type: TEXT/PLAIN; charset=US-ASCII; name=perl-refactoring.diff Content-Transfer-Encoding: BASE64 Content-ID: Content-Description: Content-Disposition: attachment; filename=perl-refactoring.diff SW5kZXg6IGJzZC5wZXJsLm1rDQo9PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09DQpS Q1MgZmlsZTogL2hvbWUvcGN2cy9wb3J0cy9Nay9ic2QucGVybC5tayx2DQpy ZXRyaWV2aW5nIHJldmlzaW9uIDEuMTcNCmRpZmYgLXUgLXIxLjE3IGJzZC5w ZXJsLm1rDQotLS0gYnNkLnBlcmwubWsJMTUgSnVsIDIwMTAgMTQ6NDg6NTAg LTAwMDAJMS4xNw0KKysrIGJzZC5wZXJsLm1rCTIwIEp1bCAyMDEwIDAzOjU1 OjU0IC0wMDAwDQpAQCAtODAsMTAgKzgwLDYgQEANCiBQZXJsX1ByZV9JbmNs dWRlPQkJCWJzZC5wZXJsLm1rDQogUEVSTF9JbmNsdWRlX01BSU5UQUlORVI9 CXBlcmxARnJlZUJTRC5vcmcNCiANCi0jIFhYWCB0byByZW1haW4gdW5kZWZp bmVkIHVudGlsIGFsbCBwb3J0cyB0aGF0IHJlcXVpcmUgUGVybCBhcmUgZml4 ZWQNCi0jIHRvIHNldCBvbmUgb2YgdGhlIGNvbmRpdGlvbmFscyB0aGF0IGZv cmNlIHRoZSBpbmNsdXNpb24gb2YgYnNkLnBlcmwubWsNCi0uaWYgZGVmaW5l ZChfUEVSTF9SRUZBQ1RPUklOR19DT01QTEVURSkNCi0NCiBQRVJMX1ZFUlNJ T04/PQk1LjEwLjENCiANCiAuaWYgIWRlZmluZWQoUEVSTF9MRVZFTCkgJiYg ZGVmaW5lZChQRVJMX1ZFUlNJT04pDQpAQCAtMTEzLDggKzEwOSw2IEBADQog UEVSTDU9CQkke0xPQ0FMQkFTRX0vYmluL3Blcmwke1BFUkxfVkVSU0lPTn0N CiBQRVJMPQkJJHtMT0NBTEJBU0V9L2Jpbi9wZXJsDQogDQotLmVuZGlmICAj IGRlZmluZWQoX1BFUkxfUkVGQUNUT1JJTkdfQ09NUExFVEUpDQotDQogIyBE ZWNpZGUgd2hlcmUgdG8gbG9vayBmb3IgdGhlIHZlcnNpb24gc3RyaW5nDQog LmlmZGVmIFVTRV9QRVJMNQ0KIFVTRV9QRVJMNV9TVFJJTkc9CSR7VVNFX1BF Ukw1fQ0KQEAgLTE3NSwxNSArMTY5LDExIEBADQogDQogUGVybF9Qb3N0X0lu Y2x1ZGU9CQlic2QucGVybC5taw0KIA0KLS5pZiBkZWZpbmVkKF9QRVJMX1JF RkFDVE9SSU5HX0NPTVBMRVRFKQ0KLQ0KIFBMSVNUX1NVQis9CVBFUkxfVkVS U0lPTj0ke1BFUkxfVkVSU0lPTn0gXA0KIAkJCVBFUkxfVkVSPSR7UEVSTF9W RVJTSU9OfSBcDQogCQkJUEVSTF9BUkNIPSR7UEVSTF9BUkNIfSBcDQogCQkJ U0lURV9QRVJMPSR7U0lURV9QRVJMX1JFTH0NCiANCi0uZW5kaWYgICMgZGVm aW5lZChfUEVSTF9SRUZBQ1RPUklOR19DT01QTEVURSkNCi0NCiAuaWYgIWRl ZmluZWQoUEVSTCkgfHwgIWRlZmluZWQoUEVSTDUpIHx8ICFkZWZpbmVkKFBF UkxfUE9SVCkgfHwgIWRlZmluZWQoU0lURV9QRVJMKQ0KIElHTk9SRT0JCW1p c3NpbmcgZGVmaW5lIGZvciBXQU5UX1BFUkwsIFVTRV9QRVJMNSwgb3Igc2lt aWxhciBiZWZvcmUgYnNkLnBvcnQucHJlLm1rIGluY2x1c2lvbg0KIC5lbmRp Zg0KSW5kZXg6IGJzZC5wb3J0Lm1rDQo9PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 DQpSQ1MgZmlsZTogL2hvbWUvcGN2cy9wb3J0cy9Nay9ic2QucG9ydC5tayx2 DQpyZXRyaWV2aW5nIHJldmlzaW9uIDEuNjQzDQpkaWZmIC11IC1yMS42NDMg YnNkLnBvcnQubWsNCi0tLSBic2QucG9ydC5tawkxNSBKdWwgMjAxMCAxNDo0 ODo1MCAtMDAwMAkxLjY0Mw0KKysrIGJzZC5wb3J0Lm1rCTIwIEp1bCAyMDEw IDAzOjU1OjU1IC0wMDAwDQpAQCAtMTQ1MCw0NiArMTQ1MCw2IEBADQogDQog UEtHQ09NUEFURElSPz0JCSR7TE9DQUxCQVNFfS9saWIvY29tcGF0L3BrZw0K IA0KLSMgWFhYIHRvIHJlbWFpbiB1bmRlZmluZWQgdW50aWwgYWxsIHBvcnRz IHRoYXQgcmVxdWlyZSBQZXJsIGFyZSBmaXhlZA0KLSMgdG8gc2V0IG9uZSBv ZiB0aGUgY29uZGl0aW9uYWxzIHRoYXQgZm9yY2UgdGhlIGluY2x1c2lvbiBv ZiBic2QucGVybC5taw0KLS5pZiAhZGVmaW5lZChfUEVSTF9SRUZBQ1RPUklO R19DT01QTEVURSkNCi0NCi1QRVJMX1ZFUlNJT04/PQk1LjEwLjENCi0NCi0u aWYgIWRlZmluZWQoUEVSTF9MRVZFTCkgJiYgZGVmaW5lZChQRVJMX1ZFUlNJ T04pDQotcGVybF9tYWpvcj0JCSR7UEVSTF9WRVJTSU9OOkN8XihbMS05XSsp Lip8XDF8fQ0KLV9wZXJsX21pbm9yPQkwMCR7UEVSTF9WRVJTSU9OOkN8Xihb MS05XSspXC4oWzAtOV0rKS4qfFwyfH0NCi1wZXJsX21pbm9yPQkJJHtfcGVy bF9taW5vcjpDfF4uKiguLi4pfFwxfH0NCi0uaWYgJHtwZXJsX21pbm9yfSA+ PSAxMDANCi1wZXJsX21pbm9yPQkJJHtQRVJMX1ZFUlNJT046Q3xeKFsxLTld KylcLihbMC05XVswLTldWzAtOV0pLip8XDJ8fQ0KLXBlcmxfcGF0Y2g9CQkk e1BFUkxfVkVSU0lPTjpDfF4uKiguLil8XDF8fQ0KLS5lbHNlICMgJHtwZXJs X21pbm9yfSA8IDEwMA0KLV9wZXJsX3BhdGNoPQkwJHtQRVJMX1ZFUlNJT046 Q3xeKFsxLTldKylcLihbMC05XSspXC4qfDB8fQ0KLXBlcmxfcGF0Y2g9CQkk e19wZXJsX3BhdGNoOkN8Xi4qKC4uKXxcMXx9DQotLmVuZGlmICMgJHtwZXJs X21pbm9yfSA8IDEwMA0KLVBFUkxfTEVWRUw9CSR7cGVybF9tYWpvcn0ke3Bl cmxfbWlub3J9JHtwZXJsX3BhdGNofQ0KLS5lbHNlDQotUEVSTF9MRVZFTD0w DQotLmVuZGlmICMgIWRlZmluZWQoUEVSTF9MRVZFTCkgJiYgZGVmaW5lZChQ RVJMX1ZFUlNJT04pDQotDQotUEVSTF9BUkNIPz0JCW1hY2gNCi0NCi0uaWYg ICAgJHtQRVJMX0xFVkVMfSA+PSA1MDEyMDANCi1QRVJMX1BPUlQ/PQlwZXJs NS4xMg0KLS5lbGlmICAke1BFUkxfTEVWRUx9ID49IDUwMTAwMA0KLVBFUkxf UE9SVD89CXBlcmw1LjEwDQotLmVsc2UNCi1QRVJMX1BPUlQ/PQlwZXJsNS44 DQotLmVuZGlmDQotDQotU0lURV9QRVJMX1JFTD89CWxpYi9wZXJsNS9zaXRl X3BlcmwvJHtQRVJMX1ZFUlNJT059DQotU0lURV9QRVJMPz0JJHtMT0NBTEJB U0V9LyR7U0lURV9QRVJMX1JFTH0NCi0NCi1QRVJMNT0JCSR7TE9DQUxCQVNF fS9iaW4vcGVybCR7UEVSTF9WRVJTSU9OfQ0KLVBFUkw9CQkke0xPQ0FMQkFT RX0vYmluL3BlcmwNCi0NCi0uZW5kaWYgICMgIWRlZmluZWQoX1BFUkxfUkVG QUNUT1JJTkdfQ09NUExFVEUpDQotDQogLmlmIGRlZmluZWQoVVNFX0xPQ0FM X01LKQ0KIC5pbmNsdWRlICIke1BPUlRTRElSfS9Nay9ic2QubG9jYWwubWsi DQogLmVuZGlmDQpAQCAtMjA0OSwxMyArMjAwOSw2IEBADQogDQogLmVuZGlm DQogDQotLmlmICFkZWZpbmVkKF9QRVJMX1JFRkFDVE9SSU5HX0NPTVBMRVRF KQ0KLVBMSVNUX1NVQis9CQlQRVJMX1ZFUlNJT049JHtQRVJMX1ZFUlNJT059 IFwNCi0JCQkJUEVSTF9WRVI9JHtQRVJMX1ZFUlNJT059IFwNCi0JCQkJUEVS TF9BUkNIPSR7UEVSTF9BUkNIfSBcDQotCQkJCVNJVEVfUEVSTD0ke1NJVEVf UEVSTF9SRUx9DQotLmVuZGlmICAjICFkZWZpbmVkKF9QRVJMX1JFRkFDVE9S SU5HX0NPTVBMRVRFKQ0KLQ0KIC5pZiBkZWZpbmVkKFVTRV9MT0NBTF9NSykN CiAuaW5jbHVkZSAiJHtQT1JUU0RJUn0vTWsvYnNkLmxvY2FsLm1rIg0KIC5l bmRpZg0K --0-61557940-1279598226=:1694-- From owner-freebsd-perl@FreeBSD.ORG Tue Jul 20 03:59:08 2010 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 05616106564A; Tue, 20 Jul 2010 03:59:08 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from cell.p6m7g8.net (static-71-178-236-107.washdc.fios.verizon.net [71.178.236.107]) by mx1.freebsd.org (Postfix) with ESMTP id 520BF8FC12; Tue, 20 Jul 2010 03:59:06 +0000 (UTC) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) (authenticated bits=0) by cell.p6m7g8.net (8.14.4/8.14.3) with ESMTP id o6K3x1jD015044 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Tue, 20 Jul 2010 03:59:02 GMT (envelope-from pgollucci@p6m7g8.com) Message-ID: <4C451F06.8020106@p6m7g8.com> Date: Tue, 20 Jul 2010 03:59:02 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100607 Thunderbird/3.0.4 MIME-Version: 1.0 To: Doug Barton References: <20100718223830.GA10338@lonesome.com> <4C43B4A5.5080104@FreeBSD.org> <4C44D01C.70704@p6m7g8.com> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on cell.p6m7g8.net Cc: jhell , skv@FreeBSD.org, ports@FreeBSD.org, perl@FreeBSD.org, portmgr@FreeBSD.org, Mark Linimon Subject: Re: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) 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, 20 Jul 2010 03:59:08 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/20/10 03:57, Doug Barton wrote: > On Mon, 19 Jul 2010, Philip M. Gollucci wrote: > >> I've long been interested in this. I must be using the wrong options or >> something. About 1 yr ago I was able to build the index after removing >> the appropriate things in Mk/. > > Well, seems like I have good news. :) I ran tests on both 9-current and > 6-stable with a full, clean tree and no make.conf; with and without > -D_PERL_REFACTORING_COMPLETE and the INDEX files were identical. So it > looks like this is a good time to pull the trigger and make the change. > > If portmgr approves I'll be glad to make the change myself, but I > imagine that a pointyhat run first is in order. The diff is easy, but > I've attached it just in case. > > > Doug > You didn't quite test everything. Some ports have optional PERL dependencies. You should probably try WITH_PERL=yes before and after too. - -- - ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iD8DBQFMRR8GdbiP+9ubjBwRAjiKAKCJ3obJGzmJu/xnadw0IVck08U+VACgijF1 eQFksq8c7TASyK+SA7WnvAY= =Tko5 -----END PGP SIGNATURE----- From owner-freebsd-perl@FreeBSD.ORG Tue Jul 20 04:52:58 2010 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 DD281106568C for ; Tue, 20 Jul 2010 04:52:58 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 661998FC19 for ; Tue, 20 Jul 2010 04:52:57 +0000 (UTC) Received: (qmail 7617 invoked by uid 399); 20 Jul 2010 04:52:56 -0000 Received: from localhost (HELO laptop.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 20 Jul 2010 04:52:56 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Mon, 19 Jul 2010 21:52:53 -0700 (PDT) From: Doug Barton To: "Philip M. Gollucci" In-Reply-To: <4C451F06.8020106@p6m7g8.com> Message-ID: References: <20100718223830.GA10338@lonesome.com> <4C43B4A5.5080104@FreeBSD.org> <4C44D01C.70704@p6m7g8.com> <4C451F06.8020106@p6m7g8.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! OpenPGP: id=1A1ABC84 Organization: http://SupersetSolutions.com/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Cc: jhell , skv@FreeBSD.org, ports@FreeBSD.org, perl@FreeBSD.org, portmgr@FreeBSD.org, Mark Linimon Subject: Re: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) 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, 20 Jul 2010 04:52:58 -0000 On Tue, 20 Jul 2010, Philip M. Gollucci wrote: > You didn't quite test everything. I didn't try. :) In talking to Mark his previous testing clearly demonstrated that with the knob set would cause the INDEX generation to fail spectacularly. So the fact that this did not happen, seems like a good sign. > Some ports have optional PERL dependencies. > > You should probably try WITH_PERL=yes before and after too. That's a great suggestion, thanks. I re-ran the tests, all 4 with WITH_PERL defined, and then before and after _PERL_REFACTORING_COMPLETE and the 2 WITH_PERL INDEX files were the same in each branch. Different than the ones generated without WITH_PERL obviously ... So yeah, a pointyhat run is almost certainly a good idea before actually making the change, however 'make index' was the canary in Mark's original coal mine, and fortunately that bird is still singing. :) Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso From owner-freebsd-perl@FreeBSD.ORG Tue Jul 20 05:28:47 2010 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 749F61065675; Tue, 20 Jul 2010 05:28:47 +0000 (UTC) (envelope-from pgollucci@p6m7g8.com) Received: from cell.p6m7g8.net (static-71-178-236-107.washdc.fios.verizon.net [71.178.236.107]) by mx1.freebsd.org (Postfix) with ESMTP id 23EE38FC08; Tue, 20 Jul 2010 05:28:46 +0000 (UTC) Received: from philip.hq.rws (wsip-174-79-184-239.dc.dc.cox.net [174.79.184.239]) (authenticated bits=0) by cell.p6m7g8.net (8.14.4/8.14.3) with ESMTP id o6K5SfDG016669 (version=TLSv1/SSLv3 cipher=DHE-DSS-CAMELLIA256-SHA bits=256 verify=NO); Tue, 20 Jul 2010 05:28:41 GMT (envelope-from pgollucci@p6m7g8.com) Message-ID: <4C453409.8000201@p6m7g8.com> Date: Tue, 20 Jul 2010 05:28:41 +0000 From: "Philip M. Gollucci" Organization: P6M7G8 Inc. User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100607 Thunderbird/3.0.4 MIME-Version: 1.0 To: Doug Barton References: <20100718223830.GA10338@lonesome.com> <4C43B4A5.5080104@FreeBSD.org> <4C44D01C.70704@p6m7g8.com> <4C451F06.8020106@p6m7g8.com> In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,RDNS_DYNAMIC autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on cell.p6m7g8.net Cc: jhell , skv@FreeBSD.org, ports@FreeBSD.org, perl@FreeBSD.org, portmgr@FreeBSD.org, Mark Linimon Subject: Re: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) 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, 20 Jul 2010 05:28:47 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 07/20/10 04:52, Doug Barton wrote: > So yeah, a pointyhat run is almost certainly a good idea before actually > making the change, however 'make index' was the canary in Mark's > original coal mine, and fortunately that bird is still singing. :) Excellent, then your findings and mine agree. So unless we've missed something would do the honors to send a pr in for an -exp run. CC me please. - -- - ------------------------------------------------------------------------ 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70 3F8C 75B8 8FFB DB9B 8C1C Philip M. Gollucci (pgollucci@p6m7g8.com) c: 703.336.9354 VP Apache Infrastructure; Member, Apache Software Foundation Committer, FreeBSD Foundation Consultant, P6M7G8 Inc. Sr. System Admin, Ridecharge Inc. Work like you don't need the money, love like you'll never get hurt, and dance like nobody's watching. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.14 (FreeBSD) iD8DBQFMRTQJdbiP+9ubjBwRAtTKAJ4h8eWOgY4z+85gXYv+YUHV3Epx3QCeI1VA vXpiWOlWwBVw8p3eTdHfC0Q= =HvWi -----END PGP SIGNATURE----- From owner-freebsd-perl@FreeBSD.ORG Tue Jul 20 05:55:22 2010 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 A7E3C1065674 for ; Tue, 20 Jul 2010 05:55:22 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 2EAE98FC1A for ; Tue, 20 Jul 2010 05:55:21 +0000 (UTC) Received: (qmail 29732 invoked by uid 399); 20 Jul 2010 05:55:20 -0000 Received: from localhost (HELO laptop.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 20 Jul 2010 05:55:20 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Date: Mon, 19 Jul 2010 22:55:17 -0700 (PDT) From: Doug Barton To: "Philip M. Gollucci" In-Reply-To: <4C453409.8000201@p6m7g8.com> Message-ID: References: <20100718223830.GA10338@lonesome.com> <4C43B4A5.5080104@FreeBSD.org> <4C44D01C.70704@p6m7g8.com> <4C451F06.8020106@p6m7g8.com> <4C453409.8000201@p6m7g8.com> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-message-flag: Outlook -- Not just for spreading viruses anymore! OpenPGP: id=1A1ABC84 Organization: http://SupersetSolutions.com/ MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: jhell , skv@FreeBSD.org, ports@FreeBSD.org, perl@FreeBSD.org, portmgr@FreeBSD.org, Mark Linimon Subject: Re: bsd.perl.mk (Was: Re: _PERL_REFACTORING_COMPLETE lang/perl5.12 Mk/bsd.perl.mk) 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, 20 Jul 2010 05:55:22 -0000 On Tue, 20 Jul 2010, Philip M. Gollucci wrote: > On 07/20/10 04:52, Doug Barton wrote: >> So yeah, a pointyhat run is almost certainly a good idea before actually >> making the change, however 'make index' was the canary in Mark's >> original coal mine, and fortunately that bird is still singing. :) > > Excellent, then your findings and mine agree. So unless we've missed > something would do the honors to send a pr in for an -exp run. That was the purpose of my cc'ing portmgr@ with my findings. If you think a PR is necessary, I'm happy to step aside and let perl@ take over. :) Doug -- Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/ Computers are useless. They can only give you answers. -- Pablo Picasso From owner-freebsd-perl@FreeBSD.ORG Wed Jul 21 07:00:18 2010 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 C4177106566B; Wed, 21 Jul 2010 07:00:18 +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 9C6498FC20; Wed, 21 Jul 2010 07:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6L70IrL024657; Wed, 21 Jul 2010 07:00:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6L70INQ024648; Wed, 21 Jul 2010 07:00:18 GMT (envelope-from edwin) Date: Wed, 21 Jul 2010 07:00:18 GMT Message-Id: <201007210700.o6L70INQ024648@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/148809: [PATCH] lang/parrot update port to 2.6.0 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, 21 Jul 2010 07:00:18 -0000 Synopsis: [PATCH] lang/parrot update port to 2.6.0 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Wed Jul 21 07:00:17 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=148809 From owner-freebsd-perl@FreeBSD.ORG Fri Jul 23 10:20:13 2010 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 E7EB5106564A; Fri, 23 Jul 2010 10:20:13 +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 C01108FC20; Fri, 23 Jul 2010 10:20:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6NAKDIw002494; Fri, 23 Jul 2010 10:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6NAKDmD002485; Fri, 23 Jul 2010 10:20:13 GMT (envelope-from edwin) Date: Fri, 23 Jul 2010 10:20:13 GMT Message-Id: <201007231020.o6NAKDmD002485@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Cc: Subject: Re: ports/148861: lang/rakudo update to 2010.07 "Atlanta" 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, 23 Jul 2010 10:20:14 -0000 Synopsis: lang/rakudo update to 2010.07 "Atlanta" Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Jul 23 10:20:13 UTC 2010 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=148861 From owner-freebsd-perl@FreeBSD.ORG Fri Jul 23 14:02:38 2010 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 8F364106567D; Fri, 23 Jul 2010 14:02:38 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 675F38FC1C; Fri, 23 Jul 2010 14:02:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6NE2c4t027229; Fri, 23 Jul 2010 14:02:38 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6NE2cQi027225; Fri, 23 Jul 2010 14:02:38 GMT (envelope-from skv) Date: Fri, 23 Jul 2010 14:02:38 GMT Message-Id: <201007231402.o6NE2cQi027225@freefall.freebsd.org> To: zahatski@gmail.com, skv@FreeBSD.org, perl@FreeBSD.org From: skv@FreeBSD.org Cc: Subject: Re: ports/148809: [PATCH] lang/parrot update port to 2.6.0 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, 23 Jul 2010 14:02:38 -0000 Synopsis: [PATCH] lang/parrot update port to 2.6.0 State-Changed-From-To: open->closed State-Changed-By: skv State-Changed-When: Fri Jul 23 14:00:40 UTC 2010 State-Changed-Why: Committed. Note that this line in patch is useless: +PORTREVISION= 1 Also, do not include $FreeBSD$ tag in patch (just update skeleton before patching files). http://www.freebsd.org/cgi/query-pr.cgi?pr=148809 From owner-freebsd-perl@FreeBSD.ORG Fri Jul 23 14:06:56 2010 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 9D9611065762; Fri, 23 Jul 2010 14:06:56 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 75CD18FC1D; Fri, 23 Jul 2010 14:06:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6NE6uQJ027323; Fri, 23 Jul 2010 14:06:56 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6NE6tBn027319; Fri, 23 Jul 2010 14:06:55 GMT (envelope-from skv) Date: Fri, 23 Jul 2010 14:06:55 GMT Message-Id: <201007231406.o6NE6tBn027319@freefall.freebsd.org> To: fbsd-ports@opsec.eu, skv@FreeBSD.org, perl@FreeBSD.org From: skv@FreeBSD.org Cc: Subject: Re: ports/148740: [ports] devel/p5-PadWalker update to 1.92 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, 23 Jul 2010 14:06:56 -0000 Synopsis: [ports] devel/p5-PadWalker update to 1.92 State-Changed-From-To: open->closed State-Changed-By: skv State-Changed-When: Fri Jul 23 14:06:50 UTC 2010 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=148740 From owner-freebsd-perl@FreeBSD.ORG Fri Jul 23 14:08:37 2010 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 6342A1065687; Fri, 23 Jul 2010 14:08:37 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3B6008FC20; Fri, 23 Jul 2010 14:08:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6NE8b54027375; Fri, 23 Jul 2010 14:08:37 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6NE8ajB027371; Fri, 23 Jul 2010 14:08:36 GMT (envelope-from skv) Date: Fri, 23 Jul 2010 14:08:36 GMT Message-Id: <201007231408.o6NE8ajB027371@freefall.freebsd.org> To: cjk32@cam.ac.uk, skv@FreeBSD.org, perl@FreeBSD.org From: skv@FreeBSD.org Cc: Subject: Re: ports/148700: perl5.12 breaks devel/p5-PadWalker 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, 23 Jul 2010 14:08:37 -0000 Synopsis: perl5.12 breaks devel/p5-PadWalker State-Changed-From-To: open->closed State-Changed-By: skv State-Changed-When: Fri Jul 23 14:07:15 UTC 2010 State-Changed-Why: Thank you for your report. But this PR is overriden by PR 148740, because in the new version of PadWalker (1.92) this issue is fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=148700 From owner-freebsd-perl@FreeBSD.ORG Fri Jul 23 14:10:02 2010 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 C8E2C106566B for ; Fri, 23 Jul 2010 14:10:02 +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 A06918FC20 for ; Fri, 23 Jul 2010 14:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6NEA2fC027423 for ; Fri, 23 Jul 2010 14:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6NEA2Up027421; Fri, 23 Jul 2010 14:10:02 GMT (envelope-from gnats) Date: Fri, 23 Jul 2010 14:10:02 GMT Message-Id: <201007231410.o6NEA2Up027421@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/148809: 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: Fri, 23 Jul 2010 14:10:02 -0000 The following reply was made to PR ports/148809; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/148809: commit references a PR Date: Fri, 23 Jul 2010 14:00:23 +0000 (UTC) skv 2010-07-23 14:00:14 UTC FreeBSD ports repository Modified files: lang/parrot Makefile Makefile.common distinfo pkg-plist Log: Update to 2.6.0 Changes: http://parrot.org/news/2010/Parrot-2.6.0 PR: ports/148809 Submitted by: Aliaksandr Zahatski Revision Changes Path 1.48 +1 -1 ports/lang/parrot/Makefile 1.8 +1 -1 ports/lang/parrot/Makefile.common 1.27 +3 -3 ports/lang/parrot/distinfo 1.27 +3 -1 ports/lang/parrot/pkg-plist _______________________________________________ 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 Fri Jul 23 14:26:10 2010 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 391AF1065676; Fri, 23 Jul 2010 14:26:10 +0000 (UTC) (envelope-from skv@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 116F98FC17; Fri, 23 Jul 2010 14:26:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6NEQ9ja047094; Fri, 23 Jul 2010 14:26:09 GMT (envelope-from skv@freefall.freebsd.org) Received: (from skv@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6NEQ97r047090; Fri, 23 Jul 2010 14:26:09 GMT (envelope-from skv) Date: Fri, 23 Jul 2010 14:26:09 GMT Message-Id: <201007231426.o6NEQ97r047090@freefall.freebsd.org> To: zahatski@gmail.com, skv@FreeBSD.org, perl@FreeBSD.org From: skv@FreeBSD.org Cc: Subject: Re: ports/148861: lang/rakudo update to 2010.07 "Atlanta" 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, 23 Jul 2010 14:26:10 -0000 Synopsis: lang/rakudo update to 2010.07 "Atlanta" State-Changed-From-To: open->closed State-Changed-By: skv State-Changed-When: Fri Jul 23 14:26:03 UTC 2010 State-Changed-Why: Committed, thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=148861 From owner-freebsd-perl@FreeBSD.ORG Fri Jul 23 14:30:08 2010 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 23A3F1065674 for ; Fri, 23 Jul 2010 14:30:08 +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 13D518FC0C for ; Fri, 23 Jul 2010 14:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6NEU7PT047444 for ; Fri, 23 Jul 2010 14:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6NEU76P047439; Fri, 23 Jul 2010 14:30:07 GMT (envelope-from gnats) Date: Fri, 23 Jul 2010 14:30:07 GMT Message-Id: <201007231430.o6NEU76P047439@freefall.freebsd.org> To: perl@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/148861: 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: Fri, 23 Jul 2010 14:30:08 -0000 The following reply was made to PR ports/148861; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/148861: commit references a PR Date: Fri, 23 Jul 2010 14:26:14 +0000 (UTC) skv 2010-07-23 14:26:00 UTC FreeBSD ports repository Modified files: lang/rakudo Makefile distinfo pkg-plist Log: Update to 2010.07 Changes: http://rakudo.org/node/74 PR: ports/148861 Submitted by: Aliaksandr Zahatski Revision Changes Path 1.13 +1 -1 ports/lang/rakudo/Makefile 1.7 +3 -3 ports/lang/rakudo/distinfo 1.5 +0 -1 ports/lang/rakudo/pkg-plist _______________________________________________ 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"