From owner-svn-ports-all@freebsd.org Sun Aug 12 16:57:38 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 918C410763DE; Sun, 12 Aug 2018 16:57:38 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 245CC8FEB2; Sun, 12 Aug 2018 16:57:37 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from yv.noip.me (c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id w7CGvUOT099037 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Sun, 12 Aug 2018 09:57:31 -0700 (PDT) (envelope-from yuri@rawbw.com) X-Authentication-Warning: shell1.rawbw.com: Host c-24-4-131-132.hsd1.ca.comcast.net [24.4.131.132] claimed to be yv.noip.me Subject: Re: svn commit: r477001 - head/misc/valentina To: Antoine Brodin , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org References: <201808121650.w7CGoq0g078085@repo.freebsd.org> From: Yuri Message-ID: <31067d43-5767-1d38-7f26-64b64b07edb0@rawbw.com> Date: Sun, 12 Aug 2018 09:57:29 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.0 MIME-Version: 1.0 In-Reply-To: <201808121650.w7CGoq0g078085@repo.freebsd.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 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: Sun, 12 Aug 2018 16:57:38 -0000 On 8/12/18 9:50 AM, Antoine Brodin wrote: > Log: > WITH_CCACHE_BUILD is a user settable flag > > Modified: > head/misc/valentina/Makefile > > Modified: head/misc/valentina/Makefile > ============================================================================== > --- head/misc/valentina/Makefile Sun Aug 12 16:46:29 2018 (r477000) > +++ head/misc/valentina/Makefile Sun Aug 12 16:50:51 2018 (r477001) > @@ -16,7 +16,6 @@ USES= desktop-file-utils gmake qmake qt:5 > USE_QT= concurrent core gui network opengl printsupport svg widgets xml xmlpatterns buildtools_build linguisttools_build testlib_build > USE_GL= gl > USE_LDCONFIG= yes > -WITH_CCACHE_BUILD= yes This change broke the build. The top of Mk/bsd.ccache.mk says: > # WITH_CCACHE_BUILD=yes enables depending on ccache and using it in the build. This line looks like instructions for users how to use ccache. Yuri