pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc We no longer need to set CONFIG_STATUS_OVERRIDE to an ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ea02cb7c841
branches:  trunk
changeset: 468759:3ea02cb7c841
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Feb 16 20:24:25 2004 +0000

description:
We no longer need to set CONFIG_STATUS_OVERRIDE to an empty value as
bsd.pkg.mk no longer overrides the ability of config.status to generate
new files.

diffstat:

 devel/libtool-base/Makefile |  4 +---
 shells/zsh/Makefile.common  |  3 +--
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs (35 lines):

diff -r e643010c89f9 -r 3ea02cb7c841 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Mon Feb 16 19:55:50 2004 +0000
+++ b/devel/libtool-base/Makefile       Mon Feb 16 20:24:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2004/02/14 16:35:33 jlam Exp $
+# $NetBSD: Makefile,v 1.28 2004/02/16 20:24:25 jlam Exp $
 #
 
 PKGNAME=       ${DISTNAME:C/-/-base-/}
@@ -24,8 +24,6 @@
 DEPENDS+=      c++rt0>=1.0:../../sysutils/c++rt0
 .endif
 
-CONFIG_STATUS_OVERRIDE=        # libtool actually uses config.status during the build
-
 .if ${OPSYS} == "NetBSD"
 .  if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)
 CONFIGURE_ARGS=                --disable-shared
diff -r e643010c89f9 -r 3ea02cb7c841 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Mon Feb 16 19:55:50 2004 +0000
+++ b/shells/zsh/Makefile.common        Mon Feb 16 20:24:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/02/16 09:07:23 jlam Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/02/16 20:24:25 jlam Exp $
 
 DISTNAME=       zsh-${ZSH_VERSION}
 CATEGORIES=    shells
@@ -17,7 +17,6 @@
 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