public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pgsql-patches:9.1 commit in: /
Date: Thu, 14 Jul 2011 10:55:27 +0000 (UTC)	[thread overview]
Message-ID: <e1bc1e281fab3afa90d7ac66f033e8de0d161141.titanofold@gentoo> (raw)

commit:     e1bc1e281fab3afa90d7ac66f033e8de0d161141
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 10:55:07 2011 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 10:55:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=e1bc1e28

Updated for Beta 3

---
 server.patch |   78 +++++++++++++++++++++++++++++-----------------------------
 1 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/server.patch b/server.patch
index f3bc148..fbbb34c 100644
--- a/server.patch
+++ b/server.patch
@@ -1,6 +1,6 @@
-diff -Naur a/GNUmakefile.in b/GNUmakefile.in
---- a/GNUmakefile.in	2011-04-27 17:17:22.000000000 -0400
-+++ b/GNUmakefile.in	2011-05-02 18:32:41.400926770 -0400
+diff -Naur postgresql-9.1beta3.orig/GNUmakefile.in postgresql-9.1beta3/GNUmakefile.in
+--- postgresql-9.1beta3.orig/GNUmakefile.in	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/GNUmakefile.in	2011-07-14 06:41:47.153039815 -0400
 @@ -8,7 +8,7 @@
  top_builddir = .
  include $(top_builddir)/src/Makefile.global
@@ -33,9 +33,9 @@ diff -Naur a/GNUmakefile.in b/GNUmakefile.in
  
  $(call recurse,distprep,doc src config contrib)
  
-diff -Naur a/contrib/Makefile b/contrib/Makefile
---- a/contrib/Makefile	2011-04-27 17:17:22.000000000 -0400
-+++ b/contrib/Makefile	2011-05-02 18:34:03.901348935 -0400
+diff -Naur postgresql-9.1beta3.orig/contrib/Makefile postgresql-9.1beta3/contrib/Makefile
+--- postgresql-9.1beta3.orig/contrib/Makefile	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/contrib/Makefile	2011-07-14 06:42:56.928990954 -0400
 @@ -26,7 +26,6 @@
  		isn		\
  		lo		\
@@ -62,9 +62,9 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
  
  ifeq ($(with_openssl),yes)
  SUBDIRS += sslinfo
-diff -Naur a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile
---- a/contrib/adminpack/Makefile	2011-04-27 17:17:22.000000000 -0400
-+++ b/contrib/adminpack/Makefile	2011-05-02 18:35:24.991763884 -0400
+diff -Naur postgresql-9.1beta3.orig/contrib/adminpack/Makefile postgresql-9.1beta3/contrib/adminpack/Makefile
+--- postgresql-9.1beta3.orig/contrib/adminpack/Makefile	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/contrib/adminpack/Makefile	2011-07-14 06:44:00.275315180 -0400
 @@ -2,7 +2,7 @@
  
  MODULE_big = adminpack
@@ -74,9 +74,9 @@ diff -Naur a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile
  
  EXTENSION = adminpack
  DATA = adminpack--1.0.sql
-diff -Naur a/contrib/dblink/Makefile b/contrib/dblink/Makefile
---- a/contrib/dblink/Makefile	2011-04-27 17:17:22.000000000 -0400
-+++ b/contrib/dblink/Makefile	2011-05-02 18:36:02.701956851 -0400
+diff -Naur postgresql-9.1beta3.orig/contrib/dblink/Makefile postgresql-9.1beta3/contrib/dblink/Makefile
+--- postgresql-9.1beta3.orig/contrib/dblink/Makefile	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/contrib/dblink/Makefile	2011-07-14 06:44:35.943245493 -0400
 @@ -2,7 +2,7 @@
  
  MODULE_big = dblink
@@ -86,9 +86,9 @@ diff -Naur a/contrib/dblink/Makefile b/contrib/dblink/Makefile
  SHLIB_LINK = $(libpq)
  SHLIB_PREREQS = submake-libpq
  
-diff -Naur a/contrib/uuid-ossp/Makefile b/contrib/uuid-ossp/Makefile
---- a/contrib/uuid-ossp/Makefile	2011-04-27 17:17:22.000000000 -0400
-+++ b/contrib/uuid-ossp/Makefile	2011-05-02 18:38:24.893721477 -0400
+diff -Naur postgresql-9.1beta3.orig/contrib/uuid-ossp/Makefile postgresql-9.1beta3/contrib/uuid-ossp/Makefile
+--- postgresql-9.1beta3.orig/contrib/uuid-ossp/Makefile	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/contrib/uuid-ossp/Makefile	2011-07-14 06:45:36.909707816 -0400
 @@ -1,12 +1,12 @@
  # contrib/uuid-ossp/Makefile
 -
@@ -104,9 +104,9 @@ diff -Naur a/contrib/uuid-ossp/Makefile b/contrib/uuid-ossp/Makefile
  
  ifdef USE_PGXS
  PG_CONFIG = pg_config
-diff -Naur a/contrib/xml2/Makefile b/contrib/xml2/Makefile
---- a/contrib/xml2/Makefile	2011-04-27 17:17:22.000000000 -0400
-+++ b/contrib/xml2/Makefile	2011-05-02 18:41:30.824673350 -0400
+diff -Naur postgresql-9.1beta3.orig/contrib/xml2/Makefile postgresql-9.1beta3/contrib/xml2/Makefile
+--- postgresql-9.1beta3.orig/contrib/xml2/Makefile	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/contrib/xml2/Makefile	2011-07-14 06:46:58.764958033 -0400
 @@ -7,8 +7,8 @@
  DATA = xml2--1.0.sql xml2--unpackaged--1.0.sql
  
@@ -118,9 +118,9 @@ diff -Naur a/contrib/xml2/Makefile b/contrib/xml2/Makefile
  
  ifdef USE_PGXS
  PG_CONFIG = pg_config
-diff -Naur a/src/Makefile b/src/Makefile
---- a/src/Makefile	2011-04-27 17:17:22.000000000 -0400
-+++ b/src/Makefile	2011-05-02 18:43:02.395142144 -0400
+diff -Naur postgresql-9.1beta3.orig/src/Makefile postgresql-9.1beta3/src/Makefile
+--- postgresql-9.1beta3.orig/src/Makefile	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/src/Makefile	2011-07-14 06:47:51.001926898 -0400
 @@ -18,12 +18,9 @@
  	backend \
  	backend/utils/mb/conversion_procs \
@@ -143,10 +143,10 @@ diff -Naur a/src/Makefile b/src/Makefile
  
  install-local: installdirs-local
  	$(INSTALL_DATA) Makefile.global '$(DESTDIR)$(pgxsdir)/$(subdir)/Makefile.global'
-diff -Naur a/src/Makefile.global.in b/src/Makefile.global.in
---- a/src/Makefile.global.in	2011-04-27 17:17:22.000000000 -0400
-+++ b/src/Makefile.global.in	2011-05-02 18:45:16.765830055 -0400
-@@ -480,6 +480,7 @@
+diff -Naur postgresql-9.1beta3.orig/src/Makefile.global.in postgresql-9.1beta3/src/Makefile.global.in
+--- postgresql-9.1beta3.orig/src/Makefile.global.in	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/src/Makefile.global.in	2011-07-14 06:49:18.006878297 -0400
+@@ -482,6 +482,7 @@
     LDFLAGS += $(PROFILE)
  endif
  
@@ -154,9 +154,9 @@ diff -Naur a/src/Makefile.global.in b/src/Makefile.global.in
  
  ##########################################################################
  #
-diff -Naur a/src/bin/Makefile b/src/bin/Makefile
---- a/src/bin/Makefile	2011-04-27 17:17:22.000000000 -0400
-+++ b/src/bin/Makefile	2011-05-02 18:47:05.106384704 -0400
+diff -Naur postgresql-9.1beta3.orig/src/bin/Makefile postgresql-9.1beta3/src/bin/Makefile
+--- postgresql-9.1beta3.orig/src/bin/Makefile	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/src/bin/Makefile	2011-07-14 06:50:50.241526233 -0400
 @@ -13,8 +13,7 @@
  top_builddir = ../..
  include $(top_builddir)/src/Makefile.global
@@ -164,12 +164,12 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile
 -SUBDIRS = initdb pg_ctl pg_dump \
 -	psql scripts pg_config pg_controldata pg_resetxlog pg_basebackup
 +SUBDIRS = initdb pg_ctl pg_controldata pg_resetxlog pg_basebackup
+ 
  ifeq ($(PORTNAME), win32)
- SUBDIRS+=pgevent
- endif
-diff -Naur a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile
---- a/src/bin/initdb/Makefile	2011-04-27 17:17:22.000000000 -0400
-+++ b/src/bin/initdb/Makefile	2011-05-02 18:48:35.636848175 -0400
+ SUBDIRS += pgevent
+diff -Naur postgresql-9.1beta3.orig/src/bin/initdb/Makefile postgresql-9.1beta3/src/bin/initdb/Makefile
+--- postgresql-9.1beta3.orig/src/bin/initdb/Makefile	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/src/bin/initdb/Makefile	2011-07-14 06:51:45.035409539 -0400
 @@ -16,7 +16,7 @@
  top_builddir = ../../..
  include $(top_builddir)/src/Makefile.global
@@ -179,9 +179,9 @@ diff -Naur a/src/bin/initdb/Makefile b/src/bin/initdb/Makefile
  
  OBJS=	initdb.o encnames.o pqsignal.o $(WIN32RES)
  
-diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
---- a/src/include/pg_config_manual.h	2011-04-27 17:17:22.000000000 -0400
-+++ b/src/include/pg_config_manual.h	2011-05-02 18:49:38.277168861 -0400
+diff -Naur postgresql-9.1beta3.orig/src/include/pg_config_manual.h postgresql-9.1beta3/src/include/pg_config_manual.h
+--- postgresql-9.1beta3.orig/src/include/pg_config_manual.h	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/src/include/pg_config_manual.h	2011-07-14 06:52:41.122154922 -0400
 @@ -141,7 +141,7 @@
   * here's where to twiddle it.  You can also override this at runtime
   * with the postmaster's -k switch.
@@ -191,9 +191,9 @@ diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
  
  /*
   * The random() function is expected to yield values between 0 and
-diff -Naur a/src/port/Makefile b/src/port/Makefile
---- a/src/port/Makefile	2011-04-27 17:17:22.000000000 -0400
-+++ b/src/port/Makefile	2011-05-02 18:50:27.707421919 -0400
+diff -Naur postgresql-9.1beta3.orig/src/port/Makefile postgresql-9.1beta3/src/port/Makefile
+--- postgresql-9.1beta3.orig/src/port/Makefile	2011-07-07 20:12:33.000000000 -0400
++++ postgresql-9.1beta3/src/port/Makefile	2011-07-14 06:53:45.988390846 -0400
 @@ -37,11 +37,10 @@
  # foo_srv.o and foo.o are both built from foo.c, but only foo.o has -DFRONTEND
  OBJS_SRV = $(OBJS:%.o=%_srv.o)



             reply	other threads:[~2011-07-14 10:55 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-07-14 10:55 Aaron Swenson [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-09-18 18:22 [gentoo-commits] proj/pgsql-patches:9.1 commit in: / Aaron Swenson
2011-09-17 15:15 Aaron Swenson
2011-08-27 22:00 Aaron Swenson
2011-08-08 10:58 Aaron Swenson
2011-07-13 21:52 Aaron Swenson
2011-07-04 22:55 Aaron Swenson
2011-07-04 22:55 Aaron Swenson
2011-07-04 22:55 Aaron Swenson
2011-03-30  9:49 Aaron Swenson
2011-03-30  9:49 Aaron Swenson
2011-03-19 23:27 Aaron Swenson
2011-03-19 22:51 Aaron Swenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e1bc1e281fab3afa90d7ac66f033e8de0d161141.titanofold@gentoo \
    --to=titanofold@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox