Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id A8A8B7A494 for ; Wed, 22 Jun 2016 08:07:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 56C6A85EAD; Wed, 22 Jun 2016 08:07:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DCA5B85E8B for ; Wed, 22 Jun 2016 08:07:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id iyNXxnMJfLo3 for ; Wed, 22 Jun 2016 08:07:11 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 48B5984CE9 for ; Wed, 22 Jun 2016 08:07:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3F61DFBB5; Wed, 22 Jun 2016 08:07:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_146658283198500" MIME-Version: 1.0 Date: Wed, 22 Jun 2016 08:07:11 +0000 From: "Joerg Sonnenberger" Subject: CVS commit: pkgsrc/bootstrap To: pkgsrc-changes@NetBSD.org Reply-To: joerg@netbsd.org X-Mailer: log_accum Message-Id: <20160622080711.3F61DFBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_146658283198500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: joerg Date: Wed Jun 22 08:07:11 UTC 2016 Modified Files: pkgsrc/bootstrap: bootstrap Log Message: Disable maintainer mode here as well. To generate a diff of this commit: cvs rdiff -u -r1.230 -r1.231 pkgsrc/bootstrap/bootstrap Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_146658283198500 Content-Disposition: inline Content-Length: 1173 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/bootstrap/bootstrap diff -u pkgsrc/bootstrap/bootstrap:1.230 pkgsrc/bootstrap/bootstrap:1.231 --- pkgsrc/bootstrap/bootstrap:1.230 Sun Apr 10 16:18:45 2016 +++ pkgsrc/bootstrap/bootstrap Wed Jun 22 08:07:11 2016 @@ -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 # All rights reserved. @@ -1206,7 +1206,8 @@ CPPFLAGS='$CPPFLAGS -I${wrkdir}/libnbcom 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" --_----------=_146658283198500--