21 Commits

Author SHA1 Message Date
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
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +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
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
fcambus
206141e155 Update hexchat to 2.12.3.
From maintainer Florian Stinglmayr.
2016-10-28 14:55:19 +00:00
fcambus
ddae965370 Update hexchat to 2.12.2.
From maintainer Florian Stinglmayr.
2016-10-12 10:35:44 +00:00
jca
eff3121067 Update to hexchat-2.12.1, from maintainer Florian Stinglmayr
Now with a lua plugin...
2016-05-09 22:57:57 +00:00
naddy
f0eeb755f2 replace gettext module with library dependency;
from maintainer Florian Stinglmayr
2016-04-09 23:59:49 +00:00
naddy
deea7ed07b drop SHARED_ONLY from python and ruby ports 2016-03-20 16:12:22 +00:00
jca
7dfd802fdc Update to hexchat-2.12.0, from maintainer Florian Stinglmayr 2016-03-14 20:25:39 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
ajacoutot
aa988913b0 Bump after the recent changes in packaging dbus and dconf. 2015-04-04 09:20:59 +00:00
ajacoutot
1aa76cceb2 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:13:02 +00:00
bcallah
3850d7a814 Update hexchat to 2.10.2, removes SSL3 support in favor of TLSv1.0+
ok Florian Stinglmayr (MAINTAINER)
2014-12-05 14:12:24 +00:00
landry
36459603f0 Update to hexchat 2.10.1, from MAINTAINER. 2014-09-10 19:15:50 +00:00
landry
7f12c45557 Add missing textproc/intltool MODULE. 2014-06-15 17:56:48 +00:00
ajacoutot
b5de8338df Drop gconf stuffs, they are not needed.
ok sthen@
2014-06-12 08:17:59 +00:00
sthen
eaab0be755 Import ports/net/hexchat which is a fork of Xchat.
From Florian Stinglmayr, ok bcallah@
2014-06-11 22:45:36 +00:00