Skip to content
Snippets Groups Projects
  1. Jul 08, 1999
  2. Jul 01, 1999
  3. May 27, 1999
  4. May 26, 1999
  5. May 23, 1999
    • Bruce Momjian's avatar
      Here it is. Remove or rename the current interfaces/libpq++ and untar · b14c99d8
      Bruce Momjian authored
      this file in interfaces/
      
      It will all need to be checked in.  I used the char *rcsid[] method for
      cvs ids so it can be strings | grep'd to find version numbers.  The new
      version for the library is 3.0.
      
      Run configure from src/ to create the Makefile and it should be good to
      go.
      
      I did minimal documentation references in the README, I'll see if I can
      get something to Tom Lockhart rather quickly.
      
      Vince.
      b14c99d8
  6. Jan 17, 1999
  7. Oct 19, 1998
    • Tom Lane's avatar
      Centralized shared-library build knowledge in a new file, · 6d98d373
      Tom Lane authored
      src/Makefile.shlib.  Updated all the makefiles that try to build shlibs
      to include that file instead of having duplicate (and mostly incomplete)
      copies of shared-library options.  It works on HPUX, a lot better than it
      did before in fact, but there's a chance I broke some other platforms.
      At least now you only have to fix one place not six...
      6d98d373
  8. Oct 18, 1998
  9. Oct 13, 1998
    • Marc G. Fournier's avatar
      · 97f55472
      Marc G. Fournier authored
      Remove the -soname ${SHLIB} from solaris_{sparc,x86} as they conflict
      with the -o $@ used in the ${SHLIB} directive, causing a failure for
      *at least* gcc2.8.1 + Solaris 2.6 under both hardware platforms...
      97f55472
  10. Oct 12, 1998
  11. Oct 10, 1998
  12. Oct 07, 1998
  13. Sep 13, 1998
    • Bruce Momjian's avatar
      Here are some additional patches needed to get the UnixWare 7 C++ · af8e2760
      Bruce Momjian authored
      compiler to
      attempt to compile libpq++.  The patches address the following problems:
      
      1.  In my first pass at changing the libpq++ makefile, I forgot to
      include the
          PORTNAME in the Makefile.in file.
      
      2.  The UnixWare 7 C++ compiler did not like the '-K alloca' option in
      CXXFLAGS.
      
      Billy G. Allie
      af8e2760
  14. Sep 11, 1998
    • Bruce Momjian's avatar
      The attached patches fix the following problems: · f1ab71ec
      Bruce Momjian authored
      1.  The UnixWare tas macro was reformatted (by indent or it like?) which caused
          it to break.  The asm macro construct is very particular about the %mem
          construct -- it has to start in column 1.
      
      2.  When compiling libpq++, g++ was used even if configure found the C++ com-
          piler to be CC.
      
      3.  When compiling libpq++, '-Wno-error' was added to CXXFLAGS, even if the
          compiler wasn't g++.
      
      Billy G. Allie
      f1ab71ec
  15. Aug 22, 1998
    • Bruce Momjian's avatar
      · a738478a
      Bruce Momjian authored
      Here are additional patches for the UnixWare 7 port.
      
      Summary of changes:
      
      In pqcomm.h, use the SUN_LEN macro if it is defined to calculate
      the size of the sockaddr_un structure.
      
      In unixware.h, drop the use of the UNIXWARE macro.  Everything can
      be handled with the USE_UNIVEL_CC and DISABLE_COMPLEX_MACRO macros.
      
      In s_lock.h, remove the reference to the UNIXWARE macro (see above).
      
      In the unixware template, add the YFLAGS:-d line.
      
      In various makefile templates, add (or cleanup) unixware and univel
      port specific information.
      
      -- Billy G. Allie
      a738478a
  16. Jul 12, 1998
  17. Jun 15, 1998
  18. Apr 06, 1998
    • Bruce Momjian's avatar
      DESTDIR removed, again. · 471dbbc2
      Bruce Momjian authored
      471dbbc2
    • Bruce Momjian's avatar
      destdir cleanup. · cf1f24fb
      Bruce Momjian authored
      cf1f24fb
    • Bruce Momjian's avatar
      066ee9a2
    • Bruce Momjian's avatar
      Re-introduce $DISTDIR. · 5523beb9
      Bruce Momjian authored
      5523beb9
    • Bruce Momjian's avatar
      Hi, · 1e801a8f
      Bruce Momjian authored
      Attached you'll find a (big) patch that fixes make dep and make
      depend in all Makefiles where I found it to be appropriate.
      
      It also removes the dependency in Makefile.global for NAMEDATALEN
      and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh
      a little smarter.
      
      This no longer requires initdb.sh that is turned into initdb with
      a sed script when installing Postgres, hence initdb.sh should be
      renamed to initdb (after the patch has been applied :-) )
      
      This patch is against the 6.3 sources, as it took a while to
      complete.
      
      Please review and apply,
      
      Cheers,
      
      Jeroen van Vianen
      1e801a8f
    • Bruce Momjian's avatar
      Remove DISTDIR. · 2dfee934
      Bruce Momjian authored
      2dfee934
  19. Mar 20, 1998
  20. Sep 16, 1997
  21. Apr 04, 1997
  22. Mar 25, 1997
  23. Feb 13, 1997
  24. Nov 18, 1996
  25. Nov 14, 1996
  26. Nov 13, 1996
  27. Nov 12, 1996
  28. Jul 09, 1996
Loading