From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 21:43:09 2014 Return-Path: Delivered-To: svn-ports-head@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 57615BB7; Tue, 18 Feb 2014 21:43:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 26FD018AE; Tue, 18 Feb 2014 21:43:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1ILh8TM064400; Tue, 18 Feb 2014 21:43:08 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1ILh802064398; Tue, 18 Feb 2014 21:43:08 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201402182143.s1ILh802064398@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Tue, 18 Feb 2014 21:43:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344970 - in head/editors/vim: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 21:43:09 -0000 Author: sunpoet Date: Tue Feb 18 21:43:08 2014 New Revision: 344970 URL: http://svnweb.freebsd.org/changeset/ports/344970 QAT: https://qat.redports.org/buildarchive/r344970/ Log: - Fix python detection - Bump PORTREVISION for package change PR: ports/185601 Submitted by: Stefan Beke Added: head/editors/vim/files/patch-src-auto-configure (contents, props changed) Modified: head/editors/vim/Makefile Modified: head/editors/vim/Makefile ============================================================================== --- head/editors/vim/Makefile Tue Feb 18 21:31:22 2014 (r344969) +++ head/editors/vim/Makefile Tue Feb 18 21:43:08 2014 (r344970) @@ -3,7 +3,7 @@ PORTNAME= vim PORTVERSION= 7.4.${PATCHLEVEL} -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES?= editors MASTER_SITES= VIM DISTNAME= ${PORTNAME}-${PORTVERSION:R} Added: head/editors/vim/files/patch-src-auto-configure ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/editors/vim/files/patch-src-auto-configure Tue Feb 18 21:43:08 2014 (r344970) @@ -0,0 +1,20 @@ +--- src/auto/configure.orig 2014-02-18 03:23:18.386325000 +0800 ++++ src/auto/configure 2014-02-18 05:46:24.780735971 +0800 +@@ -5511,7 +5511,7 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_pythoninterp" >&5 + $as_echo "$enable_pythoninterp" >&6; } + if test "$enable_pythoninterp" = "yes" -o "$enable_pythoninterp" = "dynamic"; then +- for ac_prog in python2 python ++ for ac_prog in python2.7 + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2 +@@ -5818,7 +5818,7 @@ + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_python3interp" >&5 + $as_echo "$enable_python3interp" >&6; } + if test "$enable_python3interp" = "yes" -o "$enable_python3interp" = "dynamic"; then +- for ac_prog in python3 python ++ for ac_prog in python3.3 python3.2 python3.1 + do + # Extract the first word of "$ac_prog", so it can be a program name with args. + set dummy $ac_prog; ac_word=$2