From owner-svn-ports-all@FreeBSD.ORG Wed Feb 27 16:58:03 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BCB1F30D; Wed, 27 Feb 2013 16:58:03 +0000 (UTC) (envelope-from naylor.b.david@gmail.com) Received: from mail-we0-x229.google.com (mail-we0-x229.google.com [IPv6:2a00:1450:400c:c03::229]) by mx1.freebsd.org (Postfix) with ESMTP id A14A6E82; Wed, 27 Feb 2013 16:58:02 +0000 (UTC) Received: by mail-we0-f169.google.com with SMTP id t11so692146wey.0 for ; Wed, 27 Feb 2013 08:58:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; bh=UTp7+mCB6OwlMuSuBedpM3eNfkVlikPhzfPQYUqgImQ=; b=Nf5NBYch1oIYALHOcmi30vzIwaD3EnMm19Ieievs7UMC7UzRkZqogVr+hfxjxO4Doz ODQ3l2fNwf7CUQdKopTqB7Mt7enL3PMqPj6KagzqfrPtm/zl2sPeRPwjNWuNKZyhZl0b PBW5FG+vC3sh38njSJ8nETsiBUHxE+iEC1WOOI2aRHuW912un+cxAMMLTBzqf0sKIMGC C4X1vf2pAN7MB7f9mQlwyKpure/62Oyje4MkQWA/NLJ5oCy3lZg0sU5XGCa/BsQSeJST B2dZsVuuWsgMI/Jmq6NDNX+FL7aJlr1TDIozmZ7Th+DRs1qZ2+LycxJoCD3FdRcwXqJK dIZA== X-Received: by 10.180.102.164 with SMTP id fp4mr5228918wib.1.1361984281676; Wed, 27 Feb 2013 08:58:01 -0800 (PST) Received: from dragon.dg ([197.87.102.131]) by mx.google.com with ESMTPS id fg6sm9922733wib.10.2013.02.27.08.57.57 (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 27 Feb 2013 08:58:00 -0800 (PST) From: David Naylor To: Baptiste Daroussin Subject: Re: svn commit: r313059 - in head/net/yate: . files Date: Wed, 27 Feb 2013 18:57:51 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-RELEASE; KDE/4.9.1; amd64; ; ) References: <201302271453.r1RErNSc090629@svn.freebsd.org> <20130227161442.GJ16178@ithaqua.etoilebsd.net> In-Reply-To: <20130227161442.GJ16178@ithaqua.etoilebsd.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart3041921.P6TiIY15XJ"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <201302271857.54860.naylor.b.david@gmail.com> Cc: svn-ports-head@freebsd.org, Michael Scheidell , svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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, 27 Feb 2013 16:58:03 -0000 --nextPart3041921.P6TiIY15XJ Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi On Wednesday, 27 February 2013 18:14:42 Baptiste Daroussin wrote: > See remarks below >=20 > On Wed, Feb 27, 2013 at 02:53:23PM +0000, Michael Scheidell wrote: > > -.if defined(NOPORTDOCS) > > +.if ${PORT_OPTIONS:MDOCS} >=20 > Here this should be .if ! ${PORT_OPTIONS:MDOCS} I thought `.if empty(PORT_OPTIONS:MDOCS)` is preferred[1]? Although I pref= er=20 your approach... Regards [1] https://wiki.freebsd.org/Ports/Options/OptionsNG --nextPart3041921.P6TiIY15XJ Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEABECAAYFAlEuOxIACgkQUaaFgP9pFrJtQwCfdGh5lEHoyTa1fqW74IBHPybv W2wAniaY9GnEBDuRIh7ZQE+Ox2csFQRL =N7BC -----END PGP SIGNATURE----- --nextPart3041921.P6TiIY15XJ--