<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/usr.sbin/pkg_install/Makefile, branch release/4.6.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Fix a typo ${CURDIR} --&gt; ${.CURDIR}.</title>
<updated>2001-10-03T06:48:04+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-10-03T06:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7370f570ab71ca5b991170af9a227981abec4cba'/>
<id>7370f570ab71ca5b991170af9a227981abec4cba</id>
<content type='text'>
Submitted by:	Dave Chapeskie &lt;bsdport@ddm.wox.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Dave Chapeskie &lt;bsdport@ddm.wox.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC:</title>
<updated>2001-09-18T09:38:39+00:00</updated>
<author>
<name>Maxim Sobolev</name>
<email>sobomax@FreeBSD.org</email>
</author>
<published>2001-09-18T09:38:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=924d551a157acbc13958fecd5f1ece71884d419a'/>
<id>924d551a157acbc13958fecd5f1ece71884d419a</id>
<content type='text'>
- kill blank lines at the end of lib/global.c;
- in the case of checksum mismatch print name of offending file to stderr;
- replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_LOG_DIR)"
  with macro;
- exists(../../crypto) --&gt; exists(${.CURDIR}/../../crypto) in a top-level
  Makefile.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- kill blank lines at the end of lib/global.c;
- in the case of checksum mismatch print name of offending file to stderr;
- replace dozen instances of "(tmp = getenv(PKG_DBDIR) ? tmp : DEF_LOG_DIR)"
  with macro;
- exists(../../crypto) --&gt; exists(${.CURDIR}/../../crypto) in a top-level
  Makefile.
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't build pkg_sign tools if crypto is not installed, or is not</title>
<updated>2001-04-24T08:51:33+00:00</updated>
<author>
<name>Wes Peters</name>
<email>wes@FreeBSD.org</email>
</author>
<published>2001-04-24T08:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=edd07edb2337b87f80deab5b4412abcc2f5bec13'/>
<id>edd07edb2337b87f80deab5b4412abcc2f5bec13</id>
<content type='text'>
being built.

Reviewed by:	kkenn
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
being built.

Reviewed by:	kkenn
</pre>
</div>
</content>
</entry>
<entry>
<title>OK, so the signing stuff IS built by default now, as long as OpenSSL</title>
<updated>2001-03-05T04:33:54+00:00</updated>
<author>
<name>Wes Peters</name>
<email>wes@FreeBSD.org</email>
</author>
<published>2001-03-05T04:33:54+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=1d79387c996793b60619d0ee1dc4c84205f82bca'/>
<id>1d79387c996793b60619d0ee1dc4c84205f82bca</id>
<content type='text'>
is included in the build.

Prodded by: wca
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
is included in the build.

Prodded by: wca
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: various goodness from -current, modulo some of the stuff like "sign"</title>
<updated>2001-02-20T23:32:50+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>2001-02-20T23:32:50+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=92d26b1f3aaff60c97d902c42af87608095ead15'/>
<id>92d26b1f3aaff60c97d902c42af87608095ead15</id>
<content type='text'>
which is still not in the default build path.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
which is still not in the default build path.
</pre>
</div>
</content>
</entry>
<entry>
<title>Welcome pkg_version into the FreeBSD source tree.</title>
<updated>1999-11-26T20:31:58+00:00</updated>
<author>
<name>Bill Fumerola</name>
<email>billf@FreeBSD.org</email>
</author>
<published>1999-11-26T20:31:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=33b668b529841d2407b239a299b7fb227797af3a'/>
<id>33b668b529841d2407b239a299b7fb227797af3a</id>
<content type='text'>
pkg_version (as you may well know) matches the existing packages/ports
installed on your system with the ports INDEX and reports which
ports differ from the current INDEX.

Submitted by:	Bruce A. Mah &lt;CA.Sandia.GOV&gt;
Reviewed by:	ports
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pkg_version (as you may well know) matches the existing packages/ports
installed on your system with the ports INDEX and reports which
ports differ from the current INDEX.

Submitted by:	Bruce A. Mah &lt;CA.Sandia.GOV&gt;
Reviewed by:	ports
</pre>
</div>
</content>
</entry>
<entry>
<title>Delete obsoleted *dist targets.</title>
<updated>1994-09-13T10:20:37+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-09-13T10:20:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e6da2877bd40d604e49c809b3dd3948294052b8d'/>
<id>e6da2877bd40d604e49c809b3dd3948294052b8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cleaning house.</title>
<updated>1994-01-06T08:19:38+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1994-01-06T08:19:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2778d8ded3915b6aac2dc70921f5e6ef5f985a2c'/>
<id>2778d8ded3915b6aac2dc70921f5e6ef5f985a2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added files necessary for automating packing of distributions.</title>
<updated>1993-10-10T20:24:47+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1993-10-10T20:24:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f801ea51ee0d1b1f58ac2ce16d6300ff2d1127e'/>
<id>7f801ea51ee0d1b1f58ac2ce16d6300ff2d1127e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The release version of my package install suite.  Please see man pages</title>
<updated>1993-08-26T01:19:55+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1993-08-26T01:19:55+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6d946b2e52275a56dd775436f4c6b6a4c65915c8'/>
<id>6d946b2e52275a56dd775436f4c6b6a4c65915c8</id>
<content type='text'>
for info.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for info.
</pre>
</div>
</content>
</entry>
</feed>
