From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 31 18:54:36 2014 Return-Path: Delivered-To: gnome@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 05866E82; Sun, 31 Aug 2014 18:54:36 +0000 (UTC) Received: from mailrelay012.isp.belgacom.be (mailrelay012.isp.belgacom.be [195.238.6.179]) by mx1.freebsd.org (Postfix) with ESMTP id CAFCA1B88; Sun, 31 Aug 2014 18:54:34 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkIfACZuA1RR8bWx/2dsb2JhbABZgw1TTQrHb4dGBAIBgQkXd4NtFgEBBAE6HCMFCwsUBAklDxIYHgYTiC4DCQwBCLM8DYVlAReNIIItB4RMAQSVX4Rtgg+BXI0MhjeDYzsvAQGCTQEBAQ 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 20:54:27 +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 s7VIsPcG011193; Sun, 31 Aug 2014 20:54:26 +0200 (CEST) (envelope-from tijl@FreeBSD.org) Date: Sun, 31 Aug 2014 20:54:25 +0200 From: Tijl Coosemans To: Olivier Duchateau Subject: Re: svn commit: r366778 - head/sysutils/garcon Message-ID: <20140831205425.70696e50@kalimero.tijl.coosemans.org> In-Reply-To: <20140831192324.9e4922a379954001e93c5fe0@freebsd.org> References: <201408311521.s7VFLObM095267@svn.freebsd.org> <20140831183757.86cd356d2bca057c466ffc4c@gmail.com> <20140831185239.16544870@kalimero.tijl.coosemans.org> <20140831192324.9e4922a379954001e93c5fe0@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: gnome@FreeBSD.org, svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org, portmgr@FreeBSD.org X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2014 18:54:36 -0000 On Sun, 31 Aug 2014 19:23:24 +0000 Olivier Duchateau wrote: > On Sun, 31 Aug 2014 18:52:39 +0200 > Tijl Coosemans wrote: >> 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. > > Why wait for decision of gnome@? This library is part of Xfce, not GNOME. Because either gnome@ is wrong or xfce@ is wrong and you guys need to come to an agreement on this. > API documentation can be viewable with devel/devhelp. And files must > be installed into gtk-doc/html/ directory (see, Devhelp's README, > https://git.gnome.org/browse/devhelp/tree/README?id=3.12.1#n12 That seems like a strong argument to use the default gtk-doc location so I've move it back there now, but I'd still like to hear confirmation from gnome@.