svn commit: r362141 - head/editors/nvi-m17n
John Marino
marino at FreeBSD.org
Thu Jul 17 13:37:42 UTC 2014
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
More information about the svn-ports-head
mailing list