<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/lib/Makefile, branch releng/4.9</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<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>MFC: new bsd.lib.mk API.</title>
<updated>2002-07-19T18:46:30+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-07-19T18:46:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3951d2bcfebc0313f1826aedb8d3202371695050'/>
<id>3951d2bcfebc0313f1826aedb8d3202371695050</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: symlinks and other non-regular files handling fixes, packing list format</title>
<updated>2001-10-24T10:06:56+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-24T10:06:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e1690aa6cc085ef8aa210051ff6a3b1b9ea8335c'/>
<id>e1690aa6cc085ef8aa210051ff6a3b1b9ea8335c</id>
<content type='text'>
versioning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
versioning.
</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-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>Make pkg_install understand and use libftpio instead of its own</title>
<updated>1996-06-20T18:33:55+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1996-06-20T18:33:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9ef0b29043a81d821683bc523433255d0166e37'/>
<id>a9ef0b29043a81d821683bc523433255d0166e37</id>
<content type='text'>
copies of the ftp support routines.  Also some cosmetic and minor
bug fixes I've been meaning to incorporate for awhile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
copies of the ftp support routines.  Also some cosmetic and minor
bug fixes I've been meaning to incorporate for awhile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add ftp.c to makefile - that might make it work better.  Sheesh!</title>
<updated>1995-07-31T01:26:58+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1995-07-31T01:26:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=103ccee575f0fb0841dd1ad2d5988122bc40d010'/>
<id>103ccee575f0fb0841dd1ad2d5988122bc40d010</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More changes from John T. Kohl.  Man pages, mostly.</title>
<updated>1994-12-06T01:04:17+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-12-06T01:04:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ad12efc944109b547bd93298229ae9f5a147c6b7'/>
<id>ad12efc944109b547bd93298229ae9f5a147c6b7</id>
<content type='text'>
Submitted by:	jtkohl
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	jtkohl
</pre>
</div>
</content>
</entry>
<entry>
<title>Lots of misc tweaks, support for arbitrary separators in pkg_info, more</title>
<updated>1993-09-03T23:01:17+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1993-09-03T23:01:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c42a23880204e78eba40497fd132a496f73ec7'/>
<id>a9c42a23880204e78eba40497fd132a496f73ec7</id>
<content type='text'>
intelligent name handling in pkg_create.  Most of these files are changed
because of rcsid's being different in my cvs tree and freefall's (foo).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
intelligent name handling in pkg_create.  Most of these files are changed
because of rcsid's being different in my cvs tree and freefall's (foo).
</pre>
</div>
</content>
</entry>
</feed>
