pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql93 Backport a minor tweak from new...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff5f6d8b08f5
branches:  trunk
changeset: 348868:ff5f6d8b08f5
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Sun Jun 19 20:40:10 2016 +0000

description:
Backport a minor tweak from newer branches that fixes building the
contrib/postgres_fdw extension with PGXS.

diffstat:

 databases/postgresql93/distinfo                                     |   3 +-
 databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile |  22 ++++++++++
 2 files changed, 24 insertions(+), 1 deletions(-)

diffs (43 lines):

diff -r 3af7143342bf -r ff5f6d8b08f5 databases/postgresql93/distinfo
--- a/databases/postgresql93/distinfo   Sun Jun 19 20:39:25 2016 +0000
+++ b/databases/postgresql93/distinfo   Sun Jun 19 20:40:10 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.18 2016/05/23 14:27:34 adam Exp $
+$NetBSD: distinfo,v 1.19 2016/06/19 20:40:10 fhajny Exp $
 
 SHA1 (postgresql-9.3.13.tar.bz2) = 5ee33e9b31c3686bd6c6fa0659f8766f5f70b53c
 RMD160 (postgresql-9.3.13.tar.bz2) = a4269b8eb9c818e5884acbe88c02551551fbbb33
@@ -9,6 +9,7 @@
 SHA1 (patch-configure) = 3de7635fe18532a05a619941fecad7bcda6c51b9
 SHA1 (patch-contrib_dblink_Makefile) = 11620938ce93109311df90df675b1ad6f0c15212
 SHA1 (patch-contrib_dblink_dblink.c) = a6f87ab9f2c28a72608d70267b71bd77437b0921
+SHA1 (patch-contrib_postgres__fdw_Makefile) = 07feda488e3acb71405b04d0d745c9920456b32b
 SHA1 (patch-src_Makefile.global.in) = 53e29e000d7fb71e2625aacd32324e9d7001b5b2
 SHA1 (patch-src_Makefile.shlib) = 69f980184fd8dbd821221a1c6ac3a88408f2c4cf
 SHA1 (patch-src_backend_Makefile) = deba6bc07ba2e4b8ef8f04f20efb2bdd54cb917e
diff -r 3af7143342bf -r ff5f6d8b08f5 databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/postgresql93/patches/patch-contrib_postgres__fdw_Makefile       Sun Jun 19 20:40:10 2016 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-contrib_postgres__fdw_Makefile,v 1.1 2016/06/19 20:40:10 fhajny Exp $
+
+Backport PGXS build fix from newer branches.
+
+--- contrib/postgres_fdw/Makefile.orig 2016-05-09 20:53:56.000000000 +0000
++++ contrib/postgres_fdw/Makefile
+@@ -5,7 +5,6 @@ OBJS = postgres_fdw.o option.o deparse.o
+ 
+ PG_CPPFLAGS = -I$(libpq_srcdir)
+ SHLIB_LINK = $(libpq)
+-SHLIB_PREREQS = submake-libpq
+ 
+ EXTENSION = postgres_fdw
+ DATA = postgres_fdw--1.0.sql
+@@ -20,6 +19,7 @@ PG_CONFIG = pg_config
+ PGXS := $(shell $(PG_CONFIG) --pgxs)
+ include $(PGXS)
+ else
++SHLIB_PREREQS = submake-libpq
+ subdir = contrib/postgres_fdw
+ top_builddir = ../..
+ include $(top_builddir)/src/Makefile.global



Home | Main Index | Thread Index | Old Index