From owner-cvs-ports@FreeBSD.ORG Sat Nov 19 15:00:59 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13BDA106566B; Sat, 19 Nov 2011 15:00:59 +0000 (UTC) (envelope-from gerald@pfeifer.com) Received: from ainaz.pair.com (ainaz.pair.com [209.68.2.66]) by mx1.freebsd.org (Postfix) with ESMTP id E0D6A8FC13; Sat, 19 Nov 2011 15:00:58 +0000 (UTC) Received: from [192.168.0.130] (vie-188-118-248-127.dsl.sil.at [188.118.248.127]) by ainaz.pair.com (Postfix) with ESMTPSA id 14E2E3F417; Sat, 19 Nov 2011 10:00:56 -0500 (EST) Date: Sat, 19 Nov 2011 16:00:55 +0100 (CET) From: Gerald Pfeifer To: Alexey Dokuchaev In-Reply-To: <20111119143327.GA69749@FreeBSD.org> Message-ID: References: <201111191406.pAJE6mt2009634@repoman.freebsd.org> <20111119143327.GA69749@FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: cvs-ports@FreeBSD.org, Gerald Pfeifer , cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/emulators/wine Makefile distinfo pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Nov 2011 15:00:59 -0000 On Sat, 19 Nov 2011, Alexey Dokuchaev wrote: >> Explicitly di$sable TIFF support, configuring --without-tiff, after >> we have not had this as a package dependency all the time anyway. > Can you elaborate on this part of log please? Is wine somehow broken > wrt TIFF support? Or it's not being used at all? Wine can, in principle build with TIFF support. We have, however, never had the required libraries as a dependency. (I am in general frugal in adding dependencies, or options, to ports. That increases complexity and in the end makes testing the full matrix impossible.) My commit fixes the situation where someone builds the port/package outside of a minimal build system and has libtiff installed. Before my update, this aspect of the port would depend on the build environment. Now it is always consistent. Gerald