pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/glib The name for the real config.status script ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0274f67b6ac5
branches:  trunk
changeset: 469087:0274f67b6ac5
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Feb 19 17:56:11 2004 +0000

description:
The name for the real config.status script is "config.status.overridden".
That's the script that we need to patch for our special glib version
numbering handling.  This fixes PR 24464.

diffstat:

 devel/glib/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cc60e94de3eb -r 0274f67b6ac5 devel/glib/Makefile
--- a/devel/glib/Makefile       Thu Feb 19 17:54:05 2004 +0000
+++ b/devel/glib/Makefile       Thu Feb 19 17:56:11 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2004/02/19 17:48:17 jlam Exp $
+# $NetBSD: Makefile,v 1.69 2004/02/19 17:56:11 jlam Exp $
 # FreeBSD Id: Makefile,v 1.2 1998/08/06 14:55:12 vanilla Exp
 #
 
@@ -66,7 +66,7 @@
 
 post-configure:
        @cd ${WRKSRC};                                                  \
-       files="config.status config.h glibconfig.h";                    \
+       files="config.status.overridden config.h glibconfig.h";         \
        for f in $${files}; do                                          \
                ${SED}  -e "s|^\(#define.*GLIB_MAJOR_VERSION\).*|\1     ${GLIB_MAJOR_VERSION}|" \
                        -e "s|^\(#define.*GLIB_MINOR_VERSION\).*|\1     ${GLIB_MINOR_VERSION}|" \



Home | Main Index | Thread Index | Old Index