diff options
author | wiz <wiz@pkgsrc.org> | 2019-03-16 14:01:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2019-03-16 14:01:45 +0000 |
commit | 1b290638ecfcbfc59d5b18695fba39016c2ca75c (patch) | |
tree | 89c7dbc3eb69f590391dfa1d7961e7ffd97e0907 | |
parent | 8ed9166d38ba9f9523f0870462ebd1b2c97d0026 (diff) | |
download | pkgsrc-1b290638ecfcbfc59d5b18695fba39016c2ca75c.tar.gz |
zsh: remove --enable-zsh-mem from default arguments.
Bump PKGREVISION.
-rw-r--r-- | shells/zsh/Makefile | 6 | ||||
-rw-r--r-- | shells/zsh/options.mk | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index ca123e02a61..66b2e73b798 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.91 2019/03/16 13:29:30 ryoon Exp $ +# $NetBSD: Makefile,v 1.92 2019/03/16 14:01:45 wiz Exp $ DISTNAME= zsh-5.7.1 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zsh/} EXTRACT_SUFX= .tar.xz @@ -18,9 +19,6 @@ TEXINFO_REQD= 4.0 CONFIGURE_ARGS+= --disable-gdbm CONFIGURE_ARGS+= --enable-etcdir=${PKG_SYSCONFDIR:Q} -# Stabilize zsh without jemalloc in libc -# XXX Remove this and enable it in debug option. jemalloc in libc is stable now. -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}" diff --git a/shells/zsh/options.mk b/shells/zsh/options.mk index 437e73b2e44..4238285e73d 100644 --- a/shells/zsh/options.mk +++ b/shells/zsh/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2019/03/16 13:29:30 ryoon Exp $ +# $NetBSD: options.mk,v 1.6 2019/03/16 14:01:45 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.zsh PKG_SUPPORTED_OPTIONS= debug static @@ -12,8 +12,7 @@ CONFIGURE_ARGS+= --enable-zsh-heap-debug CONFIGURE_ARGS+= --enable-zsh-mem-debug CONFIGURE_ARGS+= --enable-zsh-mem-warning CONFIGURE_ARGS+= --enable-zsh-secure-free -# XXX Enable this and remove it in debug option. jemalloc in libc is stable now. -#CONFIGURE_ARGS+= --enable-zsh-mem +CONFIGURE_ARGS+= --enable-zsh-mem .endif PLIST_VARS+= dynamic |