pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/zsh zsh: remove --enable-zsh-mem from default a...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c4ec1d22a091
branches: trunk
changeset: 331298:c4ec1d22a091
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Mar 16 14:01:45 2019 +0000
description:
zsh: remove --enable-zsh-mem from default arguments.
Bump PKGREVISION.
diffstat:
shells/zsh/Makefile | 6 ++----
shells/zsh/options.mk | 5 ++---
2 files changed, 4 insertions(+), 7 deletions(-)
diffs (41 lines):
diff -r b6bbd45e0ba8 -r c4ec1d22a091 shells/zsh/Makefile
--- a/shells/zsh/Makefile Sat Mar 16 13:29:43 2019 +0000
+++ b/shells/zsh/Makefile Sat Mar 16 14:01:45 2019 +0000
@@ -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 @@
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 -r b6bbd45e0ba8 -r c4ec1d22a091 shells/zsh/options.mk
--- a/shells/zsh/options.mk Sat Mar 16 13:29:43 2019 +0000
+++ b/shells/zsh/options.mk Sat Mar 16 14:01:45 2019 +0000
@@ -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-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
Home |
Main Index |
Thread Index |
Old Index