<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install, branch releng/4.9</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>MFS: 4.9-RELEASE should fetch the release packages with pkg_add -r.</title>
<updated>2003-10-27T07:57:32+00:00</updated>
<author>
<name>Murray Stokely</name>
<email>murray@FreeBSD.org</email>
</author>
<published>2003-10-27T07:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c6085d40c17b76abbaa35c8c53f14904021df451'/>
<id>c6085d40c17b76abbaa35c8c53f14904021df451</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev. 1.59:</title>
<updated>2003-09-03T08:23:56+00:00</updated>
<author>
<name>Peter Pentchev</name>
<email>roam@FreeBSD.org</email>
</author>
<published>2003-09-03T08:23:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9584cb7c55e1b6b78ca0f8dd6fd1f651c1c1f67a'/>
<id>9584cb7c55e1b6b78ca0f8dd6fd1f651c1c1f67a</id>
<content type='text'>
Clarify the order of arguments passed to the pre-/post-install script
in the description of the pkg_create -i command-line option.

Approved by:	re (bmah)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clarify the order of arguments passed to the pre-/post-install script
in the description of the pkg_create -i command-line option.

Approved by:	re (bmah)
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Support for pkg_add -C (conflicts) and pkg_info -P (pkg_tools version).</title>
<updated>2003-08-11T01:13:44+00:00</updated>
<author>
<name>Kris Kennaway</name>
<email>kris@FreeBSD.org</email>
</author>
<published>2003-08-11T01:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=71504e9ece4f809274fb5d0c1e25c1ea0ed78313'/>
<id>71504e9ece4f809274fb5d0c1e25c1ea0ed78313</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the version matching regex to take account of local port</title>
<updated>2003-07-22T11:25:22+00:00</updated>
<author>
<name>Paul Richards</name>
<email>paul@FreeBSD.org</email>
</author>
<published>2003-07-22T11:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5de66f2d0ead4a7f7fec6c681250409099b841f9'/>
<id>5de66f2d0ead4a7f7fec6c681250409099b841f9</id>
<content type='text'>
versioning.

PR:		bin/45484
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
versioning.

PR:		bin/45484
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: r1.3: Intialize sign to NULL.</title>
<updated>2003-06-17T04:29:36+00:00</updated>
<author>
<name>Mike Heffner</name>
<email>mikeh@FreeBSD.org</email>
</author>
<published>2003-06-17T04:29:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=371eaf819a6bd3ba0cf1a02aca74c5aeb6097e9c'/>
<id>371eaf819a6bd3ba0cf1a02aca74c5aeb6097e9c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: rev 1.15</title>
<updated>2003-06-09T17:02:31+00:00</updated>
<author>
<name>Mario Sergio Fujikawa Ferreira</name>
<email>lioux@FreeBSD.org</email>
</author>
<published>2003-06-09T17:02:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=542ffa627f117f5d5e201d34d4a2813ee9861373'/>
<id>542ffa627f117f5d5e201d34d4a2813ee9861373</id>
<content type='text'>
"pkg_create incorrectly does not add trailing '\n' when it receives
either COMMENT or DESCR from the command line. When a port is
installed, one gets both +COMMENT and +DESCR files with a trailing
'\n' character. However, +COMMENT does not contain a trailing '\n'
when it is installed from a package due to this behavior of pkg_create.

 Therefore, make sure it behaves exactly the same regardless of
where it got its information; either command line or files. The
modified functions are used by pkg_create."

PR:		52097
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"pkg_create incorrectly does not add trailing '\n' when it receives
either COMMENT or DESCR from the command line. When a port is
installed, one gets both +COMMENT and +DESCR files with a trailing
'\n' character. However, +COMMENT does not contain a trailing '\n'
when it is installed from a package due to this behavior of pkg_create.

 Therefore, make sure it behaves exactly the same regardless of
where it got its information; either command line or files. The
modified functions are used by pkg_create."

PR:		52097
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: rev 1.49</title>
<updated>2003-06-09T17:01:26+00:00</updated>
<author>
<name>Mario Sergio Fujikawa Ferreira</name>
<email>lioux@FreeBSD.org</email>
</author>
<published>2003-06-09T17:01:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=435ece28c2e9310062d18b1aa26c4e4761b6c432'/>
<id>435ece28c2e9310062d18b1aa26c4e4761b6c432</id>
<content type='text'>
"pkg_create incorrectly does not add trailing '\n' when it receives
either COMMENT or DESCR from the command line. When a port is
installed, one gets both +COMMENT and +DESCR files with a trailing
'\n' character. However, +COMMENT does not contain a trailing '\n'
when it is installed from a package due to this behavior of pkg_create.

 Therefore, make sure it behaves exactly the same regardless of
where it got its information; either command line or files. The
modified functions are used by pkg_create."

PR:		52097
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"pkg_create incorrectly does not add trailing '\n' when it receives
either COMMENT or DESCR from the command line. When a port is
installed, one gets both +COMMENT and +DESCR files with a trailing
'\n' character. However, +COMMENT does not contain a trailing '\n'
when it is installed from a package due to this behavior of pkg_create.

 Therefore, make sure it behaves exactly the same regardless of
where it got its information; either command line or files. The
modified functions are used by pkg_create."

PR:		52097
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: rev 1.36. Add a trailing '\n' character if none is found in</title>
<updated>2003-06-09T16:59:43+00:00</updated>
<author>
<name>Mario Sergio Fujikawa Ferreira</name>
<email>lioux@FreeBSD.org</email>
</author>
<published>2003-06-09T16:59:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3d68ebc7947f6d9d2d36cb9065144f92c84f8e7f'/>
<id>3d68ebc7947f6d9d2d36cb9065144f92c84f8e7f</id>
<content type='text'>
the information obtained from a package. Patch show_file() [1] and
show_index() [2] functions.

PR:		52097
Obtained from:	NetBSD [1],
		OpenBSD [2]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
the information obtained from a package. Patch show_file() [1] and
show_index() [2] functions.

PR:		52097
Obtained from:	NetBSD [1],
		OpenBSD [2]
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: (1.38) avoid referencing uninitialized variables.</title>
<updated>2003-02-28T13:58:14+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-02-28T13:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e2ff5307274d44128a98cd5e769ac66caee7f1d0'/>
<id>e2ff5307274d44128a98cd5e769ac66caee7f1d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add proper crypto dependencies for the benefit of those building static</title>
<updated>2003-01-09T12:05:53+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2003-01-09T12:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=fafd327f78205274dee470bff90a74f935512a29'/>
<id>fafd327f78205274dee470bff90a74f935512a29</id>
<content type='text'>
worlds.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
worlds.
</pre>
</div>
</content>
</entry>
</feed>
