| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Build in a 'dummy' tas file...nothing in it, just used for the link process | Marc G. Fournier | 1998-02-05 | 1 | -4/+5 |
| | | | | | of configure | ||||
| * | Try this fix for the tas.s code... | Marc G. Fournier | 1998-02-04 | 1 | -18/+19 |
| | | |||||
| * | Strange, this should be required, but initialize need_tas to no | Marc G. Fournier | 1998-02-03 | 1 | -0/+1 |
| | | |||||
| * | I tried to match up the if/test stuff...fixed now, I think | Marc G. Fournier | 1998-02-03 | 1 | -1/+1 |
| | | |||||
| * | various i386_solaris cleanups that should fix sparc_solaris and hpux | Marc G. Fournier | 1998-02-03 | 1 | -1/+1 |
| | | |||||
| * | Learning a little more about autoconf each day... | Marc G. Fournier | 1998-02-03 | 1 | -13/+9 |
| | | | | | Fix inclusion of 'tas.s' for various ports | ||||
| * | Fix for missing tas.s under sparc_solaris | Marc G. Fournier | 1998-02-03 | 1 | -5/+8 |
| | | | | | Reported by: Shiby Thomas <sthomas@cise.ufl.edu> | ||||
| * | Fix HP/ux port for tas.s | Marc G. Fournier | 1998-02-02 | 1 | -1/+4 |
| | | |||||
| * | Move all the isinf() stuff from float.c to isinf.c, and build it according to | Marc G. Fournier | 1998-02-02 | 1 | -2/+3 |
| | | | | | configure vs port specific #ifdef's... | ||||
| * | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier | 1998-02-01 | 1 | -0/+1 |
| | | | | | | The following patches will bring the UNIVEL port in line with the new porting model used in postgreSQL 6.3 | ||||
| * | Someone wants to try a Cynus port.... | Marc G. Fournier | 1998-01-28 | 1 | -0/+1 |
| | | |||||
| * | this is to help someone that wants an AUX port get started... | Marc G. Fournier | 1998-01-25 | 1 | -0/+1 |
| | | |||||
| * | From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> | Marc G. Fournier | 1998-01-25 | 1 | -1/+1 |
| | | | | | | | Hi -- a couple of small items concerning the January 23rd snapshot: the inclusion of the Kerberos stuff in one Makefile, a "leading tab" cleanup in another, and a fix for a typo in the configure script. | ||||
| * | Minor cleanups for i386_solaris port | Marc G. Fournier | 1998-01-23 | 1 | -1/+1 |
| | | |||||
| * | Start an openbsd port | Marc G. Fournier | 1998-01-20 | 1 | -1/+1 |
| | | |||||
| * | From: "Billy G. Allie" <Bill.Allie@mug.org> | Marc G. Fournier | 1998-01-17 | 1 | -11/+12 |
| | | | | | | | | | | | | | | | | | | | | The attached patches will allow postgreSQL to compile successfully on SCO UNIXWARE 2.1.x. The patches fix the following problems: 1. Configure did not properly recognize the UNIXWARE system as needing the univel port. It used the sys4 port. 2. Configure did not properly process the CC flag in the template file. 3. There was no working test and set locking implementation for the native UNIXWARE compiler. 4. The test and set locking used for Intel X86 that was selected by defining NEED_I386_TAS_ASM could fail in a multi-processor environment. 5. The makefiles for libpq and libpgtcl did not make a shared library for the univel port. | ||||
| * | this should pretty much clean up the i386_solaris port, with regression | Marc G. Fournier | 1998-01-13 | 1 | -8/+9 |
| | | | | | tests running "as expected"... | ||||
| * | isinf() doesn't exist under i386_solaris, so code it such that | Marc G. Fournier | 1998-01-13 | 1 | -1/+4 |
| | | | | | it is (!isnan() && !finite()) instead | ||||
| * | Oops, should be 'tas.o', not 'tas.s' | Marc G. Fournier | 1998-01-13 | 1 | -1/+1 |
| | | |||||
| * | MIssed a semi-colon in AC_LINK_FILES for i386_solaris port... | Marc G. Fournier | 1998-01-13 | 1 | -1/+1 |
| | | |||||
| * | Further clean up "auto-configuration" for ports | Marc G. Fournier | 1998-01-13 | 1 | -1/+5 |
| | | |||||
| * | Various fixes resulting from removing the PORTNAME defines | Marc G. Fournier | 1998-01-13 | 1 | -1/+1 |
| | | | | | From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> | ||||
| * | Missed a subst() for the RANDOM substritution... | Marc G. Fournier | 1997-12-31 | 1 | -1/+1 |
| | | |||||
| * | Change @RANDOM@ to @MISSING_RANDOM@ because of bash | Marc G. Fournier | 1997-12-30 | 1 | -1/+1 |
| | | |||||
| * | Make sure configure reflects changes | Marc G. Fournier | 1997-12-20 | 1 | -0/+3 |
| | | |||||
| * | Get it so that everything else *should* work with my changes... | Marc G. Fournier | 1997-12-20 | 1 | -16/+17 |
| | | |||||
| * | First clean compile without a "PORTNAME" variable being set... | Marc G. Fournier | 1997-12-20 | 1 | -14/+7 |
| | | |||||
| * | If this doesn't break something, nothing will *muhahaha* | Marc G. Fournier | 1997-12-19 | 1 | -5/+14 |
| | | | | | Just got rid of PORTNAME altogether for FreeBSD and AIX...more to follow | ||||
| * | Nice clean compile...still need to run regression tests, but its a major | Marc G. Fournier | 1997-12-19 | 1 | -0/+5 |
| | | | | | start | ||||
| * | Update configure so that it auto-detects and configures for missing | Marc G. Fournier | 1997-12-19 | 1 | -7/+32 |
| | | | | | functions... | ||||
| * | More cleanups. I can now compile without PORTNAME being defined n | Marc G. Fournier | 1997-12-19 | 1 | -1/+4 |
| | | | | | | | | | | Makefile.global. End result, if all goes well, should allow for much easier porting, since there will no longer be a concept of a "port". Most, if not everything, *should* be determined by configure, or by the compiler itself. Still work to be done though :) | ||||
| * | Add recognition for 'machten' | Marc G. Fournier | 1997-12-17 | 1 | -0/+1 |
| | | |||||
| * | Make configure more automated, from Brook Milligan. | Bruce Momjian | 1997-10-30 | 1 | -2/+34 |
| | | |||||
| * | From: Darren King <darrenk@insightdist.com> | Marc G. Fournier | 1997-09-28 | 1 | -1/+4 |
| | | | | | | I asked for this a long time ago and Frank Dana recently has indicated that using lbsd on aix breaks the timezone code. | ||||
| * | Update configure. | Bruce Momjian | 1997-09-24 | 1 | -2/+2 |
| | | |||||
| * | Configure OS cleanup. | Bruce Momjian | 1997-09-21 | 1 | -3/+3 |
| | | |||||
| * | Update configure. | Bruce Momjian | 1997-09-19 | 1 | -3/+3 |
| | | |||||
| * | Have to do [[ ]] in configure.in. | Bruce Momjian | 1997-09-18 | 1 | -5/+5 |
| | | |||||
| * | Add in srandom() check to configure | Marc G. Fournier | 1997-09-18 | 1 | -1/+1 |
| | | | | | | Add appropriate HAVE_{RANDOM,SRANDOM} values to config.h Add approrpiate #ifdef's to sparc_solaris port files for Solaris v2.6 | ||||
| * | Remove extra backets in tr test. | Bruce Momjian | 1997-09-17 | 1 | -2/+2 |
| | | |||||
| * | configure cleanup. | Bruce Momjian | 1997-09-13 | 1 | -1/+1 |
| | | |||||
| * | pg_version Makefile was not being processed. | Bruce Momjian | 1997-09-12 | 1 | -1/+1 |
| | | |||||
| * | Only need to check for strerror once :) | Marc G. Fournier | 1997-08-27 | 1 | -2/+1 |
| | | |||||
| * | Changes so that it actually checks for <readline/history.h>, instead | Marc G. Fournier | 1997-08-17 | 1 | -0/+1 |
| | | | | | of assuming it does exist | ||||
| * | Fix for os version handling. | Bruce Momjian | 1997-08-06 | 1 | -3/+3 |
| | | |||||
| * | Makei configure less os-version specific, were possible. | Bruce Momjian | 1997-08-02 | 1 | -1/+5 |
| | | |||||
| * | FIx solaris template finding. | Bruce Momjian | 1997-08-01 | 1 | -1/+1 |
| | | |||||
| * | Configure cleanup for /usr/ucb patch. | Bruce Momjian | 1997-07-31 | 1 | -1/+2 |
| | | |||||
| * | Look in /usr/ucb first for install. | Bruce Momjian | 1997-07-30 | 1 | -1/+1 |
| | | |||||
| * | configure.in cleanup for tr and strerror2. | Bruce Momjian | 1997-07-30 | 1 | -3/+3 |
| | | |||||
