From owner-svn-ports-all@FreeBSD.ORG Mon Sep 30 21:16:57 2013 Return-Path: Delivered-To: svn-ports-all@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 5EC01609 for ; Mon, 30 Sep 2013 21:16:57 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-la0-f42.google.com (mail-la0-f42.google.com [209.85.215.42]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D5EB92635 for ; Mon, 30 Sep 2013 21:16:56 +0000 (UTC) Received: by mail-la0-f42.google.com with SMTP id ep20so5104283lab.1 for ; Mon, 30 Sep 2013 14:16:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-type; bh=3gp9MFnX7FUDTWWDg9ql9tTrWiKPBCRE5tjfSP//LAk=; b=lKvrPCNSDEuL7VBN/XV0wiT41ZYdqxLgpQVLKCVKjtgS9wZUVTgvhPaOuzhAU4nJYS p2wE359lG5uInVGoa1doc0taISCuk7RIMghud8PByRp2mfZZL2pNPPM5oYRbzkpjiIeC 52RIEJgP7UI3tOsP0bFqty5TJs/AN+qz161OTrQz0N7wl8p0ZbaOBkw7BX07geLV2DHH fFoD0u7TUbzervlL+yuQrVGaOUny5Mog8lDrkWLWFujqi9tw771siWC98Zp/rxP6COgT yC3+1lljcXNFge2pli2KRlEe11rmIkDym3b+ud50ifwtZp3mIOq934QyyeZENAtI4Cgy GDnA== X-Gm-Message-State: ALoCoQkKVKAbSMOUSlM/lsxHGSU6Ix+G3QKAN3XFng2pksYRhOdIS0If9kwl3mTpnxxKqSCmcB5L X-Received: by 10.152.29.201 with SMTP id m9mr21867761lah.6.1380575814560; Mon, 30 Sep 2013 14:16:54 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.112.91.9 with HTTP; Mon, 30 Sep 2013 14:16:34 -0700 (PDT) In-Reply-To: References: <201309302041.r8UKfP3F022838@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 1 Oct 2013 05:16:34 +0800 X-Google-Sender-Auth: Mw7wAng0Bkre8L8V7zzO8a0VVVM Message-ID: Subject: Re: svn commit: r328870 - in head/devel: p5-Test-DependentModules p5-Test-Fixme p5-Test-Identity p5-Test-LeakTrace p5-Test-Mock-LWP-Dispatch p5-Test-Refcount p5-Test-Spec p5-Test-Sys-Info p5-Test-Table... To: Bryan Drewery Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, owner-ports-committers@freebsd.org, ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2013 21:16:57 -0000 az@ said that patch does not contain all p5- ports therefore I choose to convert my p5- ports (USE_PERL5=configure) first. I've done a patch of perl5.mk [1] for USE_PERL5=modbuild* cases. I plan to convert my other p5- ports after the perl5.mk change. [1] http://people.freebsd.org/~sunpoet/perl5.mk.patch Regards, sunpoet On Tue, Oct 1, 2013 at 4:47 AM, Bryan Drewery wrote: > I am doing an exp-run currently to mass convert all p5 in ports/182510 > > -- > Regards, > Bryan Drewery