<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/lib/Makefile, branch release/6.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>For variables that are only checked with defined(), don't provide</title>
<updated>2004-10-24T15:33:08+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-10-24T15:33:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a35d88931c87cfe6bd38f01d7bad22140b3b38f3'/>
<id>a35d88931c87cfe6bd38f01d7bad22140b3b38f3</id>
<content type='text'>
any fake value.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
any fake value.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't put DEBUG to CFLAGS, we have the standard DEBUG_FLAGS for this.</title>
<updated>2004-08-12T20:06:01+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2004-08-12T20:06:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7d5cc1cf59822cfa7dc99781e6c84609da403e17'/>
<id>7d5cc1cf59822cfa7dc99781e6c84609da403e17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Downgrade WARNS level to more tolerable value. Attempt to fix</title>
<updated>2004-07-28T07:19:15+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2004-07-28T07:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=617e8b416db0c5fa7c344d632320d80164f6c165'/>
<id>617e8b416db0c5fa7c344d632320d80164f6c165</id>
<content type='text'>
casts as lvalue usage whenever possible.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
casts as lvalue usage whenever possible.
</pre>
</div>
</content>
</entry>
<entry>
<title>- pkg_add spawns itself as argv[0]  when installing dependent packages, to</title>
<updated>2004-06-29T19:06:42+00:00</updated>
<author>
<name>Oliver Eikemeier</name>
<email>eik@FreeBSD.org</email>
</author>
<published>2004-06-29T19:06:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b9ba84598dd8244e0e1b884bffe0fb289ada9701'/>
<id>b9ba84598dd8244e0e1b884bffe0fb289ada9701</id>
<content type='text'>
  enable the use as a port on older systems

- use absolute paths in all calls to external programs, to account for strange
  PATH settings

- use INDEX or INDEX-5 depending on FreeBSD version, to enable the use on
  FreeBSD 4.x as a port.

- conditionalize all 4.x/5.x differences on __FreeBSD_version, so that the
  pkg_install tools can be kept in sync on 4.x and 5.x

- Bump PKG_INSTALL_VERSION

Reviewed by:	portmgr (bento run)
MFC after:	4 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  enable the use as a port on older systems

- use absolute paths in all calls to external programs, to account for strange
  PATH settings

- use INDEX or INDEX-5 depending on FreeBSD version, to enable the use on
  FreeBSD 4.x as a port.

- conditionalize all 4.x/5.x differences on __FreeBSD_version, so that the
  pkg_install tools can be kept in sync on 4.x and 5.x

- Bump PKG_INSTALL_VERSION

Reviewed by:	portmgr (bento run)
MFC after:	4 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Break fileGetURL() out into its own file so that pkg_install/lib consumers</title>
<updated>2002-11-06T08:57:03+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-11-06T08:57:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d920cd78f473241c6858a1abd9937b6ee0114712'/>
<id>d920cd78f473241c6858a1abd9937b6ee0114712</id>
<content type='text'>
pkg_{create,delete} don't need to needlessly link with libfetch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pkg_{create,delete} don't need to needlessly link with libfetch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Sigh, finally activate pkgwrap.c.</title>
<updated>2002-09-09T22:59:06+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2002-09-09T22:59:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=747b731a5fd0d179d7164777586b45ffd2c1f64c'/>
<id>747b731a5fd0d179d7164777586b45ffd2c1f64c</id>
<content type='text'>
Big pointy hat to:	sobomax (who apparently needs some sleep)
Submitted by:		walt &lt;wa1ter@hotmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Big pointy hat to:	sobomax (who apparently needs some sleep)
Submitted by:		walt &lt;wa1ter@hotmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark all internal libraries with INTERNALLIB.</title>
<updated>2002-05-13T11:24:03+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2002-05-13T11:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=423e9124d93b45cff0edd3a61cba89f5efe3e0b4'/>
<id>423e9124d93b45cff0edd3a61cba89f5efe3e0b4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Introduce a notion of `packing list format version'. This allows making</title>
<updated>2001-10-10T08:21:41+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-10T08:21:41+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f3fa78b0b5918dc84a408b1b217d81b27db2b896'/>
<id>f3fa78b0b5918dc84a408b1b217d81b27db2b896</id>
<content type='text'>
  non-backward compatible changes in the format of packing list and handle
  them gracefully;
- fix a longstanding issue with symlinks handling. Instead of recording
  checksum for the file symlink points to, record checksum for the value
  returned by readlink(2). For backward compatibility increase packing list
  format minor version number and provide a fallback to a previous behaviour,
  if package in question was created with older version of pkg_* tools;

Submitted by:	Alec Wolman &lt;wolman@cs.washington.edu&gt;, sobomax

- don't record MD5 checksum for device nodes, fifo's and other non-regular
  files.

Submitted by:	nbm
MFC in:		2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  non-backward compatible changes in the format of packing list and handle
  them gracefully;
- fix a longstanding issue with symlinks handling. Instead of recording
  checksum for the file symlink points to, record checksum for the value
  returned by readlink(2). For backward compatibility increase packing list
  format minor version number and provide a fallback to a previous behaviour,
  if package in question was created with older version of pkg_* tools;

Submitted by:	Alec Wolman &lt;wolman@cs.washington.edu&gt;, sobomax

- don't record MD5 checksum for device nodes, fifo's and other non-regular
  files.

Submitted by:	nbm
MFC in:		2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>WARNS=2 cleanup.</title>
<updated>2001-10-10T06:58:42+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-10T06:58:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d100deb8cc0b79e72f19dfe82f8ea3ddd1278f88'/>
<id>d100deb8cc0b79e72f19dfe82f8ea3ddd1278f88</id>
<content type='text'>
Tested on:	i386, alpha
MFC after:	2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tested on:	i386, alpha
MFC after:	2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Perform a major cleanup of the usr.sbin Makefiles.</title>
<updated>2001-07-20T06:20:32+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-07-20T06:20:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=90e655ea4e3750a48b8b350adb823f0ace818f21'/>
<id>90e655ea4e3750a48b8b350adb823f0ace818f21</id>
<content type='text'>
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are not perfectly in agreement with each other style-wise, but they
are orders of orders of magnitude more consistent style-wise than before.
</pre>
</div>
</content>
</entry>
</feed>
