From owner-freebsd-ports@freebsd.org Sat Dec 9 06:53:56 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 41E3DE80FA4 for ; Sat, 9 Dec 2017 06:53:56 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from host64.shmhost.net (host64.shmhost.net [IPv6:2a01:4f8:a0:51d7::103:2]) (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 08E7179B4E for ; Sat, 9 Dec 2017 06:53:56 +0000 (UTC) (envelope-from franco@lastsummer.de) Received: from francos-mbp.homeoffice.local (dslb-178-012-107-202.178.012.pools.vodafone-ip.de [178.12.107.202]) by host64.shmhost.net (Postfix) with ESMTPSA id 25047160810; Sat, 9 Dec 2017 07:53:45 +0100 (CET) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: make reinstall does not work From: Franco Fichtner In-Reply-To: <20171208232925.7rhetilzhoxc26dh@mutt-hbsd> Date: Sat, 9 Dec 2017 07:53:44 +0100 Cc: Walter Schwarzenfeld , freebsd-ports@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <92BD78E9-6D33-4A9B-8A07-BE11B8F6B5C1@lastsummer.de> References: <20171208232925.7rhetilzhoxc26dh@mutt-hbsd> To: Shawn Webb X-Mailer: Apple Mail (2.3273) X-Virus-Scanned: clamav-milter 0.99.2 at host64.shmhost.net X-Virus-Status: Clean X-Spam-Flag: NO X-Spam-Score: -1.0 X-Spam-Status: No score=-1.0 tagged_above=10.0 required=10.0 tests=[ALL_TRUSTED] 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: Sat, 09 Dec 2017 06:53:56 -0000 > On 9. Dec 2017, at 12:29 AM, Shawn Webb = wrote: >=20 > This is due to this commit: > = https://github.com/freebsd/pkg/commit/7991c49665419916210ad589d4a85fd2a7f5= 8b37 >=20 > The standard procedure for reinstall is to do a deinstall first. I > guess it's pretty common just to issue `make reinstall` (which is what > I used to do as well). However, that's not the originally intended > behavior as designed in the Ports build framework. >=20 > So: just do a `make deinstall reinstall`. It'll work that way. That's not how the framework wants you to use it... :) = https://github.com/freebsd/freebsd-ports/blob/9b94ce76dcc0e7b4875d6160e0b9= cb4894a8ecbe/Mk/bsd.port.mk#L3483-L3487 I have the same reinstall error 70 with security/suricata with pkg 1.10.3_1, but at least pkg 1.10.1 works fine, I just double- checked. Cheers, Franco=