non port: devel/kore/Makefile |
Number of commits found: 37 |
Saturday, 18 Nov 2023
|
20:20 Robert Clausecker (fuz)
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
bd7b56a |
Sunday, 15 Oct 2023
|
11:14 Bernard Spil (brnrd)
security/openssl: Update BROKEN_SSL ports referring to openssl30
c558035 |
Wednesday, 30 Aug 2023
|
19:31 Kevin Bowling (kbowling)
devel/kore: Update to 4.2.3
PR: 273058
1d8d9d2 |
Friday, 18 Aug 2023
|
07:53 Muhammad Moinur Rahman (bofh)
devel/kore: Fix build with llvm16 and openssl3
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
55c157d |
Sunday, 6 Aug 2023
|
23:52 Muhammad Moinur Rahman (bofh)
devel/kore: Fix build with llvm16 and openssl3
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation
8967ed2 |
Tuesday, 27 Jun 2023
|
19:34 Rene Ladan (rene)
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>
3d9a815 |
Thursday, 4 May 2023
|
01:44 Muhammad Moinur Rahman (bofh)
devel/kore: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated RSA_* routines
4ea503a |
Wednesday, 7 Sep 2022
|
21:10 Stefan Eßer (se)
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.
This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.
There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.
The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.
Approved by: portmgr (tcberner)
b7f0544 |
Monday, 19 Apr 2021
|
08:00 Tobias Kortkamp (tobik)
Remove my useless "Created by" lines
c204633 |
Tuesday, 6 Apr 2021
|
14:31 Mathieu Arnold (mat)
Remove # $FreeBSD$ from Makefiles.
305f148 |
Saturday, 6 Feb 2021
|
05:50 nc
devel/kore: Return to pool
Approved by: 0mp (mentor, implicit)
 |
Friday, 5 Feb 2021
|
23:16 nc
devel/kore: Update to 4.1.0
Approved by: 0mp (mentor, implicit)
 |
Monday, 28 Sep 2020
|
05:05 tobik
Reset MAINTAINER
 |
Wednesday, 9 Sep 2020
|
23:07 tobik
devel/kore: Update to 4.0.1
Changes: https://kore.io/releases/4.0.1
 |
Monday, 7 Sep 2020
|
21:40 tobik
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
 |
Friday, 26 Jul 2019
|
20:46 gerald
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
 |
Monday, 3 Jun 2019
|
14:13 tobik
devel/kore: Update to 3.3.1
Changes: https://kore.io/releases/3.3.1#changelog
 |
Wednesday, 15 May 2019
|
07:22 tobik
devel/kore: Update to 3.3.0
Changes: https://kore.io/releases/3.3.0#changelog
 |
Sunday, 24 Feb 2019
|
12:07 tobik
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
 |
Tuesday, 22 Jan 2019
|
05:42 tobik
devel/kore: Update to 3.2.2
Changes: https://kore.io/releases/3.2.2#changelog
 |
Saturday, 22 Dec 2018
|
11:58 tobik
devel/kore: Update to 3.2.1
Changes: https://kore.io/releases/3.2.1#changelog
 |
Wednesday, 12 Dec 2018
|
01:35 gerald
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
 |
Saturday, 1 Dec 2018
|
09:30 tobik
devel/kore: Update to 3.2.0
Changes: https://kore.io/releases/3.2.0#changelog
 |
Thursday, 26 Jul 2018
|
09:16 tobik
devel/kore: Use BINARY_ALIAS for finding python3-config after r475350
 |
Thursday, 19 Jul 2018
|
09:18 tobik
devel/kore: Fix patch
Last commit broke the flavored kodev-notls due to running make
makepatch without thinking.
 |
09:06 tobik
devel/kore: Update to 3.1.0
Changes: https://www.kore.io/releases/3.1.0#changelog
 |
Wednesday, 18 Jul 2018
|
12:37 tobik
devel/kore: Update to 3.0.0
Changes: https://www.kore.io/releases/3.0.0#changelog
 |
Wednesday, 6 Dec 2017
|
15:49 tobik
Make devel/kore-notls a flavor of devel/kore and remove it
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D13393
 |
Saturday, 2 Dec 2017
|
06:28 tobik
devel/kore: Sort options helpers and use *_MAKE_ARGS* helpers
 |
Saturday, 13 May 2017
|
03:35 linimon
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)
 |
Tuesday, 2 May 2017
|
15:43 tobik
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
 |
Wednesday, 15 Feb 2017
|
12:28 tobik
Update MAINTAINER to tobik@FreeBSD.org for my ports
Approved by: mat (mentor)
Differential Revision: https://reviews.freebsd.org/D9610
 |
Sunday, 5 Feb 2017
|
18:58 jbeich
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)
 |
Sunday, 1 Jan 2017
|
03:45 sunpoet
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket)
 |
Sunday, 20 Nov 2016
|
20:58 jbeich
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
 |
20:58 jbeich
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)
 |
Tuesday, 6 Sep 2016
|
17:40 pi
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: 37 |