Version: 1.0.21, Package name: gloox-1.0.21 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description gloox is a rock-solid, full-featured Jabber/XMPP client library, written in clean ANSI C++. It makes writing spec-compliant clients easy and allows for hassle-free integration of Jabber/XMPP functionality into existing applications. |
Filesize: 699.657 KB |
Version History (View Complete History) |
|
2020-05-27 15:47:06 by Sebastian Reitenbach | Files touched by this commit (1) |
Log message: drop maintainer |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-11-30 14:49:54 by Christian Weisgerber | Files touched by this commit (2) |
Log message: add missing include for ports-gcc |
2018-10-29 00:29:36 by Anthony J. Bentley | Files touched by this commit (5) |
Log message: Update to gloox-1.0.21. Also include string.h for string functions. ok sebastia@ (MAINTAINER) |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-03-18 07:20:38 by Stuart Henderson | Files touched by this commit (1) |
Log message: unbreak, libressl has some more 1.1 api functions now |
2018-02-19 12:24:03 by Stuart Henderson | Files touched by this commit (1) |
Log message: fix; libressl now has all this needs except SSL_SESSION_get_protocol_version() |
2017-08-08 02:57:45 by Anthony J. Bentley | Files touched by this commit (25) |
Log message: Update to gloox-1.0.20. ok sebastia@ (maintainer) |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-27 17:15:39 by Marc Espie | Files touched by this commit (2) |
Log message: fix for clang (link warning option doesn't work) + missing prototype for ctime. |
2017-04-19 17:53:42 by Marc Espie | Files touched by this commit (2) |
Log message: libc++ doesn't make C symbols visible, so explicitly ask for stdlib's atoi |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2015-05-22 05:31:20 by Antoine Jacoutot | Files touched by this commit (296) |
Log message: "/usr/local/lib/pkgconfig/" is part of mtree(8). Packages should not own this dir to prevent its deletion or a warning that it cannot be removed because it's not empty at pkg_delete(1) time. |
2015-04-21 12:24:23 by Stuart Henderson | Files touched by this commit (32) |
Log message: add some missing pthread to WANTLIB (using modified portbump, thanks zhuk@) |
2011-07-11 08:04:42 by Jasper Lievisse Adriaanse | Files touched by this commit (10) |
Log message: no need to keep using the gcc3 module on sparc from brad |