Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pgsql-patches:9.1 commit in: /
Date: Wed, 30 Mar 2011 09:50:06
Message-Id: 9b91cddb03b5c23d9e7f583520586afad2ced728.titanofold@gentoo
1 commit: 9b91cddb03b5c23d9e7f583520586afad2ced728
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 30 09:49:16 2011 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 30 09:49:16 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=9b91cddb
7
8 Updated for 9.1alpha5
9
10 ---
11 base.patch | 27 +++++++++++++--------------
12 1 files changed, 13 insertions(+), 14 deletions(-)
13
14 diff --git a/base.patch b/base.patch
15 index cf2cb3f..c55bb77 100644
16 --- a/base.patch
17 +++ b/base.patch
18 @@ -1,7 +1,7 @@
19 diff -Naur a/contrib/Makefile b/contrib/Makefile
20 ---- a/contrib/Makefile 2011-03-09 09:19:24.000000000 -0500
21 -+++ b/contrib/Makefile 2011-03-18 18:44:16.832829001 -0400
22 -@@ -5,55 +5,10 @@
23 +--- a/contrib/Makefile 2011-03-28 09:42:09.000000000 -0400
24 ++++ b/contrib/Makefile 2011-03-29 20:18:08.394999851 -0400
25 +@@ -5,54 +5,10 @@
26 include $(top_builddir)/src/Makefile.global
27
28 SUBDIRS = \
29 @@ -53,13 +53,12 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
30 -ifeq ($(with_openssl),yes)
31 -SUBDIRS += sslinfo
32 -endif
33 --
34 +
35 ifeq ($(with_ossp_uuid),yes)
36 SUBDIRS += uuid-ossp
37 - endif
38 diff -Naur a/src/Makefile b/src/Makefile
39 ---- a/src/Makefile 2011-03-09 09:19:24.000000000 -0500
40 -+++ b/src/Makefile 2011-03-18 18:52:50.115898001 -0400
41 +--- a/src/Makefile 2011-03-28 09:42:09.000000000 -0400
42 ++++ b/src/Makefile 2011-03-29 20:19:45.356494851 -0400
43 @@ -14,17 +14,11 @@
44
45 SUBDIRS = \
46 @@ -80,8 +79,8 @@ diff -Naur a/src/Makefile b/src/Makefile
47 # There are too many interdependencies between the subdirectories, so
48 # don't attempt parallel make here.
49 diff -Naur a/src/backend/Makefile b/src/backend/Makefile
50 ---- a/src/backend/Makefile 2011-03-09 09:19:24.000000000 -0500
51 -+++ b/src/backend/Makefile 2011-03-18 18:48:58.775898001 -0400
52 +--- a/src/backend/Makefile 2011-03-28 09:42:09.000000000 -0400
53 ++++ b/src/backend/Makefile 2011-03-29 20:24:25.836184851 -0400
54 @@ -45,7 +45,7 @@
55
56 ##########################################################################
57 @@ -100,7 +99,7 @@ diff -Naur a/src/backend/Makefile b/src/backend/Makefile
58
59 # run this unconditionally to avoid needing to know its dependencies here:
60 submake-schemapg:
61 -@@ -203,23 +203,7 @@
62 +@@ -205,23 +205,7 @@
63
64 ##########################################################################
65
66 @@ -126,8 +125,8 @@ diff -Naur a/src/backend/Makefile b/src/backend/Makefile
67 install-bin: postgres $(POSTGRES_IMP) installdirs
68 $(INSTALL_PROGRAM) postgres$(X) '$(DESTDIR)$(bindir)/postgres$(X)'
69 diff -Naur a/src/bin/Makefile b/src/bin/Makefile
70 ---- a/src/bin/Makefile 2011-03-09 09:19:24.000000000 -0500
71 -+++ b/src/bin/Makefile 2011-03-18 18:50:41.615898001 -0400
72 +--- a/src/bin/Makefile 2011-03-28 09:42:09.000000000 -0400
73 ++++ b/src/bin/Makefile 2011-03-29 20:25:34.162004851 -0400
74 @@ -13,8 +13,7 @@
75 top_builddir = ../..
76 include $(top_builddir)/src/Makefile.global
77 @@ -139,8 +138,8 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile
78 SUBDIRS+=pgevent
79 endif
80 diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
81 ---- a/src/include/pg_config_manual.h 2011-03-09 09:19:24.000000000 -0500
82 -+++ b/src/include/pg_config_manual.h 2011-03-18 18:51:36.835898001 -0400
83 +--- a/src/include/pg_config_manual.h 2011-03-28 09:42:09.000000000 -0400
84 ++++ b/src/include/pg_config_manual.h 2011-03-29 20:26:50.973579851 -0400
85 @@ -141,7 +141,7 @@
86 * here's where to twiddle it. You can also override this at runtime
87 * with the postmaster's -k switch.