summaryrefslogtreecommitdiff
path: root/chat/libpurple/Makefile.common
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-12-08 12:45:42 +0000
committerwiz <wiz@pkgsrc.org>2009-12-08 12:45:42 +0000
commit15709c62b1b81b82e4e1df800d4c5fde9ef93fcf (patch)
tree3d28c74b5b33b1a06b1f52d82aa8ee4e45c360ab /chat/libpurple/Makefile.common
parent8f160db64499f70f853c69672e42e56661060093 (diff)
downloadpkgsrc-15709c62b1b81b82e4e1df800d4c5fde9ef93fcf.tar.gz
Update to 2.6.2, based on patches provided by Joachim Kuebart in PR 42005.
Additional changes: Fix farsight handling in libpurple. Set LICENSE. 2.6.2 (09/05/2009): Mark: Woo boy it's been a busy two weeks. There was a lot of new code in 2.6.0, and with new code comes new bugs. The cadre of relentless developers responsible for Pidgin have been hard at work, and I believe they have fixed all the major bugs that cropped up. My thanks to all those names listed as Current Developers in Pidgin's 'About' window. Elliott: Well now, just as Mark said, there was a lot of new stuff that probably came up with tons of bugs. So I can't say I wrote anything super-awesome, but I definitely fixed quite a few of those itty-bitty why-didn't-this-work-this-way sort of bugs.
Diffstat (limited to 'chat/libpurple/Makefile.common')
-rw-r--r--chat/libpurple/Makefile.common7
1 files changed, 5 insertions, 2 deletions
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common
index 00cb95e372a..6d01614a33f 100644
--- a/chat/libpurple/Makefile.common
+++ b/chat/libpurple/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.29 2009/09/06 21:06:44 abs Exp $
+# $NetBSD: Makefile.common,v 1.30 2009/12/08 12:45:42 wiz Exp $
#
# used by chat/finch/Makefile
# used by chat/libpurple/Makefile
@@ -6,7 +6,7 @@
# used by chat/pidgin-sametime/Makefile
# used by chat/pidgin-silc/Makefile
-PIDGIN_VERSION= 2.6.1
+PIDGIN_VERSION= 2.6.2
DISTNAME= pidgin-${PIDGIN_VERSION}
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/}
@@ -14,6 +14,7 @@ EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.pidgin.im/
+LICENSE= gnu-gpl-v2
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -32,9 +33,11 @@ CONFIGURE_ARGS+= --disable-gstreamer
CONFIGURE_ARGS+= --disable-avahi
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-tcl
+CONFIGURE_ARGS+= --disable-tk
CONFIGURE_ARGS+= --disable-gnutls
CONFIGURE_ARGS+= --disable-nss
CONFIGURE_ARGS+= --disable-dbus
CONFIGURE_ARGS+= --disable-cyrus-sasl
CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= --disable-nm
+CONFIGURE_ARGS+= --disable-vv