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: Mon, 04 Jul 2011 22:56:11
Message-Id: 04438018ea6236a1018e5e3a3676fcc755358664.titanofold@gentoo
1 commit: 04438018ea6236a1018e5e3a3676fcc755358664
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 4 22:55:13 2011 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 4 22:55:13 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=04438018
7
8 Adding 'pg_dump' back in.
9
10 ---
11 base.patch | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/base.patch b/base.patch
15 index 9c53e1b..4c8d1b2 100644
16 --- a/base.patch
17 +++ b/base.patch
18 @@ -133,7 +133,7 @@ diff -Naur a/src/bin/Makefile b/src/bin/Makefile
19
20 -SUBDIRS = initdb pg_ctl pg_dump \
21 - psql scripts pg_config pg_controldata pg_resetxlog pg_basebackup
22 -+SUBDIRS = psql scripts pg_config
23 ++SUBDIRS = pg_dump psql scripts pg_config
24 ifeq ($(PORTNAME), win32)
25 SUBDIRS+=pgevent
26 endif