From owner-svn-ports-head@FreeBSD.ORG Mon Aug 19 13:09:35 2013 Return-Path: Delivered-To: svn-ports-head@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 C47E1399; Mon, 19 Aug 2013 13:09:35 +0000 (UTC) (envelope-from andrej.zverev@gmail.com) Received: from mail-pd0-x22f.google.com (mail-pd0-x22f.google.com [IPv6:2607:f8b0:400e:c02::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 890352D39; Mon, 19 Aug 2013 13:09:35 +0000 (UTC) Received: by mail-pd0-f175.google.com with SMTP id q10so5164554pdj.20 for ; Mon, 19 Aug 2013 06:09:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=uCBLPWB1ZuMwaag3Ek/TAXIsXRvfeJQU6yFLmeIxsqM=; b=mKvc5RzJZccjPf7dbHeNdTRGpet5VZgQIxgx1dhFlQLZ8wpD44xJdQg93hO/EIyoe1 q4to6VMgkoW35EaDYUYdWL6FK6jVeK/3T2HlMh4YwyYkb+3n9h7+9GZYiSo+XAJQivFK dANttVVbIoa9n78ublOEjlvuNxe4JGvqTU/2exanbfgd7YqGNFOk3eyZ8vIlGj+Ou0Rm D1/1v3TLkYI95cNNmgWCNPuI3aZzCznKCIZICjvKNabVDKR18Y8apfkg0GxKL/iYWHuD JIxoZKxin9RGatGVe0hpVF31qOIAyvfNlJ7oUrjVZgi/KmxLwqvY3CYtGV/w0gdw7nql 3EKg== MIME-Version: 1.0 X-Received: by 10.68.28.1 with SMTP id x1mr13059211pbg.113.1376917775240; Mon, 19 Aug 2013 06:09:35 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.70.20.225 with HTTP; Mon, 19 Aug 2013 06:09:35 -0700 (PDT) In-Reply-To: <52121868.8030907@FreeBSD.org> References: <201307310657.r6V6vMg8048049@svn.freebsd.org> <52121868.8030907@FreeBSD.org> Date: Mon, 19 Aug 2013 17:09:35 +0400 X-Google-Sender-Auth: uxeIACdiX7fiZ_xAF0yfBl7b57k Message-ID: Subject: Re: svn commit: r324008 - head/Mk From: Andrej Zverev To: Bryan Drewery Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-ports-head@freebsd.org, Baptiste Daroussin , svn-ports-all@freebsd.org, "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Aug 2013 13:09:35 -0000 Can you show buildlog? On Mon, Aug 19, 2013 at 5:06 PM, Bryan Drewery wrote: > On 7/31/2013 1:57 AM, Baptiste Daroussin wrote: >> Author: bapt >> Date: Wed Jul 31 06:57:22 2013 >> New Revision: 324008 >> URL: http://svnweb.freebsd.org/changeset/ports/324008 >> >> Log: >> Do not force perl as a patch and extract dependency each time the old form of USE_PERL5 is used >> Speed boost make index and package builder order calculation >> >> Reviewed by: az >> >> Modified: >> head/Mk/bsd.perl.mk >> >> Modified: head/Mk/bsd.perl.mk >> ============================================================================== >> --- head/Mk/bsd.perl.mk Wed Jul 31 06:54:09 2013 (r324007) >> +++ head/Mk/bsd.perl.mk Wed Jul 31 06:57:22 2013 (r324008) >> @@ -186,8 +186,6 @@ CONFIGURE_ENV+= PERL_MM_USE_DEFAULT="YES >> .endif # defined(PERL_CONFIGURE) >> >> .if defined(USE_PERL5) || defined(USE_PERL5_BUILD) >> -EXTRACT_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT} >> -PATCH_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT} >> BUILD_DEPENDS+= ${PERL5}:${PORTSDIR}/lang/${PERL_PORT} >> .endif >> .if defined(USE_PERL5) || defined(USE_PERL5_RUN) >> > > FYI this at least breaks mail/qmail-spamcontrol > > -- > Regards, > Bryan Drewery >