1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/net-im/gloox/Makefile
Fernando Apesteguía 3e5e01164e net-im/gloox: Update to 1.0.24
From ChangeLog: https://camaya.net/gloox/changelog/
Accumulated changes:

 * Tag: fixed XML namespace for attribute with empty namespace
 * PubSub::Event: add simple ctor
 * PubSub::Manager: fixed subscription error case handling
 * PubSub: fixed support for instant nodes
 * RosterManager: fixed behavior if subscription attribute is absent in roster
   item
 * fixed a memory leak in dns.cpp
 * fixed session management/stream resumption
 * MUCRoom::MUCUser: include reason if set
 * ClientBase: fix honorThreadID (first noticed by Erik Johansson in 2010)
 * TLSGnuTLS: disabled TLS 1.3 for now, as there are connection issues with it

PR:	248080
Submitted by:	marcel@herrbischoff.com
2020-08-03 16:09:27 +00:00

40 lines
893 B
Makefile

# Created by: trasz
# $FreeBSD$
PORTNAME= gloox
DISTVERSION= 1.0.24
CATEGORIES= net-im
MASTER_SITES= http://camaya.net/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Jabber/XMPP client library
LICENSE= GPLv3 # with OpenSSL exception
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libidn.so:dns/libidn \
libgnutls.so:security/gnutls
USES= libtool localbase pathfix pkgconfig tar:bzip2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTSCOUT= skipv:1.0.x
OPTIONS_DEFINE= MDNSRESPONDER TEST
MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder
MDNSRESPONDER_CONFIGURE_ENABLE= mdns
TEST_CONFIGURE_WITH= tests
post-patch:
@${REINPLACE_CMD} -e \
's| -ansi|| ; \
s|\(enable_mdns=\)yes|\1$$enableval|' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
's| -pedantic|| ; \
s| -pipe||'
.include <bsd.port.mk>