Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Dec 2013 23:24:14 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335790 - head/editors/vim
Message-ID:  <201312062324.rB6NOEi3076127@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Dec  6 23:24:14 2013
New Revision: 335790
URL: http://svnweb.freebsd.org/changeset/ports/335790

Log:
  Fix build on head and 11.
  Bump portrevision has built on 8 and 9 should not have been built as expected
  
  With hat:	portmgr

Modified:
  head/editors/vim/Makefile

Modified: head/editors/vim/Makefile
==============================================================================
--- head/editors/vim/Makefile	Fri Dec  6 23:22:17 2013	(r335789)
+++ head/editors/vim/Makefile	Fri Dec  6 23:24:14 2013	(r335790)
@@ -12,7 +12,7 @@ PORTNAME=	vim
 #		! PATCHLEVEL to that level.
 PATCHLEVEL=	110
 PORTVERSION=	7.4.${PATCHLEVEL}
-PORTREVISION?=	0
+PORTREVISION?=	1
 CATEGORIES?=	editors
 MASTER_SITES=	VIM
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}
@@ -49,6 +49,7 @@ CONFLICTS+=	vim*
 CONFLICTS+=	vim*-lite
 .endif
 
+USES=		pkgconfig
 MAKE_JOBS_UNSAFE=	yes
 USE_BZIP2=	yes
 WRKSRC=		${WRKDIR}/vim${PORTVERSION:R:S/.//g}/src
@@ -101,7 +102,7 @@ MAKE_ARGS+=	CONF_OPT_LUA_PREFIX="--with-
 .endif
 
 .if ${PORT_OPTIONS:MPERL}
-USES=	perl5
+USES+=	perl5
 MAKE_ARGS+=	CONF_OPT_PERL="--enable-perlinterp"
 .endif
 



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