From owner-svn-ports-head@freebsd.org Wed Sep 27 10:55:22 2017 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 ADD2AE30CD2; Wed, 27 Sep 2017 10:55:22 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (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 7B6346D54F; Wed, 27 Sep 2017 10:55:22 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v8RAtLf9095801; Wed, 27 Sep 2017 10:55:21 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v8RAtLJY095800; Wed, 27 Sep 2017 10:55:21 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201709271055.v8RAtLJY095800@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Wed, 27 Sep 2017 10:55:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450730 - head/devel/critcl/files X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: head/devel/critcl/files X-SVN-Commit-Revision: 450730 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Wed, 27 Sep 2017 10:55:22 -0000 Author: gahr Date: Wed Sep 27 10:55:21 2017 New Revision: 450730 URL: https://svnweb.freebsd.org/changeset/ports/450730 Log: devel/critcl: avoid putting build cache files outside of WRKSRC Modified: head/devel/critcl/files/patch-build.tcl Modified: head/devel/critcl/files/patch-build.tcl ============================================================================== --- head/devel/critcl/files/patch-build.tcl Wed Sep 27 09:58:34 2017 (r450729) +++ head/devel/critcl/files/patch-build.tcl Wed Sep 27 10:55:21 2017 (r450730) @@ -1,6 +1,6 @@ ---- build.tcl.orig 2017-08-25 03:29:15 UTC -+++ build.tcl -@@ -323,7 +323,7 @@ proc _install {args} { +--- build.tcl.orig 2017-08-25 03:29:15.000000000 +0000 ++++ build.tcl 2017-09-27 10:53:21.223065000 +0000 +@@ -323,7 +323,7 @@ set dsta [file dirname [file dirname [file normalize [info nameofexecutable]/___]]] } else { set dstl [lindex $args 0] @@ -9,7 +9,7 @@ } set selfdir [file dirname $me] -@@ -369,7 +369,7 @@ proc _install {args} { +@@ -369,7 +369,7 @@ set theapp [critapp $dsta] set c [open $theapp w] @@ -18,3 +18,11 @@ close $c +x $theapp +@@ -395,6 +395,7 @@ + lappend cmd [info nameofexecutable] + } + lappend cmd $theapp ++ lappend cmd -cache [file join $selfdir cache] + if {$target ne {}} { + lappend cmd -target $target + }