From owner-svn-ports-head@freebsd.org Thu Dec 1 16:20:12 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 97270C60918; Thu, 1 Dec 2016 16:20:12 +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 369C21442; Thu, 1 Dec 2016 16:20:11 +0000 (UTC) (envelope-from ehaupt@critical.ch) Received: from wiggles.local (dynamic.wline.6rd.res.cust.swisscom.ch [IPv6:2a02:1205:5013:cb60:dad3:85ff:fe79:dd2] (may be forged)) (authenticated bits=0) by critical.ch (8.15.2/8.15.2/critical-1.0) with ESMTPSA id uB1GK5Nv034473 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 1 Dec 2016 17:20:05 +0100 (CET) (envelope-from ehaupt@critical.ch) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=critical.ch; s=critical; t=1480609206; bh=MOE53NiVWAbEgLeT6dndNC6D0c3cD1Y2OHhwE5d8rp0=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=sgNerGWQ9Xw/vOB2k/gxOePuVMaIXW6xMkVpMTfRBLJqeN60YtR0YMC2iI8rLkBwp 8fdxCUkGk2I3psrmtIFyWwF2ro/1b83Z66b8MJAXQ/BltLkRn+hbdOGVICQZjLiGCY pQgEMiiBHctNlS40h7jPxf5Co63mJBADk1Wb59HI= Date: Thu, 1 Dec 2016 17:20:00 +0100 From: Emanuel Haupt To: Renato Botelho Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r427505 - head/devel/git Message-Id: <20161201172000.0d2bad3db703a0330c488bba@critical.ch> In-Reply-To: <201612011524.uB1FO6Q5087039@repo.freebsd.org> References: <201612011524.uB1FO6Q5087039@repo.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: Thu, 01 Dec 2016 16:20:12 -0000 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