summaryrefslogtreecommitdiff
path: root/chat/libpurple/Makefile
diff options
context:
space:
mode:
authortnn <tnn>2007-08-13 12:42:06 +0000
committertnn <tnn>2007-08-13 12:42:06 +0000
commit76cfec75332f63d2a7a24b14711d7a15dac0e587 (patch)
treeaa0381c0c6a6cd088ab0f8f2a4c530781be7077d /chat/libpurple/Makefile
parenta0fba3233dc71c3455274135a60ec9e1e342beba (diff)
downloadpkgsrc-76cfec75332f63d2a7a24b14711d7a15dac0e587.tar.gz
Update to libpurple 2.1.0.
Updates of pidgin and finch will follow shortly. pkgsrc changes are some cleanup and removal of the 900kB patch-ac. I'm not sure if this will break anything, but nobody knew the reason of it's existence. Any fallout should be dealt with appropriately instead. Maintainer reset to pkgsrc-users@ at previous maintainer's wish. version 2.1.0 (07/28/2007): libpurple: * Core changes to allow UIs to use second-granularity for scheduling. Pidgin and Finch, which use the glib event loop, were changed to use g_timeout_add_seconds() on glib >= 2.14 when possible. This allows glib to better group our longer timers to increase power efficiency. (Arjan van de Ven with Intel Corporation) * No longer linkifies screennames containing @ signs in join/part notifications in chats * With the HTML logger, images in conversations are now saved. NOTE: Saved images are not yet displayed when loading logs. * Added support for QIP logs to the Log Reader plugin (Michael Shkutkov) version 2.0.2 (06/14/2007): libpurple: * Moving an ICQ buddy from one group to another no longer re-requests authorization from that person (Rene Hausleitner) * Added nullprpl, an example protocol plugin (Ryan Barrett) * Fixed SOCKS5 bug which caused Jabber file receiving to fail * Remove MSN's random "Authorization Failed" dialogs * Fix MSN to correctly detect incorrect passwords and disable the account * Get User Info on MSN is now more reliable & accurate * Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen) * Fix for some QQ authentication problems * Fix for building on FreeBSD * Prevent "Logged in:" times for AIM buddies being ridiculously high * Updates and fixes to Bonjour support * Improve ICQ encoding support for some non-latin languages
Diffstat (limited to 'chat/libpurple/Makefile')
-rw-r--r--chat/libpurple/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/chat/libpurple/Makefile b/chat/libpurple/Makefile
index b345268b087..e9bbcc8475a 100644
--- a/chat/libpurple/Makefile
+++ b/chat/libpurple/Makefile
@@ -1,9 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2007/08/02 13:43:32 gdt Exp $
+# $NetBSD: Makefile,v 1.4 2007/08/13 12:42:06 tnn Exp $
#
-PKGNAME= libpurple-${VERSION}
-PKGREVISION= 1
-
+PKGNAME= libpurple-${PIDGIN_VERSION}
COMMENT= Multi-protocol Instant Messaging client backend
PKG_DESTDIR_SUPPORT= user-destdir
@@ -30,6 +28,8 @@ CONFIGURE_ARGS+= --disable-consoleui
.include "options.mk"
+BUILD_DIRS= m4macros libpurple po
+
## #post-build:
## # cp ${WRKSRC}/libpurple/gconf/purple.schemas ${WRKSRC}/purple.schemas