From owner-freebsd-ports@freebsd.org Sun Dec 17 17:53:55 2017 Return-Path: Delivered-To: freebsd-ports@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 482D5E90354 for ; Sun, 17 Dec 2017 17:53:55 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 34B037828C for ; Sun, 17 Dec 2017 17:53:55 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: by mailman.ysv.freebsd.org (Postfix) id 313FBE90353; Sun, 17 Dec 2017 17:53:55 +0000 (UTC) Delivered-To: ports@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 30F08E90351 for ; Sun, 17 Dec 2017 17:53:55 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (www.zefox.net [69.239.235.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "www.zefox.org", Issuer "www.zefox.org" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F0AD07828B for ; Sun, 17 Dec 2017 17:53:54 +0000 (UTC) (envelope-from fbsd@www.zefox.net) Received: from www.zefox.net (localhost [127.0.0.1]) by www.zefox.net (8.15.2/8.15.2) with ESMTPS id vBHHrlWQ004624 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 17 Dec 2017 09:53:47 -0800 (PST) (envelope-from fbsd@www.zefox.net) Received: (from fbsd@localhost) by www.zefox.net (8.15.2/8.15.2/Submit) id vBHHrkTT004623; Sun, 17 Dec 2017 09:53:46 -0800 (PST) (envelope-from fbsd) Date: Sun, 17 Dec 2017 09:53:46 -0800 From: bob prohaska To: ports@freebsd.org Cc: bob prohaska Subject: Stopping make in a port Message-ID: <20171217175346.GA4610@www.zefox.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.24 (2015-08-30) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Dec 2017 17:53:55 -0000 >From time to time I would like to abort a make session in /usr/ports. In the past, one could get away with simply using kill or ctrl-c, but now that seems to keep make from restarting, with an error along the lines of "can't cd to /tmp/..... which does not seem easy to fix. What is the appropriate way to stop and restart make in /usr/ports? Thanks for reading, bob prohaska