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 1Q4s2N-0005q3-6m for garchives@archives.gentoo.org; Wed, 30 Mar 2011 09:50:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90B501C099; Wed, 30 Mar 2011 09:49:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 51AD91C099 for ; Wed, 30 Mar 2011 09:49:56 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C184B1BC0EF for ; Wed, 30 Mar 2011 09:49:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 2FE7D8006D for ; Wed, 30 Mar 2011 09:49:55 +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: <9b91cddb03b5c23d9e7f583520586afad2ced728.titanofold@gentoo> Subject: [gentoo-commits] proj/pgsql-patches:9.1 commit in: / X-VCS-Repository: proj/pgsql-patches X-VCS-Files: base.patch X-VCS-Directories: / X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: 9b91cddb03b5c23d9e7f583520586afad2ced728 Date: Wed, 30 Mar 2011 09:49:55 +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: 499fee3877db232322a75488b52f8e88 commit: 9b91cddb03b5c23d9e7f583520586afad2ced728 Author: Aaron W. Swenson gentoo org> AuthorDate: Wed Mar 30 09:49:16 2011 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Wed Mar 30 09:49:16 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pgsql-patches= .git;a=3Dcommit;h=3D9b91cddb Updated for 9.1alpha5 --- base.patch | 27 +++++++++++++-------------- 1 files changed, 13 insertions(+), 14 deletions(-) diff --git a/base.patch b/base.patch index cf2cb3f..c55bb77 100644 --- a/base.patch +++ b/base.patch @@ -1,7 +1,7 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile ---- a/contrib/Makefile 2011-03-09 09:19:24.000000000 -0500 -+++ b/contrib/Makefile 2011-03-18 18:44:16.832829001 -0400 -@@ -5,55 +5,10 @@ +--- a/contrib/Makefile 2011-03-28 09:42:09.000000000 -0400 ++++ b/contrib/Makefile 2011-03-29 20:18:08.394999851 -0400 +@@ -5,54 +5,10 @@ include $(top_builddir)/src/Makefile.global =20 SUBDIRS =3D \ @@ -53,13 +53,12 @@ diff -Naur a/contrib/Makefile b/contrib/Makefile -ifeq ($(with_openssl),yes) -SUBDIRS +=3D sslinfo -endif -- +=20 ifeq ($(with_ossp_uuid),yes) SUBDIRS +=3D uuid-ossp - endif diff -Naur a/src/Makefile b/src/Makefile ---- a/src/Makefile 2011-03-09 09:19:24.000000000 -0500 -+++ b/src/Makefile 2011-03-18 18:52:50.115898001 -0400 +--- a/src/Makefile 2011-03-28 09:42:09.000000000 -0400 ++++ b/src/Makefile 2011-03-29 20:19:45.356494851 -0400 @@ -14,17 +14,11 @@ =20 SUBDIRS =3D \ @@ -80,8 +79,8 @@ diff -Naur a/src/Makefile b/src/Makefile # There are too many interdependencies between the subdirectories, so # don't attempt parallel make here. diff -Naur a/src/backend/Makefile b/src/backend/Makefile ---- a/src/backend/Makefile 2011-03-09 09:19:24.000000000 -0500 -+++ b/src/backend/Makefile 2011-03-18 18:48:58.775898001 -0400 +--- a/src/backend/Makefile 2011-03-28 09:42:09.000000000 -0400 ++++ b/src/backend/Makefile 2011-03-29 20:24:25.836184851 -0400 @@ -45,7 +45,7 @@ =20 #######################################################################= ### @@ -100,7 +99,7 @@ diff -Naur a/src/backend/Makefile b/src/backend/Makefi= le =20 # run this unconditionally to avoid needing to know its dependencies he= re: submake-schemapg: -@@ -203,23 +203,7 @@ +@@ -205,23 +205,7 @@ =20 #######################################################################= ### =20 @@ -126,8 +125,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-03-09 09:19:24.000000000 -0500 -+++ b/src/bin/Makefile 2011-03-18 18:50:41.615898001 -0400 +--- a/src/bin/Makefile 2011-03-28 09:42:09.000000000 -0400 ++++ b/src/bin/Makefile 2011-03-29 20:25:34.162004851 -0400 @@ -13,8 +13,7 @@ top_builddir =3D ../.. include $(top_builddir)/src/Makefile.global @@ -139,8 +138,8 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile SUBDIRS+=3Dpgevent endif 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-03-09 09:19:24.000000000 -0500 -+++ b/src/include/pg_config_manual.h 2011-03-18 18:51:36.835898001 -0400 +--- a/src/include/pg_config_manual.h 2011-03-28 09:42:09.000000000 -0400 ++++ b/src/include/pg_config_manual.h 2011-03-29 20:26:50.973579851 -0400 @@ -141,7 +141,7 @@ * here's where to twiddle it. You can also override this at runtime * with the postmaster's -k switch.