From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R4wcK-0003Hr-Vv for garchives@archives.gentoo.org; Sat, 17 Sep 2011 15:15:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDCE721C118; Sat, 17 Sep 2011 15:15:37 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 9E3F621C118 for ; Sat, 17 Sep 2011 15:15:37 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 272F81B4014 for ; Sat, 17 Sep 2011 15:15:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3B44580044 for ; Sat, 17 Sep 2011 15:15:36 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <50aff85462fdb2bbac83a3b70752872d04d7a41e.titanofold@gentoo> Subject: [gentoo-commits] proj/pgsql-patches:9.1 commit in: / X-VCS-Repository: proj/pgsql-patches X-VCS-Files: autoconf.patch base.patch X-VCS-Directories: / X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 50aff85462fdb2bbac83a3b70752872d04d7a41e Date: Sat, 17 Sep 2011 15:15:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 6b1a59e70004e9a91d762f8b9f2cf55e commit: 50aff85462fdb2bbac83a3b70752872d04d7a41e Author: Aaron W. Swenson gentoo org> AuthorDate: Sat Sep 17 15:15:00 2011 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Sat Sep 17 15:15:00 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pgsql-patches= .git;a=3Dcommit;h=3D50aff854 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 @@ =20 - AC_INIT([PostgreSQL], [9.1rc1], [pgsql-bugs@postgresql.org]) + AC_INIT([PostgreSQL], [9.1.0], [pgsql-bugs@postgresql.org]) =20 -m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.63], [], [m4_fatal([Autoconf ve= rsion 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 =20 @@ -59,8 +59,8 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile ifeq ($(with_ossp_uuid),yes) SUBDIRS +=3D 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 @@ =20 #######################################################################= ### @@ -105,8 +105,8 @@ diff -Naur a/src/backend/Makefile b/src/backend/Makef= ile 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 =3D ../.. include $(top_builddir)/src/Makefile.global @@ -118,8 +118,8 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile ifeq ($(PORTNAME), win32) SUBDIRS +=3D pgevent diff -Naur a/src/include/pg_config_manual.h b/src/include/pg_config_manu= al.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/inc= lude/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 @@ =20 SUBDIRS =3D \