From owner-freebsd-gnome@FreeBSD.ORG Sun Aug 31 17:26:23 2014 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E77FAA8; Sun, 31 Aug 2014 17:26:23 +0000 (UTC) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (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 E6E2B1FCC; Sun, 31 Aug 2014 17:26:21 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id n12so4358317wgh.7 for ; Sun, 31 Aug 2014 10:26:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=jmKRjhELkACiLYaPZCFNoQKx2PMJ4ScsUjlMcBquDMo=; b=gx/QWg7cgcPVBdTN9NNDK4DU5xxw2cKuFwLQBKmlA4kWhkMAcsKWm76BFXnWRBzU/H cOz80oY9M/gs0kuJeR7IBqyeN/HtbYBxuox+ccE9ZoyPDJPLtaeCCB3LPtCesn/SAt0d UtLXt1D8tbyUglMLWxJrTGUAeh6ZU0JBTJ0v5Cr+8SzZIwsgKQGh7woCsCat9rv+qtGG gZMdQbfbn7Jim14bobR1YIQnOK0dVGLhWfCVFWrmOlNy5Qn0Eo5XQunNG/jVHZcJfE+j 3NRSJsQX9AKwCGrOMNdisnpEk0+i+9yNzmCJsf9zUHRHE1pb7zHFPTN2FUqIVzIJDbiv hmOQ== X-Received: by 10.180.20.40 with SMTP id k8mr10229607wie.54.1409505980063; Sun, 31 Aug 2014 10:26:20 -0700 (PDT) Received: from tuborg (AMarseille-656-1-679-194.w90-8.abo.wanadoo.fr. [90.8.184.194]) by mx.google.com with ESMTPSA id ga9sm15461362wjb.45.2014.08.31.10.26.18 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 31 Aug 2014 10:26:19 -0700 (PDT) Sender: Olivier Duchateau Date: Sun, 31 Aug 2014 19:23:24 +0000 From: Olivier Duchateau To: Tijl Coosemans Subject: Re: svn commit: r366778 - head/sysutils/garcon Message-Id: <20140831192324.9e4922a379954001e93c5fe0@freebsd.org> In-Reply-To: <20140831185239.16544870@kalimero.tijl.coosemans.org> References: <201408311521.s7VFLObM095267@svn.freebsd.org> <20140831183757.86cd356d2bca057c466ffc4c@gmail.com> <20140831185239.16544870@kalimero.tijl.coosemans.org> X-Mailer: Sylpheed 3.4.2 (GTK+ 2.24.22; i386-portbld-freebsd9.3) 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 17:26:23 -0000 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. 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 -- olivier