Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Jul 2014 13:37:41 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362141 - head/editors/nvi-m17n
Message-ID:  <201407171337.s6HDbfoe081654@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Jul 17 13:37:41 2014
New Revision: 362141
URL: http://svnweb.freebsd.org/changeset/ports/362141
QAT: https://qat.redports.org/buildarchive/r362141/

Log:
  editors/nvi-m17n: Fix shebang issues
  
  Jenkins squawked about invalid shebangs after the previous update so a
  fix has been provided which involves a dependency on perl.
  
  PR:		190482
  Submitted by:	Yashuhito FUTATSUKI
  Reported by:	swills (Jenkins)

Modified:
  head/editors/nvi-m17n/Makefile

Modified: head/editors/nvi-m17n/Makefile
==============================================================================
--- head/editors/nvi-m17n/Makefile	Thu Jul 17 12:26:20 2014	(r362140)
+++ head/editors/nvi-m17n/Makefile	Thu Jul 17 13:37:41 2014	(r362141)
@@ -3,7 +3,7 @@
 
 PORTNAME=	nvi
 PORTVERSION=	1.79.20040608
-PORTREVISION=	2
+PORTREVISION=	3
 PORTEPOCH=	1
 CATEGORIES?=	editors
 MASTER_SITES=	ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/	\
@@ -20,8 +20,11 @@ COMMENT=	Clone of vi/ex, with multilingu
 PATCH_DIST_ARGS=	-d ${WRKSRC}/.. --forward --quiet -E -p0 -f
 WRKSRC=		${WRKDIR}/${DISTNAME}/build
 
+USES=		perl5
+USE_PERL5=	run
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"'
+CONFIGURE_ENV=	OPTFLAG='-D_PATH_SYSEXRC=\"${PREFIX}/etc/vi.exrc\"' \
+		vi_cv_path_perl=${PERL}
 CONFIGURE_ARGS=	--program-prefix=n
 
 OPTIONS_RADIO=	MULTIBYTE



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