Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk mk, doc: remove obsolete bulk-install and bulk-pack...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3ec9e1cfc681
branches:  trunk
changeset: 433620:3ec9e1cfc681
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Jun 05 17:05:22 2020 +0000

description:
mk, doc: remove obsolete bulk-install and bulk-package targets

diffstat:

 doc/guide/files/build.xml |  53 +----------------------------------------------
 mk/bsd.pkg.subdir.mk      |   6 ++--
 2 files changed, 4 insertions(+), 55 deletions(-)

diffs (94 lines):

diff -r b825e4272ca3 -r 3ec9e1cfc681 doc/guide/files/build.xml
--- a/doc/guide/files/build.xml Fri Jun 05 17:04:31 2020 +0000
+++ b/doc/guide/files/build.xml Fri Jun 05 17:05:22 2020 +0000
@@ -1,4 +1,4 @@
-<!-- $NetBSD: build.xml,v 1.82 2020/06/02 06:10:09 rillig Exp $ -->
+<!-- $NetBSD: build.xml,v 1.83 2020/06/05 17:05:22 rillig Exp $ -->
 
 <chapter id="build">
   <title>The build process</title>
@@ -1217,57 +1217,6 @@
          information on this target.</para>
        </listitem>
       </varlistentry>
-
-      <varlistentry>
-       <!-- TODO: old bulk build? --> 
-       <term>bulk-package</term>
-
-       <listitem>
-         <para>Used to do bulk builds. If an appropriate binary
-         package already exists, no action is taken. If not, this
-         target will compile, install and package it (and its
-         depends, if <varname>PKG_DEPENDS</varname> is set
-         properly. See <xref linkend="bulk"/>).
-         After creating the binary package, the sources, the
-         just-installed package and its required packages are
-         removed, preserving free disk space.</para>
-
-         <para><emphasis>Beware that this target may deinstall
-         all packages installed on a system!</emphasis></para>
-       </listitem>
-      </varlistentry>
-
-      <varlistentry>
-       <term>bulk-install</term>
-
-       <listitem>
-         <para>Used during bulk-installs to install required
-         packages. If an up-to-date binary package is available,
-         it will be installed via &man.pkg.add.1;. If not,
-         <command>make bulk-package</command> will be executed,
-         but the installed binary won't be removed.</para>
-
-         <para>A binary package is considered
-         <quote>up-to-date</quote> to be installed via
-         &man.pkg.add.1; if:</para>
-
-         <itemizedlist>
-           <listitem>
-             <para>None of the package's files
-             (<filename>Makefile</filename>, ...) were modified
-             since it was built.</para>
-           </listitem>
-
-           <listitem>
-             <para>None of the package's required (binary)
-             packages were modified since it was built.</para>
-           </listitem>
-         </itemizedlist>
-
-         <para><emphasis>Beware that this target may deinstall
-         all packages installed on a system!</emphasis></para>
-       </listitem>
-      </varlistentry>
     </variablelist>
   </sect1>
 </chapter>
diff -r b825e4272ca3 -r 3ec9e1cfc681 mk/bsd.pkg.subdir.mk
--- a/mk/bsd.pkg.subdir.mk      Fri Jun 05 17:04:31 2020 +0000
+++ b/mk/bsd.pkg.subdir.mk      Fri Jun 05 17:05:22 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.subdir.mk,v 1.70 2008/10/14 22:35:19 joerg Exp $
+#      $NetBSD: bsd.pkg.subdir.mk,v 1.71 2020/06/05 17:05:22 rillig Exp $
 #      Derived from: FreeBSD Id: bsd.port.subdir.mk,v 1.19 1997/03/09 23:10:56 wosch Exp
 #      from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
 #
@@ -23,7 +23,7 @@
 #      afterinstall, all, beforeinstall, build, checksum, clean,
 #      configure, deinstall, depend, describe, extract, fetch, fetch-list,
 #      install, package, readmes, realinstall, reinstall, tags,
-#      mirror-distfiles, bulk-install, bulk-package, ${PKG_MISC_TARGETS}
+#      mirror-distfiles, ${PKG_MISC_TARGETS}
 #
 
 .include "misc/common.mk"
@@ -69,7 +69,7 @@
                cleandir distclean depend describe reinstall tags checksum \
                makedistinfo makepatchsum makesum mirror-distfiles deinstall \
                show-downlevel show-pkgsrc-dir show-var show-vars \
-               bulk-install bulk-package fetch-list-one-pkg \
+               fetch-list-one-pkg \
                fetch-list-recursive update clean-update lint \
                check-vulnerable pbulk-index \
                ${PKG_MISC_TARGETS}



Home | Main Index | Thread Index | Old Index