summaryrefslogtreecommitdiff
path: root/databases/postgresql83
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql83')
-rw-r--r--databases/postgresql83/Makefile.common4
-rw-r--r--databases/postgresql83/distinfo12
-rw-r--r--databases/postgresql83/patches/patch-aa9
-rw-r--r--databases/postgresql83/patches/patch-ab10
4 files changed, 18 insertions, 17 deletions
diff --git a/databases/postgresql83/Makefile.common b/databases/postgresql83/Makefile.common
index d83c7063341..69fdd7f84aa 100644
--- a/databases/postgresql83/Makefile.common
+++ b/databases/postgresql83/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2008/11/04 09:52:50 adam Exp $
+# $NetBSD: Makefile.common,v 1.6 2009/02/07 17:55:42 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -37,7 +37,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql83/patches
#
# Note: Do not forget jdbc-postgresql83 when updating version
#
-DIST_VERS?= 8.3.5
+DIST_VERS?= 8.3.6
BASE_VERS?= ${DIST_VERS}
BUILDLINK_API_DEPENDS.postgresql83-client+= postgresql83-client>=${BASE_VERS}
diff --git a/databases/postgresql83/distinfo b/databases/postgresql83/distinfo
index d58f5a4afd6..ece60706f9e 100644
--- a/databases/postgresql83/distinfo
+++ b/databases/postgresql83/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.5 2008/11/04 09:52:50 adam Exp $
+$NetBSD: distinfo,v 1.6 2009/02/07 17:55:42 adam Exp $
-SHA1 (postgresql-8.3.5.tar.bz2) = 7615fea044473410b9985dc76a8046d715a620b1
-RMD160 (postgresql-8.3.5.tar.bz2) = d70eec56c2498ba83319f21e818463a113f3540b
-Size (postgresql-8.3.5.tar.bz2) = 14052114 bytes
-SHA1 (patch-aa) = a7112ce2e9fc28f638afcf2e196d3cdc0f4c254d
-SHA1 (patch-ab) = 61ed51b483b84c3ca88f8955713dff27f9070a6c
+SHA1 (postgresql-8.3.6.tar.bz2) = 6ef6d564988209e5c85b061c71af58bebac522bd
+RMD160 (postgresql-8.3.6.tar.bz2) = fa30a5e426ffd4800bd918012e0094c56ad1bae1
+Size (postgresql-8.3.6.tar.bz2) = 14081040 bytes
+SHA1 (patch-aa) = aeeeaafb38e75d8e8f6639280e997ba4c905b45f
+SHA1 (patch-ab) = 7bf5635b0b93c3c0d33acd4e122e102c92ce7b76
SHA1 (patch-ac) = 8e3a7021fdd01810d4ebcbd20002b28164b22279
SHA1 (patch-ad) = 5612e447bbb76e81f72d39ad0153b9f77d47f653
SHA1 (patch-ae) = 8b3e47320dfe05d94b769c9b079fd7ca6d26f5d6
diff --git a/databases/postgresql83/patches/patch-aa b/databases/postgresql83/patches/patch-aa
index f45a58bcc2a..d76150e419e 100644
--- a/databases/postgresql83/patches/patch-aa
+++ b/databases/postgresql83/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/03/04 12:41:37 adam Exp $
+$NetBSD: patch-aa,v 1.2 2009/02/07 17:55:42 adam Exp $
---- config/perl.m4.orig 2003-11-30 04:51:17.000000000 +0900
+--- config/perl.m4.orig 2008-11-12 01:00:29.000000000 +0100
+++ config/perl.m4
-@@ -28,8 +28,6 @@ AC_DEFUN([PGAC_CHECK_PERL_CONFIGS],
+@@ -28,9 +28,7 @@ AC_DEFUN([PGAC_CHECK_PERL_CONFIGS],
AC_DEFUN([PGAC_CHECK_PERL_EMBED_LDFLAGS],
[AC_REQUIRE([PGAC_PATH_PERL])
AC_MSG_CHECKING(for flags to link embedded Perl)
@@ -11,4 +11,5 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/03/04 12:41:37 adam Exp $
-perl_embed_ldflags=`echo X"$pgac_tmp1" | sed "s/^X//;s%$pgac_tmp2%%"`
+perl_embed_ldflags=`$PERL -MExtUtils::Embed -e ldopts`
AC_SUBST(perl_embed_ldflags)dnl
- AC_MSG_RESULT([$perl_embed_ldflags])])
+ if test -z "$perl_embed_ldflags" ; then
+ AC_MSG_RESULT(no)
diff --git a/databases/postgresql83/patches/patch-ab b/databases/postgresql83/patches/patch-ab
index 2017473b549..7e6ec691fdd 100644
--- a/databases/postgresql83/patches/patch-ab
+++ b/databases/postgresql83/patches/patch-ab
@@ -1,6 +1,6 @@
-$NetBSD: patch-ab,v 1.3 2008/06/20 06:54:42 adam Exp $
+$NetBSD: patch-ab,v 1.4 2009/02/07 17:55:42 adam Exp $
---- configure.orig 2008-06-09 02:38:40.000000000 +0200
+--- configure.orig 2009-01-30 03:59:28.000000000 +0100
+++ configure
@@ -1510,6 +1510,7 @@ case $host_os in
darwin*) template=darwin ;;
@@ -18,6 +18,6 @@ $NetBSD: patch-ab,v 1.3 2008/06/20 06:54:42 adam Exp $
-pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'`
-perl_embed_ldflags=`echo X"$pgac_tmp1" | sed "s/^X//;s%$pgac_tmp2%%"`
+perl_embed_ldflags=`$PERL -MExtUtils::Embed -e ldopts`
- echo "$as_me:$LINENO: result: $perl_embed_ldflags" >&5
- echo "${ECHO_T}$perl_embed_ldflags" >&6
- fi
+ if test -z "$perl_embed_ldflags" ; then
+ echo "$as_me:$LINENO: result: no" >&5
+ echo "${ECHO_T}no" >&6