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
non port: devel/clazy/Makefile
SVNWeb

Number of commits found: 11

Sun, 18 Dec 2022
[ 00:15 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:1c8b894093feb09f6d0cca35a267d4e6d2b091d7  commit hash:1c8b894093feb09f6d0cca35a267d4e6d2b091d7  commit hash:1c8b894093feb09f6d0cca35a267d4e6d2b091d7  1c8b894 
devel/clazy: convert to USES=llvm
Wed, 7 Dec 2022
[ 21:40 Antoine Brodin (antoine) search for other commits by this committer ]    commit hash:c6a8e65577414d70cc6110336a7d6b8863c1cd92  commit hash:c6a8e65577414d70cc6110336a7d6b8863c1cd92  commit hash:c6a8e65577414d70cc6110336a7d6b8863c1cd92  c6a8e65 
devel/clazy: USES=compiler does not make sense with explicit compiler
[ 12:20 Dima Panov (fluffy) search for other commits by this committer ]    commit hash:bec1bb967aaf3576e4991f31bf7726835a189b98  commit hash:bec1bb967aaf3576e4991f31bf7726835a189b98  commit hash:bec1bb967aaf3576e4991f31bf7726835a189b98  bec1bb9 
devel/clazy: fix build with clang15
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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)
Tue, 16 Aug 2022
[ 11:56 Adriaan de Groot (adridg) search for other commits by this committer ]    commit hash:37f10e75dd32a4638beb26954081e2622af25142  commit hash:37f10e75dd32a4638beb26954081e2622af25142  commit hash:37f10e75dd32a4638beb26954081e2622af25142  37f10e7 
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
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 20 Sep 2019
[ 19:58 jbeich search for other commits by this committer ] Original commit   Revision:512440 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Switch default devel/llvm* to 90

PR:		239682
Reviewed by:	tobik
Differential Revision:	https://reviews.freebsd.org/D21172
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
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
Wed, 5 Jun 2019
[ 09:11 pkubaj search for other commits by this committer ] Original commit   Revision:503503
devel/clazy: fix build

Requires C++11-compatible compiler:
cc1plus: error: unrecognized command line option "-std=c++11"

Approved by:	mentors (implicit approval)
Sat, 25 May 2019
[ 16:08 tcberner search for other commits by this committer ] Original commit   Revision:502584
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: 11