pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/mico Fix detection of thread-safe OpenSSL.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e7655548df78
branches: trunk
changeset: 641527:e7655548df78
user: joerg <joerg%pkgsrc.org@localhost>
date: Mon Nov 10 18:01:01 2014 +0000
description:
Fix detection of thread-safe OpenSSL.
diffstat:
devel/mico/distinfo | 4 ++--
devel/mico/patches/patch-ab | 19 ++++++++++++++++++-
2 files changed, 20 insertions(+), 3 deletions(-)
diffs (46 lines):
diff -r 834a038c9bc3 -r e7655548df78 devel/mico/distinfo
--- a/devel/mico/distinfo Mon Nov 10 16:54:12 2014 +0000
+++ b/devel/mico/distinfo Mon Nov 10 18:01:01 2014 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.3 2013/08/30 16:58:14 joerg Exp $
+$NetBSD: distinfo,v 1.4 2014/11/10 18:01:01 joerg Exp $
SHA1 (mico-2.3.12.tar.gz) = e1885362d559ea97c62a2437a1d3a94114ef5b05
RMD160 (mico-2.3.12.tar.gz) = 2f45ace5044233f171ac8e4fd389d523befaca51
Size (mico-2.3.12.tar.gz) = 2837502 bytes
SHA1 (patch-aa) = 1a69df4063234d956ab10bf2cbbcaa34508923ad
-SHA1 (patch-ab) = 81c2dbb24d69e8e34b12de303171e6dd7ccaf62b
+SHA1 (patch-ab) = 31c9bf32df643d5071016724799ee4ecf980788e
SHA1 (patch-ac) = a9f063059daec082ff9813b3d15020272770c14c
SHA1 (patch-include_mico_throw.h) = 9b58977a59104312902ec11faf02515ccfb1f2d5
SHA1 (patch-orb_fast__array.cc) = 750c8d8836c3b8cc9e02e20eea837d594ba76958
diff -r 834a038c9bc3 -r e7655548df78 devel/mico/patches/patch-ab
--- a/devel/mico/patches/patch-ab Mon Nov 10 16:54:12 2014 +0000
+++ b/devel/mico/patches/patch-ab Mon Nov 10 18:01:01 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.2 2013/08/30 16:58:14 joerg Exp $
+$NetBSD: patch-ab,v 1.3 2014/11/10 18:01:01 joerg Exp $
--- configure.orig 2006-01-21 15:12:08.000000000 +0000
+++ configure
@@ -569,3 +569,20 @@
/* Are we little or big endian? From Harbison&Steele. */
union
{
+@@ -11634,13 +11634,13 @@ else
+ #include <stdlib.h>
+ #endif
+
+-int
+-main()
+-{
+ #define OPENSSL_THREAD_DEFINES
+ #undef THREADS
+ #undef OPENSSL_THREADS
+ #include <openssl/opensslconf.h>
++int
++main()
++{
+ #if !defined(THREADS) && !defined(OPENSSL_THREADS)
+ //error You are trying to build multi-threaded MICO with single-threaded OpenSSL!
+ return 1;
Home |
Main Index |
Thread Index |
Old Index