pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/shells/zsh



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sat Mar 16 13:29:30 UTC 2019

Modified Files:
        pkgsrc/shells/zsh: Makefile options.mk

Log Message:
Add comments for next update or revbump to use external malloc


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 pkgsrc/shells/zsh/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/shells/zsh/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/shells/zsh/Makefile
diff -u pkgsrc/shells/zsh/Makefile:1.90 pkgsrc/shells/zsh/Makefile:1.91
--- pkgsrc/shells/zsh/Makefile:1.90     Fri Mar 15 12:44:13 2019
+++ pkgsrc/shells/zsh/Makefile  Sat Mar 16 13:29:30 2019
@@ -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 @@ 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.

Index: pkgsrc/shells/zsh/options.mk
diff -u pkgsrc/shells/zsh/options.mk:1.4 pkgsrc/shells/zsh/options.mk:1.5
--- pkgsrc/shells/zsh/options.mk:1.4    Fri Mar 15 12:44:13 2019
+++ pkgsrc/shells/zsh/options.mk        Sat Mar 16 13:29:30 2019
@@ -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-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
 .endif
 
 PLIST_VARS+=           dynamic



Home | Main Index | Thread Index | Old Index