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. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../postgresql/build_contrib.diff # 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. # More information can be found in the files COPYING and README.
# #
@ -14,29 +14,14 @@
# version. # version.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
--- ./GNUmakefile.in.orig 2006-08-18 22:58:05.000000000 +0300 --- ./GNUmakefile.in.orig 2011-09-08 23:13:27.000000000 +0200
+++ ./GNUmakefile.in 2007-01-15 20:36:08.629793000 +0200 +++ ./GNUmakefile.in 2011-09-14 13:52:24.616084457 +0200
@@ -12,19 +12,22 @@ @@ -8,7 +8,7 @@
$(MAKE) -C doc all top_builddir = .
$(MAKE) -C src all include $(top_builddir)/src/Makefile.global
$(MAKE) -C config all
+ $(MAKE) -C contrib all
@echo "All of PostgreSQL successfully made. Ready to install."
install: -$(call recurse,all install,src config)
$(MAKE) -C doc $@ +$(call recurse,world,src config contrib,all)
$(MAKE) -C src $@
$(MAKE) -C config $@
+ $(MAKE) -C contrib $@
@echo "PostgreSQL installation complete."
installdirs uninstall: all:
$(MAKE) -C doc $@ +@echo "All of PostgreSQL successfully made. Ready to install."
$(MAKE) -C src $@
$(MAKE) -C config $@
-
+ $(MAKE) -C contrib $@
+
distprep:
$(MAKE) -C doc $@
$(MAKE) -C src $@

4
database/postgresql/postgresql.desc

@ -35,8 +35,8 @@
[L] OpenSource [L] OpenSource
[S] Stable [S] Stable
[V] 8.4.8 [V] 9.1.0
[P] X -----5---9 126.000 [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