notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
kore Web application framework for writing web APIs in C
4.2.3_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 4.2.3Version of this port present on the latest quarterly branch.
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-09-06 17:40:14
Last Update: 2024-03-21 09:21:06
Commit Hash: 352fb71
Also Listed In: www
License: ISCL
WWW:
http://www.kore.io/
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (94 items)
Collapse this list.
  1. /usr/local/share/licenses/kore-4.2.3_1/catalog.mk
  2. /usr/local/share/licenses/kore-4.2.3_1/LICENSE
  3. /usr/local/share/licenses/kore-4.2.3_1/ISCL
  4. bin/kodev
  5. bin/kore
  6. include/kore/acme.h
  7. include/kore/curl.h
  8. include/kore/hooks.h
  9. include/kore/http.h
  10. include/kore/jsonrpc.h
  11. include/kore/kore.h
  12. include/kore/pgsql.h
  13. include/kore/python_api.h
  14. include/kore/python_methods.h
  15. include/kore/seccomp.h
  16. include/kore/sha1.h
  17. include/kore/sha2.h
  18. include/kore/tasks.h
  19. share/man/man1/kodev.1.gz
  20. share/kore/features
  21. share/kore/ffdhe4096.pem
  22. share/kore/include/kore/acme.h
  23. share/kore/include/kore/curl.h
  24. share/kore/include/kore/hooks.h
  25. share/kore/include/kore/http.h
  26. share/kore/include/kore/jsonrpc.h
  27. share/kore/include/kore/kore.h
  28. share/kore/include/kore/pgsql.h
  29. share/kore/include/kore/python_api.h
  30. share/kore/include/kore/python_methods.h
  31. share/kore/include/kore/seccomp.h
  32. share/kore/include/kore/sha1.h
  33. share/kore/include/kore/sha2.h
  34. share/kore/include/kore/tasks.h
  35. share/kore/linker
  36. share/kore/Makefile
  37. share/kore/misc/curl-extract-opt.sh
  38. share/kore/misc/curl/python_curlopt.h
  39. share/kore/misc/ffdhe4096.pem
  40. share/kore/misc/kore-build/build-curl.sh
  41. share/kore/misc/kore-build/build-kodev.sh
  42. share/kore/misc/kore-build/build-kore.sh
  43. share/kore/misc/kore-build/build-nghttp2.sh
  44. share/kore/misc/kore-build/build-openssl.sh
  45. share/kore/misc/kore-build/build-python.sh
  46. share/kore/misc/kore-build/helpers.sh
  47. share/kore/misc/linux-platform.sh
  48. share/kore/misc/linux/aarch64_syscall.h.in
  49. share/kore/misc/linux/arm_syscall.h.in
  50. share/kore/misc/linux/x86_64_syscall.h.in
  51. share/kore/misc/python3-config.sh
  52. share/kore/RELEASE
  53. share/kore/src/accesslog.c
  54. share/kore/src/acme.c
  55. share/kore/src/auth.c
  56. share/kore/src/bsd.c
  57. share/kore/src/buf.c
  58. share/kore/src/cli.c
  59. share/kore/src/config.c
  60. share/kore/src/connection.c
  61. share/kore/src/curl.c
  62. share/kore/src/domain.c
  63. share/kore/src/filemap.c
  64. share/kore/src/fileref.c
  65. share/kore/src/http.c
  66. share/kore/src/json.c
  67. share/kore/src/jsonrpc.c
  68. share/kore/src/keymgr_openssl.c
  69. share/kore/src/kore.c
  70. share/kore/src/linux.c
  71. share/kore/src/log.c
  72. share/kore/src/mem.c
  73. share/kore/src/module.c
  74. share/kore/src/msg.c
  75. share/kore/src/net.c
  76. share/kore/src/pgsql.c
  77. share/kore/src/pool.c
  78. share/kore/src/python.c
  79. share/kore/src/route.c
  80. share/kore/src/runtime.c
  81. share/kore/src/seccomp.c
  82. share/kore/src/sha1.c
  83. share/kore/src/sha2.c
  84. share/kore/src/tasks.c
  85. share/kore/src/timer.c
  86. share/kore/src/tls_none.c
  87. share/kore/src/tls_openssl.c
  88. share/kore/src/utils.c
  89. share/kore/src/validator.c
  90. share/kore/src/websocket.c
  91. share/kore/src/worker.c
  92. @owner
  93. @group
  94. @mode
Collapse this list.
Dependency lines:
  • kore>0:devel/kore
To install the port:
cd /usr/ports/devel/kore/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/kore
  • pkg install kore
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kore
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1693422665 SHA256 (kore-4.2.3.tar.gz) = f9a9727af97441ae87ff9250e374b9fe3a32a3348b25cb50bd2b7de5ec7f5d82 SIZE (kore-4.2.3.tar.gz) = 1085717

Packages (timestamps in pop-ups are UTC):
kore
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest4.2.34.2.3_14.0.14.2.34.2.3_1-4.0.1-
FreeBSD:13:quarterly4.2.34.2.34.1.04.2.34.2.34.2.34.2.34.2.3
FreeBSD:14:latest4.2.34.2.34.1.04.2.34.2.3_14.1.0-4.1.0
FreeBSD:14:quarterly4.2.34.2.3-4.2.34.2.34.2.34.2.34.2.3
FreeBSD:15:latest4.2.34.2.3n/a4.2.3n/a4.2.34.2.34.2.3
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmake>=4.4.1 : devel/gmake
  2. gettext-runtime>=0.22_1 : devel/gettext-runtime
  3. python3.9 : lang/python39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. python3.9 : lang/python39
Library dependencies:
  1. libcurl.so : ftp/curl
  2. libyajl.so : devel/yajl
  3. libpq.so.5 : databases/postgresql15-client
  4. libintl.so : devel/gettext-runtime
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for kore-4.2.3_1: ACME=on: Build with ACME support CURL=on: Data transfer support via cURL DEBUG=off: Build with debugging support EXAMPLES=on: Build and/or install examples HTTP=on: Build with HTTP support JSONRPC=on: Build with JSON-RPC support PGSQL=on: PostgreSQL database support PYTHON=on: Python bindings or support TASKS=on: Build with tasks support TLS=on: Secure network connection support via TLS ===> Use 'make config' to modify these settings
Options name:
devel_kore
USES:
compiler:c11 gmake ssl pgsql gettext-runtime python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://kore.io/releases/
Collapse this list.

Number of commits found: 40

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
4.2.3_1
21 Mar 2024 09:21:06
commit hash: 352fb71e12ce598356d93f0c1ad05b0608efc3a6commit hash: 352fb71e12ce598356d93f0c1ad05b0608efc3a6commit hash: 352fb71e12ce598356d93f0c1ad05b0608efc3a6commit hash: 352fb71e12ce598356d93f0c1ad05b0608efc3a6 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
*/*: spell PORTREVISION correctly
4.2.3
18 Nov 2023 20:20:44
commit hash: bd7b56ae1896ca6c74df5ae31fee35efd107caa7commit hash: bd7b56ae1896ca6c74df5ae31fee35efd107caa7commit hash: bd7b56ae1896ca6c74df5ae31fee35efd107caa7commit hash: bd7b56ae1896ca6c74df5ae31fee35efd107caa7 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
devel/kore: fix build on armv7 and clean up

 - fix a warning about a wrong formatting specifier
 - exorcise -Werror so future warnings do not break the build
 - as a result, simplify Makefile
 - switch to C11 to avoid some warnings
 - reinstate %%OPENSSLINC%% patch bits dropped in previous commit
 - patch in %%LOCALBASE%% correctly

MFH:		2023Q4
4.2.3
15 Oct 2023 11:14:59
commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5 files touched by this commit
Bernard Spil (brnrd) search for other commits by this committer
security/openssl: Update BROKEN_SSL ports referring to openssl30
4.2.3
30 Aug 2023 19:31:10
commit hash: 1d8d9d2f6e09aed08dcd0aa01a8548aef9b152bbcommit hash: 1d8d9d2f6e09aed08dcd0aa01a8548aef9b152bbcommit hash: 1d8d9d2f6e09aed08dcd0aa01a8548aef9b152bbcommit hash: 1d8d9d2f6e09aed08dcd0aa01a8548aef9b152bb files touched by this commit
Kevin Bowling (kbowling) search for other commits by this committer
devel/kore: Update to 4.2.3

PR:		273058
4.1.0
18 Aug 2023 07:53:31
commit hash: 55c157d0077181e859b22382ad7803bf5da36ee9commit hash: 55c157d0077181e859b22382ad7803bf5da36ee9commit hash: 55c157d0077181e859b22382ad7803bf5da36ee9commit hash: 55c157d0077181e859b22382ad7803bf5da36ee9 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/kore: Fix build with llvm16 and openssl3

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
4.1.0
06 Aug 2023 23:52:28
commit hash: 8967ed2438a73449c1688c27f177f17b1776460fcommit hash: 8967ed2438a73449c1688c27f177f17b1776460fcommit hash: 8967ed2438a73449c1688c27f177f17b1776460fcommit hash: 8967ed2438a73449c1688c27f177f17b1776460f files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/kore: Fix build with llvm16 and openssl3

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
4.1.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
4.1.0
04 May 2023 01:44:29
commit hash: 4ea503a4d146eacfde76402d8a7ca15e15db196ccommit hash: 4ea503a4d146eacfde76402d8a7ca15e15db196ccommit hash: 4ea503a4d146eacfde76402d8a7ca15e15db196ccommit hash: 4ea503a4d146eacfde76402d8a7ca15e15db196c files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/kore: Mark BROKEN_SSL

- Requires OpenSSL 3.0.0 deprecated RSA_* routines
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
4.1.0
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
4.1.0
19 Apr 2021 08:00:09
commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6acommit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6acommit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6acommit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a files touched by this commit
Tobias Kortkamp (tobik) search for other commits by this committer
Remove my useless "Created by" lines
4.1.0
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
4.1.0
06 Feb 2021 05:50:05
Revision:564187Original commit files touched by this commit
nc search for other commits by this committer
devel/kore: Return to pool

Approved by:	0mp (mentor, implicit)
4.1.0
05 Feb 2021 23:16:55
Revision:564164Original commit files touched by this commit
nc search for other commits by this committer
devel/kore: Update to 4.1.0

Approved by:	0mp (mentor, implicit)
4.0.1
28 Sep 2020 05:05:25
Revision:550400Original commit files touched by this commit
tobik search for other commits by this committer
Reset MAINTAINER
4.0.1
09 Sep 2020 23:07:58
Revision:548166Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Update to 4.0.1

Changes:	https://kore.io/releases/4.0.1
4.0.0
07 Sep 2020 21:40:06
Revision:547946Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Update to 4.0.0

Remove flavors.  Disabling TLS support is now a config option, so
there is no point to the extra flavor anymore.

Changes:	https://github.com/jorisvink/kore/releases/tag/4.0.0
3.3.1_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
3.3.1
03 Jun 2019 14:13:00
Revision:503392Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Update to 3.3.1

Changes:	https://kore.io/releases/3.3.1#changelog
3.3.0
15 May 2019 07:22:20
Revision:501691Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Update to 3.3.0

Changes:	https://kore.io/releases/3.3.0#changelog
3.2.2
24 Feb 2019 12:07:04
Revision:493755Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Fix build on powerpc/powerpc64

For some reason index(3) is not hidden when building with gcc 4.2.
Use a newer compiler to work around this.

src/config.c: In function 'configure_filemap_index':
src/config.c:812: warning: declaration of 'index' shadows a global declaration
/usr/include/strings.h:62: warning: shadowed declaration is here

PR:		235979
Reported by:	pkubaj@anongoth.pl
3.2.2
22 Jan 2019 05:42:16
Revision:490926Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Update to 3.2.2

Changes:	https://kore.io/releases/3.2.2#changelog
3.2.1
22 Dec 2018 11:58:09
Revision:488091Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Update to 3.2.1

Changes:	https://kore.io/releases/3.2.1#changelog
3.2.0_1
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
3.2.0
01 Dec 2018 09:30:36
Revision:486328Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Update to 3.2.0

Changes:	https://kore.io/releases/3.2.0#changelog
3.1.0_1
13 Oct 2018 06:10:34
Revision:481959Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Add missing KORE_NO_TLS guards

This fixes the build with OpenSSL 1.1.1 when TLS=off.

PR:		231931
Obtained from:	upstream
3.1.0_1
26 Jul 2018 09:16:10
Revision:475355Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Use BINARY_ALIAS for finding python3-config after r475350
3.1.0_1
19 Jul 2018 09:18:53
Revision:474942Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Fix patch

Last commit broke the flavored kodev-notls due to running make
makepatch without thinking.
3.1.0
19 Jul 2018 09:06:57
Revision:474940Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Update to 3.1.0

Changes:	https://www.kore.io/releases/3.1.0#changelog
3.0.0
18 Jul 2018 12:37:44
Revision:474858Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Update to 3.0.0

Changes:	https://www.kore.io/releases/3.0.0#changelog
2.0.0_2
06 Dec 2017 15:49:47
Revision:455656Original commit files touched by this commit
tobik search for other commits by this committer
Make devel/kore-notls a flavor of devel/kore and remove it

Approved by:	portmgr (mat)
Differential Revision:	https://reviews.freebsd.org/D13393
2.0.0_2
02 Dec 2017 06:28:29
Revision:455333Original commit files touched by this commit
tobik search for other commits by this committer
devel/kore: Sort options helpers and use *_MAKE_ARGS* helpers
2.0.0_2
13 May 2017 03:35:51
Revision:440746Original commit files touched by this commit
linimon search for other commits by this committer
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2.0.0_2
02 May 2017 15:43:43
Revision:439957Original commit files touched by this commit
tobik search for other commits by this committer
Add a devel/kore slave with TLS support disabled

TLS=on changes Kore's behavior and it is not currently possible to
disable TLS at runtime.  This will allow deploying TLS-enabled and
non-TLS apps on the same host.

- While here remove an old FreeBSD 9 patch

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D10296
2.0.0_1
15 Feb 2017 12:28:29
Revision:434159Original commit files touched by this commit
tobik search for other commits by this committer
Update MAINTAINER to tobik@FreeBSD.org for my ports

Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9610
2.0.0_1
05 Feb 2017 18:58:19
Revision:433446Original commit files touched by this commit
jbeich search for other commits by this committer
devel/kore: unbreak with GCC after r426629

cc1: error: -Werror=c11-extensions: no option -Wc11-extensions

PR:		214638
Reported by:	marino, pkg-fallout (mips, mips64)
2.0.0_1
01 Jan 2017 03:45:13
Revision:430235Original commit files touched by this commit
sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
2.0.0_1
20 Nov 2016 20:58:37
Revision:426630Original commit files touched by this commit
jbeich search for other commits by this committer
devel/kore: unbreak build with clang 3.9

src/pgsql.c:222:17: error: passing an object that undergoes default argument
promotion to 'va_start'
      has undefined behavior [-Werror,-Wvarargs]
        va_start(args, count);
                       ^
src/pgsql.c:217:45: note: parameter of type 'u_int8_t' (aka 'unsigned char') is
declared here
    const char *query, int result, u_int8_t count, ...)
                                            ^

PR:		214639
Reported by:	antoine (via exp-run)
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
Obtained from:	upstream
2.0.0
20 Nov 2016 20:58:21
Revision:426629Original commit files touched by this commit
jbeich search for other commits by this committer
devel/kore: unbreak build on 12.0

src/cli.c:385:9: error: generic selections are a C11-specific feature
[-Werror,-Wc11-extensions]
        appl = basename(pwd);
               ^
/usr/include/libgen.h:60:21: note: expanded from macro 'basename'
 #define basename(x)     __generic(x, const char *, __old_basename, basename)(x)
                        ^
/usr/include/sys/cdefs.h:337:2: note: expanded from macro '__generic'
        _Generic(expr, t: yes, default: no)
        ^

PR:		214638
Reported by:	pkg-fallout
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
2.0.0
06 Sep 2016 17:40:01
Revision:421450Original commit files touched by this commit
pi search for other commits by this committer
New port: devel/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.

WWW: http://www.kore.io/

PR:		211603
Submitted by:	Tobias Kortkamp <t@tobik.me>

Number of commits found: 40