From owner-svn-ports-head@freebsd.org Mon Apr 10 11:46:09 2017 Return-Path: Delivered-To: svn-ports-head@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 007EBD36EAB; Mon, 10 Apr 2017 11:46:09 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from critical.ch (critical.ch [IPv6:2a01:4f8:c17:de4::1:1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "critical.ch", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 837A8B34; Mon, 10 Apr 2017 11:46:08 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from wiggles.local (dynamic.wline.6rd.res.cust.swisscom.ch [IPv6:2a02:120b:2c62:8260:dad3:85ff:fe79:dd2] (may be forged)) (authenticated bits=0) by critical.ch (8.15.2/8.15.2/critical-1.0) with ESMTPA id v3ABjx4e099319; Mon, 10 Apr 2017 13:46:05 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Mon, 10 Apr 2017 13:45:54 +0200 From: Emanuel Haupt To: Mathieu Arnold Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r438139 - head/net/socat Message-Id: <20170410134554.e8122cf25f76a6b5865bc2bd@FreeBSD.org> In-Reply-To: References: <201704100947.v3A9lOZc052538@repo.freebsd.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.29; amd64-portbld-freebsd11.0) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 10 Apr 2017 11:46:09 -0000 Mathieu Arnold wrote: > Le 10/04/2017 =E0 11:47, Emanuel Haupt a =E9crit : > > +OPTIONS_DEFINE=3D DOCS READLINE > > + > > +READLINE_CONFIGURE_ENABLE=3D readline >=20 > This is good, so, >=20 > > +READLINE_CONFIGURE_OFF=3D --disable-readline >=20 > This can be removed. Neat, didn't know 'disable' was automatically invoked. Fixed in r438151. Emanuel