<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/postgresql.git/contrib/fulltextindex/Makefile, branch master</title>
<subtitle>git.postgresql.org: git/postgresql.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/'/>
<entry>
<title>Remove contrib modules that have been migrated to pgfoundry: adddepend,</title>
<updated>2006-09-05T17:20:29+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2006-09-05T17:20:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=af7d257e21aae3d75c46977482309b658b3a29d7'/>
<id>af7d257e21aae3d75c46977482309b658b3a29d7</id>
<content type='text'>
dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface,
tips.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dbase, dbmirror, fulltextindex, mac, userlock; or abandoned: mSQL-interface,
tips.
</pre>
</div>
</content>
</entry>
<entry>
<title>PGXS should be set with := not =, as specified in the documentation,</title>
<updated>2005-09-27T17:13:14+00:00</updated>
<author>
<name>Tom Lane</name>
<email>tgl@sss.pgh.pa.us</email>
</author>
<published>2005-09-27T17:13:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=0b36cb83dc53b2455ae4a5d6d10587ad0a3c53fa'/>
<id>0b36cb83dc53b2455ae4a5d6d10587ad0a3c53fa</id>
<content type='text'>
to avoid useless multiple executions of pg_config.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to avoid useless multiple executions of pg_config.
</pre>
</div>
</content>
</entry>
<entry>
<title>&gt; Please find enclose a submission to fix these problems.</title>
<updated>2004-08-20T20:13:10+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2004-08-20T20:13:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=ee85595d467ef6fad3afb0554b27e6ee9f061318'/>
<id>ee85595d467ef6fad3afb0554b27e6ee9f061318</id>
<content type='text'>
&gt;
&gt; The patch adds missing the "libpgport.a" file to the installation under
&gt; "install-all-headers". It is needed by some contribs. I install the
&gt; library in "pkglibdir", but I was wondering whether it should be "libdir"?
&gt; I was wondering also whether it would make sense to have a "libpgport.so"?
&gt;
&gt; It fixes various macros which are used by contrib makefiles, especially
&gt; libpq_*dir and LDFLAGS when used under PGXS. It seems to me that they are
&gt; needed to
&gt;
&gt; It adds the ability to test and use PGXS with contribs, with "make
&gt; USE_PGXS=1". Without the macro, this is exactly as before, there should be
&gt; no difference, esp. wrt the vpath feature that seemed broken by previous
&gt; submission. So it should not harm anybody, and it is useful at least to me.
&gt;
&gt; It fixes some inconsistencies in various contrib makefiles
&gt; (useless override, ":=" instead of "=").

Fabien COELHO
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
&gt;
&gt; The patch adds missing the "libpgport.a" file to the installation under
&gt; "install-all-headers". It is needed by some contribs. I install the
&gt; library in "pkglibdir", but I was wondering whether it should be "libdir"?
&gt; I was wondering also whether it would make sense to have a "libpgport.so"?
&gt;
&gt; It fixes various macros which are used by contrib makefiles, especially
&gt; libpq_*dir and LDFLAGS when used under PGXS. It seems to me that they are
&gt; needed to
&gt;
&gt; It adds the ability to test and use PGXS with contribs, with "make
&gt; USE_PGXS=1". Without the macro, this is exactly as before, there should be
&gt; no difference, esp. wrt the vpath feature that seemed broken by previous
&gt; submission. So it should not harm anybody, and it is useful at least to me.
&gt;
&gt; It fixes some inconsistencies in various contrib makefiles
&gt; (useless override, ":=" instead of "=").

Fabien COELHO
</pre>
</div>
</content>
</entry>
<entry>
<title>$Header: -&gt; $PostgreSQL Changes ...</title>
<updated>2003-11-29T19:52:15+00:00</updated>
<author>
<name>PostgreSQL Daemon</name>
<email>webmaster@postgresql.org</email>
</author>
<published>2003-11-29T19:52:15+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=969685ad443637a24650909357e4e768a88412fc'/>
<id>969685ad443637a24650909357e4e768a88412fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>To fix the perpetually broken makefiles in the contrib tree, I have</title>
<updated>2001-09-06T10:49:30+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2001-09-06T10:49:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=17cc78ef01679deae3f0dac1c35ae777c2c73723'/>
<id>17cc78ef01679deae3f0dac1c35ae777c2c73723</id>
<content type='text'>
written a generic framework of rules that the contrib makefiles can
use instead of writing their own each time.  You only need to set a few
variables and off you go.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
written a generic framework of rules that the contrib makefiles can
use instead of writing their own each time.  You only need to set a few
variables and off you go.
</pre>
</div>
</content>
</entry>
<entry>
<title>The attached patch enables the contrib subtree to build cleanly under</title>
<updated>2001-06-18T21:38:02+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2001-06-18T21:38:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=558fae16e3d09afeb75a8a048ab750d559ff5848'/>
<id>558fae16e3d09afeb75a8a048ab750d559ff5848</id>
<content type='text'>
Cygwin with the possible exception of mSQL-interface.  Since I don't
have mSQL installed, I skipped this tool.

Except for dealing with a missing getopt.h (oid2name) and HUGE (seg),
the bulk of the patch uses the standard PostgreSQL approach to deal with
Windows DLL issues.

I tested the build aspect of this patch under Cygwin and Linux without
any ill affects.  Note that I did not actually attempt to test the code
for functionality.

The procedure to apply the patch is as follows:

    $ # save the attachment as /tmp/contrib.patch
    $ # change directory to the top of the PostgreSQL source tree
    $ patch -p0 &lt;/tmp/contrib.patch

Jason
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Cygwin with the possible exception of mSQL-interface.  Since I don't
have mSQL installed, I skipped this tool.

Except for dealing with a missing getopt.h (oid2name) and HUGE (seg),
the bulk of the patch uses the standard PostgreSQL approach to deal with
Windows DLL issues.

I tested the build aspect of this patch under Cygwin and Linux without
any ill affects.  Note that I did not actually attempt to test the code
for functionality.

The procedure to apply the patch is as follows:

    $ # save the attachment as /tmp/contrib.patch
    $ # change directory to the top of the PostgreSQL source tree
    $ patch -p0 &lt;/tmp/contrib.patch

Jason
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure -L and -I's for our source tree are always before system include</title>
<updated>2001-02-20T19:20:30+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2001-02-20T19:20:30+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=cb6edf9d56019a1a3d9fd3df0dfe4a3ca1e7daab'/>
<id>cb6edf9d56019a1a3d9fd3df0dfe4a3ca1e7daab</id>
<content type='text'>
or library directories on the command line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
or library directories on the command line.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for VPATH builds, that is, building somewhere else than in the</title>
<updated>2000-10-20T21:04:27+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2000-10-20T21:04:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=805e431a3868ac71681316927403d1ba389e113b'/>
<id>805e431a3868ac71681316927403d1ba389e113b</id>
<content type='text'>
source directory.  This involves mostly makefiles using $(srcdir) when they
might have used ".".  (Regression tests don't work with this, yet.)

Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS).  Add "override" keyword
in most places, to preserve necessary flags even when the user overrode the
flags.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
source directory.  This involves mostly makefiles using $(srcdir) when they
might have used ".".  (Regression tests don't work with this, yet.)

Sort out usage of CPPFLAGS, CFLAGS (and CXXFLAGS).  Add "override" keyword
in most places, to preserve necessary flags even when the user overrode the
flags.
</pre>
</div>
</content>
</entry>
<entry>
<title>Another round of those unportable config/build changes :-/</title>
<updated>2000-07-09T13:14:19+00:00</updated>
<author>
<name>Peter Eisentraut</name>
<email>peter_e@gmx.net</email>
</author>
<published>2000-07-09T13:14:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=74618e2b82b5158adf42caf64af70cbd7c699c6c'/>
<id>74618e2b82b5158adf42caf64af70cbd7c699c6c</id>
<content type='text'>
* Add option to build with OpenSSL out of the box. Fix thusly exposed
  bit rot. Although it compiles now, getting this to do something
  useful is left as an exercise.

* Fix Kerberos options to defer checking for required libraries until
  all the other libraries are checked for.

* Change default odbcinst.ini and krb5.srvtab path to PREFIX/etc.

* Install work around for Autoconf's install-sh relative path anomaly.
  Get rid of old INSTL_*_OPTS variables, now that we don't need them
  anymore.

* Use `gunzip -c' instead of g?zcat. Reportedly broke on AIX.

* Look for only one of readline.h or readline/readline.h, not both.

* Make check for PS_STRINGS cacheable. Don't test for the header files
  separately.

* Disable fcntl(F_SETLK) test on Linux.

* Substitute the standard GCC warnings set into CFLAGS in configure,
  don't add it on in Makefile.global.

* Sweep through contrib tree to teach makefiles standard semantics.

... and in completely unrelated news:

* Make postmaster.opts arbitrary options-aware. I still think we need to
  save the environment as well.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add option to build with OpenSSL out of the box. Fix thusly exposed
  bit rot. Although it compiles now, getting this to do something
  useful is left as an exercise.

* Fix Kerberos options to defer checking for required libraries until
  all the other libraries are checked for.

* Change default odbcinst.ini and krb5.srvtab path to PREFIX/etc.

* Install work around for Autoconf's install-sh relative path anomaly.
  Get rid of old INSTL_*_OPTS variables, now that we don't need them
  anymore.

* Use `gunzip -c' instead of g?zcat. Reportedly broke on AIX.

* Look for only one of readline.h or readline/readline.h, not both.

* Make check for PS_STRINGS cacheable. Don't test for the header files
  separately.

* Disable fcntl(F_SETLK) test on Linux.

* Substitute the standard GCC warnings set into CFLAGS in configure,
  don't add it on in Makefile.global.

* Sweep through contrib tree to teach makefiles standard semantics.

... and in completely unrelated news:

* Make postmaster.opts arbitrary options-aware. I still think we need to
  save the environment as well.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile cleanup from Karel.</title>
<updated>2000-07-04T16:17:21+00:00</updated>
<author>
<name>Bruce Momjian</name>
<email>bruce@momjian.us</email>
</author>
<published>2000-07-04T16:17:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/postgresql.git/commit/?id=5c603943ef3c95a6b6a55e6a6a29b83699410f59'/>
<id>5c603943ef3c95a6b6a55e6a6a29b83699410f59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
