pkgsrc/chat/gloox/Makefile

32 lines
789 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.18 2018/04/17 22:29:35 wiz Exp $
Update to 1.0.17 Change log: v1.0.17 -- 23 Aug 2016 ---------------------- Note: This release is not binary compatible with previous releases. It is source compatible. - MingW compile fixes (thanks to Florian Niebel) - properly use winsock2 (thanks to Kau) - a few fixes for uclibc++ compatibility (thanks to Erik Horemans) - Message: removed bogus hard-coded namespace to fix component use v1.0.16 -- 16 Jul 2016 ---------------------- - PubSubManager: properly include publish options (thanks to Iban Ulov) - PubSubManager: properly parse subscriptions in ctor (thanks to Joe Best) - Resource: fixed high memory usage when receiving presence stanzas (#259) (thanks to Manuel) v1.0.15 -- 25 Apr 2016 ---------------------- - Error: fix copy ctor (thanks to Olivier Tchilinguirian) - ClientBase: properly fix handling of MUC invitation declines (wrong in 1.0.14) (thanks to Martin Hillmeier and Matias Snellingen) (#248) - MUCRoom: handle SendRoomConfig (thanks to Matias Snellingen) (#253) - soversion bump, missed that for 1.0.14 (thanks to Vincent Cheng) - TLSGNUTLSClient: fixed off-by-one error in certificate verification - IPv6 fixes v1.0.14 -- 11 Aug 2015 ---------------------- Note: This release is not binary compatible with previous releases. It is source compatible. - IOData: make it possible to pass more than one element as in/out/error data - Client: fix resetting of presence status text - TLSSChannel: fix memory leak (thanks to Alexander Weisner) - Error: added setAppError() to set application-specific error message - PubSub::Item: added setPayload(), setID() - Adhoc: return clone of plugin - PubSub::Manager: fix finding of subscription type (thanks to BillHoo) - ChatStateFilter: fix enable logic (thanks to Ivan Shmakov) - MessageEvent: added parsing of <id/> (thanks to Ivan Shmakov) - MessageEvent: added id() (thanks to Ivan Shmakov) - ClientBase: handle MUC invitation declines properly (thanks to Matias Snellingen) - DNS: IPv6 fix (thanks to garimacoe) (#249) - DelayedDelivery: propagate internal state properly (#251) - PubSub::Manager: fix GetSubscriberList and GetAffiliateList
2016-08-30 17:20:47 +02:00
DISTNAME= gloox-1.0.17
PKGREVISION= 2
CATEGORIES= chat
2018-02-11 16:41:19 +01:00
MASTER_SITES= https://camaya.net/download/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= schnoebe@cirr.com
2018-02-11 16:41:19 +01:00
HOMEPAGE= https://camaya.net/gloox/
COMMENT= Jabber/XMPP client library
2014-05-06 12:44:08 +02:00
LICENSE= gnu-gpl-v3
GNU_CONFIGURE= yes
USE_LANGUAGES+= c++ c
2011-04-07 00:00:10 +02:00
USE_TOOLS+= autoconf automake pkg-config
USE_LIBTOOL= yes
2012-02-16 14:50:52 +01:00
LIBS.SunOS+= -lnsl
# -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic than
# in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build
# failures when including gnutls on older versions of gcc.
BUILDLINK_TRANSFORM+= rm:-pedantic
.include "options.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"