<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/postgresql74-server/pkg-plist, branch release/4.3.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_3_0'.</title>
<updated>2001-04-18T21:37:32+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2001-04-18T21:37:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=01a9f79f0a3692d8148990805beabc8593d3596d'/>
<id>01a9f79f0a3692d8148990805beabc8593d3596d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ldconfig PostgreSQL's lib should happen before starting *ANY* ports.</title>
<updated>2001-03-15T19:26:26+00:00</updated>
<author>
<name>Clive Lin</name>
<email>clive@FreeBSD.org</email>
</author>
<published>2001-03-15T19:26:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=cf193c59d969cb5576f1f1eb7332b0839a051e73'/>
<id>cf193c59d969cb5576f1f1eb7332b0839a051e73</id>
<content type='text'>
This would cure headache like apache module linking against libpq
fail to work after rebooting.

Originally, maintainer and I want this commit to go with the
PostgreSQL updating. But we both think that the latest PostgreSQL
would not be released before FreeBSD 4.3-RELEASE ports freeze.

As a conclusion, PORTREVISION bumped.

Discussed with/Submitted by: MAINTAINER
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This would cure headache like apache module linking against libpq
fail to work after rebooting.

Originally, maintainer and I want this commit to go with the
PostgreSQL updating. But we both think that the latest PostgreSQL
would not be released before FreeBSD 4.3-RELEASE ports freeze.

As a conclusion, PORTREVISION bumped.

Discussed with/Submitted by: MAINTAINER
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix problems when installing postgresql7 with pkg_add:</title>
<updated>2001-03-15T07:23:08+00:00</updated>
<author>
<name>Clive Lin</name>
<email>clive@FreeBSD.org</email>
</author>
<published>2001-03-15T07:23:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=429d8d4a8862eebc560d47df2314cf48c25f1ac6'/>
<id>429d8d4a8862eebc560d47df2314cf48c25f1ac6</id>
<content type='text'>
- pkg-install used wrong uid#
- chown lib dir *after* it is created
- pkg-install created data dir where Makefile didn't
- add pkg-deinstall and remove user &amp; group
- don't chown data dir, since we don't create it anymore
- spell and documentation fixes in the rc.d script

PR: ports/25817
Submitted by: MAINTAINER
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- pkg-install used wrong uid#
- chown lib dir *after* it is created
- pkg-install created data dir where Makefile didn't
- add pkg-deinstall and remove user &amp; group
- don't chown data dir, since we don't create it anymore
- spell and documentation fixes in the rc.d script

PR: ports/25817
Submitted by: MAINTAINER
</pre>
</div>
</content>
</entry>
<entry>
<title>Treat pgsql's .profile as data: it could have been customized to change the</title>
<updated>2001-02-22T21:06:03+00:00</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2001-02-22T21:06:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=fa2d0e0a64c362a79d2a1b9d85e53b34a8dac64a'/>
<id>fa2d0e0a64c362a79d2a1b9d85e53b34a8dac64a</id>
<content type='text'>
default database location.

Approved by:	maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
default database location.

Approved by:	maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the port more "package friendly".</title>
<updated>2001-02-20T21:45:15+00:00</updated>
<author>
<name>Jimmy Olgeni</name>
<email>olgeni@FreeBSD.org</email>
</author>
<published>2001-02-20T21:45:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=84c5d89a6e04c74aed576d28802154f967b6a162'/>
<id>84c5d89a6e04c74aed576d28802154f967b6a162</id>
<content type='text'>
Do not call initdb from Makefile's post-install. Users are required to
manually run initdb, maybe after configuring their preferred database
location in pgsql's user .profile. pkg_add used to simply replace some
existing data files.

Add pkg-message to tell the user about initdb.

Remove 2 empty directories from pkg-plist (pgsql/include/port/freebsd,
pgsql/include/port), since they are not included in "make package" anyway
and cause pkg_deinstall to complain about the plist.

Remove all pgsql/data contents from pkg-plist, so "make deinstall" and
pkg_delete won't clobber existing databases. Minor version upgrades can now be
performed by means of pkg_delete and "make install", without using pg_dump.

Chown %D/pgsql/lib to root:wheel to satisfy ldconfig's recent security
requirements.

Change @dirrm of pgsql to "@unexec rmdir": pkg_deinstall won't complain if
data still exists in that directory at deinstall time.

Approved by:	maintainer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Do not call initdb from Makefile's post-install. Users are required to
manually run initdb, maybe after configuring their preferred database
location in pgsql's user .profile. pkg_add used to simply replace some
existing data files.

Add pkg-message to tell the user about initdb.

Remove 2 empty directories from pkg-plist (pgsql/include/port/freebsd,
pgsql/include/port), since they are not included in "make package" anyway
and cause pkg_deinstall to complain about the plist.

Remove all pgsql/data contents from pkg-plist, so "make deinstall" and
pkg_delete won't clobber existing databases. Minor version upgrades can now be
performed by means of pkg_delete and "make install", without using pg_dump.

Chown %D/pgsql/lib to root:wheel to satisfy ldconfig's recent security
requirements.

Change @dirrm of pgsql to "@unexec rmdir": pkg_deinstall won't complain if
data still exists in that directory at deinstall time.

Approved by:	maintainer
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to 7.0.2.</title>
<updated>2000-06-20T05:08:07+00:00</updated>
<author>
<name>Akinori MUSHA</name>
<email>knu@FreeBSD.org</email>
</author>
<published>2000-06-20T05:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=7145c7d0d1f07cb4b8a01045b9dc89e1ef7e3060'/>
<id>7145c7d0d1f07cb4b8a01045b9dc89e1ef7e3060</id>
<content type='text'>
Fix NOPORTDOCS support.

Fix PLIST in many respects, especially for pgacess.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix NOPORTDOCS support.

Fix PLIST in many respects, especially for pgacess.
</pre>
</div>
</content>
</entry>
<entry>
<title>upgrade postgresql to v 7.0 release</title>
<updated>2000-05-24T14:11:19+00:00</updated>
<author>
<name>Andreas Klemm</name>
<email>andreas@FreeBSD.org</email>
</author>
<published>2000-05-24T14:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=af0564d8098f5c0b1f1e45bc6fd9063da861aec2'/>
<id>af0564d8098f5c0b1f1e45bc6fd9063da861aec2</id>
<content type='text'>
thanks for complete diffs ;-)
closed PR

PR:	18699
Obtained from:	Palle Girgensohn &lt;girgen@partitur.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
thanks for complete diffs ;-)
closed PR

PR:	18699
Obtained from:	Palle Girgensohn &lt;girgen@partitur.se&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to postgresql 7 beta 5</title>
<updated>2000-04-17T20:56:06+00:00</updated>
<author>
<name>Andreas Klemm</name>
<email>andreas@FreeBSD.org</email>
</author>
<published>2000-04-17T20:56:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=358c2408d65f777f5e7fa3926cc056e3416dc9c2'/>
<id>358c2408d65f777f5e7fa3926cc056e3416dc9c2</id>
<content type='text'>
closes PR

PR:		17736
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes PR

PR:		17736
</pre>
</div>
</content>
</entry>
<entry>
<title>Close PR</title>
<updated>2000-04-16T18:43:19+00:00</updated>
<author>
<name>Andreas Klemm</name>
<email>andreas@FreeBSD.org</email>
</author>
<published>2000-04-16T18:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d6eb50cc40c5ee1cc38881ad370f1ff6dd286e78'/>
<id>d6eb50cc40c5ee1cc38881ad370f1ff6dd286e78</id>
<content type='text'>
Postgresql port now can be packaged.
User and group will be created automatically

PR:		17744
Submitted by:	Adrian Filipi-Martin &lt;adrian@ubergeeks.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Postgresql port now can be packaged.
User and group will be created automatically

PR:		17744
Submitted by:	Adrian Filipi-Martin &lt;adrian@ubergeeks.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update to version 6.5.2.</title>
<updated>1999-10-10T22:06:35+00:00</updated>
<author>
<name>Chris Piazza</name>
<email>cpiazza@FreeBSD.org</email>
</author>
<published>1999-10-10T22:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/ports/commit/?id=d72365ae81c0096bb3f7c2c40b46131ae3e1c565'/>
<id>d72365ae81c0096bb3f7c2c40b46131ae3e1c565</id>
<content type='text'>
and..

&lt;quote&gt;
This is a really small fix:
 - When compiling postgresql-jdbc, the compilation process presents a
bad path to the installed jar-file.
&lt;/quote&gt;

PR:             13838
PR:		13865
Submitted by:   Palle Girgensohn &lt;girgen@partitur.se&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and..

&lt;quote&gt;
This is a really small fix:
 - When compiling postgresql-jdbc, the compilation process presents a
bad path to the installed jar-file.
&lt;/quote&gt;

PR:             13838
PR:		13865
Submitted by:   Palle Girgensohn &lt;girgen@partitur.se&gt;
</pre>
</div>
</content>
</entry>
</feed>
