Wed Aug 4 06:00:55 2010 UTC ()
Prepare for databases/postgresql84-dblink


(mbalmer)
diff -r1.5 -r1.6 pkgsrc/databases/postgresql84/distinfo
diff -r1.2 -r1.3 pkgsrc/databases/postgresql84/files/Makefile.libtool
diff -r0 -r1.1 pkgsrc/databases/postgresql84/patches/patch-ao

cvs diff -r1.5 -r1.6 pkgsrc/databases/postgresql84/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/postgresql84/Attic/distinfo 2010/05/20 12:36:38 1.5
+++ pkgsrc/databases/postgresql84/Attic/distinfo 2010/08/04 06:00:55 1.6
@@ -1,14 +1,15 @@ @@ -1,14 +1,15 @@
1$NetBSD: distinfo,v 1.5 2010/05/20 12:36:38 adam Exp $ 1$NetBSD: distinfo,v 1.6 2010/08/04 06:00:55 mbalmer Exp $
2 2
3SHA1 (postgresql-8.4.4.tar.bz2) = 02592977a601976f8bae7bc3a5c69710d4d0344d 3SHA1 (postgresql-8.4.4.tar.bz2) = 02592977a601976f8bae7bc3a5c69710d4d0344d
4RMD160 (postgresql-8.4.4.tar.bz2) = d2d45112c19a2f20d49ab82bd8f86b6ace7decd3 4RMD160 (postgresql-8.4.4.tar.bz2) = d2d45112c19a2f20d49ab82bd8f86b6ace7decd3
5Size (postgresql-8.4.4.tar.bz2) = 13853838 bytes 5Size (postgresql-8.4.4.tar.bz2) = 13853838 bytes
6SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f 6SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f
7SHA1 (patch-ab) = 3cf9c7f0f812d2e41681281538c3f707cec232c3 7SHA1 (patch-ab) = 3cf9c7f0f812d2e41681281538c3f707cec232c3
8SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb 8SHA1 (patch-ac) = 0b82797d0b80bdd1e9b5f3de4989fe3848adf6cb
9SHA1 (patch-ad) = fb75df841bbcc25e840ed9c2fed59232d7189200 9SHA1 (patch-ad) = fb75df841bbcc25e840ed9c2fed59232d7189200
10SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936 10SHA1 (patch-af) = a73769cf05223d2ee06249c9e69c85038c2cd936
11SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214 11SHA1 (patch-ag) = 85dac95e40efc16270885087f868aeb76e1b9214
12SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64 12SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64
13SHA1 (patch-ai) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc 13SHA1 (patch-ai) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc
14SHA1 (patch-an) = a1e7f421a101cf9ccddcaf3ce17aa1847cf76310 14SHA1 (patch-an) = a1e7f421a101cf9ccddcaf3ce17aa1847cf76310
 15SHA1 (patch-ao) = 81e2ecb62e78e7f5103314db03b7cbb367ee9f10

cvs diff -r1.2 -r1.3 pkgsrc/databases/postgresql84/files/Attic/Makefile.libtool (expand / switch to unified diff)

--- pkgsrc/databases/postgresql84/files/Attic/Makefile.libtool 2010/08/01 17:01:02 1.2
+++ pkgsrc/databases/postgresql84/files/Attic/Makefile.libtool 2010/08/04 06:00:55 1.3
@@ -1,51 +1,55 @@ @@ -1,51 +1,55 @@
1#------------------------------------------------------------------------- 1#-------------------------------------------------------------------------
2# 2#
3# Makefile.libtool 3# Makefile.libtool
4# Common rules for buildling libtool archives 4# Common rules for buildling libtool archives
5# 5#
6# IDENTIFICATION 6# IDENTIFICATION
7# $NetBSD: Makefile.libtool,v 1.2 2010/08/01 17:01:02 jdolecek Exp $ 7# $NetBSD: Makefile.libtool,v 1.3 2010/08/04 06:00:55 mbalmer Exp $
8# 8#
9#------------------------------------------------------------------------- 9#-------------------------------------------------------------------------
10 10
11## 11##
12## Hacks/workarounds for makefiles in certain directories 12## Hacks/workarounds for makefiles in certain directories
13## 13##
14 14
15# The following directories are building loadable shared modules, not 15# The following directories are building loadable shared modules, not
16# shared libraries. 16# shared libraries.
17# 17#
18ifneq (,$(findstring src/backend/utils/mb/conversion_procs/,$(subdir))) 18ifneq (,$(findstring src/backend/utils/mb/conversion_procs/,$(subdir)))
19shmodule = yes 19shmodule = yes
20else 20else
21ifneq (,$(findstring src/backend/snowball,$(subdir))) 21ifneq (,$(findstring src/backend/snowball,$(subdir)))
22shmodule = yes 22shmodule = yes
23else 23else
24ifneq (,$(findstring src/pl/,$(subdir))) 24ifneq (,$(findstring src/pl/,$(subdir)))
25shmodule = yes 25shmodule = yes
26else 26else
27ifneq (,$(findstring contrib/adminpack,$(subdir))) 27ifneq (,$(findstring contrib/adminpack,$(subdir)))
28shmodule = yes 28shmodule = yes
29else 29else
30ifneq (,$(findstring contrib/pgcrypto,$(subdir))) 30ifneq (,$(findstring contrib/pgcrypto,$(subdir)))
31shmodule = yes 31shmodule = yes
32else 32else
 33ifneq (,$(findstring contrib/dblink,$(subdir)))
 34shmodule = yes
 35else
33shmodule = no 36shmodule = no
34endif 37endif
35endif 38endif
36endif 39endif
37endif 40endif
38endif 41endif
 42endif
39 43
40# Fix dependencies in some makefiles that assume the target matches 44# Fix dependencies in some makefiles that assume the target matches
41# %.o so that when built for libtool, the target matches the corresponding 45# %.o so that when built for libtool, the target matches the corresponding
42# %.lo. 46# %.lo.
43# 47#
44ifeq ($(subdir), src/interfaces/ecpg/ecpglib) 48ifeq ($(subdir), src/interfaces/ecpg/ecpglib)
45path.lo: path.c $(top_builddir)/src/port/pg_config_paths.h 49path.lo: path.c $(top_builddir)/src/port/pg_config_paths.h
46endif 50endif
47 51
48ifeq ($(subdir), src/interfaces/libpq) 52ifeq ($(subdir), src/interfaces/libpq)
49fe-connect.lo: fe-connect.c $(top_builddir)/src/port/pg_config_paths.h 53fe-connect.lo: fe-connect.c $(top_builddir)/src/port/pg_config_paths.h
50endif 54endif
51 55

File Added: pkgsrc/databases/postgresql84/patches/Attic/patch-ao
--- contrib/dblink/dblink.c.orig	2010-08-01 14:56:33.000000000 +0200
+++ contrib/dblink/dblink.c	2010-08-01 14:56:47.000000000 +0200
@@ -58,7 +58,7 @@
 #include "utils/array.h"
 #include "utils/builtins.h"
 #include "utils/dynahash.h"
-#include "utils/fmgroids.h"
+#include "postgresql/server/utils/fmgroids.h"
 #include "utils/hsearch.h"
 #include "utils/lsyscache.h"
 #include "utils/memutils.h"