From owner-freebsd-ports@FreeBSD.ORG Sat May 28 12:00:22 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BED71065670 for ; Sat, 28 May 2011 12:00:22 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id E594E8FC12 for ; Sat, 28 May 2011 12:00:21 +0000 (UTC) Received: by yxl31 with SMTP id 31so1324159yxl.13 for ; Sat, 28 May 2011 05:00:21 -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; bh=YSdaJC6A4PfpB6Q3o8Q1cC+P4jw6aN/tA58OPPffNUE=; b=Td8tyvgHgJAzuYyr2ADo7dQepbtHWqbPgaNKcNykFwxCMPixCLLtpFiefQZOdkCdac TAvuCcZxjQE61yKRQ8Ls/npy456cwXSioM+BhD9j4m9cdVcrKUwJ+Xdye/EJZgYy+GKm ht6HU8s8krT2OjGC/s8ZlOMZq9/cNpEh4NlSo= 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; b=lwja7Cgavw31C7q9Nkb5X/OxSV0+ZI7tD0qyW668NhedZ0uzpl0vpbSy7r44p7rvq/ ChlMZhOh2gCYDQ71x36N4d2tmdCbujfZaw1EATXPojItU0Fa1IKl9k/X1mDM8bCzfnJq OgCPUWCjziFlip8FAe1IBQ7KtTqC3ltxQtmgk= Received: by 10.101.186.32 with SMTP id n32mr2089234anp.104.1306582713067; Sat, 28 May 2011 04:38:33 -0700 (PDT) MIME-Version: 1.0 Sender: florent.thoumie@gmail.com Received: by 10.100.168.8 with HTTP; Sat, 28 May 2011 04:38:13 -0700 (PDT) In-Reply-To: <20110528122230.3e665134@gumby.homeunix.com> References: <20110528102417.6de21815@atmarama.net> <20110528130041.76dec57d@atmarama.net> <20110528122230.3e665134@gumby.homeunix.com> From: Florent Thoumie Date: Sat, 28 May 2011 12:38:13 +0100 X-Google-Sender-Auth: KteLPRbAcBCjffEKnAF1znN8nug Message-ID: To: RW Content-Type: text/plain; charset=ISO-8859-1 Cc: 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 12:00:22 -0000 On Sat, May 28, 2011 at 12:22 PM, RW wrote: > On Sat, 28 May 2011 13:00:41 +0200 > Gour-Gadadhara Dasa wrote: > >> On Sat, 28 May 2011 11:23:32 +0100 >> Florent Thoumie wrote: >> >> > You can rebuild the port with WITH_PYTHON=yes. >> >> Thank you. >> >> How is it that there is no 'make config' menu to choose options from? > > IIRC the maintainer objects to FreeBSD's option menus. IIWY I'd add it > in make.conf: > > .if ${.CURDIR:M*/editors/vim} > WITH_PYTHON=yes > .endif There's a WITH_VIM_OPTIONS option, but if you select PYTHON it won't actually work, because the port checks for WITH_PYTHON before bsd.port.pre.mk is included. So your suggestion is the best bet for now. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer