Commit Graph

36 Commits

Author SHA1 Message Date
sthen
c7010de0bd bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:30:15 +00:00
fcambus
d3294ae4b8 Update kore to 4.2.3. 2022-08-23 21:38:20 +00:00
fcambus
d2c6765b6f Update kore to 4.2.2. 2022-04-24 12:56:32 +00:00
fcambus
e3019edaba Update kore to 4.2.1. 2022-04-16 13:42:08 +00:00
naddy
ec14803114 drop RCS Ids 2022-03-11 20:09:36 +00:00
kmos
96fa201d70 Update patches to drop -Werror and fix build on sparc64 2022-01-16 10:19:37 +00:00
jeremy
f0b84dfc4b Add patch to allow pgsql FLAVOR to build with PostgreSQL 14
OK pea@, sthen@
2022-01-13 16:03:04 +00:00
sthen
74e3cc3e92 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:02:51 +00:00
fcambus
0f587a49ac Enable additional tools targets to build and install kore-serve.
This tool makes it easy to quickly spin up a static serving webserver.
2021-04-07 08:54:00 +00:00
sthen
745105c362 automatically handle ports which use the python module and have flavours
other than the usual "python3/<blank>" python version selection and
remove setting MODPY_VERSION=${MODPY_DEFAULT_VERSION_3} again from the
affected ports.
2021-02-23 22:04:35 +00:00
sthen
761c9f34ff ports which use the python module and have flavours other than the
usual "python3/<blank>" python version selection still require setting
MODPY_VERSION for now.
2021-02-23 21:45:49 +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
fcambus
bfad866308 Update kore to 4.1.0. 2021-01-23 20:35:02 +00:00
fcambus
7511089faa Drop maintainership. 2021-01-14 21:55:21 +00:00
fcambus
08d057af5b Update kore to 4.0.1, and remove patch which was merged upstream. 2020-09-09 20:32:22 +00:00
tb
fdb8f3da2c www/kore: fix sparc64 build
As found by kmos, -Werror breaks the sparc64 build due to an unneeded
comparison of the u_int8_t ch against 0.

Fix upstreamed & ok fcambus
2020-09-08 17:46:58 +00:00
fcambus
73b42d047c Update kore to 4.0.0 and add a new acme FLAVOR. 2020-09-01 16:50:50 +00:00
sthen
5da2775e6b use --embed on python3.8-config --ldflags lines 2020-07-03 21:11:13 +00:00
sthen
4a796fe6e0 www/kore,python: use the correct python3.X-config rather than python3-config
to retrieve includes/ldflags, so that e.g. setting MODPY_VERSION=3.8 uses the
correct lookup.   ok fcambus@

(py 3.8 still fails because it also needs --embed as well as --libs but
that's a separate issue and fixing is messy until the py3 default is switched
to 3.8)
2020-07-01 14:02:01 +00:00
naddy
5a6bb98f65 explicitly specify devel/gettext,-runtime rather than relying on
subpackage defaults for devel/gettext
2020-04-17 16:14:40 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
fcambus
c1eac0db50 Update kore to 3.3.1. 2019-06-03 16:31:08 +00:00
fcambus
2d9949fd1f Add a python FLAVOR to Kore. 2019-05-28 12:57:45 +00:00
fcambus
6c976f8d25 Add a curl FLAVOR to Kore, and regen PLIST. 2019-05-16 19:47:49 +00:00
fcambus
25b1cec680 Update kore to 3.3.0. 2019-05-16 14:08:52 +00:00
fcambus
19787bbd18 Update kore to 3.2.2. 2019-01-21 16:52:48 +00:00
fcambus
26b06b55c1 Update kore to 3.2.1. 2018-12-22 10:35:17 +00:00
fcambus
6b15e95c3a Update kore to 3.2.0. 2018-11-30 21:26:04 +00:00
fcambus
442f067b36 Update kore to 3.1.0. 2018-07-18 17:54:55 +00:00
fcambus
49849feca3 Update kore to 3.0.0. 2018-07-09 17:39:57 +00:00
fcambus
e67aa0dfa4 Switch from GitHub auto-generated tarballs to MASTER_SITES. 2018-03-10 23:00:33 +00:00
jsg
9a190ffe23 Now that arm has switched to clang the base compiler has atomic builtins
and accepts -mfpu=neon.

ok jca@ sthen@
2018-01-20 14:03:39 +00:00
fcambus
ef9362e221 Fix build errors with Clang. 2017-05-02 19:55:23 +00:00
fcambus
9c4f9bb21c Honour CC and remove hardcoded optimization (-O2) flag. 2017-05-01 19:32:31 +00:00
jca
997a52ea68 Needs atomic builtins, use lang/gcc on arm.
ok fcambus@ (maintainer)
2016-12-29 14:15:15 +00:00
fcambus
178c2172d0 Import www/kore
Kore is an easy to use web application framework for writing scalable
web APIs in C.

Its main goals are security, scalability and allowing rapid development
and deployment of such APIs. Because of this Kore is an ideal candidate
for building robust, scalable and secure web things.

OK juanfra@
2016-10-31 10:24:52 +00:00