From owner-freebsd-ports@FreeBSD.ORG Wed Jun 12 11:48:32 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 828EB735 for ; Wed, 12 Jun 2013 11:48:32 +0000 (UTC) (envelope-from antoine.brodin.freebsd@gmail.com) Received: from mail-wi0-x235.google.com (mail-wi0-x235.google.com [IPv6:2a00:1450:400c:c05::235]) by mx1.freebsd.org (Postfix) with ESMTP id 1F1381474 for ; Wed, 12 Jun 2013 11:48:31 +0000 (UTC) Received: by mail-wi0-f181.google.com with SMTP id hq4so383011wib.8 for ; Wed, 12 Jun 2013 04:48:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=RWAvDqzIRwcpMBydHpRfOImxyEXL+V2l1j6oH/DJtM0=; b=sTKrn5mcByCF8LXxQigQqm47zMq1EEmBFVzWSQ696jJMQuwSoKKM/krALpHmuDRn+w ZsSGpFExDUZLZaM/hoXeaDB2cNjgYpi7Uc7qXX+Dv4N4VP4006wtw4OCJu/6Bt4nO4hM IaJ1x0Q2l5SkS4WA/OTPu0yVoRMOYVc4BZKaESs0ZK908cfJC/XzKIs1h4bVhOI6Atq8 LrsAmfMCwwcMSTjMpcgAiSskgotZ+tLNu+cRv1Z4ULMinNQ/JzLPseSLp5V/5BYWHgMN p7QY23GRBkHqAlVdzLmVwJ/327zffnr4yz6c/mIBK69B8RNKuyVTW7iOtxDU4HfswPCe 5I7w== MIME-Version: 1.0 X-Received: by 10.194.123.69 with SMTP id ly5mr11698103wjb.29.1371037711235; Wed, 12 Jun 2013 04:48:31 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.242.197 with HTTP; Wed, 12 Jun 2013 04:48:31 -0700 (PDT) In-Reply-To: <20130612105226.GA21217@ozzmosis.com> References: <20130612105226.GA21217@ozzmosis.com> Date: Wed, 12 Jun 2013 13:48:31 +0200 X-Google-Sender-Auth: rOS2g5EQLElsvhp2u7r1DcY8-ms Message-ID: Subject: Re: net/tcpflow From: Antoine Brodin To: andrew clarke Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2013 11:48:32 -0000 On Wed, Jun 12, 2013 at 12:52 PM, andrew clarke wrote: > Maybe it would be useful to have a "make config" option to disable > cairo in the net/tcpflow port? The Cairo dependency pulls in about > twenty X11 libraries that I'd prefer not to install on my server. Yes, cairo is needed to have a nice 1 page PDF summary. You can compile cairo with custom options if you don't want x11 etc. Cheers, Antoine