pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gnustep-make Forced the configure script to be m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7fada1895fbb
branches:  trunk
changeset: 516891:7fada1895fbb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jul 31 10:35:38 2006 +0000

description:
Forced the configure script to be more packager-friendly by ignoring any
existing GNUstep configuration files.

Explicitly set the path to the global configuration file, because
otherwise a system-dependent default pathname for GNUstep.conf is used,
which often does not match ${PREFIX}.

Bumped PKGREVISION.

diffstat:

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

diffs (22 lines):

diff -r eb8eb098abbf -r 7fada1895fbb devel/gnustep-make/Makefile
--- a/devel/gnustep-make/Makefile       Mon Jul 31 10:04:12 2006 +0000
+++ b/devel/gnustep-make/Makefile       Mon Jul 31 10:35:38 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2006/07/28 01:50:58 minskim Exp $
+# $NetBSD: Makefile,v 1.32 2006/07/31 10:35:38 rillig Exp $
 
 DISTNAME=      gnustep-make-1.12.0
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    devel gnustep
 MASTER_SITES=  ${MASTER_SITE_GNUSTEP:=core/}
 
@@ -15,6 +15,8 @@
 
 GNU_CONFIGURE=         yes
 CONFIGURE_ENV+=                INSTALL_PROGRAM=${INSTALL_SCRIPT:Q}
+CONFIGURE_ARGS+=       --disable-importing-config-file
+CONFIGURE_ARGS+=       --with-config-file=${PREFIX}/etc/GNUstep.conf
 
 CONF_FILES+=           ${PREFIX}/share/examples/GNUstep/GNUstep.conf \
                        ${PREFIX}/etc/GNUstep.conf



Home | Main Index | Thread Index | Old Index