svn commit: r393309 - head/shells/zsh
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Jul 31 14:35:40 UTC 2015
Author: amdmi3
Date: Fri Jul 31 14:35:39 2015
New Revision: 393309
URL: https://svnweb.freebsd.org/changeset/ports/393309
Log:
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q3 (blanket)
Modified:
head/shells/zsh/Makefile
Modified: head/shells/zsh/Makefile
==============================================================================
--- head/shells/zsh/Makefile Fri Jul 31 14:05:58 2015 (r393308)
+++ head/shells/zsh/Makefile Fri Jul 31 14:35:39 2015 (r393309)
@@ -3,7 +3,7 @@
PORTNAME= zsh
PORTVERSION= 5.0.8
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= shells
MASTER_SITES= \
SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} \
@@ -24,7 +24,17 @@ MAKE_JOBS_UNSAFE= yes
ZSH_VER= ${PORTVERSION}
-USES= iconv ncurses tar:bzip2
+USES= iconv ncurses shebangfix tar:bzip2
+SHEBANG_FILES= Functions/Calendar/calendar_add \
+ Functions/Misc/checkmail \
+ Functions/Misc/run-help \
+ Functions/Misc/sticky-note \
+ Functions/Misc/zcalc \
+ Functions/Misc/zed \
+ Functions/Misc/zkbd
+SHEBANG_LANG= zsh
+zsh_OLD_CMD= /bin/zsh
+zsh_CMD= ${PREFIX}/bin/zsh
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -DBOOL_DEFINED
@@ -76,6 +86,7 @@ CONFIGURE_ENV+= ac_cv_lib_iconv_libiconv
.endif
post-patch:
+ @${REINPLACE_CMD} -i '' -e '1s|zsh|${zsh_CMD}|' ${WRKSRC}/Functions/Misc/run-help-ip
@${REINPLACE_CMD} -e '/LIBS/s/-lrt//' ${WRKSRC}/configure
@${SED} -i "" -e "s,link=dynamic,link=either," \
${WRKSRC}/Src/Modules/*.mdd
More information about the svn-ports-all
mailing list