[Lunar-commits] <moonbase> pidgin: remove gnutls patch.
Zachary McGrew
zmcgrew at lunar-linux.org
Sat Mar 7 10:54:01 CET 2009
commit f75895be52d4d0a56da392b33732823bbe95594b
Author: Zachary McGrew <zmcgrew at lunar-linux.org>
Date: Sat Mar 7 01:54:01 2009 -0800
pidgin: remove gnutls patch.
Was causing configure errors while building, and the fix is already in 2.5.5.
---
chat/pidgin/BUILD | 10 +---------
chat/pidgin/DETAILS | 3 ---
2 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/chat/pidgin/BUILD b/chat/pidgin/BUILD
index 23ae2d6..0852f3b 100644
--- a/chat/pidgin/BUILD
+++ b/chat/pidgin/BUILD
@@ -1,14 +1,6 @@
(
- #MSN chokes on TLS 1.1, this lets pidgin retry the connection,
- #but tries using TLS 1.0 instead. No more "Connecting..."
- #NSS only supports TLS 1.0, so it never has problems
- #Probably needs to be removed at the next version bump -zmcgrew
- if in_depends $MODULE gnutls ; then
- patch_it $SOURCE2 0
- fi &&
-
- OPTS+=" --disable-meanwhile --disable-nm"
+ OPTS+=" --disable-nm"
default_build
) > $C_FIFO 2>&1
diff --git a/chat/pidgin/DETAILS b/chat/pidgin/DETAILS
index 3de005f..c2553e9 100644
--- a/chat/pidgin/DETAILS
+++ b/chat/pidgin/DETAILS
@@ -3,9 +3,6 @@
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/$MODULE
SOURCE_VFY=sha1:a99ef50504b2b5f4014bfad232957322829d568f
- SOURCE2=$MODULE-2.5.4-gnutls.patch.bz2
- SOURCE2_URL=$PATCH_URL
- SOURCE2_VFY=sha1:c1b1c76d6b02385a61b90c6650b1c6c9e47db1c3
WEB_SITE=http://pidgin.im
ENTERED=20070506
UPDATED=20090302
More information about the Lunar-commits
mailing list