<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/pkg_install/add, 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-07T09:15:04Z</updated>
<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>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: 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: 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>
<entry>
<title>Add packages-5.4-release.</title>
<updated>2005-04-03T08:57:08Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2005-04-03T08:57:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ec7fca4fbce4cb53c230227c71633f5e0c484931'/>
<id>urn:sha1:ec7fca4fbce4cb53c230227c71633f5e0c484931</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC: rev 1.61</title>
<updated>2005-03-21T17:41:00Z</updated>
<author>
<name>Joe Marcus Clarke</name>
<email>marcus@FreeBSD.org</email>
</author>
<published>2005-03-21T17:41:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=182c65c10ad124d7bd5cf20b0e110a8053ea7eff'/>
<id>urn:sha1:182c65c10ad124d7bd5cf20b0e110a8053ea7eff</id>
<content type='text'>
Change the PATH for pkg_add to be the same used for pointyhat package builds.
This will give our users and porters a more consistent experience between
installing ports and installing packages.

Approved by:	re (kensmith)
</content>
</entry>
<entry>
<title>Partial MFC of v1.60 I think.  Switch it so 5-stable package fetches</title>
<updated>2004-11-28T19:14:36Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2004-11-28T19:14:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dab8cc04a6a8782b9b395a651c2b3a0b7c369f5a'/>
<id>urn:sha1:dab8cc04a6a8782b9b395a651c2b3a0b7c369f5a</id>
<content type='text'>
look in packages-5-stable instead of packages-5-current.

Requested by:	kris
</content>
</entry>
<entry>
<title>5-current packages should track post 5.3, not post 5.2.</title>
<updated>2004-10-24T09:42:10Z</updated>
<author>
<name>Scott Long</name>
<email>scottl@FreeBSD.org</email>
</author>
<published>2004-10-24T09:42:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8abb022c654e40527490f9f9506693879e1eb964'/>
<id>urn:sha1:8abb022c654e40527490f9f9506693879e1eb964</id>
<content type='text'>
Approved by: re
</content>
</entry>
</feed>
