32 Commits

Author SHA1 Message Date
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
sthen
3fb7cdbcf6 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:01:35 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
bket
0fd5f1cb9b Update to hexchat-2.14.3
Changelog: https://hexchat.readthedocs.io/en/latest/changelog.html

kn@: "Go for it"
2020-01-12 06:59:31 +00:00
bket
1370726ff8 Update to hexchat-2.14.2.
Changelog can be found at
https://hexchat.readthedocs.io/en/latest/changelog.html.

Includes feedback from sthen@ and cwen@. Thank you!

OK cwen@
2019-10-23 05:06:11 +00:00
sthen
48b0b9660c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:48:23 +00:00
sthen
f548d95863 sync some WANTLIBs 2019-06-13 15:48:50 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +00:00
danj
fa87138478 Remove maintainer per their request
Done with portbump -z, thanks sthen!
2019-05-07 16:52:34 +00:00
jca
81bbcc5b83 Force OBJCC to avoid linking hexchat with gcc
Fixes a linking failure on arm.  ok Florian Stinglmayr (maintainer)
2019-02-27 23:34:05 +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
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