diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-04 14:28:50 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-04 14:28:50 +0000 |
commit | 3b7b4e580316dc36171a6a62decb1f48d688417e (patch) | |
tree | 7ab99cdf26c8dffca82de1e73af73d4ccc6620ad /chat/loudmouth/Makefile | |
parent | 4c6d055f28caec1f37b7c42810c7942bbfd97994 (diff) | |
download | pkgsrc-3b7b4e580316dc36171a6a62decb1f48d688417e.tar.gz |
Update to 0.17:
Changes in 0.17:
----------------
* Compile fixes (Sjoerd Simons)
* Depends on GLib 2.4
* Fixed memory leak
* Added support to work tunnel, using another JID than the connect server.
* Support for keep alive packages
Changes in 0.16:
----------------
* Support for giving the context to which an LmConnection should run in
(should solve issues when wanting to run several LmConnections in various
threads)
* HTTP proxy support
* Memory leak fix
* Distribute the win32-config.h file needed to build on Windows.
Diffstat (limited to 'chat/loudmouth/Makefile')
-rw-r--r-- | chat/loudmouth/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index 4cc85496d3e..f1fea971c4a 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2004/05/07 01:14:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.6 2004/09/04 14:28:50 jmmv Exp $ # -DISTNAME= loudmouth-0.15.1 -PKGREVISION= 3 +DISTNAME= loudmouth-0.17 CATEGORIES= chat -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/0.15/} +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/0.17/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= tech-pkg@NetBSD.org @@ -19,6 +18,8 @@ USE_GNU_TOOLS+= make PKGCONFIG_OVERRIDE+= loudmouth-1.0.pc.in CONFIGURE_ARGS+= --disable-debug +CONFIGURE_ARGS+= --disable-gtk-doc +CONFIGURE_ARGS+= --disable-mono .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" |