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.
This commit is contained in:
parent
4c6d055f28
commit
3b7b4e5803
3 changed files with 10 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.4 2004/03/18 09:12:09 jlam Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.5 2004/09/04 14:28:50 jmmv Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
LOUDMOUTH_BUILDLINK3_MK:= ${LOUDMOUTH_BUILDLINK3_MK}+
|
||||
|
@ -11,7 +11,7 @@ BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nloudmouth}
|
|||
BUILDLINK_PACKAGES+= loudmouth
|
||||
|
||||
.if !empty(LOUDMOUTH_BUILDLINK3_MK:M+)
|
||||
BUILDLINK_DEPENDS.loudmouth+= loudmouth>=0.15.1nb3
|
||||
BUILDLINK_DEPENDS.loudmouth+= loudmouth>=0.17
|
||||
BUILDLINK_PKGSRCDIR.loudmouth?= ../../chat/loudmouth
|
||||
.endif # LOUDMOUTH_BUILDLINK3_MK
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2004/02/20 14:16:18 jmmv Exp $
|
||||
$NetBSD: distinfo,v 1.2 2004/09/04 14:28:50 jmmv Exp $
|
||||
|
||||
SHA1 (loudmouth-0.15.1.tar.bz2) = 91734b4852a896234025d70373caaf6d290cd907
|
||||
Size (loudmouth-0.15.1.tar.bz2) = 273915 bytes
|
||||
SHA1 (loudmouth-0.17.tar.bz2) = eb131c5901d2ef4ba9f35472bdf4a07f1a9b04a9
|
||||
Size (loudmouth-0.17.tar.bz2) = 282928 bytes
|
||||
|
|
Loading…
Reference in a new issue