From owner-freebsd-ports@FreeBSD.ORG Tue Nov 18 17:09:13 2014 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 50D11A1F; Tue, 18 Nov 2014 17:09:13 +0000 (UTC) Received: from mail-wi0-x22f.google.com (mail-wi0-x22f.google.com [IPv6:2a00:1450:400c:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D5BE5750; Tue, 18 Nov 2014 17:09:12 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id l15so2625377wiw.8 for ; Tue, 18 Nov 2014 09:09:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=vayllFrZHg3wJCKqRBRLxFAZ2Q+82R/oBOs+ZgwPZL0=; b=qkV9rdkTUZCvZMS0nRhF/YZ/K+uHO+wwbi4CtKlroCGFLn3Xb4J2qSEBVhAgfmwz29 VuprbaZlyeJmZePd1Jze3Pwa5FxcB43wNKFAtOiWkpBwjrcQG+nyvsDX8p/6BOLntop+ hH63Fd2ReJSCOffxwiMGMwcPjF/GhZ61l+I0piR3jXvLIdSMcwAmMqcFDRbAcOBlhrzN obdDWrgLkZju1uEbOa/L+rYgNFWhXs33pVXb7KYXjmEYjwEtvCyEi9te8VQvN20+qmvy JMw1z/ZhVKeT+stpIgKE/B9e/sGzNiOSlgmGQTJYDSRX34YhI3QATGq09htVqyU39RNA 6tUw== X-Received: by 10.180.101.200 with SMTP id fi8mr5598871wib.77.1416330550570; Tue, 18 Nov 2014 09:09:10 -0800 (PST) Received: from gumby.homeunix.com (bcdc819a.skybroadband.com. [188.220.129.154]) by mx.google.com with ESMTPSA id hk9sm56565347wjb.46.2014.11.18.09.09.09 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Nov 2014 09:09:09 -0800 (PST) Date: Tue, 18 Nov 2014 17:09:08 +0000 From: RW To: ports@freebsd.org Subject: claws-mail's build dependency on Tex Live Message-ID: <20141118170908.012930c1@gumby.homeunix.com> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: pawel@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 17:09:13 -0000 If you build claws-mail from ports you might want to think about unchecking the manual option. It brings in a build dependency on textproc/docbook-utils which in turn depends on print/texlive-texmf. This has a 1663 MB distfile and installs 1477 MB of files. Obviously the manual option needs to be on by default, but perhaps there should be a warning in the port menu. pkg doesn't show build dependencies, so it's not obvious where texlive came from.