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/cquery/Makefile
SVNWeb

Number of commits found: 19

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)
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.
Sun, 8 Mar 2020
[ 20:45 tcberner search for other commits by this committer ] Original commit   Revision:528074
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 search for other commits by this committer ] Original commit   Revision:528058 (Only the first 10 of 187 ports in this commit are shown above. View all ports for this commit)
Deprecate some ports using deprecated version of python

With hat:	portmgr
Tue, 14 Jan 2020
[ 09:27 antoine search for other commits by this committer ] Original commit   Revision:522998 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:512698
This port now builds on powerpc64 (tested on ppcports).

Approved by:	portmgr (tier-2 blanket)
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
Mon, 25 Mar 2019
[ 18:09 jbeich search for other commits by this committer ] Original commit   Revision:496846
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 search for other commits by this committer ] Original commit   Revision:496337 (Only the first 10 of 25 ports in this commit are shown above. View all ports for this commit)
Switch to devel/llvm80 for DEFAULT_VERSIONS

PR:		235215
Thu, 17 Jan 2019
[ 11:00 tobik search for other commits by this committer ] Original commit   Revision:490544
devel/cquery: Bump revision after r490543
[ 10:47 tobik search for other commits by this committer ] Original commit   Revision:490543
Do not set LLVM_DEFAULT now that there is one in bsd.default-versions.mk
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:484446
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 search for other commits by this committer ] Original commit   Revision:476391
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 search for other commits by this committer ] Original commit   Revision:472670 (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:468562
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 search for other commits by this committer ] Original commit   Revision:461814
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