pkgsrc-Changes archive

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

CVS commit: pkgsrc/bootstrap



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.

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 <agc%NetBSD.org@localhost>
 # 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"



Home | Main Index | Thread Index | Old Index