non port: devel/clazy/Makefile |
SVNWeb
|
Number of commits found: 11 |
Sun, 18 Dec 2022
|
[ 00:15 Tobias C. Berner (tcberner) ] 1c8b894
devel/clazy: convert to USES=llvm
|
Wed, 7 Dec 2022
|
[ 21:40 Antoine Brodin (antoine) ] c6a8e65
devel/clazy: USES=compiler does not make sense with explicit compiler
|
[ 12:20 Dima Panov (fluffy) ] bec1bb9
devel/clazy: fix build with clang15
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Tue, 16 Aug 2022
|
[ 11:56 Adriaan de Groot (adridg) ] 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) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Fri, 20 Sep 2019
|
[ 19:58 jbeich ] (Only the first 10 of 44 ports in this commit are shown above. )
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 ] (Only the first 10 of 3853 ports in this commit are shown above. )
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 ]
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 ]
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 |