From owner-svn-ports-all@FreeBSD.ORG Sun Aug 17 13:46:13 2014 Return-Path: Delivered-To: svn-ports-all@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 9DA55394; Sun, 17 Aug 2014 13:46:13 +0000 (UTC) Received: from mail-qc0-x229.google.com (mail-qc0-x229.google.com [IPv6:2607:f8b0:400d:c01::229]) (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 2CBED29C7; Sun, 17 Aug 2014 13:46:13 +0000 (UTC) Received: by mail-qc0-f169.google.com with SMTP id c9so3968066qcz.28 for ; Sun, 17 Aug 2014 06:46:12 -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=hg5e3nx2DtEdl7QUklHJiHvz9OlXc4PhTRdQ5lNU2yo=; b=askDLsqOjYlyAuAb/7anDLs1K4W8GZ/5XLRBjFwyh9REupJ4gFcgBAMAhQZIpFIKOO XWZgKmyL7oBn0znBhpdCh/Zf+C1UzTlz0XUD7v4WPCLJu9ADZa8xKhK3JcHBtyL7KtLX bh2bhwOJzVX9QgpG6+0FfZDOScUeSAC8TX6EBstAUTyp4aXMCdMl7uRErCjPYZsZey/x t215rL6H39fd23j3ZEKK4rRwLKtdJSslcIjUfbpoXtpWs1qojY4WDdwSt8mI8Ku/5LJE z9VkjcOjczoegEbVNjrb5iiiFXLG9rQ0Hohd5MhkyDoEPlzkzUgwZ/1d9yBt+pI6cHUj K3rA== MIME-Version: 1.0 X-Received: by 10.140.49.201 with SMTP id q67mr43332750qga.7.1408283172098; Sun, 17 Aug 2014 06:46:12 -0700 (PDT) Sender: william88@gmail.com Received: by 10.140.49.10 with HTTP; Sun, 17 Aug 2014 06:46:12 -0700 (PDT) In-Reply-To: <20140817131113.GB27299@FreeBSD.org> References: <201408162104.s7GL4rpP062738@svn.freebsd.org> <20140817131113.GB27299@FreeBSD.org> Date: Sun, 17 Aug 2014 10:46:12 -0300 X-Google-Sender-Auth: P65IXNqxckXjsH3fm4sc9OZAOUQ Message-ID: Subject: Re: svn commit: r365134 - in head: converters/osm2pgsql devel/protobuf-c net-mgmt/collectd5 polish/libgadu From: William Grzybowski To: Alexey Dokuchaev Content-Type: text/plain; charset=UTF-8 Cc: "svn-ports-head@freebsd.org" , "svn-ports-all@freebsd.org" , ports-committers X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2014 13:46:13 -0000 On Sun, Aug 17, 2014 at 10:11 AM, Alexey Dokuchaev wrote: > On Sat, Aug 16, 2014 at 09:04:53PM +0000, William Grzybowski wrote: >> New Revision: 365134 >> URL: http://svnweb.freebsd.org/changeset/ports/365134 >> QAT: https://qat.redports.org/buildarchive/r365134/ >> >> +ALL_TARGET= all >> +.if ${PORT_OPTIONS:MDOCS} >> +BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen >> +ALL_TARGET+= html-local >> +.endif > > There is a problem with DOCS option in this case: since it's on by default, > doxygen will be pulled automatically, which is not something everyone want. > Do you think it can be replaced with our (also standard) DOXYGEN one? You can ask the maintainer. I agreed with the change since its a build dependency only. -- William Grzybowski / wg FreeBSD Ports Committer