27 Commits

Author SHA1 Message Date
sebastia
e09cd9cea1 drop maintainer 2020-05-27 21:47:06 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
naddy
b56ece5da3 add missing include for ports-gcc 2018-11-30 21:49:54 +00:00
bentley
dce7439ff9 Update to gloox-1.0.21.
Also include string.h for string functions.

ok sebastia@ (MAINTAINER)
2018-10-29 06:29:36 +00:00
sthen
25f0e460f2 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-10-24 14:27:57 +00:00
sthen
5a3a9698d3 unbreak, libressl has some more 1.1 api functions now 2018-03-18 13:20:38 +00:00
sthen
b904502f49 fix; libressl now has all this needs except SSL_SESSION_get_protocol_version() 2018-02-19 19:24:03 +00:00
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
bentley
59499e6ecb Update to gloox-1.0.20.
ok sebastia@ (maintainer)
2017-08-08 08:57:45 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
e68b41c2b0 fix for clang (link warning option doesn't work) + missing prototype for ctime. 2017-04-27 23:15:39 +00:00
espie
77704022fb libc++ doesn't make C symbols visible, so explicitly ask for stdlib's atoi 2017-04-19 23:53:42 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
ajacoutot
a183b75553 "/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-05-22 11:31:10 +00:00
sthen
270db149c4 add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)
2015-04-21 18:24:22 +00:00
pascal
f2b4150415 Fix after COMP removal.
ok sebastia@ (maintainer)
2014-07-12 17:51:25 +00:00
sthen
58b3e43761 update to gloox 1.0.3, tested by sebastia@ 2013-08-16 10:05:00 +00:00
naddy
b43ec6dca7 remove workarounds for gcc 2.95 2013-08-07 19:16:48 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
jasper
3c9f0d1a13 no need to keep using the gcc3 module on sparc
from brad
2011-07-11 14:04:42 +00:00
naddy
5ba9e6cafd Epoch bump for lang/gcc/3.3 because the version number shouldn't
count as older than one from 2005.

Revision bump for all ports that depend on libstdc++-3 because the
package specs have changed.
2011-01-15 01:07:45 +00:00
espie
0397d65db0 new depends 2010-11-19 22:31:32 +00:00
sebastia
448a35d65a USE_LIBTOOL and get rid of expensive SUBST_CMD, pointed out by and based by diff from steven@
OK steven@
2010-07-29 06:31:15 +00:00
sebastia
8b10e39ca4 import gloox
extensible C++ library for XMPP clients and components

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

OK landry@
2010-07-28 14:20:50 +00:00