[csw-devel] SF.net SVN: gar:[19353] csw/mgar/pkg/postgresql/branches/postgresql-8.4
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Tue Oct 2 13:02:58 CEST 2012
Revision: 19353
http://gar.svn.sourceforge.net/gar/?rev=19353&view=rev
Author: guengel
Date: 2012-10-02 11:02:58 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
postgresql/branches/postgresql-8.4: new upstream release
Modified Paths:
--------------
csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile
csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums
csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/0002-Run-tests-in-var-tmp-pgsql-tmp_check.patch
csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile 2012-10-02 10:04:36 UTC (rev 19352)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile 2012-10-02 11:02:58 UTC (rev 19353)
@@ -90,7 +90,7 @@
BASE_VERSION = 8.4
VERSION_NODOT = $(subst .,_,$(BASE_VERSION))
BASE_VERSION_NODOT = $(subst .,,$(BASE_VERSION))
-PATCHLEVEL = 13
+PATCHLEVEL = 14
VERSION = $(BASE_VERSION).$(PATCHLEVEL)
CATEGORIES = apps
@@ -274,11 +274,8 @@
PKGFILES_CSW$(NAME)$(BASE_VERSION_NODOT)-server += .*/CSW$(NAME)$(BASE_VERSION_NODOT)-server.postmsg
PKGFILES_CSW$(NAME)$(BASE_VERSION_NODOT)-server += .*$(docdir)/$(NAME)$(BASE_VERSION_NODOT)_server/README.CSW
PKGFILES_CSW$(NAME)$(BASE_VERSION_NODOT)-server += .*$(docdir)/$(NAME)$(BASE_VERSION_NODOT)_server/changelog.CSW
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibreadline6
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibssl1-0-0
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibz1
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibpq5
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibxslt1
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibxml2-2
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibgssapi-krb5-2
#CHECKPKG_OVERRIDES_CSW$(NAME)$(BASE_VERSION_NODOT)-server = $(foreach n,$(SO_NAMES_SERVER), soname-not-part-of-filename|soname=lib$(n).0|filename=$(n) )
@@ -299,9 +296,6 @@
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibssl1-0-0
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibz1
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibpq5
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibxslt1
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibxml2-2
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibgssapi-krb5-2
#ALTERNATIVES_CSW$(NAME)$(BASE_VERSION_NODOT)-client = $(foreach i,$(NEEDED_ISAS), client_$(i))
PACKAGES += CSW$(NAME)$(BASE_VERSION_NODOT)-contrib
@@ -319,8 +313,6 @@
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibpq5
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibxslt1
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibxml2-2
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibgssapi-krb5-2
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibreadline6
# This will produce some 'unused overrides'.
#CHECKPKG_OVERRIDES_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib = $(foreach n,$(SO_NAMES_CONTRIB), soname-not-part-of-filename|soname=lib$(n).0|filename=$(n) )
#ALTERNATIVES_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib = $(foreach i,$(NEEDED_ISAS), contrib_$(i))
@@ -366,7 +358,6 @@
PKGFILES_CSWlibecpg-compat3 += .*/libecpg_compat3/changelog.CSW
RUNTIME_DEP_PKGS_CSWlibecpg-compat3 = CSWlibecpg6
RUNTIME_DEP_PKGS_CSWlibecpg-compat3 += CSWlibpgtypes3
-RUNTIME_DEP_PKGS_CSWlibecpg-compat3 += CSWlibpq5
PACKAGES += CSWlibecpg6
SPKG_DESC_CSWlibecpg6 = PostgreSQL $(VERSION), libecpg
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums 2012-10-02 10:04:36 UTC (rev 19352)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums 2012-10-02 11:02:58 UTC (rev 19353)
@@ -1 +1 @@
-220657cf9c37e6688c7501d28b2ce8ef postgresql-8.4.13.tar.bz2
+f35bb3698bade8065dc53ac15f00214d postgresql-8.4.14.tar.bz2
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/0002-Run-tests-in-var-tmp-pgsql-tmp_check.patch
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/0002-Run-tests-in-var-tmp-pgsql-tmp_check.patch 2012-10-02 10:04:36 UTC (rev 19352)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/0002-Run-tests-in-var-tmp-pgsql-tmp_check.patch 2012-10-02 11:02:58 UTC (rev 19353)
@@ -16,8 +16,8 @@
check: all
- $(pg_regress_call) --temp-install=./tmp_check --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) $(TEMP_CONF)
-+ install -d /var/tmp/pgsql/tmp_check
-+ $(pg_regress_call) --temp-install=/var/tmp/pgsql/tmp_check --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) $(TEMP_CONF)
++ install -d /var/tmp/pgsql/tmp_check/84
++ $(pg_regress_call) --temp-install=/var/tmp/pgsql/tmp_check/84 --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) $(TEMP_CONF)
installcheck: all
$(pg_regress_call) --psqldir="$(PSQLDIR)" --schedule=$(srcdir)/serial_schedule
@@ -26,7 +26,7 @@
bigcheck: all
- $(pg_regress_call) --temp-install=./tmp_check --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) numeric_big
-+ $(pg_regress_call) --temp-install=/var/tmp/pgsql/tmp_check --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) numeric_big
++ $(pg_regress_call) --temp-install=/var/tmp/pgsql/tmp_check/84 --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) numeric_big
##
@@ -35,7 +35,7 @@
rm -f $(output_files) $(input_files)
rm -rf testtablespace
- rm -rf results tmp_check log
-+ rm -rf results /var/tmp/pgsql/tmp_check log
++ rm -rf results /var/tmp/pgsql/tmp_check/84 log
rm -f regression.diffs regression.out regress.out run_check.out
--
1.7.6.1
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW 2012-10-02 10:04:36 UTC (rev 19352)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW 2012-10-02 11:02:58 UTC (rev 19353)
@@ -1,3 +1,10 @@
+postgresql84 (8.4.14,REV=2012.10.02)
+
+ * New upstream release 8.4.14.
+
+ -- Rafael Ostertag <raos at opencsw.org> Tue, 02 Oct 2012 07:40:08+0200
+
+
postgresql84 (8.4.13,REV=2012.08.22)
* New upstream release 8.4.13.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list