From owner-freebsd-ports@freebsd.org Mon Jan 8 12:21:16 2018 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 67119E689AE for ; Mon, 8 Jan 2018 12:21:16 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) Received: from tatiana.utanet.at (tatiana.utanet.at [IPv6:2001:938:1337:25::25:46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0155B786A6 for ; Mon, 8 Jan 2018 12:21:16 +0000 (UTC) (envelope-from w.schwarzenfeld@utanet.at) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=utanet.at; s=rev1; h=Content-Type:MIME-Version:Date:Message-ID:Subject:From:To; bh=GG1yALLW++LD5McKOMlp+tsgnCZ1F7lngxrPKv8kz1s=; b=dg97tsHA0+CAuYgm+C2HY6XL2lSpiZMQ/v6NX4Xf47B7yAADTAN6iWaHzlCsA/ie5L6czwRRBovTLB9ioNjLUBlD6Vq3TiElbroFBUtB+MRKsQ6KUpiSiDyE/MSvzS2iO4iq4F9YcLkkFl39b6YhjOtw3cHGUGe4d2j5i3bFRcs=; Received: from plenty.xoc.tele2net.at ([213.90.36.8]) by tatiana.utanet.at with esmtp (Exim 4.80) (envelope-from ) id 1eYWQT-0002Iu-Dv for freebsd-ports@freebsd.org; Mon, 08 Jan 2018 13:21:13 +0100 Received: from 193-83-241-252.adsl.highway.telekom.at ([193.83.241.252] helo=[10.0.0.93]) by plenty.xoc.tele2net.at with esmtpsa (TLSv1:DHE-RSA-AES128-SHA:128) (Exim 4.80) (envelope-from ) id 1eYWQT-000510-BE for freebsd-ports@freebsd.org; Mon, 08 Jan 2018 13:21:13 +0100 To: freebsd-ports@freebsd.org From: Walter Schwarzenfeld Subject: Flavor seems cause a lot of troubles Message-ID: <67b675fb-cc27-ea5b-9bcc-1e07fd512f21@utanet.at> Date: Mon, 8 Jan 2018 13:21:06 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 Content-Language: en-US X-TELE2-Authenticated-As: cf62768e218b4d81d95cc5390f1bd9dfc8b05683 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.25 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: Mon, 08 Jan 2018 12:21:16 -0000 Problem If you really wish to overwrite the old port of "someport" without deleting it first, set the variable "FORCE_PKG_REGISTER"  in your environment or the "make install" command line. FORCE_PKG_REGISTER does not work anymore. There problems with some ports with portmaster (but is mostly no problem of portmaster, but of the Makefiles). cmake => py-sphinx textproc/xml2rfc devel/py-gobjects I think the maintainer have to test ports which have Flavor build dependencies the port also with portmaster. And/or the user should run pkg autoremove or portmaster --delete-build-depends (will not solve all, but some problems). It is the question, why build-depends not automatically removed after finished build - without run pkg autoremove (except it is set for some reason to not automatic).