From owner-svn-ports-all@freebsd.org Wed Aug 10 09:57:44 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA32FBB2F25; Wed, 10 Aug 2016 09:57:44 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.blih.net", Issuer "mail.blih.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 70A3B1210; Wed, 10 Aug 2016 09:57:43 +0000 (UTC) (envelope-from manu@bidouilliste.com) Received: from mail.blih.net (mail.blih.net [212.83.177.182]) by mail.blih.net (OpenSMTPD) with ESMTP id bfc4e49d; Wed, 10 Aug 2016 11:57:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s=mail; bh=E0LcwC/rYGaCIX/Ty/HqCTiXN9M=; b=stjW4lmE9Qga3ofqnKoUWy5oz9Mw Nz2pV2h4DP1aaAsY1UCJ/Wvy1uLoyfng7iWNNexOK0L6HBLiZKgflp69HIGD98vb pRkUVcM27OEE4YhR/kTsP1sXWdXqDh6lH7104M3JBerfw5XGjykSTNTPr1KELneT mUbbnuf6EczxOik= DomainKey-Signature: a=rsa-sha1; c=nofws; d=bidouilliste.com; h=date :from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; q=dns; s= mail; b=Xq7b+R4g1OyNmcuLRV9910xEkDiVBEZ/Cw3UNrQLNI+qNKoIaICUtaaA Pe83yVBQSy0YcBNk0C4Ysqdu5/P8M0yRB5jXcRTp7y0nvg67M8oqkU5KVW+lVuZH DDNuq6PYT5QO5J0rKuGugGJ7i7tG0f1wQRWzw6JZTiz98VfDZpg= Received: from atlantis.staff.bocal.org (163.5.250.21 [163.5.250.21]) by mail.blih.net (OpenSMTPD) with ESMTPSA id 1c8d1442 TLS version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Wed, 10 Aug 2016 11:57:41 +0200 (CEST) Date: Wed, 10 Aug 2016 11:57:41 +0200 From: Emmanuel Vadot To: Mathieu Arnold Cc: koobs@FreeBSD.org, Emmanuel Vadot , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r419993 - in head: mail/libmapi net/nanomsg Message-Id: <20160810115741.6a6433e66f20165df6e487a2@bidouilliste.com> In-Reply-To: References: <201608100821.u7A8LJqp055282@repo.freebsd.org> X-Mailer: Sylpheed 3.5.0 (GTK+ 2.24.29; amd64-portbld-freebsd10.1) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.22 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: Wed, 10 Aug 2016 09:57:44 -0000 On Wed, 10 Aug 2016 11:03:22 +0200 Mathieu Arnold wrote: >=20 >=20 > +--On 10 ao=FBt 2016 18:57:42 +1000 Kubilay Kocak wro= te: > | On 10/08/2016 6:21 PM, Emmanuel Vadot wrote: > |> +.if ${PORT_OPTIONS:MDOCS} > |> +CMAKE_ARGS+=3D -DCMAKE_INSTALL_MANDIR:STRING=3Dman > |> +.else > |> +CMAKE_ARGS+=3D -DNN_ENABLE_DOC=3DOFF > |> .endif > |=20 > | This block can/should be replaced with options helpers (placed under > | DOCS_BUILD_DEPENDS): > |=20 > | DOCS_CMAKE_BOOL=3D NN_ENABLE_DOC > | DOCS_CMAKE_ON=3D -DCMAKE_INSTALL_MANDIR:STRING=3Dman > |=20 > | See Mk/bsd.options.mk for details. >=20 > Well, no, that should be, see the porter's handbook for details: > http://www.freebsd.org/doc/en/books/porters-handbook/makefile-options.html I have this : https://people.freebsd.org/~manu/fix_nanomsg_doc.diff Everything is fine on the poudriere side (with and without DOCS option set) Do you guys want a new PR ? --=20 Emmanuel Vadot