<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/delete, 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>This commit was manufactured by cvs2svn to create branch 'RELENG_4_6'.</title>
<updated>2002-07-03T13:01:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-07-03T13:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=db0a3b09965d55f9dee7a58fb04e31df42b6ae73'/>
<id>db0a3b09965d55f9dee7a58fb04e31df42b6ae73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The .Nm utility</title>
<updated>2002-06-21T16:42:43+00:00</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>2002-06-21T16:42:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fa3742c11b02e9d779addf5f8987faa2bc6faaba'/>
<id>fa3742c11b02e9d779addf5f8987faa2bc6faaba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: WANSify.</title>
<updated>2001-10-23T09:16:04+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-23T09:16:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a3b714904da44816e08589fcf09056b269af43cf'/>
<id>a3b714904da44816e08589fcf09056b269af43cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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: remove whitespace at EOL.</title>
<updated>2001-07-22T12:41:39+00:00</updated>
<author>
<name>Dima Dorfman</name>
<email>dd@FreeBSD.org</email>
</author>
<published>2001-07-22T12:41:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8432a67785074390b432b40233c9cddbf5913a9a'/>
<id>8432a67785074390b432b40233c9cddbf5913a9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>
</feed>
