From 9927ba32ddf9267da86844d1f34aebeeabbb5fb1 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 2 Oct 2011 20:07:40 +0000 Subject: - Unbreak postgresql-plpython: allow build with threaded python - Pass maintainership to submitter PR: ports/159843 Submitted by: Ruslan Mahmatkhanov --- databases/postgresql90-server/files/patch-configure | 11 +++++++++++ databases/postgresql90-server/pkg-plist-plpython | 1 + 2 files changed, 12 insertions(+) create mode 100644 databases/postgresql90-server/files/patch-configure (limited to 'databases/postgresql90-server') diff --git a/databases/postgresql90-server/files/patch-configure b/databases/postgresql90-server/files/patch-configure new file mode 100644 index 000000000000..3cffc1be44cc --- /dev/null +++ b/databases/postgresql90-server/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2011-04-15 11:15:53.000000000 +0800 ++++ configure 2011-09-12 15:48:52.286638637 +0800 +@@ -7051,7 +7051,7 @@ + { $as_echo "$as_me:$LINENO: result: yes" >&5 + $as_echo "yes" >&6; } + case $host_os in +- openbsd*|freebsd*) ++ openbsd*) + { { $as_echo "$as_me:$LINENO: error: threaded Python not supported on this platform" >&5 + $as_echo "$as_me: error: threaded Python not supported on this platform" >&2;} + { (exit 1); exit 1; }; } diff --git a/databases/postgresql90-server/pkg-plist-plpython b/databases/postgresql90-server/pkg-plist-plpython index d3c29953b6b5..17473ec5331c 100644 --- a/databases/postgresql90-server/pkg-plist-plpython +++ b/databases/postgresql90-server/pkg-plist-plpython @@ -1,4 +1,5 @@ %%DOCSDIR%%/README-plpython lib/postgresql/plpython.so +lib/postgresql/plpython2.so @dirrmtry lib/postgresql @dirrmtry %%DOCSDIR%% -- cgit v1.2.3