Import of pkgsrc-2014Q1
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.31 2013/05/24 18:23:35 wiz Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.37 2014/02/12 23:17:37 tron Exp $
|
||||
|
||||
DISTNAME= telepathy-gabble-0.11.10
|
||||
PKGREVISION= 14
|
||||
PKGREVISION= 18
|
||||
CATEGORIES= chat
|
||||
MASTER_SITES= http://telepathy.freedesktop.org/releases/telepathy-gabble/
|
||||
|
||||
@@ -18,9 +17,13 @@ USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake pkg-config
|
||||
CONFIGURE_ENV+= UUID_CFLAGS=" " UUID_LIBS=" "
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.11.10
|
||||
|
||||
.include "../../mk/compiler.mk"
|
||||
.if !empty(PKGSRC_COMPILER:Mclang)
|
||||
CFLAGS+= -Wno-error=deprecated-declarations -Wno-error=tautological-constant-out-of-range-compare
|
||||
CFLAGS+= -Wno-error=deprecated-declarations \
|
||||
-Wno-error=tautological-constant-out-of-range-compare \
|
||||
-Wno-error=unused-function
|
||||
.endif
|
||||
|
||||
# see pkgsrc/security/mozilla-rootcerts
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
$NetBSD: distinfo,v 1.16 2013/03/02 18:19:10 joerg Exp $
|
||||
$NetBSD: distinfo,v 1.17 2014/03/06 15:43:23 joerg Exp $
|
||||
|
||||
SHA1 (telepathy-gabble-0.11.10.tar.gz) = 26ca4e8a98b01b78007f88caea56b08ae5070fdd
|
||||
RMD160 (telepathy-gabble-0.11.10.tar.gz) = b4906a01b8cc6e6630e1707e97250bcdefeac9c4
|
||||
@@ -6,7 +6,7 @@ Size (telepathy-gabble-0.11.10.tar.gz) = 3443486 bytes
|
||||
SHA1 (patch-lib_ext_wocky_examples_connect.c) = 4f22cadb5e39f68630c3d09671aaef4e6a480394
|
||||
SHA1 (patch-lib_ext_wocky_tests_test-resolver_h) = 4fc2950543c9ea9b902c1608082e60c644659a91
|
||||
SHA1 (patch-lib_ext_wocky_tests_wocky-connector-test.c) = 9e5b06621583229b0fd05d057dce778698ea223f
|
||||
SHA1 (patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c) = f53a0b3247df5a5dcf90809a9495966ff26c6c3f
|
||||
SHA1 (patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c) = ae1d8dcbc4c875696921cbb8c44e2d6841c47f8f
|
||||
SHA1 (patch-lib_ext_wocky_wocky_wocky-heartbeat-source_c) = d8f0192f7f34e6fb98150283f5ff05de6313ee4a
|
||||
SHA1 (patch-lib_ext_wocky_wocky_wocky-muc.c) = 769dae27f20fd7e1c196d65a4753ccf65a77926b
|
||||
SHA1 (patch-lib_ext_wocky_wocky_wocky-openssl.c) = 21dd4df0c50e766bab0d3d1cbaa9fbe2feef7a17
|
||||
|
||||
+11
-2
@@ -1,7 +1,16 @@
|
||||
$NetBSD: patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c,v 1.1 2011/11/27 19:35:28 joerg Exp $
|
||||
$NetBSD: patch-lib_ext_wocky_tests_wocky-test-sasl-auth-server.c,v 1.2 2014/03/06 15:43:23 joerg Exp $
|
||||
|
||||
--- lib/ext/wocky/tests/wocky-test-sasl-auth-server.c.orig 2011-11-27 01:52:00.000000000 +0000
|
||||
--- lib/ext/wocky/tests/wocky-test-sasl-auth-server.c.orig 2010-10-20 14:56:06.000000000 +0000
|
||||
+++ lib/ext/wocky/tests/wocky-test-sasl-auth-server.c
|
||||
@@ -154,7 +154,7 @@ test_sasl_auth_server_dispose (GObject *
|
||||
priv->stream = NULL;
|
||||
|
||||
#ifdef HAVE_LIBSASL2
|
||||
- if (&priv->sasl_conn != NULL)
|
||||
+ if (priv->sasl_conn != NULL)
|
||||
sasl_dispose (&priv->sasl_conn);
|
||||
priv->sasl_conn = NULL;
|
||||
#endif
|
||||
@@ -929,8 +929,8 @@ test_sasl_auth_server_new (GIOStream *st
|
||||
static gboolean sasl_initialized = FALSE;
|
||||
int ret;
|
||||
|
||||
Reference in New Issue
Block a user