]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- merged from DEVEL
authorwrobell <wrobell@pld-linux.org>
Wed, 19 Jan 2005 08:36:31 +0000 (08:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql-com_err.patch -> 1.2
    postgresql-python-configdir.patch -> 1.2

postgresql-com_err.patch [deleted file]
postgresql-python-configdir.patch [deleted file]

diff --git a/postgresql-com_err.patch b/postgresql-com_err.patch
deleted file mode 100644 (file)
index bb65bf2..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-diff -Nur postgresql-7.4RC1.orig/configure.in postgresql-7.4RC1/configure.in
---- postgresql-7.4RC1.orig/configure.in        2003-11-03 06:27:18.000000000 +0100
-+++ postgresql-7.4RC1/configure.in     2003-11-07 12:03:08.000000000 +0100
-@@ -783,7 +783,7 @@
- if test "$with_krb5" = yes ; then
-   AC_CHECK_HEADER(krb5.h, [], [AC_MSG_ERROR([header file <krb5.h> is required for Kerberos 5])])
--  AC_CHECK_HEADER(com_err.h, [], [AC_MSG_ERROR([header file <com_err.h> is required for Kerberos 5])])
-+  AC_CHECK_HEADER(et/com_err.h, [], [AC_MSG_ERROR([header file <et/com_err.h> is required for Kerberos 5])])
- fi
- if test "$with_openssl" = yes ; then
-diff -Nur postgresql-7.4RC1.orig/src/backend/libpq/auth.c postgresql-7.4RC1/src/backend/libpq/auth.c
---- postgresql-7.4RC1.orig/src/backend/libpq/auth.c    2003-09-26 17:27:31.000000000 +0200
-+++ postgresql-7.4RC1/src/backend/libpq/auth.c 2003-11-07 12:04:47.000000000 +0100
-@@ -150,7 +150,7 @@
-  */
- #include <krb5.h>
--#include <com_err.h>
-+#include <et/com_err.h>
- /*
-  * pg_an_to_ln -- return the local name corresponding to an authentication
-diff -Nur postgresql-7.4RC1.orig/src/interfaces/libpq/fe-auth.c postgresql-7.4RC1/src/interfaces/libpq/fe-auth.c
---- postgresql-7.4RC1.orig/src/interfaces/libpq/fe-auth.c      2003-10-25 05:48:47.000000000 +0200
-+++ postgresql-7.4RC1/src/interfaces/libpq/fe-auth.c   2003-11-07 12:04:52.000000000 +0100
-@@ -243,7 +243,7 @@
-  */
- #include <krb5.h>
--#include <com_err.h>
-+#include <et/com_err.h>
- /*
-  * pg_an_to_ln -- return the local name corresponding to an authentication
diff --git a/postgresql-python-configdir.patch b/postgresql-python-configdir.patch
deleted file mode 100644 (file)
index 04b77d4..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-diff -dur postgresql-7.4.1.orig/config/python.m4 postgresql-7.4.1/config/python.m4
---- postgresql-7.4.1.orig/config/python.m4     2003-09-02 01:01:48.000000000 +0200
-+++ postgresql-7.4.1/config/python.m4  2004-01-30 08:48:55.208190373 +0100
-@@ -31,6 +31,12 @@
-   python_includespec="-I${python_execprefix}/include/python${python_version} $python_includespec"
- fi
-+if test "$python_prefix" == "$prefix"; then
-+      if test -d "${libdir}/python${python_version}/config" ; then
-+              python_configdir="${libdir}/python${python_version}/config"
-+      fi
-+fi
-+
- AC_SUBST(python_prefix)[]dnl
- AC_SUBST(python_execprefix)[]dnl
- AC_SUBST(python_configdir)[]dnl
-Only in postgresql-7.4.1/config: python.m4~
This page took 0.169859 seconds and 4 git commands to generate.