From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 15:34:23 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 729CAFCD for ; Tue, 1 Jul 2014 15:34:23 +0000 (UTC) Received: from mail-lb0-f182.google.com (mail-lb0-f182.google.com [209.85.217.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E7BC42DE4 for ; Tue, 1 Jul 2014 15:34:22 +0000 (UTC) Received: by mail-lb0-f182.google.com with SMTP id c11so7151034lbj.27 for ; Tue, 01 Jul 2014 08:34:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=G7Qae0H7vCFuciboaxdQkP4Hlih/cbccQ5InyBRZFjA=; b=WwtRFv3BwYqQba023gb1NBHFX3bESrounYQjOzDPzG+0Z4WgN8pRiBcboNE15j4Ils rQpu8N9MF0BG3CE2e4SqkFhdn1s93ZPvIqChCtvCPV8xtoN1BdRqI0IeeYAUXVylsCMN vFhQ9hnKsAHU1bkcYg22P2gwlQTk9Hxe1cXSQi5RS+hVuYt4uE6StDSMGXhFwPkF9qGz jZJRE/KfOfaO9FnPsbNhVEG1KWxEyMFv+BumqlteXQepf1QNfrSh1PmEgv2u9F37wu8s wZmkrmPIVPcK4IMYoHHr84h+mPE112Op/uCe7/jklP9XkRXslagka7nFxnObnB3t+XJh GkSw== X-Gm-Message-State: ALoCoQlPKDl9uZYIiKjr6y/3j7pligmIfcTbAanjMoFnW7PXBsqiEUzI62r6vLvLDjxG5R7WR/ws X-Received: by 10.112.34.69 with SMTP id x5mr1467468lbi.96.1404228855153; Tue, 01 Jul 2014 08:34:15 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id z7sm10377970laa.28.2014.07.01.08.34.14 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Jul 2014 08:34:14 -0700 (PDT) Message-ID: <53B2D4F6.3090704@freebsd.org> Date: Tue, 01 Jul 2014 19:34:14 +0400 From: Andrey Chernov User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Steve Wills , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r360019 - head/lang/ruby19 References: <201407011431.s61EV0iF008865@svn.freebsd.org> In-Reply-To: <201407011431.s61EV0iF008865@svn.freebsd.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 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: Tue, 01 Jul 2014 15:34:23 -0000 On 01.07.2014 18:31, Steve Wills wrote: > - Force use of libreadline from ports rather than base, in order to avoid > unexpectedly getting readline from ports if it's already installed. > - Add patch to work with newer libreadline. > - Provide an option to use libedit from ports, avoiding the libedit in base. > - Note: libreadline is not BSD licensed and while libedit would be preferable, > it seems to have issues with UTF8 still, see ruby bug 9204. Once that's > resolved, we can make libedit the default. Similar changes were done to Ruby > 2.0 and 2.1 in r355890. Also convert to USES=tar:bzip2 while here and cleanup > a plist issue. It works perfectly with readline in the base before. With this change it is broken, suggesting either to have UTF8 and other compatibility bugs of libedit or install unneeded readline from ports. P.S. Never ever consider libedit as readline replacement, it just looks like. -- http://ache.vniz.net/