The meson manual states that
> Each target that depends on a generated header should add that
> header to it's sources, as seen above with libfoo and myexe. This
> is because there is no way for Meson or the backend to know that
> myexe depends on foo.h just because libfoo does, it could be a
> private header.
Since biji-marshalers.h is included by the libbiji public header
libbiji.h, it must be added as a source to all targets that depend
on libbiji. This can be done by adding it to the sources of
libbiji_dep.
This should unbreak the build with samurai.
https://github.com/michaelforney/samurai/issues/70
PR: 254678
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628
2021-03-31 www/gtkhtml3: Obsolete by upstream, doesn't build with recent versions of pango
2021-03-31 deskutils/tomboy: Unmaintained and dead upstream, depends on deprecated libraries such as www/gtkhtml3. Upstream project is now called tomboy-ng.
deskutils/tomboy-plugin-reminder: part of deskutils/tomboy
2021-03-31 devel/monodevelop: outdated, depends on deprecated library www/gtkhtml3
2021-03-31 sysutils/syslog-ng327: Not officially supported by upstream
2021-03-31 sysutils/logstash5: End of life since release of 7.3.0
2021-03-31 www/decss: Abandonware
2021-03-31 textproc/elasticsearch5: End of life since release of 7.3.0
2021-03-31 textproc/elasticsearch5-search-guard: textproc/elasticsearch5 is scheduled for removal
2021-03-31 multimedia/gnome-subtitles: outdated, depends on deprecated library www/gtkhtml3
2021-03-31 net/libproxy-mozjs: Uses EOL Python 2.7 via lang/spidermonkey52
2020-12-31 lang/spidermonkey52: Uses Python 2.7 which is EOLed upstream
For ports optionally dependending on Python 2.7, just mark those options
as expired. Remove konquerer from the x11/kde-baseapps metaport and bump
its PORTREVISION.
Submitted by: rene
Reviewed by: portmgr, adridg, ehaupt, lme, madpilot, pizzamig, se, sunpoet, yuri
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D28665
* Mitigate crashes when entering invalid Python regular expressions in the
window filter dialogue.
* Added option to disable the handling of the Capslock modifier key. Fixes
issues when that key is remapped to something else, for example Ctrl. The
new option can be found in the settings dialogue.
* API function system.exec_command() now only trims the last character in
the output, if it is actually a newline character. If the executed
command does not output a newline at the end, the full output is returned.
* Fixed wrong optional argument in man page for autokey-run.
* Removed unnecessarily set executable bit from several AutoKey SVG icons.
Submitted by: Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision: https://reviews.freebsd.org/D29350
This is prompted by the imminent release of KDE Frameworks 5.80,
which had fallout with this software. I have no patience with
waf as a build system, so this adds some hacks to include
absolute paths to the KF5 includes, rather than -I../../../KConfig
-I../../../../KConfig (on the off chance you might be one source
level higher or lower; this is what the build system is doing
without hacks).
PR: 254256 (fallout)
Kongress is a conference-attendance helper application. This release
shuffles the translations-scheme to be more in-line with what KDE
does, and has no major changes. Patches that were upstreamed have
been duly removed.
Release 21.03.0:
core:
* Fix parsing text in some broken pdf files. Issue #1040
* Fix memory issue when using threads. Issue #1050
* TextSelectionDumper: Fix getText() for space after word
* Change signature of OutputDev:tilingPatternFill
* Make PDFDocBuilder return a std::unique_ptr
* Improve well formed check for shading functions
* Fix leak in case of fread failing
* Fix memory leak in broken file in JBIG2Stream::readGenericBitmap
* PSOutputDev: Fix stack overflow in broken files
glib:
* poppler_annot_free_text_get_callout_line: Fix wrong static cast
* poppler-structure-element: fix memleak
* Improve documentation
* demo: keep same visual appearance between displayed and copied text
utils:
* pdftotext: Add -cropbox option
* pdftoppm: Add -progress option
* pdftoppm: Fix rounding bug in computation of output bitmap size. Issue #927
qt6:
* Add missing poppler-qt6.pc.cmake
PR: 253953
Exp-run by: antoine
* PyQt5: update to 5.15.3
This is a minor feature and bug-fix release. There are corresponding releases of the other PyQt5-related packages.
- Added the missing QImage.setAlphaChannel().
- Support for the QtNetworkAuth library has been moved to a separate PyQtNetworkAuth package.
- Wheels no longer bundle the corresponding Qt libraries and instead automatically install them from an external wheel.
* QScintilla2: update to 2.12.0
This adds support for Qt6 and removes support for Qt4.
- Change the new distname (again)i due to a conflict
- Use the new sip-build system
* devel/py-qtbuilder: update to 1.9.0
* devel/py-sip: fix flavor for sip-distinfo
PR: 253865
Exp-run by: antoine
20.12.3 Releases
Over 120 individual programs plus dozens of programmer libraries and feature
plugins are released simultaneously as part of KDE’s release service.
the declaration of the variable ``serverConnection'' as extern, but
there is no corresponding definition of the variable, so it remained
an unresolved symbol (that didn't result in a build failure, because
GNUstep applications are linked as a shared object)
2) GC leftovers from r132311: unreferenced ADDITIONAL_LDFLAGS and bogus
USES+=ghostscript (PDF viewer requires PDFKit framework which is not
available from the Ports Collection)
Reported by: naddy (1)
Obtained from: Debian
* use new sysctlinfo(4) 20210222 and sysctlbyname 20210223 features
* add: sysctlmif_oidextendedbyname()
* add: sysctlmif_hashandler(), sysctlmif_hashandlerbyname()
* add: sysctlmif_nextnodebyname(), sysctlmif_nextleafbyname()
* add: sysctlmif_leavesbyname(), sysctlmif_leavesbyname()
* update: constants/OIDs so delete port path
PR: 253883, 253884
Submitted by: Alfonso S. Siciliano <alfix86 AT gmail DOT com> (maintainer)