Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Mar 2012 11:55:27 GMT
From:      "Jens K. Loewe" <zeug@tuxproject.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/166005: Vim is out of date and lacks Python3 support
Message-ID:  <201203131155.q2DBtRtk074677@red.freebsd.org>
Resent-Message-ID: <201203131200.q2DC07rq012587@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         166005
>Category:       ports
>Synopsis:       Vim is out of date and lacks Python3 support
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Mar 13 12:00:06 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Jens K. Loewe
>Release:        9.0-RELEASE
>Organization:
Hochschule Ostfalia
>Environment:
FreeBSD freebsd 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan  3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
FreeBSD's official Vim port is about 350 patchlevels behind. One of the missing features is Python3 scripting support. This means that the port's Makefile needs to be updated.
>How-To-Repeat:
Well, it is persistent.
>Fix:
Attached diff SHOULD work.

Patch attached with submission follows:

13c13
< PATCHLEVEL=	121
---
> PATCHLEVEL=	470
68a69
> WITH_PYTHON3=   yes
78a80,84
> .if defined(WITH_PYTHON3)
> USE_PYTHON3=    yes
> MAKE_ARGS+=     CONF_OPT_PYTHON3="--enable-python3interp"
> .endif
> 


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203131155.q2DBtRtk074677>