From owner-svn-ports-all@FreeBSD.ORG Tue Jul 1 19:55:50 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B0A63B5 for ; Tue, 1 Jul 2014 19:55:50 +0000 (UTC) Received: from mail-lb0-f181.google.com (mail-lb0-f181.google.com [209.85.217.181]) (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 E548A2873 for ; Tue, 1 Jul 2014 19:55:49 +0000 (UTC) Received: by mail-lb0-f181.google.com with SMTP id p9so7162645lbv.26 for ; Tue, 01 Jul 2014 12:55:47 -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=W8zrR0/IyvaCxOLCHdvGGzZRgVoFOVhxpUPxRWvOH1s=; b=QEJFUbECux8V3UoQabUpUh9vmievZpN2MfY7DxuQJHN60C7wHRr//bOhvsWI80hF4g hhkm0fIdxh/vSqCN2ixweRcA0btn0EuBPIFX2Sny5492CyC11jN86x9GBljjkH73HPxX U6gOK+AelU0xLgKZ9eapApaS24egnOyu8kLlp9rlfmRM3m6GLqFIkCT2Zdnq2Ud6uzkh rInevB1n7AFumKvadvys0GzXyTVilwiMqk5pPSlH/qYRFHKJsyblrH7QLCL+9o/inuV+ +OtZzIYLQVivn/zwyhDUH29VsVGydtdwXWKz+Cz5tSDx12UUSM5F+majKI2nZq7Gc/A8 95+A== X-Gm-Message-State: ALoCoQmJba583IWlFx93acSR8sLuKqggxn59lwgKQB8VHw5gr4NjPQeDRX98BcuqRqRrww5+SE60 X-Received: by 10.112.173.201 with SMTP id bm9mr35014832lbc.16.1404244547546; Tue, 01 Jul 2014 12:55:47 -0700 (PDT) Received: from [192.168.1.2] ([89.169.173.68]) by mx.google.com with ESMTPSA id l8sm28732154lbh.26.2014.07.01.12.55.46 for (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 01 Jul 2014 12:55:46 -0700 (PDT) Message-ID: <53B31242.2000808@freebsd.org> Date: Tue, 01 Jul 2014 23:55:46 +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 19:55:50 -0000 On 01.07.2014 18:31, Steve Wills wrote: > +.if ${PORT_OPTIONS:MLIBEDIT} > +BUILD_DEPENDS+= libedit>=0:${PORTSDIR}/devel/libedit > +RUN_DEPENDS+= libedit>=0:${PORTSDIR}/devel/libedit > +CONFIGURE_ARGS+= --enable-libedit --with-libedit-prefix=${LOCALBASE} > +.endif > + > +.if ${PORT_OPTIONS:MREADLINE} > +BUILD_DEPENDS+= readline>=0:${PORTSDIR}/devel/readline > +RUN_DEPENDS+= readline>=0:${PORTSDIR}/devel/readline > +CONFIGURE_ARGS+= --disable-libedit --with-readline-prefix=${LOCALBASE} > +.endif BTW, it seems 1.9 configure don't have such options: ... ruby library version = 1.9 configure: creating ./config.status config.status: creating Makefile config.status: creating ruby-1.9.pc configure: WARNING: unrecognized options: --disable-libedit, --with-readline-prefix -- http://ache.vniz.net/