From owner-freebsd-ports@freebsd.org Sat May 8 08:05:33 2021 Return-Path: Delivered-To: freebsd-ports@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 6F93D62C9F2 for ; Sat, 8 May 2021 08:05:33 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp001-out.apm-internet.net (smtp001-out.apm-internet.net [85.119.248.222]) (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 4Fcfy42dSxz4csp for ; Sat, 8 May 2021 08:05:31 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: (qmail 7021 invoked from network); 8 May 2021 08:05:29 -0000 X-APM-Out-ID: 16204611290701 X-APM-Authkey: 18389/1(18389/1) 2 Received: from unknown (HELO meld.njm.me.uk) (86.179.69.31) by smtp001.apm-internet.net with SMTP; 8 May 2021 08:05:29 -0000 Received: from triton.njm.me.uk (triton.njm.me.uk [192.168.144.133]) by meld.njm.me.uk (8.16.1/8.16.1) with ESMTPS id 14885TRJ087091 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Sat, 8 May 2021 09:05:29 +0100 (BST) (envelope-from njm@njm.me.uk) Received: from localhost (localhost [127.0.0.1]) by triton.njm.me.uk (8.16.1/8.16.1) with ESMTP id 14885SgK045716 for ; Sat, 8 May 2021 09:05:28 +0100 (BST) (envelope-from njm@njm.me.uk) Date: Sat, 08 May 2021 09:05:28 +0100 From: "N.J. Mann" To: freebsd-ports@freebsd.org Subject: [SOLVED] Re: Problems with gitup - doesn't delete files / old ports. Message-ID: <91B9D61A96D29C220DEDE756@triton.njm.me.uk> In-Reply-To: <2B71581BA1C1C9DBE6F3CDF3@triton.njm.me.uk> References: <2B71581BA1C1C9DBE6F3CDF3@triton.njm.me.uk> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Rspamd-Queue-Id: 4Fcfy42dSxz4csp X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of njm@njm.me.uk has no SPF policy when checking 85.119.248.222) smtp.mailfrom=njm@njm.me.uk X-Spamd-Result: default: False [-2.20 / 15.00]; ARC_NA(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[85.119.248.222:from]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-ports@freebsd.org]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; SPAMHAUS_ZRD(0.00)[85.119.248.222:from:127.0.2.255]; RCVD_COUNT_THREE(0.00)[4]; DMARC_NA(0.00)[njm.me.uk]; NEURAL_HAM_SHORT(-1.00)[-1.000]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:35259, ipnet:85.119.248.0/21, country:GB]; RCVD_TLS_LAST(0.00)[]; MAILMAN_DEST(0.00)[freebsd-ports]; RCVD_IN_DNSWL_LOW(-0.10)[85.119.248.222:from] X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 May 2021 08:05:33 -0000 Hi, On Saturday, April 24, 2021 I wrote: > > I have been using gitup for just over a week (and before that svn and > before that cvsup) to update a local ports tree. I have encountered > some annoying failures. [...] With the help of John Mehr and the folks of freebsd-fs@ we got to the bottom of the issue. The problem only occurred when /usr/ports was NFS mounted and a small change to gitup fixed this. This fix is now in the FreeBSD ports tree: commit 8ec1455f5301f5addb88de8458c9a56784ed57dd Regards, Nick. --