public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/pgsql-patches:8.4 commit in: /
@ 2011-03-20 22:52 Aaron Swenson
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Swenson @ 2011-03-20 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8ffd04e593bede129d5c6c50f1c5994b4f12e31b
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 21:54:01 2011 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 21:54:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=8ffd04e5

Don't really need the postgresql-${SLOT} in the name of the files.

---
 postgresql-8.4-SuperH.patch => SuperH.patch     |    0
 postgresql-8.4-autoconf.patch => autoconf.patch |    0
 postgresql-8.4-base.patch => base.patch         |    0
 postgresql-8.4-darwin.patch => darwin.patch     |    0
 postgresql-8.4-regress.patch => regress.patch   |    0
 postgresql-8.4-server.patch => server.patch     |    0
 6 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/postgresql-8.4-SuperH.patch b/SuperH.patch
similarity index 100%
rename from postgresql-8.4-SuperH.patch
rename to SuperH.patch

diff --git a/postgresql-8.4-autoconf.patch b/autoconf.patch
similarity index 100%
rename from postgresql-8.4-autoconf.patch
rename to autoconf.patch

diff --git a/postgresql-8.4-base.patch b/base.patch
similarity index 100%
rename from postgresql-8.4-base.patch
rename to base.patch

diff --git a/postgresql-8.4-darwin.patch b/darwin.patch
similarity index 100%
rename from postgresql-8.4-darwin.patch
rename to darwin.patch

diff --git a/postgresql-8.4-regress.patch b/regress.patch
similarity index 100%
rename from postgresql-8.4-regress.patch
rename to regress.patch

diff --git a/postgresql-8.4-server.patch b/server.patch
similarity index 100%
rename from postgresql-8.4-server.patch
rename to server.patch



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/pgsql-patches:8.4 commit in: /
@ 2011-03-20 22:52 Aaron Swenson
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Swenson @ 2011-03-20 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     18b36c7f1399792245ae600f612a538fe2298946
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 22:42:03 2011 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 22:42:03 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=18b36c7f

split out ldflags patch

---
 ldflags.patch |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/ldflags.patch b/ldflags.patch
new file mode 100644
index 0000000..e6a7fed
--- /dev/null
+++ b/ldflags.patch
@@ -0,0 +1,9 @@
+diff -Naur a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux
+--- a/src/makefiles/Makefile.linux	2011-01-27 21:23:36.000000000 -0500
++++ b/src/makefiles/Makefile.linux	2011-03-20 14:58:42.743200540 -0400
+@@ -11,4 +11,4 @@
+ endif
+ 
+ %.so: %.o
+-	$(CC) $(CFLAGS) -shared -o $@ $<
++	$(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ $<



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/pgsql-patches:8.4 commit in: /
@ 2011-03-20 22:52 Aaron Swenson
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Swenson @ 2011-03-20 22:52 UTC (permalink / raw
  To: gentoo-commits

commit:     b8c304d23c4524ebe496d0e7b9b264cc03ee782e
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 20 22:43:18 2011 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Sun Mar 20 22:43:18 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=b8c304d2

Split out ldflags patch

---
 server.patch |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

diff --git a/server.patch b/server.patch
index 0098566..4366c2b 100644
--- a/server.patch
+++ b/server.patch
@@ -171,16 +171,6 @@ 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/makefiles/Makefile.linux b/src/makefiles/Makefile.linux
---- a/src/makefiles/Makefile.linux	2011-01-27 21:23:36.000000000 -0500
-+++ b/src/makefiles/Makefile.linux	2011-03-20 14:58:42.743200540 -0400
-@@ -11,4 +11,4 @@
- endif
- 
- %.so: %.o
--	$(CC) $(CFLAGS) -shared -o $@ $<
-+	$(CC) $(CFLAGS) $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@ $<
-diff -Naur a/src/port/Makefile b/src/port/Makefile
 --- a/src/port/Makefile	2011-01-27 21:23:36.000000000 -0500
 +++ b/src/port/Makefile	2011-03-20 14:49:33.936295541 -0400
 @@ -39,11 +39,10 @@



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/pgsql-patches:8.4 commit in: /
@ 2011-08-08 10:58 Aaron Swenson
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Swenson @ 2011-08-08 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     609c0bd58625abc7c87297424269dc7ab010981c
Author:     Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  2 00:27:55 2011 +0000
Commit:     Aaron Swenson <titanofold <AT> gentoo <DOT> org>
CommitDate: Tue Aug  2 00:27:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/pgsql-patches.git;a=commit;h=609c0bd5

bool.patch to fix PPC{,64} defining it to . . . something. pg_ctl-exit-status.patch to emit the proper exit status when server isn't running.

---
 bool.patch               |   11 +++++++++++
 pg_ctl-exit-status.patch |   12 ++++++++++++
 2 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/bool.patch b/bool.patch
new file mode 100644
index 0000000..a338be6
--- /dev/null
+++ b/bool.patch
@@ -0,0 +1,11 @@
+diff -Naur a/src/include/c.h b/src/include/c.h
+--- a/src/include/c.h	2011-04-14 23:19:01.000000000 -0400
++++ b/src/include/c.h	2011-07-31 18:23:00.648671437 -0400
+@@ -170,6 +170,7 @@
+  */
+ 
+ #ifndef __cplusplus
++#undef bool
+ 
+ #ifndef bool
+ typedef char bool;

diff --git a/pg_ctl-exit-status.patch b/pg_ctl-exit-status.patch
new file mode 100644
index 0000000..f55c9ac
--- /dev/null
+++ b/pg_ctl-exit-status.patch
@@ -0,0 +1,12 @@
+diff -Naur a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c
+--- a/src/bin/pg_ctl/pg_ctl.c	2011-04-14 23:18:15.000000000 -0400
++++ b/src/bin/pg_ctl/pg_ctl.c	2011-08-01 19:44:54.009993121 -0400
+@@ -975,7 +975,7 @@
+ 		}
+ 	}
+ 	printf(_("%s: no server running\n"), progname);
+-	exit(1);
++	exit(3);
+ }
+ 
+ 



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-08-08 10:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-20 22:52 [gentoo-commits] proj/pgsql-patches:8.4 commit in: / Aaron Swenson
  -- strict thread matches above, loose matches on Subject: below --
2011-08-08 10:58 Aaron Swenson
2011-03-20 22:52 Aaron Swenson
2011-03-20 22:52 Aaron Swenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox