From owner-freebsd-ports@FreeBSD.ORG Sat May 28 10:23:53 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 757CD106566C for ; Sat, 28 May 2011 10:23:53 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id EC0948FC14 for ; Sat, 28 May 2011 10:23:52 +0000 (UTC) Received: by gyg13 with SMTP id 13so1300106gyg.13 for ; Sat, 28 May 2011 03:23:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=bpEfnDG6DR9oGAZBiI/8MrluoY9ysxPNrnBZmqIZb8I=; b=dpQca9winHifvzAvRYWU0Co6V7elfdZIUtuRgCWAedBxteiGKNY7fgMizZpHB9RTjm zIaMFsZUPqIJXDy7yBUpDtlmF7xUfoLUET+7Hew14YgmSuj6PphzO5FH0qCwFea+FtAj 1hh2rNuXDPxJ5r87olzreTQtOX/eERbiUoIes= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :content-transfer-encoding; b=wYlyHltDc0XnYgYKV+yTS1ODrxjHxNsJdli4tVPJvGMMa2RsGkAvK1YsKQdVbkXQ+S dTh75wTqscJCJQKkfCmFbiuG4e+DXa/A1CHzh1DTk/mPbTn/JvrqzM7iFABVoTP4nUTM TajDliG0DainIuzuc+e1mLizO9vKbvwBEoeRQ= Received: by 10.101.65.13 with SMTP id s13mr1977556ank.148.1306578232104; Sat, 28 May 2011 03:23:52 -0700 (PDT) MIME-Version: 1.0 Sender: florent.thoumie@gmail.com Received: by 10.100.168.8 with HTTP; Sat, 28 May 2011 03:23:32 -0700 (PDT) In-Reply-To: <20110528102417.6de21815@atmarama.net> References: <20110528102417.6de21815@atmarama.net> From: Florent Thoumie Date: Sat, 28 May 2011 11:23:32 +0100 X-Google-Sender-Auth: V4VJpWE0vPmUDKnv2bbPo0vvNHY Message-ID: To: Gour-Gadadhara Dasa Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-ports@freebsd.org Subject: Re: vim & python as scripting language X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2011 10:23:53 -0000 On Sat, May 28, 2011 at 9:24 AM, Gour-Gadadhara Dasa wr= ote: > Hello, > > I'm moving back from Emacs to Vim, but see that there is no Python enable= d > since: echo has("python") gives 0, although I see there is the following > snippet in Makefile: > > .if defined(WITH_PYTHON) > USE_PYTHON=3D =A0 =A0 yes > MAKE_ARGS+=3D =A0 =A0 CONF_OPT_PYTHON=3D"--enable-pythoninterp" > .endif > > > Can anyone explain me what is the situation in regard to the vim port & P= ython? > > (I'm interested to be able to use Python as scripting language, syntax hi= gh. works.) You can rebuild the port with WITH_PYTHON=3Dyes. --=20 Florent Thoumie flz@FreeBSD.org FreeBSD Committer