pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/db5 revert configure patch update as the iss...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5b1140c20ba
branches:  trunk
changeset: 351716:d5b1140c20ba
user:      richard <richard%pkgsrc.org@localhost>
date:      Fri Aug 26 12:40:25 2016 +0000

description:
revert configure patch update as the issue is related to ARM 64-bit support
db6 has it, but apparently db5 hasn't specificially backported support yet.
probably best to use db6 or try db4 until backporting is tested.

diffstat:

 databases/db5/distinfo         |  4 ++--
 databases/db5/patches/patch-ab |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r 69d287db0bac -r d5b1140c20ba databases/db5/distinfo
--- a/databases/db5/distinfo    Fri Aug 26 12:31:34 2016 +0000
+++ b/databases/db5/distinfo    Fri Aug 26 12:40:25 2016 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.13 2016/08/25 06:18:57 richard Exp $
+$NetBSD: distinfo,v 1.14 2016/08/26 12:40:25 richard Exp $
 
 SHA1 (db-5.3.28.tar.gz) = fa3f8a41ad5101f43d08bc0efb6241c9b6fc1ae9
 RMD160 (db-5.3.28.tar.gz) = a4898908ef6dccb137df02e43843f7d3cfab6a3c
 SHA512 (db-5.3.28.tar.gz) = e91bbe550fc147a8be7e69ade86fdb7066453814971b2b0223f7d17712bd029a8eff5b2b6b238042ff6ec1ffa6879d44cb95c5645a922fee305c26c3eeaee090
 Size (db-5.3.28.tar.gz) = 35090431 bytes
 SHA1 (patch-aa) = 9450e95f46787ddc1d661beaa239ea0ff4673f20
-SHA1 (patch-ab) = 00e496b6dae87363ab1a0ee6b36e732f6ddb0509
+SHA1 (patch-ab) = b09fac68d7d847c5660078de90a16f27268e9858
 SHA1 (patch-ac) = 0a243583ae2b66290fb83b112c539001bf3feef2
 SHA1 (patch-dist_aclocal_libtool.m4) = 2d56b318b4f0d14a9352f6c1eb14a4c2b8315fc0
 SHA1 (patch-src_dbinc_atomic.h) = c4fbe421d2c8ba68dc81aeeda1cad09a2c68fbe5
diff -r 69d287db0bac -r d5b1140c20ba databases/db5/patches/patch-ab
--- a/databases/db5/patches/patch-ab    Fri Aug 26 12:31:34 2016 +0000
+++ b/databases/db5/patches/patch-ab    Fri Aug 26 12:40:25 2016 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.6 2016/08/25 06:18:57 richard Exp $
+$NetBSD: patch-ab,v 1.7 2016/08/26 12:40:25 richard Exp $
 
 --- dist/configure.orig        2012-05-11 17:57:48.000000000 +0000
 +++ dist/configure
@@ -97,7 +97,7 @@
                ;;
            *)
 -              if test "$db_cv_mutex" = no -o "$db_cv_mutex" = posix_only; then
-+              if test "$ac_cv_lib_pthread_main" = yes -o "$db_cv_mutex" = no -o "$db_cv_mutex" = posix_only; then
++              if test "$ac_cv_lib_pthread_main" = yes -a "$db_cv_mutex" = no -o "$db_cv_mutex" = posix_only; then
                        LIBS="$LIBS -lpthread"
  
  if test "$cross_compiling" = yes; then :



Home | Main Index | Thread Index | Old Index