pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/bootstrap Disable maintainer mode here as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a95cfea30bdb
branches:  trunk
changeset: 348992:a95cfea30bdb
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Jun 22 08:07:11 2016 +0000

description:
Disable maintainer mode here as well.

diffstat:

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

diffs (21 lines):

diff -r 8d56c446c6c9 -r a95cfea30bdb bootstrap/bootstrap
--- a/bootstrap/bootstrap       Wed Jun 22 00:56:29 2016 +0000
+++ b/bootstrap/bootstrap       Wed Jun 22 08:07:11 2016 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: bootstrap,v 1.230 2016/04/10 16:18:45 joerg Exp $
+# $NetBSD: bootstrap,v 1.231 2016/06/22 08:07:11 joerg Exp $
 #
 # Copyright (c) 2001-2011 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -1206,7 +1206,8 @@
 LDFLAGS='$LDFLAGS -L${wrkdir}/libnbcompat' \
 LIBS='$LIBS -lnbcompat' $shprog ./configure $configure_quiet_flags -C \
 --enable-bootstrap --prefix=$prefix --sysconfdir=$sysconfdir \
---with-pkgdbdir=$pkgdbdir --infodir=$infodir --mandir=$mandir $pkg_install_args && \
+--disable-maintainer-mode --with-pkgdbdir=$pkgdbdir --infodir=$infodir \
+--mandir=$mandir $pkg_install_args && \
 STATIC_LIBARCHIVE=$wrkdir/libarchive/.libs/libarchive.a \
 PKGSRC_MACHINE_ARCH="$machine_arch" $bmake $make_quiet_flags -j$make_jobs)"
 run_cmd "$install_sh -c -o $user -g $group -m 755 $wrkdir/pkg_install/add/pkg_add $wrkdir/sbin/pkg_add"



Home | Main Index | Thread Index | Old Index