usr/src/cmd/postgres/postgresql-8.3-tcl/src.patch
author Cyril Plisko <cyril.plisko@grigale.com>
Wed, 21 Oct 2009 17:43:30 +0200
changeset 0 b34509ac961f
permissions -rw-r--r--
Import sfw repo b126

*** Makefile.in.orig	Fri Jan 13 01:09:51 2006
--- Makefile.in	Fri Jan 13 01:11:20 2006
***************
*** 78,84 ****
  
  DESTDIR		=
  
! PKG_DIR		= $(PACKAGE_NAME)$(PACKAGE_VERSION)
  pkgdatadir	= $(datadir)/$(PKG_DIR)
  pkglibdir	= $(libdir)/$(PKG_DIR)
  pkgincludedir	= $(includedir)/$(PKG_DIR)
--- 78,84 ----
  
  DESTDIR		=
  
! PKG_DIR		= 
  pkgdatadir	= $(datadir)/$(PKG_DIR)
  pkglibdir	= $(libdir)/$(PKG_DIR)
  pkgincludedir	= $(includedir)/$(PKG_DIR)
***************
*** 167,173 ****
  # for the BINARIES that you specified above have already been done.
  #========================================================================
  
! all: binaries libraries doc
  
  #========================================================================
  # The binaries target builds executable programs, Windows .dll's, unix
--- 167,173 ----
  # for the BINARIES that you specified above have already been done.
  #========================================================================
  
! all: binaries libraries 
  
  #========================================================================
  # The binaries target builds executable programs, Windows .dll's, unix
***************
*** 186,192 ****
  	@echo "        xml2nroff sample.xml > sample.n"
  	@echo "        xml2html sample.xml > sample.html"
  
! install: all install-binaries install-libraries install-doc
  
  install-binaries: binaries install-lib-binaries install-bin-binaries
  
--- 186,192 ----
  	@echo "        xml2nroff sample.xml > sample.n"
  	@echo "        xml2html sample.xml > sample.html"
  
! install: all install-binaries install-libraries 
  
  install-binaries: binaries install-lib-binaries install-bin-binaries
  
*** generic/pgtclCmds.c.orig	Wed Jan 11 22:44:38 2006
--- generic/pgtclCmds.c	Wed Jan 11 22:44:50 2006
***************
*** 714,720 ****
  #ifndef HAVE_PQEXECPREPARED
      Tcl_SetObjResult(interp, 
          Tcl_NewStringObj(
!         "function unavailable with this version ",
          " of the postgres libpq library", -1));
  
  	return TCL_ERROR;
--- 714,720 ----
  #ifndef HAVE_PQEXECPREPARED
      Tcl_SetObjResult(interp, 
          Tcl_NewStringObj(
!         "function unavailable with this version "
          " of the postgres libpq library", -1));
  
  	return TCL_ERROR;