From owner-svn-ports-all@freebsd.org Tue Feb 9 09:10:52 2016 Return-Path: Delivered-To: svn-ports-all@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 6A92DAA2AC1; Tue, 9 Feb 2016 09:10:52 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from mail.infocus-llc.com (mail.infocus-llc.com [199.15.120.13]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 467B31F43; Tue, 9 Feb 2016 09:10:51 +0000 (UTC) (envelope-from fullermd@over-yonder.net) Received: from draco.over-yonder.net (c-75-65-60-66.hsd1.ms.comcast.net [75.65.60.66]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.tarragon.infocus-llc.com (Postfix) with ESMTPSA id 3pzz376vGCz6Z; Tue, 9 Feb 2016 03:10:43 -0600 (CST) Received: by draco.over-yonder.net (Postfix, from userid 100) id 3pzz370ZYwz28r; Tue, 9 Feb 2016 03:10:43 -0600 (CST) Date: Tue, 9 Feb 2016 03:10:43 -0600 From: "Matthew D. Fuller" To: Johan van Selst Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r408539 - head/math/calc Message-ID: <20160209091043.GV4781@over-yonder.net> References: <201602090711.u197Bjtj017602@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201602090711.u197Bjtj017602@repo.freebsd.org> X-Editor: vi X-OS: FreeBSD X-Virus-Scanned: clamav-milter 0.99 at mail.tarragon.infocus-llc.com X-Virus-Status: Clean User-Agent: Mutt/1.5.24-fullermd.4 (2015-08-30) X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 09 Feb 2016 09:10:52 -0000 On Tue, Feb 09, 2016 at 07:11:45AM +0000 I heard the voice of Johan van Selst, and lo! it spake thus: > > Log: > Update calc to 2.12.5.3 (minor bugfix) This (and the previous update a couple days ago) fail to build for me on -CURRENT. A little investigation suggests that it's coming from the command line being passed. Specifically: ---------- [...] /bin/rm -f -f custom/.all cd custom; gmake -f Makefile ALLOW_CUSTOM="-DCUSTOM" AR=ar [...] CP=cp -f CUSTOMCALDIR="/usr/local/share/calc/custom" [...] # gmake[2]: Entering directory '/usr/ports.work/usr/ports/math/calc/work/calc-2.12.5.3/custom' gmake[2]: CUSTOMCALDIR=/usr/local/share/calc/custom: No such file or directory gmake[2]: *** No rule to make target 'CUSTOMCALDIR=/usr/local/share/calc/custom'. Stop. ---------- The 'cp -f' value for $CP horking it up. If I override CP on the make command line from the port build to just /bin/cp, it works OK. I presume something down in calc's build system really doesn't expect multiword values for CP :| I can only guess this is coming from /usr/share/sys.mk which sets it so since r277273 (2015-01-16). The log for that rev actually says "MFC after: 1 week", but I guess it never happened, since 10 doesn't have the "cp -f" definition. -- Matthew Fuller (MF4839) | fullermd@over-yonder.net Systems/Network Administrator | http://www.over-yonder.net/~fullermd/ On the Internet, nobody can hear you scream.