pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/evolution-data-server missed a piece of Sean Boud...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb0a8260cf89
branches:  trunk
changeset: 575680:eb0a8260cf89
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Wed May 19 21:52:57 2010 +0000

description:
missed a piece of Sean Boudreau's patch in the last commit

diffstat:

 mail/evolution-data-server/distinfo         |   4 ++--
 mail/evolution-data-server/patches/patch-ak |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r c402fd3a6ea2 -r eb0a8260cf89 mail/evolution-data-server/distinfo
--- a/mail/evolution-data-server/distinfo       Wed May 19 21:00:02 2010 +0000
+++ b/mail/evolution-data-server/distinfo       Wed May 19 21:52:57 2010 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.66 2010/05/18 16:37:11 drochner Exp $
+$NetBSD: distinfo,v 1.67 2010/05/19 21:52:57 drochner Exp $
 
 SHA1 (evolution-data-server-2.28.3.1.tar.bz2) = 64dec0b300f3ba15da3969eb8e84b0e81b2842de
 RMD160 (evolution-data-server-2.28.3.1.tar.bz2) = 11f5c0311de98e590bba73a9a46d33c4d42d8538
 Size (evolution-data-server-2.28.3.1.tar.bz2) = 14461320 bytes
 SHA1 (patch-ab) = fff3e022aee934c463d7a66b681e020d3bebe1b0
-SHA1 (patch-ak) = 53eeeacf343ef326d6de431c227854b8515d3858
+SHA1 (patch-ak) = 7cb93df533fdb942f0605a517f713cfe96401434
 SHA1 (patch-aq) = 375d592b72f59fa70160bf23aa260338d350c517
 SHA1 (patch-ar) = b6b92b068f94954d435cff11543a4de7d07712ac
 SHA1 (patch-at) = 32bb4f9de33a3799ad7a1a00dd072b38a800185c
diff -r c402fd3a6ea2 -r eb0a8260cf89 mail/evolution-data-server/patches/patch-ak
--- a/mail/evolution-data-server/patches/patch-ak       Wed May 19 21:00:02 2010 +0000
+++ b/mail/evolution-data-server/patches/patch-ak       Wed May 19 21:52:57 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ak,v 1.12 2010/05/18 16:37:11 drochner Exp $
+$NetBSD: patch-ak,v 1.13 2010/05/19 21:52:57 drochner Exp $
 
 --- configure.orig     2010-03-02 06:36:33.000000000 +0000
 +++ configure
@@ -20,6 +20,15 @@
  cat >conftest.$ac_ext <<_ACEOF
  /* confdefs.h.  */
  _ACEOF
+@@ -22533,7 +22532,7 @@ fi
+ { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
+ $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
+ if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
+-  PTHREAD_LIB="-lpthread"
++  PTHREAD_LIB="${PTHREAD_LIB}"
+ else
+   { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthreads" >&5
+ $as_echo_n "checking for pthread_create in -lpthreads... " >&6; }
 @@ -22737,7 +22736,7 @@ fi
  { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread___pthread_attr_init_system" >&5
  $as_echo "$ac_cv_lib_pthread___pthread_attr_init_system" >&6; }



Home | Main Index | Thread Index | Old Index