<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/pkg_install, branch stable/5</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F5'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-02-14T09:37:15Z</updated>
<entry>
<title>MFC 1.41:</title>
<updated>2007-02-14T09:37:15Z</updated>
<author>
<name>Pav Lucistnik</name>
<email>pav@FreeBSD.org</email>
</author>
<published>2007-02-14T09:37:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c7dfc1f05537e6466ac7a4c7a564bda9daef3fa8'/>
<id>urn:sha1:c7dfc1f05537e6466ac7a4c7a564bda9daef3fa8</id>
<content type='text'>
  Fix a bug in 1.40 - it missed three occurences in pkg_info which leads to
  (null)/file output.
</content>
</entry>
<entry>
<title>MFC: rev 1.71/1.72</title>
<updated>2007-02-07T09:15:04Z</updated>
<author>
<name>Ade Lovett</name>
<email>ade@FreeBSD.org</email>
</author>
<published>2007-02-07T09:15:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7d76d3ca6fc88c5a1387c7c7eec85091d0a85111'/>
<id>urn:sha1:7d76d3ca6fc88c5a1387c7c7eec85091d0a85111</id>
<content type='text'>
Remove hard-coded limit (200) on maximum number of packages that can be
added with a single invocation of pkg_add, replacing it with something
rather more dynamic.
</content>
</entry>
<entry>
<title>MFC: perform.c: 1.16</title>
<updated>2006-08-17T08:06:11Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2006-08-17T08:06:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8b54d7dc7652eac865b61979b4dda9d0d376ef5e'/>
<id>urn:sha1:8b54d7dc7652eac865b61979b4dda9d0d376ef5e</id>
<content type='text'>
  date: 2006/08/12 18:32:51;  author: krion;  state: Exp;  lines: +1 -1
  Fix "pkg_version -Io" coredump, if some packages have no origin at all

  PR:             bin/101932
  Submitted by:   novel, sat
</content>
</entry>
<entry>
<title>Add packages-5.5-release.</title>
<updated>2006-05-12T15:51:55Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2006-05-12T15:51:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=92ef618c036fb2000ae1a9add77185d682a2e1bc'/>
<id>urn:sha1:92ef618c036fb2000ae1a9add77185d682a2e1bc</id>
<content type='text'>
Approved by:	re (implicit)
</content>
</entry>
<entry>
<title>MFC: perform.c: 1.15</title>
<updated>2006-02-22T16:28:42Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2006-02-22T16:28:42Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=2244a7dc577e34523f706a3f15c224c836628ccf'/>
<id>urn:sha1:2244a7dc577e34523f706a3f15c224c836628ccf</id>
<content type='text'>
  date: 2006/02/12 16:09:33;  author: krion;  state: Exp;  lines: +5 -4
  Fix pkg_version with the -o argument to print the origin.

Approved by:	re (scottl)
</content>
</entry>
<entry>
<title>MFC: pkg_add.1:1.70</title>
<updated>2006-01-31T18:33:59Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2006-01-31T18:33:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=00266f94f85c730a05fbdfd89bb99c97dc21dc95'/>
<id>urn:sha1:00266f94f85c730a05fbdfd89bb99c97dc21dc95</id>
<content type='text'>
  date: 2006/01/29 20:30:55;  author: krion;  state: Exp;  lines: +1 -1
  Fix typo.
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2006-01-16T19:51:41Z</updated>
<author>
<name>Florent Thoumie</name>
<email>flz@FreeBSD.org</email>
</author>
<published>2006-01-16T19:51:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=039e1f239e28e0aeace854989500a99e2209c8ae'/>
<id>urn:sha1:039e1f239e28e0aeace854989500a99e2209c8ae</id>
<content type='text'>
  Add -K option to pkg_add and pkg_info.
  This option saves packages to PKGDIR (if defined or current directory by default)
  as they are downloaded.
  Silent a warning when -n is used and package has a +DISPLAY file.

      src/usr.sbin/pkg_install/info/perform.c: rev 1.53 -&gt; 1.54
      src/usr.sbin/pkg_install/add/main.c: rev 1.65 -&gt; 1.66
      src/usr.sbin/pkg_install/lib/lib.h: rev 1.56 -&gt; 1.57
      src/usr.sbin/pkg_install/info/pkg_info.1: rev 1.55 -&gt; 1.56
      src/usr.sbin/pkg_install/add/add.h: rev 1.12 -&gt; 1.13
      src/usr.sbin/pkg_install/add/pkg_add.1: rev 1.68 -&gt; 1.69
      src/usr.sbin/pkg_install/add/perform.c: rev 1.78 -&gt; 1.79
      src/usr.sbin/pkg_install/info/info.h: rev 1.28 -&gt; 1.29
      src/usr.sbin/pkg_install/lib/url.c: rev 1.4 -&gt; 1.5
      src/usr.sbin/pkg_install/info/main.c: rev 1.48 -&gt; 1.49
</content>
</entry>
<entry>
<title>MFC: add/extract.c:1.44 create/perform.c:1.82 create/pkg_create.1:1.70 create/pl.c:1.28</title>
<updated>2006-01-10T22:17:08Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2006-01-10T22:17:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1ad49bd592a62f0a43af8a6617e2a2465043e06f'/>
<id>urn:sha1:1ad49bd592a62f0a43af8a6617e2a2465043e06f</id>
<content type='text'>
     info/show.c:1.40 lib/plist.c:1.51

  date: 2006/01/07 22:10:57;  author: krion;  state: Exp;  lines: +10 -3
  When using @cwd %%FOO%%, we must ensure to return in the original
  prefix later, but doing so with @cwd %%OLDPREFIX%% (having
  PLIST_SUB+="OLDPREFIX=${PREFIX}") hardcodes the value in the packing
  list. That's not really a problem when dealing with ports but that's
  a problem with packages since pkg_add -p option only overrides the
  first @cwd occurrence.

  This patch allow us to use @cwd without any argument. If no
  directory argument is given, it will set current working directory
  to the first prefix given by the @cwd command.

  PR:             bin/77212
  Submitted by:   flz
</content>
</entry>
<entry>
<title>MFC: pkg_info.1:1.55</title>
<updated>2005-11-26T20:58:43Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2005-11-26T20:58:43Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7ca96b01ac3a9d037cc1f1e3a329f290f31c89c9'/>
<id>urn:sha1:7ca96b01ac3a9d037cc1f1e3a329f290f31c89c9</id>
<content type='text'>
  date: 2005/11/23 10:31:59;  author: krion;  state: Exp;  lines: +4 -1
  Document PKG_PATH enviroment variable.

  Prodded by:     Mark Andrews &lt;Mark_Andrews AT isc DOT org&gt;
</content>
</entry>
<entry>
<title>MFC: add.h:1.12, main.c:1.65, perform.c:1.78, pkg_add.1:1.67</title>
<updated>2005-11-17T18:08:58Z</updated>
<author>
<name>Kirill Ponomarev</name>
<email>krion@FreeBSD.org</email>
</author>
<published>2005-11-17T18:08:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4ea7ddb0030923596f1222e3fe543288ecbea3d'/>
<id>urn:sha1:a4ea7ddb0030923596f1222e3fe543288ecbea3d</id>
<content type='text'>
  date: 2005/11/12 11:45:01;  author: krion;  state: Exp;  lines: +9 -2
  Add -P flag, it does the same as the -p option, except that the
  given prefix is also used recursively for the dependency packages,
  if any.  If the -P flag appears after any -p flag on the
  command line, it overrides it's effect, causing pkg_add to use the
  given prefix recursively.

  PR:             bin/75742
  Submitted by:   Frerich Raabe &lt;raabe AT kde DOT org&gt;
</content>
</entry>
</feed>
