notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
Port details
clazy Qt oriented code checker based on clang
1.11_1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout Version of this port present on the latest quarterly branch.
Maintainer: kde@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2019-05-25 16:09:07
Last Update: 2022-12-18 00:15:00
Commit Hash: 1c8b894
Also Listed In: kde
License: LGPL20
Description:
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb
pkg-plist: as obtained via: make generate-plist
Expand this list (108 items)
Collapse this list.
  1. /usr/local/share/licenses/clazy-1.11_1/catalog.mk
  2. /usr/local/share/licenses/clazy-1.11_1/LICENSE
  3. /usr/local/share/licenses/clazy-1.11_1/LGPL20
  4. bin/clazy
  5. bin/clazy-standalone
  6. lib/ClazyPlugin.so
  7. share/doc/clazy/COPYING-LGPL2.txt
  8. share/doc/clazy/README.md
  9. share/doc/clazy/checks.json
  10. share/doc/clazy/level0/README-connect-by-name.md
  11. share/doc/clazy/level0/README-connect-non-signal.md
  12. share/doc/clazy/level0/README-connect-not-normalized.md
  13. share/doc/clazy/level0/README-container-anti-pattern.md
  14. share/doc/clazy/level0/README-empty-qstringliteral.md
  15. share/doc/clazy/level0/README-fully-qualified-moc-types.md
  16. share/doc/clazy/level0/README-lambda-in-connect.md
  17. share/doc/clazy/level0/README-lambda-unique-connection.md
  18. share/doc/clazy/level0/README-lowercase-qml-type-name.md
  19. share/doc/clazy/level0/README-mutable-container-key.md
  20. share/doc/clazy/level0/README-overloaded-signal.md
  21. share/doc/clazy/level0/README-qcolor-from-literal.md
  22. share/doc/clazy/level0/README-qdatetime-utc.md
  23. share/doc/clazy/level0/README-qenums.md
  24. share/doc/clazy/level0/README-qfileinfo-exists.md
  25. share/doc/clazy/level0/README-qgetenv.md
  26. share/doc/clazy/level0/README-qmap-with-pointer-key.md
  27. share/doc/clazy/level0/README-qstring-arg.md
  28. share/doc/clazy/level0/README-qstring-comparison-to-implicit-char.md
  29. share/doc/clazy/level0/README-qstring-insensitive-allocation.md
  30. share/doc/clazy/level0/README-qstring-ref.md
  31. share/doc/clazy/level0/README-qt-macros.md
  32. share/doc/clazy/level0/README-strict-iterators.md
  33. share/doc/clazy/level0/README-temporary-iterator.md
  34. share/doc/clazy/level0/README-unused-non-trivial-variable.md
  35. share/doc/clazy/level0/README-use-static-qregularexpression.md
  36. share/doc/clazy/level0/README-writing-to-temporary.md
  37. share/doc/clazy/level0/README-wrong-qevent-cast.md
  38. share/doc/clazy/level0/README-wrong-qglobalstatic.md
  39. share/doc/clazy/level1/README-auto-unexpected-qstringbuilder.md
  40. share/doc/clazy/level1/README-child-event-qobject-cast.md
  41. share/doc/clazy/level1/README-connect-3arg-lambda.md
  42. share/doc/clazy/level1/README-const-signal-or-slot.md
  43. share/doc/clazy/level1/README-detaching-temporary.md
  44. share/doc/clazy/level1/README-foreach.md
  45. share/doc/clazy/level1/README-incorrect-emit.md
  46. share/doc/clazy/level1/README-install-event-filter.md
  47. share/doc/clazy/level1/README-non-pod-global-static.md
  48. share/doc/clazy/level1/README-overridden-signal.md
  49. share/doc/clazy/level1/README-post-event.md
  50. share/doc/clazy/level1/README-qdeleteall.md
  51. share/doc/clazy/level1/README-qhash-namespace.md
  52. share/doc/clazy/level1/README-qlatin1string-non-ascii.md
  53. share/doc/clazy/level1/README-qproperty-without-notify.md
  54. share/doc/clazy/level1/README-qstring-left.md
  55. share/doc/clazy/level1/README-range-loop-detach.md
  56. share/doc/clazy/level1/README-range-loop-reference.md
  57. share/doc/clazy/level1/README-returning-data-from-temporary.md
  58. share/doc/clazy/level1/README-rule-of-two-soft.md
  59. share/doc/clazy/level1/README-skipped-base-method.md
  60. share/doc/clazy/level1/README-virtual-signal.md
  61. share/doc/clazy/level2/README-base-class-event.md
  62. share/doc/clazy/level2/README-copyable-polymorphic.md
  63. share/doc/clazy/level2/README-ctor-missing-parent-argument.md
  64. share/doc/clazy/level2/README-function-args-by-ref.md
  65. share/doc/clazy/level2/README-function-args-by-value.md
  66. share/doc/clazy/level2/README-global-const-char-pointer.md
  67. share/doc/clazy/level2/README-implicit-casts.md
  68. share/doc/clazy/level2/README-missing-qobject-macro.md
  69. share/doc/clazy/level2/README-missing-typeinfo.md
  70. share/doc/clazy/level2/README-old-style-connect.md
  71. share/doc/clazy/level2/README-qstring-allocations.md
  72. share/doc/clazy/level2/README-returning-void-expression.md
  73. share/doc/clazy/level2/README-rule-of-three.md
  74. share/doc/clazy/level2/README-static-pmf.md
  75. share/doc/clazy/level2/README-virtual-call-ctor.md
  76. share/doc/clazy/manuallevel/README-assert-with-side-effects.md
  77. share/doc/clazy/manuallevel/README-container-inside-loop.md
  78. share/doc/clazy/manuallevel/README-detaching-member.md
  79. share/doc/clazy/manuallevel/README-heap-allocated-small-trivial-type.md
  80. share/doc/clazy/manuallevel/README-ifndef-define-typo.md
  81. share/doc/clazy/manuallevel/README-isempty-vs-count.md
  82. share/doc/clazy/manuallevel/README-jni-signatures.md
  83. share/doc/clazy/manuallevel/README-qhash-with-char-pointer-key.md
  84. share/doc/clazy/manuallevel/README-qproperty-type-mismatch.md
  85. share/doc/clazy/manuallevel/README-qrequiredresult-candidates.md
  86. share/doc/clazy/manuallevel/README-qstring-varargs.md
  87. share/doc/clazy/manuallevel/README-qt-keywords.md
  88. share/doc/clazy/manuallevel/README-qt4-qstring-from-array.md
  89. share/doc/clazy/manuallevel/README-qt6-deprecated-api-fixes.md
  90. share/doc/clazy/manuallevel/README-qt6-fwd-fixes.md
  91. share/doc/clazy/manuallevel/README-qt6-header-fixes.md
  92. share/doc/clazy/manuallevel/README-qt6-qhash-signature.md
  93. share/doc/clazy/manuallevel/README-qt6-qlatin1stringchar-to-u.md
  94. share/doc/clazy/manuallevel/README-qvariant-template-instantiation.md
  95. share/doc/clazy/manuallevel/README-raw-environment-function.md
  96. share/doc/clazy/manuallevel/README-reserve-candidates.md
  97. share/doc/clazy/manuallevel/README-signal-with-return-value.md
  98. share/doc/clazy/manuallevel/README-thread-with-slots.md
  99. share/doc/clazy/manuallevel/README-tr-non-literal.md
  100. share/doc/clazy/manuallevel/README-unexpected-flag-enumerator-value.md
  101. share/doc/clazy/manuallevel/README-unneeded-cast.md
  102. share/doc/clazy/manuallevel/README-use-arrow-operator-instead-of-data.md
  103. share/doc/clazy/manuallevel/README-use-chrono-in-qtimer.md
  104. share/man/man1/clazy.1.gz
  105. share/metainfo/org.kde.clazy.metainfo.xml
  106. @owner
  107. @group
  108. @mode
Collapse this list.
Dependency lines:
  • clazy>0:devel/clazy
To install the port:
cd /usr/ports/devel/clazy/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/clazy
  • pkg install clazy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: clazy
Flavors: there is no flavor information for this port.
distinfo:

Packages (timestamps in pop-ups are UTC):
clazy
ABIlatestquarterly
FreeBSD:11:aarch64pkg-fallout1.5_2
FreeBSD:11:amd641.5_21.5_2
FreeBSD:11:armv6pkg-fallout1.5_2
FreeBSD:11:i3861.5_21.5_2
FreeBSD:11:mipspkg-falloutpkg-fallout
FreeBSD:11:mips64pkg-falloutpkg-fallout
FreeBSD:12:aarch64pkg-fallout1.11_1
FreeBSD:12:amd641.11_11.11_1
FreeBSD:12:armv6pkg-fallout1.5_2
FreeBSD:12:armv7pkg-fallout1.5_2
FreeBSD:12:i3861.11_11.11_1
FreeBSD:12:mipspkg-falloutpkg-fallout
FreeBSD:12:mips64pkg-falloutpkg-fallout
FreeBSD:12:powerpc64pkg-fallout1.5_2
FreeBSD:13:aarch641.11_11.11_1
FreeBSD:13:amd641.11_11.11_1
FreeBSD:13:armv61.5_21.5_2
FreeBSD:13:armv71.11_11.11_1
FreeBSD:13:i3861.11_11.11_1
FreeBSD:13:mipspkg-falloutpkg-fallout
FreeBSD:13:mips64pkg-falloutpkg-fallout
FreeBSD:13:powerpc641.5_21.11_1
FreeBSD:13:riscv64pkg-fallout1.5_2
FreeBSD:14:aarch641.11_1pkg-fallout
FreeBSD:14:amd641.11_1pkg-fallout
FreeBSD:14:armv61.11_1pkg-fallout
FreeBSD:14:armv71.11_1pkg-fallout
FreeBSD:14:i3861.11_1pkg-fallout
FreeBSD:14:mipspkg-falloutpkg-fallout
FreeBSD:14:mips64pkg-falloutpkg-fallout
FreeBSD:14:powerpc641.11_1pkg-fallout
FreeBSD:14:riscv641.5_2pkg-fallout
 
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. llvm-config90 : devel/llvm90
Runtime dependencies:
  1. llvm-config90 : devel/llvm90
There are no ports dependent upon this port

Configuration Options:
Options name:
USES:
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://download.kde.org/stable/clazy/1.11/src/
Collapse this list.

Number of commits found: 12

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11_1
18 Dec 2022 00:15:00
commit hash:1c8b894093feb09f6d0cca35a267d4e6d2b091d7commit hash:1c8b894093feb09f6d0cca35a267d4e6d2b091d7commit hash:1c8b894093feb09f6d0cca35a267d4e6d2b091d7commit hash:1c8b894093feb09f6d0cca35a267d4e6d2b091d7 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
devel/clazy: convert to USES=llvm
1.11_1
07 Dec 2022 21:40:25
commit hash:c6a8e65577414d70cc6110336a7d6b8863c1cd92commit hash:c6a8e65577414d70cc6110336a7d6b8863c1cd92commit hash:c6a8e65577414d70cc6110336a7d6b8863c1cd92commit hash:c6a8e65577414d70cc6110336a7d6b8863c1cd92 files touched by this commit
Antoine Brodin (antoine) search for other commits by this committer
devel/clazy: USES=compiler does not make sense with explicit compiler
1.11_1
07 Dec 2022 12:20:22
commit hash:bec1bb967aaf3576e4991f31bf7726835a189b98commit hash:bec1bb967aaf3576e4991f31bf7726835a189b98commit hash:bec1bb967aaf3576e4991f31bf7726835a189b98commit hash:bec1bb967aaf3576e4991f31bf7726835a189b98 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/clazy: fix build with clang15
07 Sep 2022 21:58:51
commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
1.11
16 Aug 2022 11:56:48
commit hash:37f10e75dd32a4638beb26954081e2622af25142commit hash:37f10e75dd32a4638beb26954081e2622af25142commit hash:37f10e75dd32a4638beb26954081e2622af25142commit hash:37f10e75dd32a4638beb26954081e2622af25142 files touched by this commit
Adriaan de Groot (adridg) search for other commits by this committer
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
commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.5_2
06 Apr 2021 14:31:07
commit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344ebcommit hash:305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.5_2
20 Sep 2019 19:58:36
Revision:512440Original commit files touched by this commit
jbeich search for other commits by this committer
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
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
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
Revision:503503Original commit files touched by this commit
pkubaj search for other commits by this committer
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
Revision:502584Original commit files touched by this commit
tcberner search for other commits by this committer
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

Number of commits found: 12