[120570] trunk/dports/net/gloox

cal at macports.org cal at macports.org
Sun Jun 1 16:17:41 PDT 2014


Revision: 120570
          https://trac.macports.org/changeset/120570
Author:   cal at macports.org
Date:     2014-06-01 16:17:41 -0700 (Sun, 01 Jun 2014)
Log Message:
-----------
gloox: update to 1.0.10, fix build with current gnutls

Modified Paths:
--------------
    trunk/dports/net/gloox/Portfile

Added Paths:
-----------
    trunk/dports/net/gloox/files/
    trunk/dports/net/gloox/files/patch-src_tlsgnuclient.cpp.diff

Modified: trunk/dports/net/gloox/Portfile
===================================================================
--- trunk/dports/net/gloox/Portfile	2014-06-01 22:57:24 UTC (rev 120569)
+++ trunk/dports/net/gloox/Portfile	2014-06-01 23:17:41 UTC (rev 120570)
@@ -4,8 +4,10 @@
 PortSystem          1.0
 
 name                gloox
-version             1.0
-revision            3
+version             1.0.10
+checksums           rmd160  ec10ee4463593760b86ab09bf6534cb3fdd9e982 \
+                    sha256  300e756af97d43f3f70f1e68e4d4c7129d587dface61633f50d2c490876f58a3
+
 categories          net devel
 platforms           darwin
 maintainers         nomaintainer
@@ -21,9 +23,7 @@
 master_sites        http://camaya.net/download/
 use_bzip2           yes
 
-checksums           md5     f8eacf1c6476e0a309b453fd04f90e31 \
-                    sha1    8c788738f72b05fae7c05c744a67859419ffa09c \
-                    rmd160  92089462ed778fb41bf97d882fc1785b8e82233f
+depends_build       port:pkgconfig
 
 depends_lib         port:gettext \
                     port:gnutls \
@@ -34,6 +34,8 @@
                     port:libidn \
                     port:zlib
 
+patchfiles          patch-src_tlsgnuclient.cpp.diff
+
 configure.args      --with-gnutls=${prefix} \
                     --with-libidn=${prefix} \
                     --with-zlib=${prefix}

Added: trunk/dports/net/gloox/files/patch-src_tlsgnuclient.cpp.diff
===================================================================
--- trunk/dports/net/gloox/files/patch-src_tlsgnuclient.cpp.diff	                        (rev 0)
+++ trunk/dports/net/gloox/files/patch-src_tlsgnuclient.cpp.diff	2014-06-01 23:17:41 UTC (rev 120570)
@@ -0,0 +1,11 @@
+--- src/tlsgnutlsclient.cpp.orig	2014-06-02 01:05:53.000000000 +0200
++++ src/tlsgnutlsclient.cpp	2014-06-02 01:07:38.000000000 +0200
+@@ -20,6 +20,8 @@
+ 
+ #ifdef HAVE_PTHREAD
+ extern "C" {
++#include <pthread.h>
++
+ GCRY_THREAD_OPTION_PTHREAD_IMPL;
+ }
+ #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140601/1c339e74/attachment.html>


More information about the macports-changes mailing list