From owner-svn-ports-head@FreeBSD.ORG Sat Feb 16 17:41:41 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2646F5F9; Sat, 16 Feb 2013 17:41:41 +0000 (UTC) (envelope-from sjk4015@gmail.com) Received: from mail-vb0-f44.google.com (mail-vb0-f44.google.com [209.85.212.44]) by mx1.freebsd.org (Postfix) with ESMTP id B5DC0695; Sat, 16 Feb 2013 17:41:40 +0000 (UTC) Received: by mail-vb0-f44.google.com with SMTP id fr13so2856437vbb.3 for ; Sat, 16 Feb 2013 09:41:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:content-type:mime-version:subject:from :in-reply-to:date:cc:message-id:references:to:x-mailer; bh=sMjtMCDSvi805lDqgiU9IIPdVEZVUxvjqfUOKfK8VKQ=; b=uCLo4LB6z9Wr6+HNcdCRPFHhtmqMVZH7SnPSydx2mZJLRHhP+kSS6FfbKwBV4bgzBt co/STl6+2FxboPLe1ScpGCqlNHM6KHcX16mfE7NCSbu4UEndv2bnyhXpK8sZWJwyOlzg U4EMxM+uyldyo1Z/a6coKUi5VRsucngaQN7rEnPOqLhs24ZOiAUJb3M7dcZvGQTeuShs uzF4/YdhH5d0uW3T0DGVMXDiZ4dytFt1aql4PRjkuz6WFeTApVeWwB4WeTK0x3Sk1+pw iSfa/EfhqcouYVXJKXMlgVFrZp/lavvJwhrKRIPA3whuS+GdpPWX14kfW20gx2L4Usde jT7g== X-Received: by 10.52.29.231 with SMTP id n7mr7416695vdh.103.1361036494355; Sat, 16 Feb 2013 09:41:34 -0800 (PST) Received: from [192.168.1.107] (207-38-236-184.c3-0.wsd-ubr1.qens-wsd.ny.cable.rcn.com. [207.38.236.184]) by mx.google.com with ESMTPS id p20sm87539084vdj.6.2013.02.16.09.41.32 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 16 Feb 2013 09:41:33 -0800 (PST) Sender: Steven Kreuzer Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: svn commit: r312301 - in head/net/ptpd2: . files From: Steven Kreuzer In-Reply-To: Date: Sat, 16 Feb 2013 12:41:31 -0500 Message-Id: <95B8DDBC-E309-4F13-9792-23C629E06C2C@freebsd.org> References: <201302151659.r1FGxrf5023838@svn.freebsd.org> To: Chris Rees X-Mailer: Apple Mail (2.1499) Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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.14 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: Sat, 16 Feb 2013 17:41:41 -0000 On Feb 15, 2013, at 12:07 PM, Chris Rees wrote: > On 15 Feb 2013 17:00, "Steven Kreuzer" wrote: > > > > -ptpd_enable=3D${ptpd2_enable:-"NO"} > > +ptpd2_enable=3D${ptpd2_enable:-"NO"} >=20 > Using the style >=20 > : ${ptpd2_enable=3Dyes} >=20 > avoids this issue. >=20 > Chris >=20 Interesting. Thats a clever trick. I'll start moving all my rc files to = that style. Thanks for pointing that out. SK=