Skip to content

Commit

Permalink
Update to 5.7.1
Browse files Browse the repository at this point in the history
* Move --enable-zsh-mem configure option to non-debug part
  to stabilize zsh with NetBSD's new jemalloc

Changelog:
2019-02-03  dana  <[email protected]>

	* unposted: Config/version.mk, Etc/FAQ.yo, README: Update for
	5.7.1

	* 44034: Completion/Unix/Type/_date_formats: Complete %9./%N,
	adjust some wording

	* 44033: Completion/Unix/Command/_dos2unix: Add completion for
	dos2unix/unix2dos

	* 44030: Src/prompt.c, Test/D01prompt.ztst: Return error for
	unrecognised colour name

2019-01-28  Fredric Silberberg  <[email protected]>

	* github #32: Completion/Unix/Command/_git: Fix a typo in the
	git tag completion.

2018-01-27  dana  <[email protected]>

	* unposted: Etc/creating-a-release.txt: Document additional
	release steps

	* 44020: Functions/VCS_Info/Backends/VCS_INFO_detect_p4: Fix
	infinite recursion
  • Loading branch information
ryoon committed Mar 15, 2019
1 parent 557888e commit a060164
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions shells/zsh/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.89 2019/01/27 14:42:25 wen Exp $
# $NetBSD: Makefile,v 1.90 2019/03/15 12:44:13 ryoon Exp $

DISTNAME= zsh-5.7
DISTNAME= zsh-5.7.1
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/}
EXTRACT_SUFX= .tar.xz
Expand All @@ -18,6 +18,8 @@ TEXINFO_REQD= 4.0

CONFIGURE_ARGS+= --disable-gdbm
CONFIGURE_ARGS+= --enable-etcdir=${PKG_SYSCONFDIR:Q}
# Stabilize zsh without jemalloc in libc
CONFIGURE_ARGS+= --enable-zsh-mem

# Ensure we can find initscr(3) otherwise the curses module will not be built.
CONFIGURE_ARGS+= --with-term-lib="${BUILDLINK_LIBNAME.curses} ${BUILDLINK_LIBNAME.terminfo}"
Expand Down
3 changes: 2 additions & 1 deletion shells/zsh/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.41 2019/01/27 14:42:25 wen Exp $
@comment $NetBSD: PLIST,v 1.42 2019/03/15 12:44:13 ryoon Exp $
bin/zsh
bin/${PKGNAME}
info/zsh.info
Expand Down Expand Up @@ -298,6 +298,7 @@ share/zsh/${PKGVERSION}/functions/_dnf
share/zsh/${PKGVERSION}/functions/_dns_types
share/zsh/${PKGVERSION}/functions/_doas
share/zsh/${PKGVERSION}/functions/_domains
share/zsh/${PKGVERSION}/functions/_dos2unix
share/zsh/${PKGVERSION}/functions/_dpatch-edit-patch
share/zsh/${PKGVERSION}/functions/_dpkg
share/zsh/${PKGVERSION}/functions/_dpkg-buildpackage
Expand Down
10 changes: 5 additions & 5 deletions shells/zsh/distinfo
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.67 2019/01/27 14:42:25 wen Exp $
$NetBSD: distinfo,v 1.68 2019/03/15 12:44:13 ryoon Exp $

SHA1 (zsh-5.7.tar.xz) = 81f1fc27dd85386701db6005317c24866e0c7d93
RMD160 (zsh-5.7.tar.xz) = 38f7badb243dee398e700bceb4e36556759bddc1
SHA512 (zsh-5.7.tar.xz) = cfef5604d6ff30aeb081ed2a2660c861027c0a90169231cdb6b19093ffa6d63946be7b1fde527769e60e5b14bb6853b590bf4a207b63d6ec66fffd30d9a94958
Size (zsh-5.7.tar.xz) = 3124708 bytes
SHA1 (zsh-5.7.1.tar.xz) = fedd82419881323b1087241d536d2fb1528a9deb
RMD160 (zsh-5.7.1.tar.xz) = 34ced9b5418bb9210e4b112013f28fe0928f9f48
SHA512 (zsh-5.7.1.tar.xz) = a6aa88e1955a80229a4784a128866e325f79a8b5f73c922ab480048411036f1835cbb31daa30ab38bd16ab2a50040eda8f4f1f64704b21b6acc3051b1dbf18d0
Size (zsh-5.7.1.tar.xz) = 3126308 bytes
SHA1 (patch-aczsh.m4) = 36c270d8d7cf727f48787ef889b2bd89cbf065e2
SHA1 (patch-configure.ac) = b25808ef62acaa029d624b08c2ab23805161856e
3 changes: 1 addition & 2 deletions shells/zsh/options.mk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: options.mk,v 1.3 2019/03/14 09:45:25 wiz Exp $
# $NetBSD: options.mk,v 1.4 2019/03/15 12:44:13 ryoon Exp $

PKG_OPTIONS_VAR= PKG_OPTIONS.zsh
PKG_SUPPORTED_OPTIONS= debug static
Expand All @@ -9,7 +9,6 @@ PKG_SUPPORTED_OPTIONS= debug static
CONFIGURE_ARGS+= --enable-zsh-debug
CONFIGURE_ARGS+= --enable-zsh-hash-debug
CONFIGURE_ARGS+= --enable-zsh-heap-debug
CONFIGURE_ARGS+= --enable-zsh-mem
CONFIGURE_ARGS+= --enable-zsh-mem-debug
CONFIGURE_ARGS+= --enable-zsh-mem-warning
CONFIGURE_ARGS+= --enable-zsh-secure-free
Expand Down

0 comments on commit a060164

Please sign in to comment.