pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Mark the copy of bmake's configure as execut...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32c16ca9e8ae
branches:  trunk
changeset: 624911:32c16ca9e8ae
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Oct 03 01:24:57 2013 +0000

description:
Mark the copy of bmake's configure as executable in case the checkout is
missing the bit.

diffstat:

 bootstrap/bootstrap |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 3ea439c2856d -r 32c16ca9e8ae bootstrap/bootstrap
--- a/bootstrap/bootstrap       Wed Oct 02 20:27:17 2013 +0000
+++ b/bootstrap/bootstrap       Thu Oct 03 01:24:57 2013 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.199 2013/09/08 16:29:28 ryoon Exp $
+# $NetBSD: bootstrap,v 1.200 2013/10/03 01:24:57 joerg Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -1040,6 +1040,7 @@
 bootstrap_bmake() {
        echo_msg "Bootstrapping bmake"
        copy_src $pkgsrcdir/devel/bmake/files bmake
+       run_cmd "chmod u+x $wrkdir/bmake/configure"
        run_cmd "(cd $wrkdir/bmake && env $bmakexenv $shprog ./boot-strap $configure_quiet_flags -q -o bootstrap.$opsys --prefix=$wrkdir --sysconfdir=$wrkdir --mksrc none 
--with-default-sys-path="$wrkdir/share/mk" $bmakexargs)"
        run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/bmake/bootstrap.$opsys/bmake $wrkdir/bin/bmake"
 }



Home | Main Index | Thread Index | Old Index