./chat/gloox, Jabber/XMPP client library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2012Q3, Version: 1.0nb3, Package name: gloox-1.0nb3, Maintainer: schnoebe

gloox is a rock-solid, full-featured Jabber/XMPP client library,
written in C++. It makes writing spec-compliant clients easy and
allows for hassle-free integration of Jabber/XMPP functionality
into existing applications.


Required to run:
[devel/libidn] [security/gnutls]

Required to build:
[devel/autoconf] [devel/libtool-base] [devel/pkg-config] [devel/automake]

Package options: gnutls

Master sites:

SHA1: 8c788738f72b05fae7c05c744a67859419ffa09c
RMD160: 92089462ed778fb41bf97d882fc1785b8e82233f
Filesize: 589.291 KB

Version history: (Expand)


CVS history: (Expand)


   2012-11-10 23:51:14 by Matthias Scheler | Files touched by this commit (1)
Log message:
Pullup ticket #3967 - requested by schnoebe
chat/gloox: build fix

Revisions pulled up:
- chat/gloox/Makefile                                           1.7

---
   Module Name:	pkgsrc
   Committed By:	schnoebe
   Date:		Thu Nov  8 22:11:22 UTC 2012

   Modified Files:
   	pkgsrc/chat/gloox: Makefile

   Log message:
    -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.

    Should clear up the build issues on NetBSD 5.x