pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/zsh The build process for zsh runs a shell scri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/372cae581609
branches:  trunk
changeset: 468698:372cae581609
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Feb 16 09:07:23 2004 +0000

description:
The build process for zsh runs a shell script "Src/mkmakemod.sh" that
explicitly calls config.status to generate some Makefiles in certain
directories.  This particular package has a need for executing the real
config.status, so we need to avoid overriding it automatically.

diffstat:

 shells/zsh/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f5446cbeb739 -r 372cae581609 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Mon Feb 16 09:05:36 2004 +0000
+++ b/shells/zsh/Makefile.common        Mon Feb 16 09:07:23 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2003/08/09 11:23:00 seb Exp $
+# $NetBSD: Makefile.common,v 1.5 2004/02/16 09:07:23 jlam Exp $
 
 DISTNAME=       zsh-${ZSH_VERSION}
 CATEGORIES=    shells
@@ -17,6 +17,7 @@
 USE_BUILDLINK2=                YES
 USE_PKGINSTALL=                YES
 GNU_CONFIGURE=         YES
+CONFIG_STATUS_OVERRIDE=        # empty
 
 USE_MAKEINFO=          YES
 INFO_FILES=            zsh.info



Home | Main Index | Thread Index | Old Index