Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
13.1.0 21 May 2024 12:40:14 |
Olivier Certner (olce) |
devel/libkiwix: Update 12.1.0 → 13.1.0
Selected list of improvements:
- C++17 compatible code
- Improved look & feel of kiwix-serve UI
- Increase tolerance to malformed (control characters) ZIM entry titles
- API allowing to filter many categories at once
- Cookie-less user language control
- Properly translated error pages
- Properly translated search result page
- Default UI language is resolved in frontend
- Better support of older Web browsers by polyfilling replaceAll()
- New API to migrate bookmarks between books
See also:
https://github.com/kiwix/libkiwix/releases/tag/13.0.0
https://github.com/kiwix/libkiwix/releases/tag/13.1.0
This is a maintainer update (olce.freebsd.ports@certner.fr).
Approved by: jrm (ports)
Approved by: emaste (mentor) |
12.1.0_2 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
12.1.0_1 17 Nov 2023 11:46:00 |
Jan Beich (jbeich) |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy |
12.1.0 10 Sep 2023 16:13:06 |
Robert Clausecker (fuz) Author: Olivier Certner |
devel/libkiwix: Update to 12.1.0
Notably, a new /nojs endpoint (still leaves much to be desired), and lots of bug
fixes, including our local patch for meson that was integrated upstream.
More details here:
https://github.com/kiwix/libkiwix/releases/tag/12.1.0
PR: 273644 |
12.0.0_1 27 Jun 2023 19:34: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> |
12.0.0_1 13 Jun 2023 10:06:13 |
Muhammad Moinur Rahman (bofh) |
*/*: Pass MAINTAINERSHIP
- Pass the MAINTAINERHSIP of the following ports
devel/libzim [1]
devel/libkiwix [2]
www/kiwix-tools [2]
PR: 271975
Approved by: me@int19h.org [2] bofh [1] |
12.0.0 12 Jun 2023 19:45:15 |
Muhammad Moinur Rahman (bofh) Author: Olivier Certner |
devel/{kiwix-lib,libkiwix}: Update version 9.4.1=>12.0.0
- Rename port to match upstream renaming
- Pet portclippy
- Update is done without MAINTAINER approval as currently this is BROKEN
on 14 and this version fixes the build on 14.
Changelog: https://github.com/kiwix/libkiwix/releases
PR: 271649
Approved by: portmgr (blanket) |