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.

non port: devel/kore/Makefile

Number of commits found: 38

Thursday, 21 Mar 2024
09:21 Christian Weisgerber (naddy) search for other commits by this committer
*/*: spell PORTREVISION correctly
commit hash: 352fb71e12ce598356d93f0c1ad05b0608efc3a6 commit hash: 352fb71e12ce598356d93f0c1ad05b0608efc3a6 commit hash: 352fb71e12ce598356d93f0c1ad05b0608efc3a6 commit hash: 352fb71e12ce598356d93f0c1ad05b0608efc3a6 352fb71
Saturday, 18 Nov 2023
20:20 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
commit hash: bd7b56ae1896ca6c74df5ae31fee35efd107caa7 commit hash: bd7b56ae1896ca6c74df5ae31fee35efd107caa7 commit hash: bd7b56ae1896ca6c74df5ae31fee35efd107caa7 commit hash: bd7b56ae1896ca6c74df5ae31fee35efd107caa7 bd7b56a
Sunday, 15 Oct 2023
11:14 Bernard Spil (brnrd) search for other commits by this committer
security/openssl: Update BROKEN_SSL ports referring to openssl30
commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5 commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5 commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5 commit hash: c55803584171e1029f57c0f4ae248c6220e7ecd5 c558035
Wednesday, 30 Aug 2023
19:31 Kevin Bowling (kbowling) search for other commits by this committer
devel/kore: Update to 4.2.3

PR:		273058
commit hash: 1d8d9d2f6e09aed08dcd0aa01a8548aef9b152bb commit hash: 1d8d9d2f6e09aed08dcd0aa01a8548aef9b152bb commit hash: 1d8d9d2f6e09aed08dcd0aa01a8548aef9b152bb commit hash: 1d8d9d2f6e09aed08dcd0aa01a8548aef9b152bb 1d8d9d2
Friday, 18 Aug 2023
07:53 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
commit hash: 55c157d0077181e859b22382ad7803bf5da36ee9 commit hash: 55c157d0077181e859b22382ad7803bf5da36ee9 commit hash: 55c157d0077181e859b22382ad7803bf5da36ee9 commit hash: 55c157d0077181e859b22382ad7803bf5da36ee9 55c157d
Sunday, 6 Aug 2023
23:52 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
commit hash: 8967ed2438a73449c1688c27f177f17b1776460f commit hash: 8967ed2438a73449c1688c27f177f17b1776460f commit hash: 8967ed2438a73449c1688c27f177f17b1776460f commit hash: 8967ed2438a73449c1688c27f177f17b1776460f 8967ed2
Tuesday, 27 Jun 2023
19:34 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>
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb 3d9a815
Thursday, 4 May 2023
01:44 Muhammad Moinur Rahman (bofh) search for other commits by this committer
devel/kore: Mark BROKEN_SSL

- Requires OpenSSL 3.0.0 deprecated RSA_* routines
commit hash: 4ea503a4d146eacfde76402d8a7ca15e15db196c commit hash: 4ea503a4d146eacfde76402d8a7ca15e15db196c commit hash: 4ea503a4d146eacfde76402d8a7ca15e15db196c commit hash: 4ea503a4d146eacfde76402d8a7ca15e15db196c 4ea503a
Wednesday, 7 Sep 2022
21:10 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.

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)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 19 Apr 2021
08:00 Tobias Kortkamp (tobik) search for other commits by this committer
Remove my useless "Created by" lines
commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a commit hash: c204633ca02646cee103f7084e1bd2b81f5e8a6a c204633
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Saturday, 6 Feb 2021
05:50 nc search for other commits by this committer
devel/kore: Return to pool

Approved by:	0mp (mentor, implicit)
Original commitRevision:564187 
Friday, 5 Feb 2021
23:16 nc search for other commits by this committer
devel/kore: Update to 4.1.0

Approved by:	0mp (mentor, implicit)
Original commitRevision:564164 
Monday, 28 Sep 2020
05:05 tobik search for other commits by this committer
Reset MAINTAINER
Original commitRevision:550400 
Wednesday, 9 Sep 2020
23:07 tobik search for other commits by this committer
devel/kore: Update to 4.0.1

Changes:	https://kore.io/releases/4.0.1
Original commitRevision:548166 
Monday, 7 Sep 2020
21:40 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
Original commitRevision:547946 
Friday, 26 Jul 2019
20:46 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
Original commitRevision:507372 
Monday, 3 Jun 2019
14:13 tobik search for other commits by this committer
devel/kore: Update to 3.3.1

Changes:	https://kore.io/releases/3.3.1#changelog
Original commitRevision:503392 
Wednesday, 15 May 2019
07:22 tobik search for other commits by this committer
devel/kore: Update to 3.3.0

Changes:	https://kore.io/releases/3.3.0#changelog
Original commitRevision:501691 
Sunday, 24 Feb 2019
12:07 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
Original commitRevision:493755 
Tuesday, 22 Jan 2019
05:42 tobik search for other commits by this committer
devel/kore: Update to 3.2.2

Changes:	https://kore.io/releases/3.2.2#changelog
Original commitRevision:490926 
Saturday, 22 Dec 2018
11:58 tobik search for other commits by this committer
devel/kore: Update to 3.2.1

Changes:	https://kore.io/releases/3.2.1#changelog
Original commitRevision:488091 
Wednesday, 12 Dec 2018
01:35 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
Original commitRevision:487272 
Saturday, 1 Dec 2018
09:30 tobik search for other commits by this committer
devel/kore: Update to 3.2.0

Changes:	https://kore.io/releases/3.2.0#changelog
Original commitRevision:486328 
Thursday, 26 Jul 2018
09:16 tobik search for other commits by this committer
devel/kore: Use BINARY_ALIAS for finding python3-config after r475350
Original commitRevision:475355 
Thursday, 19 Jul 2018
09:18 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.
Original commitRevision:474942 
09:06 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
Original commitRevision:474940 
Wednesday, 18 Jul 2018
12:37 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
Original commitRevision:474858 
Wednesday, 6 Dec 2017
15:49 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
Original commitRevision:455656 
Saturday, 2 Dec 2017
06:28 tobik search for other commits by this committer
devel/kore: Sort options helpers and use *_MAKE_ARGS* helpers
Original commitRevision:455333 
Saturday, 13 May 2017
03:35 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)
Original commitRevision:440746 
Tuesday, 2 May 2017
15:43 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
Original commitRevision:439957 
Wednesday, 15 Feb 2017
12:28 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
Original commitRevision:434159 
Sunday, 5 Feb 2017
18:58 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)
Original commitRevision:433446 
Sunday, 1 Jan 2017
03:45 sunpoet search for other commits by this committer
Remove BROKEN_FreeBSD_9

Approved by:	portmgr (blanket)
Original commitRevision:430235 
Sunday, 20 Nov 2016
20:58 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
Original commitRevision:426630 
20:58 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)
Original commitRevision:426629 
Tuesday, 6 Sep 2016
17:40 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>
Original commitRevision:421450 

Number of commits found: 38