FreeBSD Bugzilla – Attachment 103895 Details for
Bug 143981
[patch] shells/zsh: ZSH_MEM, ZSH_SECURE_FREE, DEBUG
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.25 KB, created by
Richard Kolkovich
on 2010-02-16 05:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Richard Kolkovich
Created:
2010-02-16 05:50:01 UTC
Size:
1.25 KB
patch
obsolete
>--- Makefile.orig 2010-01-22 08:29:35.000000000 -0600 >+++ Makefile 2010-02-15 23:40:02.000000000 -0600 >@@ -40,11 +40,13 @@ > EXTRA_COMPLETION_DIR= Completion/BSD/Command > > OPTIONS= ZSH_GDBM "Enable GDBM support (GPL)" off \ >- ZSH_MEM "Enable zsh-mem and zsh-secure-free options" on \ >+ ZSH_MEM "Enable zsh-mem" off \ >+ ZSH_SECURE_FREE "Enable zsh-secure-free option" on \ > ZSH_MAILDIR "Enable support for Maildirs in MAIL(PATH)" on \ > ZSH_MULTIBYTE "Enable multibyte character support" on \ > ZSH_PCRE "Enable PCRE support" off \ >- ZSH_STATIC "Build static executable" off >+ ZSH_STATIC "Build static executable" off \ >+ DEBUG "Compile with debugging symbols" off > > PLIST_SUB+= ZSH_VER="${ZSH_VER}" > >@@ -78,7 +80,11 @@ > .endif > > .if defined(WITH_ZSH_MEM) >-CONFIGURE_ARGS+= --enable-zsh-mem --enable-zsh-secure-free >+CONFIGURE_ARGS+= --enable-zsh-mem >+.endif >+ >+.if defined(WITH_ZSH_SECURE_FREE) >+CONFIGURE_ARGS+= --enable-zsh-secure-free > .endif > > .if defined(WITH_ZSH_MAILDIR) >@@ -100,6 +106,12 @@ > CONFIGURE_ARGS+= --disable-multibyte > .endif > >+.if defined(WITH_DEBUG) >+CONFIGURE_ARGS+= --enable-zsh-debug >+.else >+CONFIGURE_ARGS+= --disable-zsh-debug >+.endif >+ > post-patch: > @${SED} -i "" -e "s,link=dynamic,link=either," \ > ${WRKSRC}/Src/Modules/*.mdd
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 143981
: 103895 |
103896