2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message:
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.
|
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message:
bump REVISION; python 3 default changed to 3.8
|
2020-01-11 23:59:31 by Bjorn Ketelaars | Files touched by this commit (4) |
Log message:
Update to hexchat-2.14.3
Changelog: https://hexchat.readthedocs.io/en/latest/changelog.html
kn@: "Go for it"
|
2019-10-22 23:06:11 by Bjorn Ketelaars | Files touched by this commit (4) |
Log message:
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-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
|
2019-06-13 09:48:57 by Stuart Henderson | Files touched by this commit (118) |
Log message:
sync some WANTLIBs
|
2019-05-20 16:15:31 by Christian Weisgerber | Files touched by this commit (488) |
Log message:
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-07 10:52:35 by Daniel Jakots | Files touched by this commit (9) |
Log message:
Remove maintainer per their request
Done with portbump -z, thanks sthen!
|
2019-02-27 16:34:05 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message:
Force OBJCC to avoid linking hexchat with gcc
Fixes a linking failure on arm. ok Florian Stinglmayr (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-06-29 16:16:37 by Marc Espie | Files touched by this commit (950) |
Log message:
@tag gtk-update-icon-cache
|
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message:
first tag: update-desktop-database
|
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-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message:
use LIBCXX
|
2016-10-28 08:55:19 by Frederic Cambus | Files touched by this commit (2) |
Log message:
Update hexchat to 2.12.3.
From maintainer Florian Stinglmayr.
|
2016-10-12 04:35:44 by Frederic Cambus | Files touched by this commit (2) |
Log message:
Update hexchat to 2.12.2.
From maintainer Florian Stinglmayr.
|
2016-05-09 16:57:57 by Jeremie Courreges-Anglas | Files touched by this commit (3) |
Log message:
Update to hexchat-2.12.1, from maintainer Florian Stinglmayr
Now with a lua plugin...
|
2016-04-09 17:59:49 by Christian Weisgerber | Files touched by this commit (1) |
Log message:
replace gettext module with library dependency;
from maintainer Florian Stinglmayr
|
2016-03-20 10:12:27 by Christian Weisgerber | Files touched by this commit (104) |
Log message:
drop SHARED_ONLY from python and ruby ports
|
2016-03-14 14:25:39 by Jeremie Courreges-Anglas | Files touched by this commit (2) |
Log message:
Update to hexchat-2.12.0, from maintainer Florian Stinglmayr
|
2016-03-11 13:28:34 by Christian Weisgerber | Files touched by this commit (247) |
Log message:
garbage collect CONFIGURE_SHARED
|
2015-04-04 03:21:09 by Antoine Jacoutot | Files touched by this commit (301) |
Log message:
Bump after the recent changes in packaging dbus and dconf.
|
2015-03-27 02:13:04 by Antoine Jacoutot | Files touched by this commit (32) |
Log message:
x11/gtk+2,-guic -> x11/gtk+3,-guic && bump
|
2014-12-05 07:12:24 by Brian Callahan | Files touched by this commit (2) |
Log message:
Update hexchat to 2.10.2, removes SSL3 support in favor of TLSv1.0+
ok Florian Stinglmayr (MAINTAINER)
|