pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/coreutils Override the auto detection of a "t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/73e69b2c9997
branches:  trunk
changeset: 531063:73e69b2c9997
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Jul 19 09:07:43 2007 +0000

description:
Override the auto detection of a "thread-safe mkdir -p" (whatever that is)
to "${MKDIR}". "configure" will otherwise decide to use "gmkdir -p" if an
older version of the "coreutils" package is already installed. But during
the install stage the old "gmkdir" binary will have been removed by
"pkg_delete" and the installation fails.

diffstat:

 sysutils/coreutils/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r f3491dcfd05c -r 73e69b2c9997 sysutils/coreutils/Makefile
--- a/sysutils/coreutils/Makefile       Thu Jul 19 02:21:45 2007 +0000
+++ b/sysutils/coreutils/Makefile       Thu Jul 19 09:07:43 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2007/07/18 11:25:19 tnn Exp $
+# $NetBSD: Makefile,v 1.39 2007/07/19 09:07:43 tron Exp $
 
 DISTNAME=      coreutils-6.9
 CATEGORIES=    sysutils
@@ -39,6 +39,7 @@
 .if ${OPSYS} != "Linux"
 CONFIGURE_ENV+=                gt_cv_func_gnugettext3_libintl=yes
 .endif
+CONFIGURE_ENV+=                MKDIR_P=${MKDIR:Q}
 
 CONFIGURE_ARGS+=       --program-prefix=${GNU_PROGRAM_PREFIX:Q}
 # if GNU_PROGRAM_PREFIX == 'g'



Home | Main Index | Thread Index | Old Index