From owner-freebsd-ports@freebsd.org Sun Dec 10 18:26:13 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 CED2BE9428D for ; Sun, 10 Dec 2017 18:26:13 +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 96DD87B644; Sun, 10 Dec 2017 18:26:13 +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 ECE9316DC1F; Sun, 10 Dec 2017 19:26:10 +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: Date: Sun, 10 Dec 2017 19:26:10 +0100 Cc: Greg 'groggy' Lehey , FreeBSD Ports ML , Walter Schwarzenfeld Content-Transfer-Encoding: quoted-printable Message-Id: <775A2FE8-04C5-4DC6-8C74-1CA753DE3F45@lastsummer.de> References: <20171208232925.7rhetilzhoxc26dh@mutt-hbsd> <20171210071936.GL78437@eureka.lemis.com> To: Kevin Oberman 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: Sun, 10 Dec 2017 18:26:13 -0000 > On 10. Dec 2017, at 6:59 PM, Kevin Oberman = wrote: >=20 > On Sat, Dec 9, 2017 at 11:19 PM, Greg 'groggy' Lehey = > wrote: >=20 >> On Saturday, 9 December 2017 at 12:04:02 +0100, Walter Schwarzenfeld >> wrote: >>> Thanks, this explains and solved the problem. >>=20 >> What? And how? >>=20 >> Greg >>=20 >=20 > Good question. "make reinstall" is, indeed, broken. I have been = looking at > bsd.ports.mk and reinstall simply deletes the .install_done and > .package_done files from the work directory and than attempts to do a = "make > -DFORCE_PKG_REGISTER install" and that used to work. =46rom what I saw, it "still works" on pkg 1.10.1, so 1.10.2 or 1.10.3 changed this, which--for stability reasons--it should probably not have done. Cheers, Franco