pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/databases/postgresql84 Prepare for databases/postgresq...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dc77fa58d269
branches: trunk
changeset: 578371:dc77fa58d269
user: mbalmer <mbalmer%pkgsrc.org@localhost>
date: Wed Aug 04 06:00:55 2010 +0000
description:
Prepare for databases/postgresql84-dblink
diffstat:
databases/postgresql84/distinfo | 3 ++-
databases/postgresql84/files/Makefile.libtool | 6 +++++-
databases/postgresql84/patches/patch-ao | 11 +++++++++++
3 files changed, 18 insertions(+), 2 deletions(-)
diffs (58 lines):
diff -r 7528a1450fd4 -r dc77fa58d269 databases/postgresql84/distinfo
--- a/databases/postgresql84/distinfo Wed Aug 04 05:32:53 2010 +0000
+++ b/databases/postgresql84/distinfo Wed Aug 04 06:00:55 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2010/05/20 12:36:38 adam Exp $
+$NetBSD: distinfo,v 1.6 2010/08/04 06:00:55 mbalmer Exp $
SHA1 (postgresql-8.4.4.tar.bz2) = 02592977a601976f8bae7bc3a5c69710d4d0344d
RMD160 (postgresql-8.4.4.tar.bz2) = d2d45112c19a2f20d49ab82bd8f86b6ace7decd3
@@ -12,3 +12,4 @@
SHA1 (patch-ah) = 25102dce1b9b22385353af23500636fb18e3bf64
SHA1 (patch-ai) = 0d6f536f7593e362ec216eafa73c718ad6bed8fc
SHA1 (patch-an) = a1e7f421a101cf9ccddcaf3ce17aa1847cf76310
+SHA1 (patch-ao) = 81e2ecb62e78e7f5103314db03b7cbb367ee9f10
diff -r 7528a1450fd4 -r dc77fa58d269 databases/postgresql84/files/Makefile.libtool
--- a/databases/postgresql84/files/Makefile.libtool Wed Aug 04 05:32:53 2010 +0000
+++ b/databases/postgresql84/files/Makefile.libtool Wed Aug 04 06:00:55 2010 +0000
@@ -4,7 +4,7 @@
# Common rules for buildling libtool archives
#
# IDENTIFICATION
-# $NetBSD: Makefile.libtool,v 1.2 2010/08/01 17:01:02 jdolecek Exp $
+# $NetBSD: Makefile.libtool,v 1.3 2010/08/04 06:00:55 mbalmer Exp $
#
#-------------------------------------------------------------------------
@@ -30,12 +30,16 @@
ifneq (,$(findstring contrib/pgcrypto,$(subdir)))
shmodule = yes
else
+ifneq (,$(findstring contrib/dblink,$(subdir)))
+shmodule = yes
+else
shmodule = no
endif
endif
endif
endif
endif
+endif
# Fix dependencies in some makefiles that assume the target matches
# %.o so that when built for libtool, the target matches the corresponding
diff -r 7528a1450fd4 -r dc77fa58d269 databases/postgresql84/patches/patch-ao
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql84/patches/patch-ao Wed Aug 04 06:00:55 2010 +0000
@@ -0,0 +1,11 @@
+--- 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"
Home |
Main Index |
Thread Index |
Old Index