pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/shells/zsh Add comments for next update or revbump to ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c9784a56f1b4
branches: trunk
changeset: 331296:c9784a56f1b4
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Mar 16 13:29:30 2019 +0000
description:
Add comments for next update or revbump to use external malloc
diffstat:
shells/zsh/Makefile | 3 ++-
shells/zsh/options.mk | 4 +++-
2 files changed, 5 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r a7ce94a5bc27 -r c9784a56f1b4 shells/zsh/Makefile
--- a/shells/zsh/Makefile Sat Mar 16 13:28:29 2019 +0000
+++ b/shells/zsh/Makefile Sat Mar 16 13:29:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.90 2019/03/15 12:44:13 ryoon Exp $
+# $NetBSD: Makefile,v 1.91 2019/03/16 13:29:30 ryoon Exp $
DISTNAME= zsh-5.7.1
CATEGORIES= shells
@@ -19,6 +19,7 @@
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.
diff -r a7ce94a5bc27 -r c9784a56f1b4 shells/zsh/options.mk
--- a/shells/zsh/options.mk Sat Mar 16 13:28:29 2019 +0000
+++ b/shells/zsh/options.mk Sat Mar 16 13:29:30 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2019/03/15 12:44:13 ryoon Exp $
+# $NetBSD: options.mk,v 1.5 2019/03/16 13:29:30 ryoon Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.zsh
PKG_SUPPORTED_OPTIONS= debug static
@@ -12,6 +12,8 @@
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
.endif
PLIST_VARS+= dynamic
Home |
Main Index |
Thread Index |
Old Index