From owner-svn-ports-head@FreeBSD.ORG Sun Apr 12 09:14:44 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49AB74EF; Sun, 12 Apr 2015 09:14:44 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "plouf.absolight.net", Issuer "CAcert Class 3 Root" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 0D9EE630; Sun, 12 Apr 2015 09:14:44 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 28016BDC30; Sun, 12 Apr 2015 11:14:42 +0200 (CEST) Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id F3230BDC2E; Sun, 12 Apr 2015 11:14:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 4BA742FB6F3D; Sun, 12 Apr 2015 11:14:41 +0200 (CEST) Date: Sun, 12 Apr 2015 11:14:41 +0200 From: Mathieu Arnold To: Kurt Jaeger , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r383824 - in head/x11: . p5-X11-XCB Message-ID: <27FF967EB24D085D893E08E4@atuin.in.mat.cc> In-Reply-To: <201504111813.t3BIDFA9052784@svn.freebsd.org> References: <201504111813.t3BIDFA9052784@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 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: Sun, 12 Apr 2015 09:14:44 -0000 +--On 11 avril 2015 18:13:15 +0000 Kurt Jaeger wrote: | +pre-configure: | + cd ${WRKSRC} && ${PERL} Makefile.PL Same question here, what's wrong with USE_PERL5=configure ? Also, why pre-configure ? Nothing here will generate a do-configure target, so might as well use it. -- Mathieu Arnold