From 27b6c453e904d6a8513f01fd9dc357eea334b82c Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Thu, 1 Feb 2007 00:22:58 +0000 Subject: [PATCH] * updated postgresql (8.1.6 -> 8.2.1), updated build_contrib.diff to apply again. git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20089 10447126-35f2-4685-b0cf-6dd780d3921f --- database/postgresql/build_contrib.diff | 18 ++++++++++-------- database/postgresql/postgresql.desc | 4 ++-- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/database/postgresql/build_contrib.diff b/database/postgresql/build_contrib.diff index c9fe20068..f7294071d 100644 --- a/database/postgresql/build_contrib.diff +++ b/database/postgresql/build_contrib.diff @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../postgresql/build_contrib.diff -# Copyright (C) 2006 The OpenSDE Project +# Copyright (C) 2007 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -14,9 +14,9 @@ # version. # --- SDE-COPYRIGHT-NOTE-END --- ---- ./GNUmakefile.in.orig 2006-11-20 11:11:37.000000000 +0100 -+++ ./GNUmakefile.in 2006-11-20 11:20:30.000000000 +0100 -@@ -12,18 +12,21 @@ +--- ./GNUmakefile.in.orig 2006-08-18 22:58:05.000000000 +0300 ++++ ./GNUmakefile.in 2007-01-15 20:36:08.629793000 +0200 +@@ -12,19 +12,22 @@ $(MAKE) -C doc all $(MAKE) -C src all $(MAKE) -C config all @@ -30,11 +30,13 @@ + $(MAKE) -C contrib $@ @echo "PostgreSQL installation complete." - installdirs uninstall distprep: + installdirs uninstall: $(MAKE) -C doc $@ $(MAKE) -C src $@ $(MAKE) -C config $@ +- + $(MAKE) -C contrib $@ - - # clean, distclean, etc should apply to contrib too, even though - # it's not built by default ++ + distprep: + $(MAKE) -C doc $@ + $(MAKE) -C src $@ diff --git a/database/postgresql/postgresql.desc b/database/postgresql/postgresql.desc index 71e28dc22..d481f7212 100644 --- a/database/postgresql/postgresql.desc +++ b/database/postgresql/postgresql.desc @@ -35,8 +35,8 @@ [L] OpenSource [S] Stable -[V] 8.1.6 +[V] 8.2.1 [P] X -----5---9 126.000 -[D] 598130776 postgresql-8.1.6.tar.bz2 ftp://ftp.postgresql.org/pub/source/v8.1.6/ +[D] 1123932346 postgresql-8.2.1.tar.bz2 ftp://ftp.postgresql.org/pub/source/v8.2.1/