* Use upstream release archive
* Only extract what we really need to save on I/O
* Rework Makefile for readability and simplify
PR: 278794
Reviewed by: ashish (maintainer)
The process limimts have been revised in a fix to PR 274705, making
this port build fine.
PR: 274705
MFH: 2024Q2
Approved by: portmgr (build fix blanket)
bae03bdd17 set PORTREVISION=1 in net-im/libpurple causing
PORTREVISION=4 in net-im/pidgin to be overwritten. Fix it by using ?=
for PORTREVSION in the master port net-im/libpurple.
ChangeLog: https://github.com/kanboard/kanboard/releases/tag/v1.2.36
* Add comments visibility
* Add explicit int casting to avoid PHP 8 TypeError when having empty automatic
action parameters
* Add new config option DASHBOARD_MAX_PROJECTS
* Add reply feature to comments
* Fix search bar layout when adding more buttons via third-party plugins
* Introduce a Git hook to automatically update version.txt during Git checkout
* Performance improvements:
* Don't count closed tasks when rendering the board
* Force the use of the cache when there is no custom roles
* Use unique plugin name instead of plugin title for plugin registry logic
* Update dependencies
Reported by: portscout
Documents that require doxygen have been separated into DOXYGEN option.
It is off by default.
This should fix an issue where no matter what we choose, we could only
output audio to the default sink.
In particular, it is a fix that has become necessary to make JACK work well.
Fixed stage-qa error - link with libpython.
PR: 277648
Documents that require doxygen have been separated into DOXYGEN option.
It is off by default.
JACK option has been changed. It seems to be no longer experimental,
but there will be bugs
PR: 277647
Base commits since last update:
76a8625bc71d - mfc-candidates: use stable/14 as default MFC-to branch
793745fad866 - mfc-candidates: move pretty printing into lua
d51c59002367 - mfc-candidates: fix output order with incorrect commit dates
3f115b864b1f - git/mfc-candidates.sh: allow comments in exclude file
280085ef0c9d - tools/git: ensure git-arc is more platform indepdendent
e1735b35e3e4 - git-arc: Retain color status messages
787cb30d20ac - git-arc: Add -c flag to patch to commit the change
9f48ef1fcae5 - git-arc: Cope with extra output
df834e06bbc7 - git-arc: Just strip escape sequences form arc log
Sponsored by: The FreeBSD Foundation
graphics/opencv was updated in 0a2c5ca042
py310-libopenshot is missing a required shared library: libopencv_videoio.so.406
py310-libopenshot is missing a required shared library: libopencv_video.so.406
py310-libopenshot is missing a required shared library: libopencv_tracking.so.406
...
graphics/opencv was updated in 0a2c5ca042
mlt7 is missing a required shared library: libopencv_videoio.so.406
mlt7 is missing a required shared library: libopencv_video.so.406
mlt7 is missing a required shared library: libopencv_tracking.so.406
...
Two tests out of 337 fail due to sqlite not formatting a decimal
number precisely as expected or because it interprets a term in
"double quotes" as a column name. Not actual flaws in cvskit code.
This testing revealed errors in the textproc/py-agate-excel port.