Browse Source

postgresql: Updated (8.4.8 -> 9.1.0)

user/amery/next/luajit
Nagy Karoly Gabriel 13 years ago
parent
commit
d01a73e989
  1. 35
      database/postgresql/build_contrib.diff
  2. 4
      database/postgresql/postgresql.desc

35
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) 2007 The OpenSDE Project
# Copyright (C) 2011 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,29 +14,14 @@
# 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 @@
$(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."
--- ./GNUmakefile.in.orig 2011-09-08 23:13:27.000000000 +0200
+++ ./GNUmakefile.in 2011-09-14 13:52:24.616084457 +0200
@@ -8,7 +8,7 @@
top_builddir = .
include $(top_builddir)/src/Makefile.global
install:
$(MAKE) -C doc $@
$(MAKE) -C src $@
$(MAKE) -C config $@
+ $(MAKE) -C contrib $@
@echo "PostgreSQL installation complete."
-$(call recurse,all install,src config)
+$(call recurse,world,src config contrib,all)
installdirs uninstall:
$(MAKE) -C doc $@
$(MAKE) -C src $@
$(MAKE) -C config $@
-
+ $(MAKE) -C contrib $@
+
distprep:
$(MAKE) -C doc $@
$(MAKE) -C src $@
all:
+@echo "All of PostgreSQL successfully made. Ready to install."

4
database/postgresql/postgresql.desc

@ -35,8 +35,8 @@
[L] OpenSource
[S] Stable
[V] 8.4.8
[V] 9.1.0
[P] X -----5---9 126.000
[D] 2486259979 postgresql-8.4.8.tar.bz2 http://ftp.de.postgresql.org/packages/databases/PostgreSQL/source/v8.4.8/
[D] 3928393614 postgresql-9.1.0.tar.bz2 http://ftp.de.postgresql.org/packages/databases/PostgreSQL/source/v9.1.0/

Loading…
Cancel
Save