summaryrefslogtreecommitdiff
path: root/chat/gaim/patches
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-03-18 18:56:04 +0000
committerjmmv <jmmv@pkgsrc.org>2005-03-18 18:56:04 +0000
commitd50822917e776e990c3612761ad6d0d130436fe8 (patch)
treed78b040cd2b7b5cc2d9410b566b6a752cc2af79a /chat/gaim/patches
parent271889de036a8685fd09e520d6246c75de99a064 (diff)
downloadpkgsrc-d50822917e776e990c3612761ad6d0d130436fe8.tar.gz
Use nss instead of gnutls for SSL connections. This fixes several problems
under NetBSD 1.6 (gaim hanging during MSN connection). Bump revision to 1. No objections in tech-pkg@ and got positive comments from tv@ and maintainer. Closes PR pkg/28690 by chemical-al at suomi24.fi.
Diffstat (limited to 'chat/gaim/patches')
-rw-r--r--chat/gaim/patches/patch-ac13
-rw-r--r--chat/gaim/patches/patch-ad19
2 files changed, 16 insertions, 16 deletions
diff --git a/chat/gaim/patches/patch-ac b/chat/gaim/patches/patch-ac
deleted file mode 100644
index 41f067158f7..00000000000
--- a/chat/gaim/patches/patch-ac
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ac,v 1.9 2004/11/16 19:49:42 ben Exp $
-
---- configure.ac.orig Thu Nov 11 13:51:08 2004
-+++ configure.ac
-@@ -125,7 +125,7 @@ else
- if test "$ac_silc_libs" != "no"; then
- SILC_LIBS="-L$ac_silc_libs"
- fi
-- SILC_LIBS="$SILC_LIBS -lsilc -lsilcclient -lpthread -ldl"
-+ SILC_LIBS="$SILC_LIBS -lsilc -lsilcclient -lpthread"
- AC_CHECK_LIB(silcclient, silc_client_init, [silcclient=yes], , $SILC_LIBS)
- fi
- AC_SUBST(SILC_LIBS)
diff --git a/chat/gaim/patches/patch-ad b/chat/gaim/patches/patch-ad
index e7579e21127..fc53e258813 100644
--- a/chat/gaim/patches/patch-ad
+++ b/chat/gaim/patches/patch-ad
@@ -1,8 +1,8 @@
-$NetBSD: patch-ad,v 1.6 2004/12/03 12:43:24 adam Exp $
+$NetBSD: patch-ad,v 1.7 2005/03/18 18:56:04 jmmv Exp $
---- configure.orig 2004-12-03 04:24:48.000000000 +0000
+--- configure.orig 2005-02-25 03:44:01.000000000 +0100
+++ configure
-@@ -27839,7 +27839,7 @@ fi
+@@ -28205,7 +28205,7 @@ fi
if test "$ac_silc_libs" != "no"; then
SILC_LIBS="-L$ac_silc_libs"
fi
@@ -11,3 +11,16 @@ $NetBSD: patch-ad,v 1.6 2004/12/03 12:43:24 adam Exp $
echo "$as_me:$LINENO: checking for silc_client_init in -lsilcclient" >&5
echo $ECHO_N "checking for silc_client_init in -lsilcclient... $ECHO_C" >&6
if test "${ac_cv_lib_silcclient_silc_client_init+set}" = set; then
+@@ -33268,10 +33268,10 @@ echo "$as_me: error: Static linkage requ
+
+ enable_nss="no"
+ else
+- nsprlibs="-ldl $with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
++ nsprlibs="$with_nspr_libs/libplc4.a $with_nspr_libs/libplds4.a $with_nspr_libs/libnspr4.a $PTHREAD_LIB"
+ fi
+ else
+- nsprlibs="-ldl -lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
++ nsprlibs="-lplc4 -lplds4 -lnspr4 $PTHREAD_LIB"
+ fi
+
+ echo "$as_me:$LINENO: checking for Mozilla nspr libraries" >&5