51 Commits

Author SHA1 Message Date
sebastia
b822cd97e7 simple update 1.12.7 -> 1.12.8 2022-08-18 15:21:55 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
sebastia
2dd9d28ead simple update 1.12.6 -> 1.12.7 2022-01-21 11:35:08 +00:00
rsadowski
0de194c3f7 Remove boost version checks and bump after boost rollback 2021-09-19 05:24:30 +00:00
sebastia
c7d43bd2f1 update 1.12.5 -> 1.12.6 2021-07-16 17:38:47 +00:00
sebastia
2ef5ab635f update 1.12.4 -> 1.12.5 2021-06-14 21:05:48 +00:00
rsadowski
abf03e5732 Tweak and clean up Makefile, remove MODPY_VERSION
Maintainer timeout
2021-05-13 06:05:53 +00:00
rsadowski
b4d5d80f94 Fix build with boost 1.73.0
From Brad
2021-04-28 05:08:53 +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
sebastia
baf0e11b8e simple update 1.12.3 -> 1.12.4 2021-01-18 22:40:04 +00:00
sebastia
46e5d4ba32 simple update 1.12.2 -> 1.12.3 2020-11-27 09:21:23 +00:00
sebastia
56d38656d9 simple update 1.12.1 -> 1.12.2 2020-11-05 08:25:34 +00:00
sebastia
f0968f68d2 simple update 1.12.0 -> 1.12.1 2020-08-10 07:46:28 +00:00
sebastia
7b8af22867 simple update 1.11.0 1.12.0 2020-05-26 21:19:27 +00:00
jca
a123268358 Drop the MESSAGE about cpplint and python2
cpplint.py was only installed for leatherman developers purposes:
4af4e296f5
No need to attract people's attention towards this 10 years old python2
script with a MESSAGE.

ok kn@ sthen@
2020-04-28 15:51:40 +00:00
kn
1ac7469309 Drop Python RDEP for cpplint.py, suggest in MESSAGE
Leatherman is a dependency of facter which is a dependency of puppet.

Assuming that leatherman is most prominently installed for its C++ and
CMake libs, suggest the optional Python 2 dependency in a message rather
than installing it by default.

OK sthen
2020-04-28 12:18:43 +00:00
sebastia
87d27bf762 Update 1.10.0 -> 1.11.0 2020-03-28 22:04:02 +00:00
sebastia
c0df19a644 update 1.9.1 -> 1.10.0 2020-02-07 11:00:20 +00:00
sebastia
b7a7cc4d84 Update 1.9.0 -> 1.9.1
major bump of leatherman_execution due to some symbol removed
2019-12-10 07:27:07 +00:00
sebastia
ebf7762d47 Update 1.8.0 -> 1.9.0 2019-11-07 08:36:31 +00:00
sebastia
7b226ba6bf Update 1.7.2 -> 1.8.0 2019-10-22 08:22:39 +00:00
sebastia
fa094b79b1 simple update: 1.7.1 -> 1.7.2 2019-09-25 21:08:55 +00:00
sebastia
2a7302fac1 simple update 1.7.0 -> 1.7.1 2019-08-23 08:48:13 +00:00
sebastia
1cd24ed377 Update to 1.7.0 2019-06-21 11:28:18 +00:00
jca
33e2fb4155 Drop -Werror to fix build of leatherman (and consumers) on at least sparc64
ok sthen@ sebastia@ (maintainer)
2019-06-04 15:22:32 +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
sebastia
6632bc4d15 simple update to 1.6.0 2019-04-01 11:16:35 +00:00
sebastia
b808ac393b simple update 1.5.3 -> 1.5.4 2019-01-04 10:12:19 +00:00
sthen
49b00025fd bump REVISION for ports with a LIB_ or RUN_DEPENDS on devel/boost,
it has been split into subpackages
2018-12-13 19:53:23 +00:00
sebastia
aa05a3cf76 small update to 1.5.3 2018-11-06 09:52:07 +00:00
sebastia
8a61fe719c update to 1.5.0 2018-09-27 21:33:31 +00:00
sebastia
139f0a6712 bugfix update to 1.4.2 2018-06-26 11:05:49 +00:00
sebastia
b511a7b0ae Bugfix update to 1.4.1 2018-04-25 20:39:03 +00:00
sebastia
3d9ffbd9c7 minor update to 1.4.0 2018-02-23 10:57:36 +00:00
naddy
11e3dd67b3 switch COMPILER from the old, confusing shortcuts to the more explicit format 2017-11-16 23:20:37 +00:00
sebastia
6cf4039bde small update to 1.3.0 2017-10-12 06:28:17 +00:00
sebastia
3401f70694 Update to 1.2.1, fix MODPY_ADJ_FILES 2017-09-08 09:53:49 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sebastia
2bc025bbbe Update to 1.0.0, bump library versions since symbols disappeared 2017-06-30 08:05:08 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
zhuk
e7a9b20507 Bring facter & friends into land of Position Independent Code.
This makes all of those build with Clang, but you'll need updated boost
first (not enforcing dependency because we don't have Clang on amd64 as well).
2017-05-30 18:01:27 +00:00
espie
fb72654b73 let it build with clang, adjust -Werror to "work". 2017-05-23 20:18:45 +00:00
jasper
7fa9227d62 - update to leatherman-0.12.1
ok sebastia@ (new maintainer)
2017-05-13 09:43:45 +00:00
jasper
3728db8282 update to leatherman-0.9.0 2016-08-25 06:21:46 +00:00
jasper
9854a70fcb update to leatherman-0.8.1 2016-08-10 14:06:14 +00:00
jasper
176aa10562 update to leatherman-0.7.4 2016-07-04 08:53:10 +00:00
jasper
cc3c8c3200 update to leatherman-0.7.2 2016-06-13 08:25:34 +00:00
ajacoutot
176522847c Needs devel/gettext-tools. 2016-06-02 05:59:22 +00:00