<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/delete/perform.c, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFC:</title>
<updated>2001-10-03T07:46:03+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-03T07:46:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8619de813b4a20841b9c2d5f5f71b5335d5cee58'/>
<id>8619de813b4a20841b9c2d5f5f71b5335d5cee58</id>
<content type='text'>
- fix harmless compiler's warnings;
- before refusing to delete package because "there are packages installed
  that require this package" check that packages in question is actually
  installed;
- add new `-r' option to pkg_delete(8), which instructs it to delete not only
  packages specified at command line, but all packages that depend on
  specified packages as well.

This brings in the following deltas:

  1.57      src/usr.sbin/pkg_install/create/perform.c
  1.7       src/usr.sbin/pkg_install/delete/delete.h
  1.23      src/usr.sbin/pkg_install/delete/main.c
  1.33      src/usr.sbin/pkg_install/delete/perform.c
  1.27      src/usr.sbin/pkg_install/delete/pkg_delete.1
  1.42      src/usr.sbin/pkg_install/info/perform.c
  1.4       src/usr.sbin/pkg_install/lib/deps.c
  1.38      src/usr.sbin/pkg_install/lib/lib.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- fix harmless compiler's warnings;
- before refusing to delete package because "there are packages installed
  that require this package" check that packages in question is actually
  installed;
- add new `-r' option to pkg_delete(8), which instructs it to delete not only
  packages specified at command line, but all packages that depend on
  specified packages as well.

This brings in the following deltas:

  1.57      src/usr.sbin/pkg_install/create/perform.c
  1.7       src/usr.sbin/pkg_install/delete/delete.h
  1.23      src/usr.sbin/pkg_install/delete/main.c
  1.33      src/usr.sbin/pkg_install/delete/perform.c
  1.27      src/usr.sbin/pkg_install/delete/pkg_delete.1
  1.42      src/usr.sbin/pkg_install/info/perform.c
  1.4       src/usr.sbin/pkg_install/lib/deps.c
  1.38      src/usr.sbin/pkg_install/lib/lib.h
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-09-18T09:38:39+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-09-18T09:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=924d551a157acbc13958fecd5f1ece71884d419a'/>
<id>924d551a157acbc13958fecd5f1ece71884d419a</id>
<content type='text'>
- kill blank lines at the end of lib/global.c;
- in the case of checksum mismatch print name of offending file to stderr;
- replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_LOG_DIR)"
  with macro;
- exists(../../crypto) --&gt; exists(${.CURDIR}/../../crypto) in a top-level
  Makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- kill blank lines at the end of lib/global.c;
- in the case of checksum mismatch print name of offending file to stderr;
- replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_LOG_DIR)"
  with macro;
- exists(../../crypto) --&gt; exists(${.CURDIR}/../../crypto) in a top-level
  Makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Sync up with HEAD, modulo update/*, version/*, sign/* and r1.38</title>
<updated>2001-05-17T12:33:39+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-05-17T12:33:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a31ab3efc4a2d63d6ed87bd8519a78da81e58e14'/>
<id>a31ab3efc4a2d63d6ed87bd8519a78da81e58e14</id>
<content type='text'>
     of add/mail.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     of add/mail.c
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-03-20T09:45:55+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-03-20T09:45:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=17c32e2f9438253ec7550b689721366ed2b6ef51'/>
<id>17c32e2f9438253ec7550b689721366ed2b6ef51</id>
<content type='text'>
When creating package sort dependencies in dependency order rather than in the
order specified on the command line. This should allow ``pkg_add -r'' to
work seamlessly with packages created after this change.

Tested by:	bento
Approved by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When creating package sort dependencies in dependency order rather than in the
order specified on the command line. This should allow ``pkg_add -r'' to
work seamlessly with packages created after this change.

Tested by:	bento
Approved by:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-03-05T11:11:38+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-03-05T11:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d94b7beaf91d9e8c99c40caff1e4793869c72389'/>
<id>d94b7beaf91d9e8c99c40caff1e4793869c72389</id>
<content type='text'>
- globs/regexs in pkg_delete(1);
- interactive confirmation in pkg_delete(1);
- `-a' option for pkg_delete;

Sync up with following revisions:
src/usr.sbin/pkg_install/delete/delete.h	-&gt; 1.6
src/usr.sbin/pkg_install/delete/main.c		-&gt; 1.21
src/usr.sbin/pkg_install/delete/perform.c	-&gt; 1.27
src/usr.sbin/pkg_install/delete/pkg_delete.1	-&gt; 1.24
src/usr.sbin/pkg_install/info/info.h		-&gt; 1.18
src/usr.sbin/pkg_install/info/perform.c		-&gt; 1.36
src/usr.sbin/pkg_install/lib/Makefile		-&gt; 1.7
src/usr.sbin/pkg_install/lib/lib.h		-&gt; 1.32
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- globs/regexs in pkg_delete(1);
- interactive confirmation in pkg_delete(1);
- `-a' option for pkg_delete;

Sync up with following revisions:
src/usr.sbin/pkg_install/delete/delete.h	-&gt; 1.6
src/usr.sbin/pkg_install/delete/main.c		-&gt; 1.21
src/usr.sbin/pkg_install/delete/perform.c	-&gt; 1.27
src/usr.sbin/pkg_install/delete/pkg_delete.1	-&gt; 1.24
src/usr.sbin/pkg_install/info/info.h		-&gt; 1.18
src/usr.sbin/pkg_install/info/perform.c		-&gt; 1.36
src/usr.sbin/pkg_install/lib/Makefile		-&gt; 1.7
src/usr.sbin/pkg_install/lib/lib.h		-&gt; 1.32
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-02-21T02:04:36+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-02-21T02:04:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c482ae8eda5293960274a0841edcab4ecd44e332'/>
<id>c482ae8eda5293960274a0841edcab4ecd44e332</id>
<content type='text'>
Fix a typo, that in some cases may lead to incorrect packages reordering.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a typo, that in some cases may lead to incorrect packages reordering.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: various goodness from -current, modulo some of the stuff like "sign"</title>
<updated>2001-02-20T23:32:50+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-02-20T23:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=92d26b1f3aaff60c97d902c42af87608095ead15'/>
<id>92d26b1f3aaff60c97d902c42af87608095ead15</id>
<content type='text'>
which is still not in the default build path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which is still not in the default build path.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: more informative errx() messages, use ISO string functions.</title>
<updated>2000-10-23T18:34:16+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2000-10-23T18:34:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=10caa2706fe1652f35986bded22dca32a14685ba'/>
<id>10caa2706fe1652f35986bded22dca32a14685ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC r.1.23: Use ``rm -f'' if -f (Force) was given to pkg_delete</title>
<updated>2000-06-04T16:46:33+00:00</updated>
<author>
<name>Tim Vanderhoek</name>
<email>hoek@FreeBSD.org</email>
</author>
<published>2000-06-04T16:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=59a43a56fed4aa5859c3103ce56da8a0502114a5'/>
<id>59a43a56fed4aa5859c3103ce56da8a0502114a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bogon in previous commit:  pass a string argument to printf(3) to</title>
<updated>2000-01-11T13:40:20+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2000-01-11T13:40:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3c47fb79228ffdb32ee27e5c00f55deb2419da55'/>
<id>3c47fb79228ffdb32ee27e5c00f55deb2419da55</id>
<content type='text'>
satisfy the %s conversion format specifier.

Reported by:		Mark Huizer &lt;freebsd@xaa.iae.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
satisfy the %s conversion format specifier.

Reported by:		Mark Huizer &lt;freebsd@xaa.iae.nl&gt;
</pre>
</div>
</content>
</entry>
</feed>
