From owner-freebsd-ports@freebsd.org Tue Oct 4 09:41:13 2016 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 139E8AF358E for ; Tue, 4 Oct 2016 09:41:13 +0000 (UTC) (envelope-from tijl@freebsd.org) Received: from mailrelay108.isp.belgacom.be (mailrelay108.isp.belgacom.be [195.238.20.135]) (using TLSv1.2 with cipher RC4-SHA (128/128 bits)) (Client CN "relay.skynet.be", Issuer "GlobalSign Organization Validation CA - SHA256 - G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 844751ED for ; Tue, 4 Oct 2016 09:41:11 +0000 (UTC) (envelope-from tijl@freebsd.org) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2ApAgAZePNX/9SdgG1dGgEBAQECAQEBA?= =?us-ascii?q?QgBAQEBgz0BAQEBAR5JgQqNMpZ/lCaCB4YYBAICgXA5FAECAQEBAQEBAV4nhGI?= =?us-ascii?q?BAQQ6HCMQCxgJJQ8qHgYTiFG9WwEBAQEBAQQBAQEBI4sRiiUBBJl5j2pxcQGOG?= =?us-ascii?q?Yxwg34eNkyEVDw0h1kBAQE?= Received: from 212.157-128-109.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([109.128.157.212]) by relay.skynet.be with ESMTP; 04 Oct 2016 11:39:56 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.15.2/8.15.2) with ESMTP id u949dsoR023415; Tue, 4 Oct 2016 11:39:55 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Tue, 4 Oct 2016 11:39:54 +0200 From: Tijl Coosemans To: Gerhard Schmidt Cc: freebsd-ports@freebsd.org Subject: Re: make clean failes to cleanup everything Message-ID: <20161004113954.397fc561@kalimero.tijl.coosemans.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Oct 2016 09:41:13 -0000 On Tue, 4 Oct 2016 09:52:23 +0200 Gerhard Schmidt wrote: > make clean fails to clean autoconf and automake. > > If a port uses autoconf and autoconf isn't installed on the system, it > will be build and installed. > > if you run make clean after installing the port, every dependency is > cleaned as well but not autoconf. Can you give an example of such a port, because we have two mechanisms that can pull in autoconf.