From owner-svn-ports-head@FreeBSD.ORG Sun Aug 31 16:52:46 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 5D77BC5D; Sun, 31 Aug 2014 16:52:46 +0000 (UTC) Received: from mailrelay003.isp.belgacom.be (mailrelay003.isp.belgacom.be [195.238.6.53]) by mx1.freebsd.org (Postfix) with ESMTP id 55E361C93; Sun, 31 Aug 2014 16:52:44 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqUNAEdSA1RR8bWx/2dsb2JhbABagw1TV7NKlCSHRgQCAYEJF3eEBAEFOhwjEAsUBAklDxIYHgYBEoguAxUBCLQZDYVlAReNIIItB4RMAQSVX4Rtgg+BXI0MhjeDYzsvgk8BAQE Received: from 177.181-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.181.177]) by relay.skynet.be with ESMTP; 31 Aug 2014 18:52:42 +0200 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.9/8.14.9) with ESMTP id s7VGqekk010370; Sun, 31 Aug 2014 18:52:41 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 31 Aug 2014 18:52:39 +0200 From: Tijl Coosemans To: Olivier Duchateau , portmgr@FreeBSD.org, gnome@FreeBSD.org Subject: Re: svn commit: r366778 - head/sysutils/garcon Message-ID: <20140831185239.16544870@kalimero.tijl.coosemans.org> In-Reply-To: <20140831183757.86cd356d2bca057c466ffc4c@gmail.com> References: <201408311521.s7VFLObM095267@svn.freebsd.org> <20140831183757.86cd356d2bca057c466ffc4c@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, 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: Sun, 31 Aug 2014 16:52:46 -0000 On Sun, 31 Aug 2014 18:37:57 +0000 Olivier Duchateau wrote: > On Sun, 31 Aug 2014 15:21:24 +0000 (UTC) > Tijl Coosemans wrote: >> Author: tijl >> Date: Sun Aug 31 15:21:24 2014 >> New Revision: 366778 >> URL: http://svnweb.freebsd.org/changeset/ports/366778 >> QAT: https://qat.redports.org/buildarchive/r366778/ >> >> Log: >> - Add USES=libtool and INSTALL_TARGET=install-strip >> - Use USES=tar:bzip2 >> - Use option helpers >> - Install documentation in DOCSDIR > > Please, revert your change with documentation. > > It's documentation for API (only for developers, not users). > APIDOCS path follows same rule as GNOME components. Hmm, I'd like to get a portmgr@ or gnome@ decision on this. Most ports I've encountered install gtk-doc files in DOCSDIR and even bsd.gnome.mk sets --with-html-dir=${PREFIX}/share/doc. The fact it is API documentation is not important I think because the entire port is for developers only.