From: "Aaron Swenson" <titanofold@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/pgsql-patches:9.1 commit in: /
Date: Sat, 17 Sep 2011 15:15:36 +0000 (UTC) [thread overview]
Message-ID: <50aff85462fdb2bbac83a3b70752872d04d7a41e.titanofold@gentoo> (raw)
commit: 50aff85462fdb2bbac83a3b70752872d04d7a41e
Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 17 15:15:00 2011 +0000
Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sat Sep 17 15:15:00 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=50aff854
Updated for 9.1.0.
---
autoconf.patch | 6 +++---
base.patch | 20 ++++++++++----------
2 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/autoconf.patch b/autoconf.patch
index da62bbf..e68a853 100644
--- a/autoconf.patch
+++ b/autoconf.patch
@@ -1,9 +1,9 @@
diff -Naur a/configure.in b/configure.in
---- a/configure.in 2011-08-18 17:23:13.000000000 -0400
-+++ b/configure.in 2011-08-27 14:31:11.341460966 -0400
+--- a/configure.in 2011-09-08 17:13:27.000000000 -0400
++++ b/configure.in 2011-09-16 21:49:14.560579320 -0400
@@ -19,10 +19,6 @@
- AC_INIT([PostgreSQL], [9.1rc1], [pgsql-bugs@postgresql.org])
+ AC_INIT([PostgreSQL], [9.1.0], [pgsql-bugs@postgresql.org])
-m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf version 2.63 is required.
-Untested combinations of 'autoconf' and PostgreSQL versions are not
diff --git a/base.patch b/base.patch
index 580e08f..25117b0 100644
--- a/base.patch
+++ b/base.patch
@@ -1,6 +1,6 @@
diff -Naur a/contrib/Makefile b/contrib/Makefile
---- a/contrib/Makefile 2011-08-18 17:23:13.000000000 -0400
-+++ b/contrib/Makefile 2011-08-27 14:36:55.246794233 -0400
+--- a/contrib/Makefile 2011-09-08 17:13:27.000000000 -0400
++++ b/contrib/Makefile 2011-09-16 21:58:34.080579316 -0400
@@ -5,56 +5,10 @@
include $(top_builddir)/src/Makefile.global
@@ -59,8 +59,8 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile
ifeq ($(with_ossp_uuid),yes)
SUBDIRS += uuid-ossp
diff -Naur a/src/backend/Makefile b/src/backend/Makefile
---- a/src/backend/Makefile 2011-08-18 17:23:13.000000000 -0400
-+++ b/src/backend/Makefile 2011-08-27 14:40:35.484593573 -0400
+--- a/src/backend/Makefile 2011-09-08 17:13:27.000000000 -0400
++++ b/src/backend/Makefile 2011-09-16 22:01:48.400579314 -0400
@@ -45,7 +45,7 @@
##########################################################################
@@ -105,8 +105,8 @@ diff -Naur a/src/backend/Makefile b/src/backend/Makefile
install-bin: postgres $(POSTGRES_IMP) installdirs
$(INSTALL_PROGRAM) postgres$(X) '$(DESTDIR)$(bindir)/postgres$(X)'
diff -Naur a/src/bin/Makefile b/src/bin/Makefile
---- a/src/bin/Makefile 2011-08-18 17:23:13.000000000 -0400
-+++ b/src/bin/Makefile 2011-08-27 14:41:38.598231520 -0400
+--- a/src/bin/Makefile 2011-09-08 17:13:27.000000000 -0400
++++ b/src/bin/Makefile 2011-09-16 22:03:48.250579314 -0400
@@ -13,8 +13,7 @@
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
@@ -118,8 +118,8 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile
ifeq ($(PORTNAME), win32)
SUBDIRS += pgevent
diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
---- a/src/include/pg_config_manual.h 2011-08-18 17:23:13.000000000 -0400
-+++ b/src/include/pg_config_manual.h 2011-08-27 14:42:56.600368661 -0400
+--- a/src/include/pg_config_manual.h 2011-09-08 17:13:27.000000000 -0400
++++ b/src/include/pg_config_manual.h 2011-09-16 22:27:52.480579304 -0400
@@ -141,7 +141,7 @@
* here's where to twiddle it. You can also override this at runtime
* with the postmaster's -k switch.
@@ -130,8 +130,8 @@ 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/Makefile b/src/Makefile
---- a/src/Makefile 2011-08-18 17:23:13.000000000 -0400
-+++ b/src/Makefile 2011-08-27 14:38:05.049757875 -0400
+--- a/src/Makefile 2011-09-08 17:13:27.000000000 -0400
++++ b/src/Makefile 2011-09-16 22:29:17.650579302 -0400
@@ -14,17 +14,11 @@
SUBDIRS = \
next reply other threads:[~2011-09-17 15:15 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-17 15:15 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-08-27 22:00 Aaron Swenson
2011-08-08 10:58 Aaron Swenson
2011-07-14 10:55 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=50aff85462fdb2bbac83a3b70752872d04d7a41e.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