notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
clazy Qt oriented code checker based on clang
1.11_2 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 1.11_2Version 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: 2023-12-29 22:53:25
Commit Hash: 44e78a2
Also Listed In: kde
License: LGPL20
WWW:
https://github.com/KDE/clazy
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (108 items)
Collapse this list.
  1. /usr/local/share/licenses/clazy-1.11_2/catalog.mk
  2. /usr/local/share/licenses/clazy-1.11_2/LICENSE
  3. /usr/local/share/licenses/clazy-1.11_2/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:
TIMESTAMP = 1690363170 SHA256 (clazy-1.11.tar.xz) = 66165df33be8785218720c8947aa9099bae6d06c90b1501953d9f95fdfa0120a SIZE (clazy-1.11.tar.xz) = 404088

Expand this list (6 items)

Collapse this list.

SHA256 (20fca52da739ebefa47e35f6b338bb99a0da3cfe.diff) = b6f76075f9ecd9fad0d1bea84c3868de07d128df6d24c99d2de761e5718429f5 SIZE (20fca52da739ebefa47e35f6b338bb99a0da3cfe.diff) = 11827 SHA256 (a05ac7eb6f6198c3f478bd7b5b4bfc062a8d63cc.diff) = 4257ed252eee84e1fa2b2b072d6cd3ff01a0a8d82a4b2f224ef783d88e341510 SIZE (a05ac7eb6f6198c3f478bd7b5b4bfc062a8d63cc.diff) = 3154 SHA256 (437d09f61a4a75d8a5e5239d20ccd9dc10b459ca.diff) = d68fff99b684e51ad5cc8bc7a1d2caeabc54ec1b5034c0b28caa305e618d1170 SIZE (437d09f61a4a75d8a5e5239d20ccd9dc10b459ca.diff) = 852

Collapse this list.


Packages (timestamps in pop-ups are UTC):
clazy
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.11_21.11_21.5_21.11_21.11_2-1.5_2-
FreeBSD:13:quarterly1.11_21.11_21.11_11.11_21.11_21.11_21.11_21.11_2
FreeBSD:14:latest1.11_21.11_21.11_11.11_21.11_21.11_1-1.11_1
FreeBSD:14:quarterly1.11_21.11_2-1.11_21.11_21.11_21.11_21.11_2
FreeBSD:15:latest1.11_21.11_2n/a1.11_2n/a1.11_21.11_21.11_2
FreeBSD:15:quarterly--n/a-n/a---
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-config15 : devel/llvm15
Runtime dependencies:
  1. llvm-config15 : devel/llvm15
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for clazy-1.11_2: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_clazy
USES:
cmake llvm:build,run tar:xz
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: 15

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.11_2
29 Dec 2023 22:53:25
commit hash: 44e78a276ae8efd41b238740eabf53ac168938ffcommit hash: 44e78a276ae8efd41b238740eabf53ac168938ffcommit hash: 44e78a276ae8efd41b238740eabf53ac168938ffcommit hash: 44e78a276ae8efd41b238740eabf53ac168938ff files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/clazy: unbreak with LLVM >= 17

Reported by:	poudriere failure
1.11_2
28 Sep 2023 18:56:26
commit hash: 7b35871042ce62cb44b8025f716753030ecab737commit hash: 7b35871042ce62cb44b8025f716753030ecab737commit hash: 7b35871042ce62cb44b8025f716753030ecab737commit hash: 7b35871042ce62cb44b8025f716753030ecab737 files touched by this commit
Muhammad Moinur Rahman (bofh) search for other commits by this committer
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
commit hash: e81301d31009a73905b64cb18009733ab710c48ecommit hash: e81301d31009a73905b64cb18009733ab710c48ecommit hash: e81301d31009a73905b64cb18009733ab710c48ecommit hash: e81301d31009a73905b64cb18009733ab710c48e files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
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
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: 15