Update zsh-5.6.2

TLS hint from kn@! Feedback, test, review by pea@ and Matthew Martin. Thanks!

ok pea@ (maintainer)
This commit is contained in:
rsadowski 2018-09-17 10:50:26 +00:00
parent 0469a3ae32
commit edddae5b51
3 changed files with 1182 additions and 1120 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.88 2018/04/21 09:24:06 jasper Exp $
# $OpenBSD: Makefile,v 1.89 2018/09/17 10:50:26 rsadowski Exp $
COMMENT= Z shell, Bourne shell-compatible
V= 5.5.1
V= 5.6.2
DISTNAME= zsh-$V
CATEGORIES= shells
@ -10,8 +10,10 @@ MAINTAINER= Pierre-Emmanuel Andre <pea@openbsd.org>
HOMEPAGE= https://www.zsh.org/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/}
MASTER_SITES+= http://www.zsh.org/pub/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/} \
https://www.zsh.org/pub/
EXTRACT_SUFX= .tar.xz
# BSD
PERMIT_PACKAGE_CDROM= Yes
@ -23,15 +25,17 @@ LIB_DEPENDS= converters/libiconv \
AUTOCONF_VERSION=2.69
CONFIGURE_STYLE=autoconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --enable-zsh-mem \
--enable-zsh-secure-free \
--enable-maildir-support \
--with-tcsetpgrp \
--enable-function-subdirs \
--enable-multibyte \
--enable-pcre \
--disable-gdbm
--disable-gdbm \
--with-tcsetpgrp
SUBST_VARS= V
@ -42,22 +46,18 @@ TEST_FLAGS= INSTALL_PROGRAM="install -c -s -m 555" \
INSTALL="install -c" \
TMPPREFIX=${WRKBUILD}/tmp \
TERM=xterm
EXTFILES= Misc/checkmail Misc/run-help \
Misc/sticky-note Misc/zcalc \
Misc/zed Misc/zkbd \
Calendar/calendar_add Example/cat Example/zless
EXTFILES= Functions/Misc/checkmail Functions/Misc/run-help \
Functions/Misc/run-help-ip Functions/Misc/sticky-note \
Functions/Misc/zcalc Functions/Misc/zed Functions/Misc/zkbd \
Functions/Calendar/calendar_add Functions/Example/cat \
Functions/Example/zless Test/ztst.zsh Test/runtests.zsh \
Util/reporter Util/check-tmux-state Doc/zsh.texi
pre-configure:
.for i in ${EXTFILES}
sed -i -e "s,/bin/zsh,${TRUEPREFIX}/bin/zsh,g" \
${WRKSRC}/Functions/${i}
${WRKSRC}/${i}
.endfor
@find ${WRKSRC} -name "*.orig" -delete
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/zsh/$V/scripts/
pre-test:
rm -f ${WRKDIR}/bin/chgrp
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (zsh-5.5.1.tar.gz) = d0yqieeupfM8MDPL/9k+KHB/crpRSceXCeSObC0u4IA=
SIZE (zsh-5.5.1.tar.gz) = 4578700
SHA256 (zsh-5.6.2.tar.xz) = pQvWbAVX6OyjuPok6F0N5TPnddeiLfBC2pBIhiN1Lp4=
SIZE (zsh-5.6.2.tar.xz) = 3077368

File diff suppressed because it is too large Load Diff