Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.13 17 Jan 2025 09:10:17
    |
Jason E. Hale (jhale)  |
devel/clazy: Update to 1.13
Clang 19 is now supported, so drop upper llvm limit. Use base compiler
for build.
Always install the manpage. |
1.12 13 Dec 2024 16:23:28
    |
Dima Panov (fluffy)  |
devel/clazy: limit max LLVM version to 18 (+)
CLazy max supported version is 18 yet, set the limit
Reported by: bulk -t
Sponsored by: Future Crew, LLC |
1.12 26 Aug 2024 16:19:53
    |
Dima Panov (fluffy)  |
devel/clazy: update to 1.12, latest upstream release (+)
* v1.12 (June 30th 2024)
- New Checks:
- qt-keyword-emit
- sanitize-inline-keyword
- no-module-include
- Support for LLVM 18
- Fixit for QFileInfo::exists
- Fixit for qstring-arg
- Removed Qt4 compatibility
- 2 years worth of bug fixes
Full changelog: https://invent.kde.org/sdk/clazy/-/blob/master/Changelog |
1.11_2 29 Dec 2023 22:53:25
    |
Dima Panov (fluffy)  |
devel/clazy: unbreak with LLVM >= 17
Reported by: poudriere failure |
1.11_2 28 Sep 2023 18:56:26
    |
Muhammad Moinur Rahman (bofh)  |
devel/clazy: Remove CC/CPP/CXX exports
USES=llvm now by default exports CC/CPP/CXX so remove those
Approved by: portmgr (blanket) |
1.11_2 26 Jul 2023 09:24:56
    |
Dima Panov (fluffy)  |
devel/clazy: backport upstream patches to unvreak build with llvm16+
Reported by: poudriere bulk -t
Sponsored by: Serenity Cybersecurity, LLC |
1.11_1 18 Dec 2022 00:15:00
    |
Tobias C. Berner (tcberner)  |
devel/clazy: convert to USES=llvm |
1.11_1 07 Dec 2022 21:40:25
    |
Antoine Brodin (antoine)  |
devel/clazy: USES=compiler does not make sense with explicit compiler |
1.11_1 07 Dec 2022 12:20:22
    |
Dima Panov (fluffy)  |
devel/clazy: fix build with clang15 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
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) |
1.11 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
1.11 16 Aug 2022 11:56:48
    |
Adriaan de Groot (adridg)  |
devel/clazy: update to 1.11, latest upstream
We missed a few years (!) of clazy updates. Jump to current. The
changelog is at
https://invent.kde.org/sdk/clazy/-/blob/master/Changelog
and describes many new and improved checks.
This also removes a blocker for bumping LLVM_DEFAULT (linked PR).
PR: 263456 |
1.5_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.5_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.5_2 20 Sep 2019 19:58:36
  |
jbeich  |
Switch default devel/llvm* to 90
PR: 239682
Reviewed by: tobik
Differential Revision: https://reviews.freebsd.org/D21172 |
1.5_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.5 05 Jun 2019 09:11:15
  |
pkubaj  |
devel/clazy: fix build
Requires C++11-compatible compiler:
cc1plus: error: unrecognized command line option "-std=c++11"
Approved by: mentors (implicit approval) |
1.5 25 May 2019 16:08:53
  |
tcberner  |
New port: devel/clazy
clazy is a compiler plugin which allows clang to understand Qt semantics. You
get more than 50 Qt related compiler warnings, ranging from unneeded memory
allocations to misusage of API, including fix-its for automatic refactoring.
https://github.com/kde/clazy |