Browse Source

postgresql: Updated (8.4.4 -> 9.0.1)

user/karasz/next/postgresql
Nagy Karoly Gabriel 15 years ago
parent
commit
74a25ce2c2
  1. 41
      database/postgresql/no_sgml.patch
  2. 7
      database/postgresql/postgresql.conf
  3. 6
      database/postgresql/postgresql.desc

41
database/postgresql/build_contrib.diff → database/postgresql/no_sgml.patch

@ -1,8 +1,8 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../postgresql/build_contrib.diff
# Copyright (C) 2007 The OpenSDE Project
# Filename: package/.../postgresql/no_sgml.patch
# Copyright (C) 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,29 +14,22 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./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 @@
--- postgresql-9.0.1/GNUmakefile.in.orig 2010-10-01 17:25:44.000000000 +0300
+++ postgresql-9.0.1/GNUmakefile.in 2010-10-08 10:24:13.594910648 +0300
@@ -17,7 +17,6 @@
$(MAKE) -C doc all
world:
- $(MAKE) -C doc all
$(MAKE) -C src all
$(MAKE) -C config all
+ $(MAKE) -C contrib all
@echo "All of PostgreSQL successfully made. Ready to install."
install:
$(MAKE) -C doc $@
$(MAKE) -C src $@
$(MAKE) -C config $@
+ $(MAKE) -C contrib $@
@echo "PostgreSQL installation complete."
$(MAKE) -C contrib all
@@ -35,7 +34,6 @@
$(MAKE) -C doc install
installdirs uninstall:
$(MAKE) -C doc $@
$(MAKE) -C src $@
$(MAKE) -C config $@
-
+ $(MAKE) -C contrib $@
+
distprep:
$(MAKE) -C doc $@
$(MAKE) -C src $@
install-world:
- $(MAKE) -C doc install
$(MAKE) -C src install
$(MAKE) -C config install
$(MAKE) -C contrib install

7
database/postgresql/postgresql.conf

@ -34,8 +34,11 @@ fi
# check if we should build and install the contributed 3rd. party
# applications and tools
[ "$SDECFG_PKG_POSTGRESQL_CONTRIB" == 0 ] ||
var_append patchfiles ' ' "$confdir/build_contrib.diff"
if [ "$SDECFG_PKG_POSTGRESQL_CONTRIB" == 1 ]; then
var_append makeopt ' ' "world"
var_append makeinstopt ' ' "install-world"
fi
var_append extraconfopt " " "--with-gnu-ld"

6
database/postgresql/postgresql.desc

@ -35,8 +35,8 @@
[L] OpenSource
[S] Stable
[V] 8.4.4
[P] X -----5---9 126.000
[V] 9.0.1
[P] X -----5---9 128.000
[D] 1896981238 postgresql-8.4.4.tar.bz2 http://ftp.de.postgresql.org/packages/databases/PostgreSQL/source/v8.4.4/
[D] 1491558293 postgresql-9.0.1.tar.bz2 http://ftp.de.postgresql.org/packages/databases/PostgreSQL/source/v9.0.1/

Loading…
Cancel
Save