From owner-svn-ports-head@FreeBSD.ORG Tue Sep 2 15:27:50 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45F1E234; Tue, 2 Sep 2014 15:27:50 +0000 (UTC) Received: from mail-ob0-x233.google.com (mail-ob0-x233.google.com [IPv6:2607:f8b0:4003:c01::233]) (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 DB9BE1780; Tue, 2 Sep 2014 15:27:49 +0000 (UTC) Received: by mail-ob0-f179.google.com with SMTP id uz6so4993569obc.24 for ; Tue, 02 Sep 2014 08:27:49 -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:message-id:subject :from:to:cc:content-type; bh=ihZNrW7MhQwW28G7V+p2JmURctKt9fpZvAHxuGktAug=; b=Jdr7eVh63Jxyqj6q4oAdmmDnoCZd3pU4tdAn8vIPtONs4lANNohcAkHrlgOlt+sS6c 3L3HBmRAAzHNNmUX8tIsfPpVoXfEGtlCGXuwEBdMQmDtjg/RCAyRNPsVYTs6YsamWMwY ejo/e9AbaFTJS8k8uuUHg0rnAWFDlWmxkuuXoK+BdAad55InrCDxGycWCBM9xkgX2eCd FRoonCbR0rFgwcnVlPnFNVzLD7PA2rZRaDf9n2LeSCbvJBlp3R/ALX/eUYya/mLFwMW3 ZxCcMsxC0gY6ph7XLSN7gzSgbAQtlAfPwjO8nJG+NphbFnmsKpom3kuoCQ8mEtPpt1Sn UIyA== MIME-Version: 1.0 X-Received: by 10.60.34.98 with SMTP id y2mr33911165oei.9.1409671669111; Tue, 02 Sep 2014 08:27:49 -0700 (PDT) Sender: andrej.zverev@gmail.com Received: by 10.182.17.40 with HTTP; Tue, 2 Sep 2014 08:27:49 -0700 (PDT) In-Reply-To: References: <201409021339.s82DdX36038975@svn.freebsd.org> Date: Tue, 2 Sep 2014 19:27:49 +0400 X-Google-Sender-Auth: cXLxL3u5x9R8iZeiiFqIzi4gpfM Message-ID: Subject: Re: svn commit: r367002 - head/devel/cmake From: Andrej Zverev To: Adam Weinberger Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , Raphael Kubo da Costa , "ports-committers@freebsd.org" X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2014 15:27:50 -0000 +1 On Tue, Sep 2, 2014 at 6:20 PM, Adam Weinberger wrote: > On 2 Sep, 2014, at 9:39, Raphael Kubo da Costa wrote= : > > > Author: rakuco > > Date: Tue Sep 2 13:39:32 2014 > > New Revision: 367002 > > URL: http://svnweb.freebsd.org/changeset/ports/367002 > > QAT: https://qat.redports.org/buildarchive/r367002/ > > > > Modified: > > head/devel/cmake/Makefile > > > > Modified: head/devel/cmake/Makefile > > > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > > --- head/devel/cmake/Makefile Tue Sep 2 13:25:18 2014 (r367001) > > +++ head/devel/cmake/Makefile Tue Sep 2 13:39:32 2014 (r367002) > > @@ -2,10 +2,10 @@ > > # $FreeBSD$ > > +BUILD_DEPENDS=3D sphinx-build:${PORTSDIR}/textproc/py-sphinx > > I=E2=80=99m sorry, but that is an absolutely ludicrous number of dependen= cies. Can > you please make an OPTION to disable this? I don=E2=80=99t want to instal= l a dozen > dependencies just to get some manpages I=E2=80=99ll never read. > > # Adam > > > -- > Adam Weinberger > adamw@adamw.org > http://www.adamw.org > > > >