<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.sbin/pkg_install, branch release/8.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F8.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2013-03-11T07:10:15Z</updated>
<entry>
<title>Add the packages directory that will be used for the upcoming</title>
<updated>2013-03-11T07:10:15Z</updated>
<author>
<name>Josh Paetzel</name>
<email>jpaetzel@FreeBSD.org</email>
</author>
<published>2013-03-11T07:10:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=614598e283de00b8d4b8311b5f06fb629e219efb'/>
<id>urn:sha1:614598e283de00b8d4b8311b5f06fb629e219efb</id>
<content type='text'>
8.4 release

Approved by:	re (implicit)
</content>
</entry>
<entry>
<title>MFC r241976: Add the release package directory for 9.1-RELEASE.</title>
<updated>2012-10-24T02:07:02Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2012-10-24T02:07:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=12a2d6306ce1d684f7d26e20794163a963dfbdda'/>
<id>urn:sha1:12a2d6306ce1d684f7d26e20794163a963dfbdda</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r240682</title>
<updated>2012-10-02T17:05:20Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-10-02T17:05:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ecaa422bba0e6789efa80d49dba5eda9f4595427'/>
<id>urn:sha1:ecaa422bba0e6789efa80d49dba5eda9f4595427</id>
<content type='text'>
if a file in plist starts with / then do not prefix it with "prefix" [1]
pkg info -g returns 1 if a file mismatch [2]
flush stdout in pkg info -g [3]
clean up quiet mode (-q | --quiet) output of pkg_version(1) [4]
fix missing error call in uname check added to pkg_version(1) [5]
fix pkg_add(1) fails to install with -C from bad path [6]
only resolve path from pkg_add(1) -p if the given prefix do not start with a '/' [7]

PR:		bin/13128 [1]
		bin/139015 [2]
		bin/113702 [3]
		bin/142570 [4]
		bin/146857 [5]
		bin/157543 [6]
Submitted by:	cy [1]
		Anton Yuzhaninov &lt;citrin@citrin.ru&gt; [2]
		Ighighi &lt;ighighi@gmail.com&gt; [3]
		"N.J. Mann" &lt;njm@njm.me.uk&gt; [4]
		gcooper [5]
		David Naylor &lt;naylor.b.david@gmail.com&gt; [6]
		netchild [7]
</content>
</entry>
<entry>
<title>MFC: r236213, r236333, r236336, r240476</title>
<updated>2012-09-18T20:20:29Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-09-18T20:20:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8342d16dc335c47bcbe5d21216ac54a1a21c4979'/>
<id>urn:sha1:8342d16dc335c47bcbe5d21216ac54a1a21c4979</id>
<content type='text'>
- Let pkg_add use the ENV variable PACKAGESUFFIX
- Make sure that each va_start has one and only one matching va_end
- Do not change owner, group, or mode when package database directory and
its contents are created with pkg_add(1).  It may happen when the packing
list contains @owner, @group, or @mode.
</content>
</entry>
<entry>
<title>RFC: 235276</title>
<updated>2012-06-02T16:16:45Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-06-02T16:16:45Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=70da110de5a1987405a93b510e2f1e62d31eae6c'/>
<id>urn:sha1:70da110de5a1987405a93b510e2f1e62d31eae6c</id>
<content type='text'>
- Print package name in case an empty pkgdep line is found.

PR:		bin/164378
Submitted by:	Yuri &lt;yuri AT tsoft.com&gt; and many others
Approved by:	des (mentor)
</content>
</entry>
<entry>
<title>MFC: r201226, r202844, r206043, r206132, r206133, r212029, r225610, r226708,</title>
<updated>2012-05-21T13:05:41Z</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2012-05-21T13:05:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=4acfbbce6266f2a85c97be13124ff1ea7354f9a4'/>
<id>urn:sha1:4acfbbce6266f2a85c97be13124ff1ea7354f9a4</id>
<content type='text'>
r228670

- Add support for UPDATING remote fetching.
- Reorganize EXAMPLES section in pkg_updating(1).
- Style fixes.
- Replace hardcoded INDEX version. [1]
- Fix a buffer overlap. [2]
- Remove empty package when fetching fails and -K is used. [3]
- Remove useless chmod2() after mkdtemp(3). [4]
- Replace mkdir(1) call with mkdir(2). [5]
- Get rid of some vsystem() calls.
- Switch from lstat(2) to open(2) in fexists().
- Try rename(2) in move_file() first.
- Fix pkg_delete, check if the file we're trying to delete is a
symlink before complaining that it doesn't exist. Typical case
would be a leftover library symlink that's left over after the
actual library has been removed.
- Print the package name on deletion errors.
- Staticify elide_root()
- In usr.sbin/pkg_install/updating/main.c, use the size of the destination
buffer as size argument to strlcpy(), not the length of the source

PR:		bin/145101 [1], bin/139492 [2], bin/144919 [3]
		bin/144920 [4], bin/144921 [5]
Submitted by:	gcooper [1,2,3,4,5]
Approved by:	des (mentor)
</content>
</entry>
<entry>
<title>MFC r235211:</title>
<updated>2012-05-18T00:02:11Z</updated>
<author>
<name>Glen Barber</name>
<email>gjb@FreeBSD.org</email>
</author>
<published>2012-05-18T00:02:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=cbe041249759f6ac85440f48b229325e038539cf'/>
<id>urn:sha1:cbe041249759f6ac85440f48b229325e038539cf</id>
<content type='text'>
General mdoc(7) and typo fixes.

PR:		167696
</content>
</entry>
<entry>
<title>MFC r225610: Print the package name on deletion errors.</title>
<updated>2012-04-04T13:22:10Z</updated>
<author>
<name>Sergey Kandaurov</name>
<email>pluknet@FreeBSD.org</email>
</author>
<published>2012-04-04T13:22:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6ced2b49f6b0f37341bc29fa8ca8967666c1243d'/>
<id>urn:sha1:6ced2b49f6b0f37341bc29fa8ca8967666c1243d</id>
<content type='text'>
PR:		bin/160516
Approved by:	portmgr (pav)
Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>MFC r231300, r231328:</title>
<updated>2012-03-29T23:58:16Z</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2012-03-29T23:58:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a7ad8166b25aa8f856e28fbb0ff9551629f17595'/>
<id>urn:sha1:a7ad8166b25aa8f856e28fbb0ff9551629f17595</id>
<content type='text'>
	Permit the use of relative paths for the prefix argument.
	Remove an unnecessary cwd from created plists when -p is specified

Approved by:	cperciva (implicit)
</content>
</entry>
<entry>
<title>Merge r229304,r229748,r229751,r232436</title>
<updated>2012-03-03T05:46:24Z</updated>
<author>
<name>Ken Smith</name>
<email>kensmith@FreeBSD.org</email>
</author>
<published>2012-03-03T05:46:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7c4bfeffafd467cc12a3b257f1e0813f43b2e4f3'/>
<id>urn:sha1:7c4bfeffafd467cc12a3b257f1e0813f43b2e4f3</id>
<content type='text'>
Catch up to head and stable/9 for what combination of __FreeBSD_version
values map to package directories.

Approved by:	re (implicit)
</content>
</entry>
</feed>
