From owner-svn-ports-head@freebsd.org Sun Dec 4 15:51:39 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4D5C1C669D2; Sun, 4 Dec 2016 15:51:39 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from critical.ch (critical.ch [IPv6:2a01:4f8:c17:de4::1:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx.critical.ch", Issuer "StartCom Class 1 DV Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E3CF71F2F; Sun, 4 Dec 2016 15:51:38 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from beaver.home.critical.ch (84-72-21-190.dclient.hispeed.ch [84.72.21.190]) (authenticated bits=0) by critical.ch (8.15.2/8.15.2/critical-1.0) with ESMTPA id uB4FpYVV053239; Sun, 4 Dec 2016 16:51:34 +0100 (CET) (envelope-from ehaupt@critical.ch) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=critical.ch; s=critical; t=1480866695; bh=NKUcvlc+B228dJzew3APc8flRVSiitYJJrzVDr+zu28=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=CePbYDRsiqnTclPrugeTyftQEn81/gWLByP7FlPWj3p+/Ep6UpPK+v74f7mnvldkV H2edHxKAHQs4vYnQ+a71uY6D1aAm26YgtYJVdDGgR4ngtDlaRvwsFre98hSfJ2D9R3 oLVZQ0/lBnZ3ZNbb4R9rNjq8pWal6hmQGc7kXN6I= Date: Sun, 4 Dec 2016 16:51:28 +0100 From: Emanuel Haupt To: koobs@FreeBSD.org Cc: Renato Botelho , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r427505 - head/devel/git Message-Id: <20161204165128.9c78a0e748eca08ec3f4ec68@critical.ch> In-Reply-To: <5d91ee65-74b6-43cc-cedc-72c5fdb04981@FreeBSD.org> References: <201612011524.uB1FO6Q5087039@repo.freebsd.org> <20161201172000.0d2bad3db703a0330c488bba@critical.ch> <5d91ee65-74b6-43cc-cedc-72c5fdb04981@FreeBSD.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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, 04 Dec 2016 15:51:39 -0000 Kubilay Kocak wrote: > On 2/12/2016 3:20 AM, Emanuel Haupt wrote: > > Renato Botelho wrote: > >> Author: garga > >> Date: Thu Dec 1 15:24:06 2016 > >> New Revision: 427505 > >> URL: https://svnweb.freebsd.org/changeset/ports/427505 > >> > >> Log: > >> - Fix build with PERL and non-default LOCALBASE [1] > >> - Fix build with DEVELOPER=yes [2] > >> - Do not install ZSH completion [3] > >> - ZSH installs a better version itself > >> - Fix PLIST > >> - Bump PORTREVISION > >> > >> PR: 213494 [1] > >> 214009 [2] > >> 214870 [3] (based on) > >> Submitted by: John Hein [1] [3] > >> Michael Zuo > >> Sponsored by: Rubicon Communications (Netgate) > > > > Somehow this broke devel/git-lite. Configure bails out with: > > > > configure: error: You cannot use git without perl > > > > Emanuel > > > > > > @Emanuel > > devel/git: 2.11.0 -- Fails to configure with PERL option disabled > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215038 > > Can you confirm this fixes both git and git-lite for you? Can confirm that this fixes both both instances. Thanks you for the patch. Emanuel