<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql73/Makefile, branch release/4.5.0</title>
<subtitle>FreeBSD ports tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'RELEASE_4_5_0'.</title>
<updated>2002-01-29T04:56:35+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2002-01-29T04:56:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b315e20b06b5067b11496cbfb4744f5cf16a9639'/>
<id>b315e20b06b5067b11496cbfb4744f5cf16a9639</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pre-everything needs two colons</title>
<updated>2001-12-12T19:30:35+00:00</updated>
<author>
<name>Ying-Chieh Liao</name>
<email>ijliao@FreeBSD.org</email>
</author>
<published>2001-12-12T19:30:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=48b5404008243a4d9541467963f6f41754169363'/>
<id>48b5404008243a4d9541467963f6f41754169363</id>
<content type='text'>
PR:		32755
Submitted by:	Palle Girgensohn &lt;girgen@partitur.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		32755
Submitted by:	Palle Girgensohn &lt;girgen@partitur.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>retire problematic MASTER_SITES.</title>
<updated>2001-09-24T22:54:42+00:00</updated>
<author>
<name>FUJISHIMA Satsuki</name>
<email>sf@FreeBSD.org</email>
</author>
<published>2001-09-24T22:54:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=468686bf37f9833046c786bed3115715483e450f'/>
<id>468686bf37f9833046c786bed3115715483e450f</id>
<content type='text'>
PR:		30805
Submitted by:	maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		30805
Submitted by:	maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the PostgreSQL port to 7.1.3.</title>
<updated>2001-08-21T04:31:39+00:00</updated>
<author>
<name>Clive Lin</name>
<email>clive@FreeBSD.org</email>
</author>
<published>2001-08-21T04:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=5c871f48450e5b1e6f6c0739813f8d7208795dcb'/>
<id>5c871f48450e5b1e6f6c0739813f8d7208795dcb</id>
<content type='text'>
A note about how to install languages into a PostgreSQL database is added.

PR: ports/29916
Submitted by: Palle Girgensohn &lt;girgen@partitur.se&gt; (MAINTAINER)
              Michal Pasternak &lt;doc@lublin.t1.pl&gt; (the note)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A note about how to install languages into a PostgreSQL database is added.

PR: ports/29916
Submitted by: Palle Girgensohn &lt;girgen@partitur.se&gt; (MAINTAINER)
              Michal Pasternak &lt;doc@lublin.t1.pl&gt; (the note)
</pre>
</div>
</content>
</entry>
<entry>
<title>Work around the way in which the package building cluster validates</title>
<updated>2001-07-27T11:56:39+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>2001-07-27T11:56:39+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=3980028e05bdad1199054cb9ad76d49c1ad9e364'/>
<id>3980028e05bdad1199054cb9ad76d49c1ad9e364</id>
<content type='text'>
ports by defining LIB_DEPENDS for the BATCH defaults in the Makefile.
The dynamic determination of LIB_DEPENDS in configure.postgresql
remains in place for the !BATCH case and is unaffected by this.

Remove trailing whitespace and an extraneous LDCONFIG_DIRS.

Submitted by:	maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ports by defining LIB_DEPENDS for the BATCH defaults in the Makefile.
The dynamic determination of LIB_DEPENDS in configure.postgresql
remains in place for the !BATCH case and is unaffected by this.

Remove trailing whitespace and an extraneous LDCONFIG_DIRS.

Submitted by:	maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>The configure script *must* run pre-fetch, since the dependencies are</title>
<updated>2001-06-13T03:16:57+00:00</updated>
<author>
<name>Akinori MUSHA</name>
<email>knu@FreeBSD.org</email>
</author>
<published>2001-06-13T03:16:57+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=2d50ab98aa9fed5154e47ecf80f4b62373da731e'/>
<id>2d50ab98aa9fed5154e47ecf80f4b62373da731e</id>
<content type='text'>
checked in the fetch target. Before the patch below, make install will
fail to depend on Tcl/Tk, for instance.

Synchronize the batch and default interactive selections for optional
parts of the port.

PR:		ports/27949
Submitted by:	Palle Girgensohn &lt;girgen@partitur.se&gt; (MAINTAINER)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
checked in the fetch target. Before the patch below, make install will
fail to depend on Tcl/Tk, for instance.

Synchronize the batch and default interactive selections for optional
parts of the port.

PR:		ports/27949
Submitted by:	Palle Girgensohn &lt;girgen@partitur.se&gt; (MAINTAINER)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add character sets to the server</title>
<updated>2001-06-04T11:52:52+00:00</updated>
<author>
<name>James E. Housley</name>
<email>jeh@FreeBSD.org</email>
</author>
<published>2001-06-04T11:52:52+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=80c544e830a768ff21d8436d747da84e96e4fb25'/>
<id>80c544e830a768ff21d8436d747da84e96e4fb25</id>
<content type='text'>
PR:		27846
Submitted by:	Palle Girgensohn &lt;girgen@partitur.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		27846
Submitted by:	Palle Girgensohn &lt;girgen@partitur.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use proper POSIX syntax for `chown'.</title>
<updated>2001-06-01T06:05:18+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2001-06-01T06:05:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=90eb686abd90a105ace72b3e120053c4157a0cd4'/>
<id>90eb686abd90a105ace72b3e120053c4157a0cd4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add Japanese mirror to MASTER_SITES.</title>
<updated>2001-05-27T14:31:05+00:00</updated>
<author>
<name>FUJISHIMA Satsuki</name>
<email>sf@FreeBSD.org</email>
</author>
<published>2001-05-27T14:31:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=b0cfe74d9c8d2490043bc395bc77a6d67bbc3919'/>
<id>b0cfe74d9c8d2490043bc395bc77a6d67bbc3919</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade to 7.1.2</title>
<updated>2001-05-27T12:10:49+00:00</updated>
<author>
<name>Ying-Chieh Liao</name>
<email>ijliao@FreeBSD.org</email>
</author>
<published>2001-05-27T12:10:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=bcb99491a7498814f9f23fb5f34467667d709c74'/>
<id>bcb99491a7498814f9f23fb5f34467667d709c74</id>
<content type='text'>
PR:		27676
Submitted by:	maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		27676
Submitted by:	maintainer
</pre>
</div>
</content>
</entry>
</feed>
