summaryrefslogtreecommitdiff
path: root/chat/libpurple/patches/patch-aa
diff options
context:
space:
mode:
authorkefren <kefren@pkgsrc.org>2009-06-24 14:42:51 +0000
committerkefren <kefren@pkgsrc.org>2009-06-24 14:42:51 +0000
commitd7ed9cb7d59495ff54d62ef5658e256eeb41a855 (patch)
tree3fbef3ce136a5261967edabdd2781062ed07a210 /chat/libpurple/patches/patch-aa
parent3accb15695c3998b19a2fc1690219f47d8dcb497 (diff)
downloadpkgsrc-d7ed9cb7d59495ff54d62ef5658e256eeb41a855.tar.gz
Update to version 2.5.7 (06/19/2009):
* Yahoo Protocol 16 support, including new HTTPS login method; this should fix a number of login problems that have recently cropped up. (Sulabh Mahajan, Mike "Maiku" Ruprecht) * Only display the AIM "Unable to Retrieve Buddy List" message once per connection. (Rob Taft) * Blocking MSN users not on your buddy list no longer disconnects you. * When performing operations on MSN, assume users are on the MSN/Passport network if we don't get network ID's for them.
Diffstat (limited to 'chat/libpurple/patches/patch-aa')
-rw-r--r--chat/libpurple/patches/patch-aa34
1 files changed, 16 insertions, 18 deletions
diff --git a/chat/libpurple/patches/patch-aa b/chat/libpurple/patches/patch-aa
index e0e3a34409b..febb49df6ca 100644
--- a/chat/libpurple/patches/patch-aa
+++ b/chat/libpurple/patches/patch-aa
@@ -1,27 +1,25 @@
-$NetBSD: patch-aa,v 1.11 2008/12/22 18:47:44 jmcneill Exp $
-
---- configure.orig 2008-08-31 05:38:17.000000000 +0100
-+++ configure
-@@ -29014,7 +29020,7 @@ if test "${ac_cv_lib_panelw_update_panel
- echo $ECHO_N "(cached) $ECHO_C" >&6
+--- configure.orig 2009-06-21 01:35:46.000000000 +0300
++++ configure 2009-06-24 10:40:13.000000000 +0300
+@@ -21565,7 +21565,7 @@
+ $as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpanelw $LIBS"
-+LIBS="-lpanelw -lncursesw $LIBS"
++LIBS="-lpanelw -lncurses $LIBS"
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -29070,7 +29076,7 @@ fi
- { echo "$as_me:$LINENO: result: $ac_cv_lib_panelw_update_panels" >&5
- echo "${ECHO_T}$ac_cv_lib_panelw_update_panels" >&6; }
- if test $ac_cv_lib_panelw_update_panels = yes; then
+@@ -21625,7 +21625,7 @@
+ { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_panelw_update_panels" >&5
+ $as_echo "$ac_cv_lib_panelw_update_panels" >&6; }
+ if test "x$ac_cv_lib_panelw_update_panels" = x""yes; then
- GNT_LIBS="$GNT_LIBS -lpanelw"
-+ GNT_LIBS="$GNT_LIBS -lpanelw -lncursesw"
++ GNT_LIBS="$GNT_LIBS -lpanelw -lncurses"
else
enable_consoleui=no
fi
-@@ -29368,7 +29374,7 @@ if test "${ac_cv_lib_panel_update_panels
- echo $ECHO_N "(cached) $ECHO_C" >&6
+@@ -21934,7 +21934,7 @@
+ $as_echo_n "(cached) " >&6
else
ac_check_lib_save_LIBS=$LIBS
-LIBS="-lpanel $LIBS"
@@ -29,10 +27,10 @@ $NetBSD: patch-aa,v 1.11 2008/12/22 18:47:44 jmcneill Exp $
cat >conftest.$ac_ext <<_ACEOF
/* confdefs.h. */
_ACEOF
-@@ -29424,7 +29430,7 @@ fi
- { echo "$as_me:$LINENO: result: $ac_cv_lib_panel_update_panels" >&5
- echo "${ECHO_T}$ac_cv_lib_panel_update_panels" >&6; }
- if test $ac_cv_lib_panel_update_panels = yes; then
+@@ -21994,7 +21994,7 @@
+ { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_panel_update_panels" >&5
+ $as_echo "$ac_cv_lib_panel_update_panels" >&6; }
+ if test "x$ac_cv_lib_panel_update_panels" = x""yes; then
- GNT_LIBS="$GNT_LIBS -lpanel"
+ GNT_LIBS="$GNT_LIBS -lpanel -lncurses"
else