During my previous commits I missed some ports which were using
lowercase USE_tex which were not searched during my commits on more than
100 ports. I am still unsure how those ports were working as there was
no option for lowercase tex in the previous bsd.tex.mk.
Reported by: zirias
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
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)
Upstream build system tries to include a Linux only library in the
build when tests are enabled.
This patch has already been accepted upstream.
PR: 258119
Approved by: Maintiner timeout
Obtained from: https://github.com/nextcloud/desktop/pull/3880
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
Add a WEBENGINE option (on by default) to disable webengine dependency
and usage.
This update contains a fix for a regression causing authentication
issues with 3.3.2 and a fix for a ghost dependency on libargp if
present at build time.
PR: 257945
Approved by: maintainer timeout, fixit blanket
MFH: 2021Q4
This update introduced a new build time dependency on inkscape,
used to generate icons during build.
I also added USES desktop-file-utils and shared-mime-info,
suggested by poudriere and it looks like they are really needed
since the port is installing a deskstop file and a mime info file.
PR: 257021
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
Thanks to Guido for providing the patch.
This version has changes to the auth code.
Guido added the -DNO_SHIBBOLETH=1 to disable code that fails to compile now.
It has been removed from the source code as dead code shortly after the release:
db0f1e245d
Before that upstream builds had this NO_SHIBBOLETH=1 flag turned on.
It now depends on websockets in place of webkit due to this.
Apart from this change this is a routine update.
PR: 253319
Submitted by: Guido Falsi
CMake Error at /usr/local/lib/cmake/Qt5/Qt5Config.cmake:28 (find_package):
Could not find a package configuration file provided by "Qt5Svg" with any
of the following names:
Qt5SvgConfig.cmake
qt5svg-config.cmake
Reported by: pkg-fallout