| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v16.0.0
MFH: 2026Q2
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Qt 6.11.1 edition.
These ports are known to directly use or link to a library that uses the
Qt private API and must be rebuilt with every Qt update.
Qt *public* API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
use of the private API breaks this compatibility between even patch
releases and its use is highly discouraged.
This list [1] is based on histortical data. We don't have time to
revisit every port on the list with each Qt update, so if your port has
dropped Qt private headers and was bumped in error, please remove it
yourself if you have write access to the Wiki or alert someone on kde@.
[1] https://wiki.freebsd.org/KDE/Qt
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v15.0.0
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Shipping without audio a qca support for the time being.
Note for packagers (upstream release notes):
- This requires QCA and QtKeychain libraries, but it can be
disabled at build time with CMake options WITH_QCA_ENCRYPTION and
WITH_KEYCHAIN
- This requires miniaudio library, but it can be disabled
at build time with CMake option WITH_AUDIO.
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v14.0.0
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Qt 6.10.1 edition.
These ports are known to directly use or link to a library that uses the
Qt private API and must be rebuilt with every Qt update.
Qt *public* API/ABI compatability is excellent, so most consumers don't
need to necessarily be rebuilt between patch or even minor releases, but
use of the private API breaks this compatibility between even patch
releases and its use is highly discouraged.
This list [1] is based on histortical data. We don't have time to
revisit every port on the list with each Qt update, so if your port has
dropped Qt private headers and was bumped in error, please remove it
yourself if you have write access to the Wiki or alert someone on kde@.
[1] https://wiki.freebsd.org/KDE/Qt
|
| |
|
|
|
|
|
| |
This fixes the Qt::GuiPrivate target not being found in the configure
stage.
With hat: kde@
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v13.0.0
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v12.0.1
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v12.0.0
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v11.0.0
|
| |
|
|
|
| |
With hat: kde@
PR: 286051
|
| |
|
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v10.0.0
MFH: 2025Q2 (bugfixes)
|
| |
|
|
|
|
|
|
|
| |
Drop local Qt 5.x support for ease of maintainership and its eventual
removal from the FreeBSD ports tree. Qt 5.x has been long deprecated
upstream [1] and the FreeBSD kde@ team recommends using Qt 6.x for
end-user applications whenever possible.
[1] https://www.qt.io/blog/qt-5.15-support-ends
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v9.1.0
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v9.0.0
|
| |
|
|
|
|
| |
- Drop USES=compiler
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v8.0.0
|
| |
|
|
|
| |
PR: 275068
MFH: 2023Q4
|
| | |
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v7.1.0
|
| |
|
|
|
|
| |
flavor
PR: 272635
|
| |
|
|
| |
PR: 272422
|
| | |
|
| |
|
|
|
|
|
| |
- Remove unneeded USES=desktop-file-utils since no MimeType present in
.desktop file
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v7.0.0
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v6.4.0
|
| |
|
|
|
|
| |
- Flavorize: add Qt6 flavor
ChangeLog: https://github.com/hluk/CopyQ/blob/master/CHANGES.md
|
| |
|
|
|
|
|
| |
- Makefile cleanup: BUILD and LIB depends
- Remove WEBKIT option not available in upstream
ChangeLog: https://github.com/hluk/CopyQ/blob/master/CHANGES.md
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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 b7f05445c00f 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)
|
| | |
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/blob/master/CHANGES.md
|
| |
|
|
|
|
|
|
|
|
|
| |
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine
|
| |
|
|
|
|
|
|
| |
Changes: https://github.com/unicode-org/icu/releases/tag/release-71-1
Reported by: GitHub (watch releases)
PR: 262654
Exp-run by: antoine
Approved by: fluffy
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/blob/master/CHANGES.md
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/blob/master/CHANGES.md
|
| |
|
|
|
|
|
| |
Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1
Reported by: GitHub (watch releases)
PR: 258794
Exp-run by: antoine
|
| |
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/blob/master/CHANGES.md
|
| |
|
|
|
|
|
|
|
|
| |
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan
|
| |
|
|
|
| |
Approved by: dbaio, garga (mentors)
Differential Revision: https://reviews.freebsd.org/D30032
|
| |
|
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v4.1.0
Reported by: portscout
|
| |
|
|
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v4.0.0
Reported by: portscout
|
| |
|
|
| |
Reported by: lwhsu
|
| | |
|
| |
|
|
|
|
|
|
|
| |
ChangeLog: https://github.com/hluk/CopyQ/releases/tag/v3.13.0
Reported by: portscout
Notes:
svn path=/head/; revision=552720
|
| |
|
|
| |
Notes:
svn path=/head/; revision=550400
|
| |
|
|
|
|
|
| |
Changes: https://github.com/hluk/CopyQ/releases/tag/v3.12.0
Notes:
svn path=/head/; revision=542421
|
| |
|
|
|
|
|
| |
Changes: https://github.com/hluk/CopyQ/releases/tag/v3.11.1
Notes:
svn path=/head/; revision=534704
|
| |
|
|
|
|
|
| |
Changes: https://github.com/hluk/CopyQ/releases/tag/v3.11.0
Notes:
svn path=/head/; revision=533659
|
| |
|
|
|
|
|
| |
Changes: https://github.com/hluk/CopyQ/releases/tag/v3.10.0
Notes:
svn path=/head/; revision=524972
|
| |
|
|
|
|
|
| |
Changes: https://github.com/hluk/CopyQ/releases/tag/v3.9.3
Notes:
svn path=/head/; revision=517737
|