non port: devel/cquery/Makefile |
SVNWeb
|
Number of commits found: 19 |
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 )
|
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.
|
Sun, 8 Mar 2020
|
[ 20:45 tcberner ]
devel/cquery: switch to cmake
- The original build system, waf, depends on python2. Move to cmake.
PR: 244683
Submitted by: Henry Hu <henry.hu.sh@gmail.com> (maintainer)
|
[ 17:01 antoine ] (Only the first 10 of 187 ports in this commit are shown above. )
Deprecate some ports using deprecated version of python
With hat: portmgr
|
Tue, 14 Jan 2020
|
[ 09:27 antoine ] (Only the first 10 of 20 ports in this commit are shown above. )
Switch version of python used in USES=waf to default version of python
Reviewed by: bapt
With hat: portmgr
Differential Revision: https://reviews.freebsd.org/D23143
|
Tue, 24 Sep 2019
|
[ 03:17 linimon ]
This port now builds on powerpc64 (tested on ppcports).
Approved by: portmgr (tier-2 blanket)
|
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
|
Mon, 25 Mar 2019
|
[ 18:09 jbeich ]
devel/cquery: unbreak with DEFAULT_VERSIONS+=llvm=-devel
Don't try hard to make LIB_DEPENDS pick the specific version when this
is already enforced by BUILD_DEPENDS. The left field in _DEPENDS lines
isn't recorded into binary packages, anyway.
=======================<phase: lib-depends >============================
===> cquery-20180718_4 depends on shared library: libclang.so.-devel - not
found
===> Installing existing package /packages/All/llvm-devel-9.0.d20190226.txz
[120i386-default-llvm90-job-03] Installing llvm-devel-9.0.d20190226...
the most recent version of llvm-devel-9.0.d20190226 is already installed
===> cquery-20180718_4 depends on shared library: libclang.so.-devel - not
found
*** Error code 1
|
Wed, 20 Mar 2019
|
[ 12:23 jbeich ] (Only the first 10 of 25 ports in this commit are shown above. )
Switch to devel/llvm80 for DEFAULT_VERSIONS
PR: 235215
|
Thu, 17 Jan 2019
|
[ 11:00 tobik ]
devel/cquery: Bump revision after r490543
|
[ 10:47 tobik ]
Do not set LLVM_DEFAULT now that there is one in bsd.default-versions.mk
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Thu, 8 Nov 2018
|
[ 12:07 tobik ]
devel/cquery: Allow overriding the LLVM version via LLVM_DEFAULT
- Cquery builds and works fine with LLVM 7 for example
- Make the libclang.so spec more specific to prevent the framework
from picking the wrong library version from llvm60 with LLVM_DEFAULT=70
when both llvm60 and llvm70 are installed in the build environment
PR: 232598
Approved by: henry.hu.sh@gmail.com (maintainer timeout, 2 weeks)
|
Sun, 5 Aug 2018
|
[ 05:57 joneum ]
devel/cquery: Update to 20180718
Changelog: https://github.com/cquery-project/cquery/releases
PR: 230100
Submitted by: yamagi@yamagi.org
Approved by: maintainer
|
Mon, 18 Jun 2018
|
[ 03:49 linimon ] (Only the first 10 of 43 ports in this commit are shown above. )
Mark ports broken on powerpc64, categories d-f.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket)
|
Sat, 28 Apr 2018
|
[ 18:57 jbeich ]
devel/cquery: update to 20180302
- Switch to LLVM 6.0, chasing r468505
Changes: https://github.com/cquery-project/cquery/releases/tag/v20180215
Changes: https://github.com/cquery-project/cquery/releases/tag/v20180302
PR: 227684
Submitted by: Henry Hu (maintainer)
|
Wed, 14 Feb 2018
|
[ 15:54 lwhsu ]
Add cquery, highly-scalable, low-latency language server for C/C++/Objective-C
PR: 225896
Submitted by: Henry Hu <henry.hu.sh@gmail.com>
|
Number of commits found: 19 |