From owner-svn-ports-head@freebsd.org Fri May 5 16:35:13 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 9408DD5FC7E; Fri, 5 May 2017 16:35:13 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C56F1335; Fri, 5 May 2017 16:35:13 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v45GZCgj048777; Fri, 5 May 2017 16:35:12 GMT (envelope-from ak@FreeBSD.org) Received: (from ak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v45GZCan048776; Fri, 5 May 2017 16:35:12 GMT (envelope-from ak@FreeBSD.org) Message-Id: <201705051635.v45GZCan048776@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ak set sender to ak@FreeBSD.org using -f From: Alex Kozlov Date: Fri, 5 May 2017 16:35:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440197 - head/shells/rc X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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: Fri, 05 May 2017 16:35:13 -0000 Author: ak Date: Fri May 5 16:35:12 2017 New Revision: 440197 URL: https://svnweb.freebsd.org/changeset/ports/440197 Log: - Fix READLINE option PR: 218816 Submitted by: John Hein Approved by: maintainer timeout (2 weeks) Modified: head/shells/rc/Makefile Modified: head/shells/rc/Makefile ============================================================================== --- head/shells/rc/Makefile Fri May 5 16:11:28 2017 (r440196) +++ head/shells/rc/Makefile Fri May 5 16:35:12 2017 (r440197) @@ -17,7 +17,7 @@ CONFIGURE_ARGS= --with-history OPTIONS_DEFINE= READLINE READLINE_USES= readline -READLINE_CONFIGURE_WITH=--with-readline +READLINE_CONFIGURE_WITH=readline READLINE_MAKE_ARGS_OFF= CFLAGS="${CFLAGS} -static" .include